Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # RgbPath "/usr/X11R6/share/X11/rgb" ModulePath "/usr/X11R6/lib/xorg/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 "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Protocol" "evdev" Option "Device" "/dev/input/event2" # Option "GrabDevice" "true" Option "XkbKeycodes" "xorg" Option "XkbTypes" "default" Option "XkbModel" "pc105" Option "XkbLayout" "us" # Option "XkbRules" "base" # Option "XkbVariant" "basic" # Option "XkbCompat" "basic+pc+iso9995" Option "AutoRepeat" "250 35" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Protocol" "evdev" Option "Device" "/dev/input/event3" # Option "GrabDevice" "true" Option "EmulateWheel" "false" Option "Emulate3Buttons" "false" # dpms settings Option "standby time" "0" Option "suspend time" "8" Option "off time" "0" EndSection Section "Monitor" #DisplaySize 340 270 # mm Identifier "Monitor0" VendorName "DEL" ModelName "DELL E176FP" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" 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" # [] Option "AccelMethod" "UXA" Identifier "Card0" Driver "intel" VendorName "Unknown Vendor" BoardName "Unknown Board" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection # ********************************************************************** # AIGLX Section # ********************************************************************** Section "ServerFlags" Option "AIGLX" "off" EndSection