← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 390038] [NEW] Nvidia driver messes up login screen

 

Public bug reported:

Earlier, I installed a new nvidia driver (recommended by the hardware
drivers manager).  It works perfectly except for one problem.  When I
get to the login screen, my moniter changes to 640x480, but the whole
screen stays at 1152x864.  Because of this, I can only see the top-left
corner of the screen, just enough for me to login in.  Here is my
xorg.conf:

Section "Monitor"
	Identifier	"Configured Monitor"
	Option          "PreferredMode" "1280x960_60.00"
	HorizSync 30-96
	VertRefresh 50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth	24
	SubSection "Display"
		Virtual	1280 960
	EndSubSection
EndSection

Section "Module"
	Load	"glx"
	Disable	"dri2"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Option	"NoLogo"	"True"
	Option	"AllowGLXWithComposite"	"True"
	Option	"UseEdidFreqs"	"True"
	Driver	"nvidia"
EndSection

Can someone please help me?

** Affects: nvidia-graphics-drivers-96 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Nvidia driver messes up login screen
https://bugs.launchpad.net/bugs/390038
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-96 in ubuntu.



Follow ups

References