[Bug 1760068] Re: Wrong resolution at unlock screen

2019-11-21 Thread paolo
well, the same situation. System:Host: diacon Kernel: 4.15.0-70-generic x86_64 bits: 64 Desktop: Xfce 4.12.3 Distro: Linux Mint 19.2 Tina Machine: Type: Desktop Mobo: ASUSTeK model: PRIME X370-A v: Rev X.0x serial: UEFI [Legacy]: American Megatrends v: 5220 date: 09/12/2019 C

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-09-29 Thread Jarno Suni
Oh, I found alternative way that works for GRUB menu resolution and console resolution, too, and no need to create /etc/X11/xorg.conf. Edit /etc/default/grub accordingly: GRUB_GFXMODE=1280x1024,auto GRUB_GFXPAYLOAD_LINUX=keep,text You may want to or have to use a different resolution than 1280x1

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-09-29 Thread Jarno Suni
I used sudo nvidia-xconfig to create initial /etc/X11/xorg.conf file like told in #18 Then added Section "Files" ModulePath "/usr/lib/nvidia-340/xorg" ModulePath "/usr/lib/xorg/modules" # ModulePath "/usr/lib/x86_64-linux-gnu/xorg" EndSection in /etc/X11/xorg.conf The last

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-09-28 Thread Jarno Suni
ls /usr/lib/x86_64-linux-gnu/nvidia* tells "No such file or directory" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen To manage notifications about t

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-09-28 Thread Sean Gray
Okay.For nvidia-435.21 I fixed it with: Section "Files" ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg" ModulePath "/usr/lib/xorg/modules" EndSection Light-locker displays the correct resolution now. //this is insane. They need to patch this on the light-locker side soon. -- You rec

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-07-21 Thread Thiago Oliveira
I solved it in Desktop Settings, by changing the Window Manager from "Xfwm4 + Compositing" to "Compiz". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-07-07 Thread Ofloo
Thank you very much, ubunt 18.04 LTS and it fixed my issue as well. However I also tested nvidia driver 430 not tested and it doesn't seem to work in that driver. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-07-07 Thread Miqueias
Problem solved with solution Estou usando a versão 430 /usr/lib/x86_64-linux-gnu/nvidia-430/xorg Section "Files" ModulePath "/usr/lib/x86_64-linux-gnu/nvidia-430/xorg" ModulePath "/usr/lib/xorg/modules" EndSection Thank you very much! -- You received this bug notification because you

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-04-14 Thread spike speigel
With Xubuntu 19.04 Disco Dingo and the 418.56 nvidia drivers it appears now my system has: /usr/lib/x86_64-linux-gnu/nvidia-418/xorg So added the below options to /etc/X11/xorg.conf fixes the issue: Section "Files" ModulePath "/usr/lib/x86_64-linux-gnu/nvidia-418/xorg" ModulePath "/usr/l

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-04-11 Thread spike speigel
** Tags added: disco -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-03-03 Thread spike speigel
~$ inxi -G Graphics: Device-1: NVIDIA GP104 [GeForce GTX 1070] driver: nvidia v: 415.27 Display: x11 server: X.Org 1.20.3 driver: nvidia resolution: 2560x1440~60Hz OpenGL: renderer: GeForce GTX 1070/PCIe/SSE2 v: 4.6.0 NVIDIA 415.27 ~$ xrandr --query Screen 0: minimum 8 x

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-03-03 Thread spike speigel
In my instance (Xubuntu 18.10 with nvidia 415 from the graphics drivers PPA) I was able to fix the lock screen resolution by using the following: Section "Files" ModulePath "/usr/lib/x86_64-linux-gnu/xorg" ModulePath "/usr/lib/xorg/modules" EndSection My system has /usr/lib/nvidia

[Bug 1760068] Re: Wrong resolution at unlock screen

2019-03-03 Thread spike speigel
Same issue with Xubuntu 18.10 Cosmic and nvidia-driver-415. As mentioned above it is not only the lock screen, but the boot splash screens as well. ** Tags added: cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-11-15 Thread Hélio Nunes
It's almost the same workaround for all nvidia versions: you must inform where is the nvidia_drv and libglx. For nvidia-340, you must add: Section "Files" ModulePath "/usr/lib/nvidia-340/xorg" ... EndSection Other versions will need other path. -- You received this bug notifica

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-11-15 Thread Joshua Hartwell
That work around did not work for me. This bug also affects my TTY displays. Xubuntu 18.04 NVIDIA GeForce GTX 750Ti 64-bit Intel i5-8400 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title:

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-11-15 Thread Joshua Hartwell
Nevermind, the full solution from the link did in fact work for me. Using nvidia-driver-390. I am copy/pasting the solution here for any other users: 1. Create an xorg.conf file for your nVidia device. All you have to do for this is to launch the command: sudo nvidia-xconfig This will create a

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-11-09 Thread Hélio Nunes
Thank you, Theo! Based on that workaround, I have added Section "Files" ModulePath "/usr/lib/nvidia-340/xorg" ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg" ModulePath "/usr/lib/xorg/modules" EndSection to the xorg.conf and it's working! Thanks! -- You received thi

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-11-08 Thread Theo Linkspfeifer
Well, as mentioned in comment #10, this bug is not limited to the unlock screen (which happens to be a second Xorg instance if you use light- locker). Does the workaround in bug 1757202 fix the issue for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-11-08 Thread Hélio Nunes
I'm using the 340.107 and the problem persists. As I told in #7, a second X user is affected too, not only the unlock screen. That's the big problem with this bug: it is not only an aesthetic problem. I confirm that all works as intended with the nouveau driver. I did not found any error message

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-11-08 Thread Theo Linkspfeifer
A new version of nvidia-graphics-drivers-340 is available in -updates. Please check if it resolves the bug. https://launchpad.net/ubuntu/+source/nvidia-graphics- drivers-340/340.107-0ubuntu0.18.04.1 ** Changed in: light-locker (Ubuntu) Status: Incomplete => Invalid -- You received this

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-10-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nvidia-graphics-drivers-340 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-10-09 Thread Theo Linkspfeifer
** Also affects: nvidia-graphics-drivers-340 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen To m

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-09-17 Thread Theo Linkspfeifer
Most likely not a bug in light-locker. ** Changed in: light-locker (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at u

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-09-01 Thread Theo Linkspfeifer
Thiago, this bug may be caused by having two Xorg instances (the user session and the unlock screen which runs in another VT) accessing the graphics driver. And up until now, only the nvidia driver was reported to be part of the problem. Please check the logs files in /var/log/lightdm for any hint

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-09-01 Thread THIAGO AZEVEDO GARCIA
It affects me too... I have an ATI Mobility Radeon HD 5470. And it has nothing to do with 2 users at the same time, because it happens to me with a single user logged in. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-08-23 Thread Theo Linkspfeifer
This is a duplicate of bug 1757202. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen To manage notifications about this bug go to: https://bugs.launchp

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-05-18 Thread Hélio Nunes
Me too. Xubuntu 18.04, fresh install. It happens after resume from suspend and when I switch users (dm-tool switch-to-greeter). For the first user the resolution is correct: user_a$ inxi -G Graphics: Card: NVIDIA GT215M [GeForce GT 335M] Display Server: x11 (X.Org 1.19.6 ) driver: nvi

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-04-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: light-locker (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title:

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-04-02 Thread Sean Davis
Also no luck getting nvidia-driver-390 installed to test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen To manage notifications about this bug go to

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-04-02 Thread Sean Davis
Unable to confirm for nvidia-340, but also not sure it's fully installed. Installed via Software & Updates, and it says it's installed, but nvidia-settings has two tabs and this is inxi's output. If this is correct output, it seems to be working on nvidia-340 here. $ inxi -G Graphics: Card-1: Int

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-04-02 Thread Kev Bowring
doesn't affect nouveau either -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1760068] Re: Wrong resolution at unlock screen

2018-03-31 Thread Sean Davis
Doesn't seem to affect Intel graphics. Card-1: Intel Haswell-ULT Integrated Graphics Controller Card-2: NVIDIA GK107M [GeForce GT 745M] Display Server: x11 (X.Org 1.19.6 ) drivers: modesetting,nouveau (unloaded: fbdev,vesa) Resolution: 1920x1080@60.00hz OpenGL: renderer: Mesa DRI Intel Haswell Mob