[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution



Hi,

| > | Anyway, the problem seems to be that your monitor does not
| > | supply EDID data, in which case X will choose 1024x768 as a
| > | presumably safe fallback resolution.  See also #588927.
| >
| > Thank you for the info.  But, reading that thread, I couldn't tell
| > what's the solution is.
| 
| Well, so far we have not found a solution. :-(
| 
| > Does this mean that nouveau will never work
| > with those monitors?  Or are there solutions to this problem? such
| > as writing something in /etc/X11/xorg.conf for nouveau ?
| 
| You definitely need a Monitor section in your xorg.conf,
| but for the submitter of #588927 even this did not work.

My situation has become worse.  After leaving the machine
for more than four months because I stayed abroad, I came
back and dist-upgraded it (without thinking much).  Then,
I lost the nv driver!  It's no longer available in the Debian
testing repository.

That means, I'm left with nouveau, which cannot use the correct
resolution of my monitor.  The correct resolution is 1280x1024
but nouveau chooses 1024x768.

So, I tried to tell it to use the correct resolution.  I copied
the previous /etc/X11/xorg.conf which worked with nv and modified
it to the contents quoted below.  I have just deleted the "Files"
section, which had been empty, the "InputDevice" section, and the
"ServerLayout" section, and I've just replaced "nv" with "nouveau".

The machine boots up correctly, except for the screen resolution.

I'm desperate.  What other drivers work with nVidia cards?

Regards,
Ryo
#--- xorg.conf ----------------
Section "Device"
	Identifier	"nVidia Corporation NV6 [Vanta/Vanta LT]"
	Driver		"nouveau"
	BusID		"PCI:1:0:0"
	Option		"BackingStore"		"true"
EndSection

Section "Monitor"
	Identifier	"SDM-HS95"
	Option		"DPMS"
	HorizSync	30-65
	VertRefresh	50-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV6 [Vanta/Vanta LT]"
	Monitor		"SDM-HS95"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection



Reply to: