Posted by mcbuddha Wed 7th Mar 2007 15:18 - Syntax is None/text - 57 views
Download | New Post | Modify | Hide line numbers
  1. Section "ServerLayout"
  2.     Identifier    "Default Layout"
  3.     Screen        "Default Screen"
  4.     InputDevice    "Generic Keyboard"
  5.     InputDevice    "Configured Mouse"
  6.     InputDevice    "Synaptics Touchpad"
  7.     Option        "AIGLX"    "true"
  8. EndSection
  9.  
  10. Section "Files"
  11.     RgbPath      "/usr/share/X11/rgb"
  12.     ModulePath   "/usr/lib/xorg/modules"
  13.     FontPath     "/usr/share/fonts/misc/"
  14.     FontPath     "/usr/share/fonts/TTF/"
  15.     FontPath     "/usr/share/fonts/OTF"
  16.     FontPath     "/usr/share/fonts/Type1/"
  17.     FontPath     "/usr/share/fonts/CID/"
  18.     FontPath     "/usr/share/fonts/100dpi/"
  19.     FontPath     "/usr/share/fonts/75dpi/"
  20. EndSection
  21.  
  22. Section "Module"
  23.     Load  "dri"
  24.     Load  "i2c"
  25.     Load  "bitmap"
  26.     Load  "extmod"
  27.     Load  "glx"
  28.     Load  "ddc"
  29.     Load  "freetype"
  30.     Load  "type1"
  31.     Load  "int10"
  32.     Load  "vbe"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.     Identifier    "Generic Keyboard"
  37.     Driver        "kbd"
  38.     Option        "CoreKeyboard"
  39.     Option        "XkbRules"    "xorg"
  40.     Option        "XkbLayout"    "hu"
  41.     Option        "XkbOptions"    "lv3:ralt_switch"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45.     Identifier    "Configured Mouse"
  46.     Driver        "mouse"
  47.     Option        "CorePointer"
  48.     Option        "Device"    "/dev/input/mice"
  49.     Option        "Protocol"    "ExplorerPS/2"
  50.     Option        "ZAxisMapping"    "4 5"
  51.     Option        "Emulate3Buttons"    "true"
  52. EndSection
  53.  
  54. Section "InputDevice"
  55.     Identifier    "Synaptics Touchpad"
  56.     Driver        "synaptics"
  57.     Option        "SendCoreEvents"    "true"
  58.     Option        "Device"    "/dev/psaux"
  59.     Option        "Protocol"    "auto-dev"
  60.     Option        "HorizScrollDelta"    "0"
  61.     Option        "SHMConfig"    "on"
  62. EndSection
  63.  
  64. Section "Monitor"
  65.     Identifier    "Generic Monitor"
  66.     Option        "DPMS"
  67. EndSection
  68.  
  69. Section "Device"
  70.         Identifier    "Intel Corporation Mobile Integrated Graphics Controller"
  71.     Driver        "i810"
  72.     BusID        "PCI:0:2:0"
  73.     Option        "DRI"    "true"
  74. EndSection
  75.  
  76. Section "Screen"
  77.     Identifier    "Default Screen"
  78.     Device        "Intel Corporation Mobile Integrated Graphics Controller"
  79.     Monitor        "Generic Monitor"
  80.     DefaultDepth    24
  81.     SubSection "Display"
  82.         Depth    1
  83.         Modes    "1280x800"
  84.     EndSubSection
  85.     SubSection "Display"
  86.                 Depth   4
  87.                 Modes   "1280x800"
  88.         EndSubSection
  89.     SubSection "Display"
  90.                 Depth   8
  91.                 Modes   "1280x800"
  92.         EndSubSection
  93.     SubSection "Display"
  94.                 Depth   16
  95.                 Modes   "1280x800"
  96.         EndSubSection
  97.         SubSection "Display"
  98.                 Depth   24
  99.                 Modes   "1280x800"
  100.         EndSubSection
  101.  
  102. EndSection
  103.  
  104. Section "DRI"
  105.     Group    "users"
  106.     Mode 0666
  107. EndSection
  108.  
  109. Section "Extensions"
  110. #    Group    "video"
  111.     Option        "Composite"    "Enable"
  112. EndSection
  113.  

PermaLink to this entry https://pastebin.co.uk/11526
Posted by mcbuddha Wed 7th Mar 2007 15:18 - Syntax is None/text - 57 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0