Thanks a lot for your answer. My xorg.x logs show the Vendor (BenQ) and even the correct model (G2220HD), still, the modelines in the xorg.0.log and the xorg.9.log (lots of resolutions, including 1920x1080) don't show up anywhere in the settings.
---------- Post added at 06:25 AM ---------- Previous post was at 05:41 AM ----------
I have now changed my xorg.conf to this:
Code:
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080" "1280x1024"
EndSubSection
EndSection
It didn't change anything. Did I make any mistakes or does it just not make sense to tell xorg about a screen Screen0 it doesn't know yet?
Thanks a lot,
whitecosmos
PS:
http://xkcd.com/963/