Guest User

Untitled

a guest
Nov 2nd, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "amdcccle Layout"
  3. Screen 0 "amdcccle-Screen[1]-0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7. Load "glx"
  8. EndSection
  9.  
  10. Section "InputDevice"
  11. Identifier "Configured Mouse"
  12. Driver "evdev"
  13. Option "Phys" "*/input3"
  14. Option "Name" "Logitech G9x Laser Mouse" # from /proc/bus/input/devices
  15. Option "HWHEELRelativeAxisButtons" "11 12" # I haven't gotten the tilt wheel working yet, sadly
  16. Option "WHEELRelativeAxisButtons" "4 5"
  17. Option "Emulate3Buttons" "false"
  18. Option "Buttons" "9"
  19. EndSection
  20.  
  21. Section "Monitor"
  22. Identifier "0-DFP17"
  23. Option "VendorName" "ATI Proprietary Driver"
  24. Option "ModelName" "Generic Autodetecting Monitor"
  25. Option "DPMS" "true"
  26. Option "TargetRefresh" "60"
  27. Option "Position" "0 0"
  28. Option "Rotate" "normal"
  29. Option "Disable" "true"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "0-DFP18"
  34. Option "VendorName" "ATI Proprietary Driver"
  35. Option "ModelName" "Generic Autodetecting Monitor"
  36. Option "DPMS" "true"
  37. Option "PreferredMode" "1920x1200"
  38. Option "TargetRefresh" "60"
  39. Option "Position" "0 0"
  40. Option "Rotate" "normal"
  41. Option "Disable" "false"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "amdcccle-Device[1]-0"
  46. Driver "fglrx"
  47. Option "Monitor-DFP18" "0-DFP18"
  48. BusID "PCI:1:0:0"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "amdcccle-Device[1]-1"
  53. Driver "fglrx"
  54. Option "Monitor-DFP17" "0-DFP17"
  55. BusID "PCI:1:0:0"
  56. Screen 1
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Default Screen"
  61. DefaultDepth 24
  62. EndSection
  63.  
  64. Section "Screen"
  65. Identifier "amdcccle-Screen[1]-0"
  66. Device "amdcccle-Device[1]-0"
  67. DefaultDepth 24
  68. SubSection "Display"
  69. Viewport 0 0
  70. Depth 24
  71. EndSubSection
  72. EndSection
  73.  
  74. Section "Screen"
  75. Identifier "amdcccle-Screen[1]-1"
  76. Device "amdcccle-Device[1]-1"
  77. DefaultDepth 24
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 24
  81. EndSubSection
  82. EndSection
Advertisement
Add Comment
Please, Sign In to add comment