Advertisement
Sarcastic_Cows

Xorg.conf 3

Jul 15th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  18. FontPath "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "glx"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/input/mice"
  35. Option "ZAxisMapping" "4 5 6 7"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. Option "PreferredMode" "1366x768_60.00"
  41. Option "DPI" "96 x 96"
  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 "AccelDFS" # [<bool>]
  54. #Option "IgnoreEDID" # [<bool>]
  55. #Option "ColorTiling" # [<bool>]
  56. #Option "ColorTiling2D" # [<bool>]
  57. #Option "RenderAccel" # [<bool>]
  58. #Option "SubPixelOrder" # [<str>]
  59. #Option "AccelMethod" # <str>
  60. #Option "DRI" # [<bool>]
  61. #Option "TVStandard" # <str>
  62. #Option "EXAVSync" # [<bool>]
  63. #Option "EXAPixmaps" # [<bool>]
  64. #Option "ZaphodHeads" # <str>
  65. #Option "EnablePageFlip" # [<bool>]
  66. #Option "SwapbuffersWait" # [<bool>]
  67. Identifier "Card0"
  68. Driver "radeon"
  69. BusID "PCI:1:0:0"
  70. EndSection
  71.  
  72. Section "Screen"
  73. Identifier "Screen0"
  74. Device "Card0"
  75. Monitor "Monitor0"
  76. DefaultDepth 24
  77. SubSection "Display"
  78. Depth 24
  79. Modes "1366x768_60.00"
  80. EndSubSection
  81. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement