Guest User

xorg.conf

a guest
Apr 4th, 2010
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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. RgbPath "/usr/share/X11/rgb"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/misc"
  12. FontPath "/usr/share/fonts/100dpi:unscaled"
  13. FontPath "/usr/share/fonts/75dpi:unscaled"
  14. FontPath "/usr/share/fonts/TTF"
  15. FontPath "/usr/share/fonts/Type1"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "extmod"
  20. Load "dbe"
  21. Load "xtrap"
  22. Load "record"
  23. Load "dri"
  24. Load "glx"
  25. Load "GLcore"
  26. Load "freetype"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "auto"
  38. Option "Device" "/dev/input/mice"
  39. Option "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Monitor Vendor"
  45. ModelName "Monitor Model"
  46. EndSection
  47.  
  48. Section "Device"
  49. Identifier "Card0"
  50. Driver "fglrx"
  51. VendorName "ATI Technologies Inc"
  52. BoardName "Radeon Mobility X1400"
  53. BusID "PCI:1:0:0"
  54. EndSection
  55.  
  56. Section "Screen"
  57. Identifier "Screen0"
  58. Device "Card0"
  59. Monitor "Monitor0"
  60. DefaultDepth 24
  61. SubSection "Display"
  62. Viewport 0 0
  63. Depth 24
  64. EndSubSection
  65. EndSection
  66.  
  67. Section "DRI"
  68. Mode 0666
  69. EndSection
Add Comment
Please, Sign In to add comment