--- Revision None +++ Revision 623937653438 @@ -0,0 +1,84 @@ +Section "ServerLayout" + Identifier "X.org Configured" + Screen 0 "Screen0" 0 0 + InputDevice "Mouse0" "CorePointer" + InputDevice "Keyboard0" "CoreKeyboard" +EndSection + +Section "Files" + ModulePath "/usr/X11R6/lib/modules" + FontPath "/usr/X11R6/lib/X11/fonts/misc/" + FontPath "/usr/X11R6/lib/X11/fonts/TTF/" + FontPath "/usr/X11R6/lib/X11/fonts/OTF" + FontPath "/usr/X11R6/lib/X11/fonts/Type1/" + FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" + FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" +EndSection + +Section "Module" + Load "dbe" + Load "dri" + Load "dri2" + Load "extmod" + Load "glx" +EndSection + +Section "InputDevice" + Identifier "Keyboard0" + Driver "kbd" +EndSection + +Section "InputDevice" + Identifier "Mouse0" + Driver "mouse" + Option "Protocol" "wsmouse" + Option "Device" "/dev/wsmouse" + Option "ZAxisMapping" "4 5 6 7" +EndSection + +Section "Monitor" + Identifier "apple" +EndSection + +Section "Monitor" + Identifier "chimei" + Option "RightOf" "apple" +EndSection + +Section "Device" + ### Available Driver options are:- + ### Values: : integer, : float, : "True"/"False", + ### : "String", : " Hz/kHz/MHz" + ### [arg]: arg optional + #Option "NoAccel" # [] + #Option "SWcursor" # [] + #Option "ColorKey" # + #Option "CacheLines" # + #Option "Dac6Bit" # [] + #Option "DRI" # [] + #Option "NoDDC" # [] + #Option "ShowCache" # [] + #Option "XvMCSurfaces" # + #Option "PageFlip" # [] + Identifier "Card0" + Driver "intel" + VendorName "Intel" + BoardName "G45 Video" + BusID "PCI:0:2:0" + + Option "monitor-VGA" "chimei" + Option "monitor-HDMI-1" "apple" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Card0" + Monitor "Monitor0" + + DefaultDepth 24 + SubSection "Display" + Depth 24 + Modes "1680x1050" + virtual 3360 1050 + EndSubSection +EndSection