Guest User

xorg.conf

a guest
Mar 4th, 2010
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "aticonfig Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. EndSection
  5.  
  6. #FONTS
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. #MODULES
  12.  
  13. Section "Module"
  14. Load "ddc"
  15. Load "vbe"
  16. Load "GLcore"
  17. Load "dbe"
  18. Load "dri"
  19. Load "extmod"
  20. Load "glx"
  21. Load "bitmap"
  22. Load "record"
  23. EndSection
  24.  
  25. #SERVER
  26.  
  27. Section "ServerFlags"
  28. Option "AIGLX" "on"
  29. EndSection
  30.  
  31. #MONITOR
  32.  
  33. Section "Monitor"
  34. Identifier "aticonfig-Monitor[0]-0"
  35. Option "VendorName" "ATI Proprietary Driver"
  36. Option "ModelName" "Generic Autodetecting Monitor"
  37. Option "DPMS" "true"
  38. Modeline "1366x768" 69.50 1366 1414 1446 1447 768 771 775 806
  39. EndSection
  40.  
  41. #GRAPHICS
  42.  
  43. Section "Device"
  44. Identifier "aticonfig-Device[0]-0"
  45. Driver "radeonhd"
  46. VendorName "ATI Technologies Inc"
  47. BoardName "Radeon HD 4650"
  48. Option "Audio" "on"
  49. Option "HDMI" "DVI-D_1"
  50. Option "DRI" "true"
  51. BusID "PCI:1:0:0"
  52. EndSection
  53.  
  54. #SCREEN
  55.  
  56. Section "Screen"
  57. Identifier "aticonfig-Screen[0]-0"
  58. Device "aticonfig-Device[0]-0"
  59. Monitor "aticonfig-Monitor[0]-0"
  60. DefaultDepth 24
  61. SubSection "Display"
  62. Viewport 0 0
  63. Depth 24
  64. Modes "1366x768"
  65. EndSubSection
  66. EndSection
  67.  
  68. #EXTENTIONS
  69.  
  70. Section "Extensions"
  71. Option "Composite" "enable"
  72. Option "RENDER" "Enable"
  73. EndSection
  74.  
  75. #DRI
  76.  
  77. Section "DRI"
  78. Mode 0666
  79. EndSection
Add Comment
Please, Sign In to add comment