Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "NoPM" "True" Option "DontZap" "True" #### the line below is needed for HAL-enabled xorg ### Option "AllowEmptyInput" "True" # EndSection Section "Files" RgbPath "/opt/Xorg/share/X11/rgb" ModulePath "/opt/Xorg/lib/xorg/modules" FontPath "/opt/Xorg/lib/X11/fonts/misc/:unscaled" FontPath "/opt/Xorg/lib/X11/fonts/TTF/" FontPath "/opt/Xorg/lib/X11/fonts/OTF" FontPath "/opt/Xorg/lib/X11/fonts/ttf-bitstream-vera" FontPath "/opt/Xorg/lib/X11/fonts/freefont" FontPath "/opt/Xorg/lib/X11/fonts/Type1/" FontPath "/opt/Xorg/lib/X11/fonts/100dpi/:unscaled" FontPath "/opt/Xorg/lib/X11/fonts/75dpi/:unscaled" FontPath "/opt/Xorg/lib/X11/fonts/100dpi/" FontPath "/opt/Xorg/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "dri" Load "xtrap" Load "record" Load "dbe" Load "GLcore" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor1" ##### you can set default mode with the lines below ### #Option "PreferredMode" "1280x1024" #Option "PreferredMode" "1024x768" ######### comment in to have VGA not influence the setup (but be unusable afterwards) ## Option "Ignore" "true" EndSection Section "Monitor" # DisplaySize 360 270 # mm Identifier "Monitor0" VendorName "SEC" ModelName "0" Option "DPMS" Option "PreferredMode" "1280x800" 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 Corporation" BoardName "Mobile 965GM Integrated Graphics Controller" Option "Legacy3D" "False" Option "monitor-LVDS" "Monitor0" Option "monitor-VGA" "Monitor1" #BusID "PCI:0:2:0" VideoRam 262144 Option "AccelMethod" "XAA" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" EndSubSection EndSection Section "DRI" Mode 0666 EndSection