ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #33649
[Bug 465601] Re: cannot select native screen resolution
*** This bug is a duplicate of bug 289491 ***
https://bugs.launchpad.net/bugs/289491
I had the same Problem.
Just make the /etc/X11/xorg.conf look like that:
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Monitor0"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
--
cannot select native screen resolution
https://bugs.launchpad.net/bugs/465601
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-trident in ubuntu.
Follow ups
References