Advertisement
Sarcastic_Cows

Xorg.conf 5

Jul 15th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 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" "1368x768_60.00"
  41. Option "DPI" "96 x 96"
  42. Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
  43. EndSection
  44.  
  45. Section "Device"
  46. ### Available Driver options are:-
  47. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  49. ### <percent>: "<f>%"
  50. ### [arg]: arg optional
  51. #Option "NoAccel" # [<bool>]
  52. #Option "SWcursor" # [<bool>]
  53. #Option "EnablePageFlip" # [<bool>]
  54. #Option "AccelDFS" # [<bool>]
  55. #Option "IgnoreEDID" # [<bool>]
  56. #Option "ColorTiling" # [<bool>]
  57. #Option "ColorTiling2D" # [<bool>]
  58. #Option "RenderAccel" # [<bool>]
  59. #Option "SubPixelOrder" # [<str>]
  60. #Option "AccelMethod" # <str>
  61. #Option "DRI" # [<bool>]
  62. #Option "TVStandard" # <str>
  63. #Option "EXAVSync" # [<bool>]
  64. #Option "EXAPixmaps" # [<bool>]
  65. #Option "ZaphodHeads" # <str>
  66. #Option "EnablePageFlip" # [<bool>]
  67. #Option "SwapbuffersWait" # [<bool>]
  68. Identifier "Card0"
  69. Driver "radeon"
  70. BusID "PCI:1:0:0"
  71. EndSection
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Card0"
  76. Monitor "Monitor0"
  77. DefaultDepth 24
  78. SubSection "Display"
  79. Depth 24
  80. Modes "1368x768_60.00"
  81. EndSubSection
  82. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement