[Desktop-packages] [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

[Desktop-packages] [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

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, which is subscribed to nvidia-graphics-drivers-340 in Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, which is subscribed to nvidia-graphics-drivers-340 in Ubuntu. https://bugs.launchpad.net/bugs/1760068

[Desktop-packages] [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 Desktop Packages, which is subscribed to

[Desktop-packages] [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

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, which is subscribed to nvidia-graphics-drivers-340 in Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: Wrong resolution at unlock screen Status in light-locker package in Ubuntu:

[Desktop-packages] [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

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, which is subscribed to

[Desktop-packages] [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

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, which is subscribed to nvidia-graphics-drivers-340 in Ubuntu.

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages,

[Desktop-packages] [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

[Desktop-packages] [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

[Desktop-packages] [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 Desktop Packages, which is subscribed to nvidia-graphics-drivers-340 in

[Desktop-packages] [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 Desktop Packages, which is subscribed to nvidia-graphics-drivers-340 in Ubuntu. https://bugs.launchpad.net/bugs/1760068 Title: