Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Char
Friday, January 11th, 2008 at 6:06:27am UTC 

  1. # My xorg.conf for a Thinkpad T60 with an ATI Mobility Radeon X1300
  2. Section "ServerLayout"
  3.   Identifier     "Thinkpad Layout"
  4.   Screen         0  "Main Screen" 0 0
  5.   InputDevice    "Thinkpad Synaptics Touchpad"
  6.   InputDevice    "Thinkpad Keyboard"
  7.   InputDevice    "Thinkpad Pointing Stick"
  8.   Option         "AIGLX" "1"
  9. EndSection
  10.  
  11. Section "Files"
  12.   FontPath     "/usr/share/fonts/X11/100dpi:unscaled"
  13.   FontPath     "/usr/share/fonts/X11/75dpi:unscaled"
  14.   FontPath     "/usr/share/fonts/X11/Type1"
  15.   FontPath     "/usr/share/fonts/X11/misc"
  16.   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  17.   FontPath     "/usr/share/fonts/type1/gsfonts"
  18.   FontPath     "/var/lib/defoma/fontconfig.d/N"
  19.   FontPath     "/var/lib/defoma/fontconfig.d/F"
  20.   FontPath     "/usr/share/fonts/truetype/freefont"
  21. EndSection
  22.  
  23. Section "Module"
  24.   Load  "i2c"
  25.   Load  "bitmap"
  26.   Load  "ddc"
  27.   Load  "dri"
  28.   Load  "extmod"
  29.   Load  "freetype"
  30.   #Load  "GLcore"
  31.   Load  "glx"
  32.   Load  "int10"
  33.   #Load  "vbe"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37.   Identifier  "Thinkpad Keyboard"
  38.   Driver      "kbd"
  39.   Option      "CoreKeyboard"
  40.   Option      "XkbRules" "xorg"
  41.   Option      "XkbModel" "pc105"
  42.   Option      "XkbLayout" "us"
  43.   Option      "XkbOptions" "lv3:ralt_switch"
  44. EndSection
  45.  
  46. Section "InputDevice"
  47.   Identifier  "Thinkpad Pointing Stick"
  48.   Driver      "mouse"
  49.   Option      "CorePointer"
  50.   Option      "Device" "/dev/input/mice"
  51.   Option      "Protocol" "ExplorerPS/2"
  52.   Option      "ZAxisMapping" "4 5"
  53.   Option      "Emulate3Buttons" "true"
  54.   Option      "EmulateWheel" "on"
  55.   Option      "EmulateWheelButton" "2"
  56. EndSection
  57.  
  58. Section "InputDevice"
  59.   Identifier  "Thinkpad Synaptics Touchpad"
  60.   Driver      "synaptics"
  61.   Option      "SendCoreEvents" "true"
  62.   Option      "Device" "/dev/psaux"
  63.   Option      "Protocol" "auto-dev"
  64.   Option      "HorizScrollDelta" "0"
  65.   Option      "SHMConfig" "on"
  66.   Option      "Emulate3Buttons" "true"
  67.   Option      "EmulateWheel" "on"
  68.   Option      "EmulateWheelButton" "2"
  69. EndSection
  70.  
  71. Section "InputDevice"
  72.   Identifier  "USB Mouse"
  73.   Driver      "mouse"
  74.   Option      "SendCoreEvents" "true"
  75.   Option      "Device" "/dev/input/mouse1"
  76.   Option      "Protocol" "auto-dev"
  77.   Option      "Emulate3Buttons" "true"
  78.   Option      "EmulateWheelButton" "2"
  79. EndSection
  80.  
  81. Section "InputDevice"
  82.   Identifier  "Stylus"
  83.   Driver      "wacom"
  84.   Option      "Device" "/dev/wacom"
  85.   Option      "Type" "stylus"
  86.   Option      "ForceDevice" "ISDV4"
  87. EndSection
  88.  
  89. Section "InputDevice"
  90.   Identifier  "eraser"
  91.   Driver      "wacom"
  92.   Option      "Device" "/dev/wacom"
  93.   Option      "Type" "eraser"
  94.   Option      "ForceDevice" "ISDV4"
  95. EndSection
  96.  
  97. Section "InputDevice"
  98.   Identifier  "cursor"
  99.   Driver      "wacom"
  100.   Option      "Device" "/dev/wacom"
  101.   Option      "Type" "cursor"
  102.   Option      "ForceDevice" "ISDV4"
  103. EndSection
  104.  
  105. Section "Monitor"
  106.   Identifier   "Thinkpad LCD"
  107.   DisplaySize  370  277
  108.   HorizSync    30.0 - 67.0
  109.   VertRefresh  50.0 - 75.0
  110.   Option      "VendorName" "Thinkpad T60 LCD Monitor"
  111.   Option      "ModelName" "Generic Autodetecting Monitor"
  112.   Option      "DPMS"
  113. EndSection
  114.  
  115. Section "Device"
  116.   Identifier  "ATI Mobility X1300"
  117.   Driver      "fglrx"
  118.   Option      "VideoOverlay" "on"
  119.   Option      "DesktopSetup" "single"
  120.   Option      "OpenGLOverlay" "off"
  121.   Option      "UseFastTLS"    "2
  122.   Option      "DRI"           "true"
  123.   Option      "XAANoOffscreenPixmaps" "true"
  124. EndSection
  125.  
  126. Section "Screen"
  127.   Identifier "Main Screen"
  128.   Device     "ATI Mobility X1300"
  129.   Monitor    "Thinkpad LCD"
  130.   DefaultDepth     24
  131.   SubSection "Display"
  132.         Viewport   0 0
  133.         Depth     24
  134.         Modes    "1400x1050"
  135.   EndSubSection
  136. EndSection
  137.  
  138. Section "DRI"
  139.   Group        0
  140.   Mode         0666
  141. EndSection
  142.  
  143. Section "Extensions"
  144.   Option      "Composite" "1"
  145. EndSection

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right
worth-right