# xorg.conf #@ Optional Section "Module" # Load "dbe" # Load "dri" # Load "dri2" Load "extmod" # Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" #@ Added Option "XkbOptions" "ctrl:nocaps" #@ Added Option "XkbLayout" "gb" #@ Added Option "AutoRepeat" "450 35" #@ Added EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Option "dpms" "on" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "KGAUniversal" # [] Identifier "Card0" Driver "intel" VendorName "Unknown Vendor" BoardName "Unknown Board" BusID "PCI:0:2:0" Option "DRI" "true" Option "AccelMethod" "XAA" # needed for 945GM GPUs Option "XAANoOffscreenPixmaps" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" ## DefaultDepth 16 # Faster, but images poor SubSection "Display" # Virtual 2304 1024 # (1280x1024 to right of 1024x768) # Virtual 1280 1792 # (1280x1024 above 1024x768) # Virtual 2624 1200 # (1600x1200 to right of 1024x768) # Virtual 2624 1792 # (superset) #X Virtual 2048 2048 # intel(0): No DRI when width > 2048 Depth 24 EndSubSection EndSection Section "ServerFlags" Option "AIGLX" "true" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection