Advertisement
Guest User

root

a guest
Aug 8th, 2008
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1.  
  2. # xorg.conf (X.Org X Window System server configuration file)
  3. #
  4. # This file was generated by dexconf, the Debian X Configuration tool, using
  5. # values from the debconf database.
  6. #
  7. # Edit this file with caution, and see the xorg.conf manual page.
  8. # (Type "man xorg.conf" at the shell prompt.)
  9. #
  10. # This file is automatically updated on xserver-xorg package upgrades *only*
  11. # if it has not been modified since the last upgrade of the xserver-xorg
  12. # package.
  13. #
  14. # If you have edited this file but would like it to be automatically updated
  15. # again, run the following command:
  16. # sudo dpkg-reconfigure -phigh xserver-xorg
  17.  
  18. Section "ServerLayout"
  19. Identifier "Default Layout"
  20. Screen 0 "aticonfig-Screen[0]-0" 0 0
  21. InputDevice "Synaptics Touchpad"
  22. EndSection
  23.  
  24. Section "Files"
  25. EndSection
  26.  
  27. Section "Module"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Generic Keyboard"
  32. Driver "kbd"
  33. Option "XkbRules" "xorg"
  34. Option "XkbModel" "pc105"
  35. Option "XkbLayout" "de"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. Identifier "Configured Mouse"
  40. Driver "mouse"
  41. Option "CorePointer"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45. Identifier "Synaptics Touchpad"
  46. Driver "synaptics"
  47. Option "SendCoreEvents" "true"
  48. Option "Device" "/dev/psaux"
  49. Option "Protocol" "auto-dev"
  50. Option "HorizEdgeScroll" "0"
  51. EndSection
  52.  
  53. Section "Monitor"
  54. Identifier "aticonfig-Monitor[0]-0"
  55. Option "VendorName" "ATI Proprietary Driver"
  56. Option "ModelName" "Generic Autodetecting Monitor"
  57. Option "DPMS" "true"
  58. EndSection
  59.  
  60. Section "Device"
  61. Identifier "aticonfig-Device[0]-0"
  62. Driver "fglrx"
  63. BusID "PCI:1:0:0"
  64. EndSection
  65.  
  66. Section "Screen"
  67. Identifier "aticonfig-Screen[0]-0"
  68. Device "aticonfig-Device[0]-0"
  69. Monitor "aticonfig-Monitor[0]-0"
  70. DefaultDepth 24
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 24
  74. EndSubSection
  75. EndSection
  76.  
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement