Advertisement
Sarcastic_Cows

Xorg.conf revised

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