Advertisement
Guest User

Radeon HD3000 1680x1050 Linux Mint xorg.conf

a guest
Jul 3rd, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 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 "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 "Monitor0"
  39. Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
  40. VendorName "Monitor Vendor"
  41. ModelName "Monitor Model"
  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 "Card0"
  64. Driver "radeon"
  65. BusID "PCI:1:5:0"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen0"
  70. Device "Card0"
  71. Monitor "Monitor0"
  72. SubSection "Display"
  73. Viewport 0 0
  74. Depth 1
  75. Modes "1680x1050"
  76. EndSubSection
  77. SubSection "Display"
  78. Viewport 0 0
  79. Depth 4
  80. Modes "1680x1050"
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 8
  85. Modes "1680x1050"
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 15
  90. Modes "1680x1050"
  91. EndSubSection
  92. SubSection "Display"
  93. Viewport 0 0
  94. Depth 16
  95. Modes "1680x1050"
  96. EndSubSection
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 24
  100. Modes "1680x1050"
  101. EndSubSection
  102. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement