# xorg.conf to get OpenBSD 4.4-beta (2008/07/11 18:54 snapshot) to display the # screen at 1280x800 resolution on VMware Fusion 1.1.3 on a late 2007 MacBook # running Mac OS X 10.5.4 # # Modified from http://blog.durables.org/wp-content/uploads/2007/03/xorgconf.txt # Context: http://blog.durables.org/2007/03/02/vmware-fusion-beta-2-is-out/ # # MacBook refresh rates and 1280x800 modeline from: # http://rubenerdshow.com/blog/x11-freebsd-parallels/ Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Monitor" Identifier "vmware" VendorName "VMWare, Inc" ModelName "Monitor" HorizSync 31.5 - 100.0 VertRefresh 59.0 - 75.0 Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 EndSection Section "Device" Identifier "Videocard0" Driver "vmware" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "vmware" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" EndSubSection EndSection