Guest User

Untitled

a guest
May 10th, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "aticonfig Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/X11/misc"
  11. FontPath "/usr/share/fonts/X11/cyrillic"
  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/100dpi"
  16. FontPath "/usr/share/fonts/X11/75dpi"
  17. FontPath "built-ins"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "aticonfig-Monitor[0]-0"
  39. Option "VendorName" "ATI Proprietary Driver"
  40. Option "ModelName" "Generic Autodetecting Monitor"
  41. Option "DPMS" "true"
  42. EndSection
  43.  
  44. Section "Device"
  45. ### Available Driver options are:-
  46. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  47. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  48. ### <percent>: "<f>%"
  49. ### [arg]: arg optional
  50. #Option "NoAccel" # [<bool>]
  51. #Option "SWcursor" # [<bool>]
  52. #Option "EnablePageFlip" # [<bool>]
  53. #Option "ColorTiling" # [<bool>]
  54. #Option "ColorTiling2D" # [<bool>]
  55. #Option "RenderAccel" # [<bool>]
  56. #Option "SubPixelOrder" # [<str>]
  57. #Option "AccelMethod" # <str>
  58. #Option "EXAVSync" # [<bool>]
  59. #Option "EXAPixmaps" # [<bool>]
  60. #Option "ZaphodHeads" # <str>
  61. #Option "EnablePageFlip" # [<bool>]
  62. #Option "SwapbuffersWait" # [<bool>]
  63. Identifier "aticonfig-Device[0]-0"
  64. Driver "radeon"
  65. BusID "PCI:1:0:0"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "aticonfig-Screen[0]-0"
  70. Device "aticonfig-Device[0]-0"
  71. Monitor "aticonfig-Monitor[0]-0"
  72. DefaultDepth 24
  73. SubSection "Display"
  74. Viewport 0 0
  75. Depth 24
  76. Modes "2048x1152"
  77. EndSubSection
  78. EndSection
Advertisement
Add Comment
Please, Sign In to add comment