hubertf's NetBSD Blog
Send interesting links to hubert at feyrer dot de!
 
[20080704] Getting 1920x1200 in X.org (and Parallels *cough*)
Note to self, here's what needs to be put into xorg.conf to get 1920x1200 going:

Section "Monitor"
	...
        Horizsync       31.5-76.0
        Vertrefresh     56.0 - 75.0
        modeline        "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
        modeline        "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
        modeline        "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
EndSection

Section "Device"
	...
        Driver  "vesa"
EndSection

Section "Screen"
	...
        DefaultDepth    24

        SubSection "Display"
                Viewport   0 0
                Depth     24
                #Modes  "1024x800" "1920x1024"
                #Modes  "1920x1200@60" "1280x800@60" "1440x900@60"
                #Modes  "1920x1200@60"
                Modes   "1440x900@60"
        EndSubSection
EndSection 


[Tags: , ]


Disclaimer: All opinion expressed here is purely my own. No responsibility is taken for anything.

Access count: 34977519
Copyright (c) Hubert Feyrer