Guest User

Xorg.conf

a guest
Aug 22nd, 2011
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. # Xorg.conf file generated for PC-BSD
  2.  
  3. Section "ServerLayout"
  4. Identifier "XFree86 Configured"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. Option "Clone" "off"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12. Option "AutoAddDevices" "Off"
  13. EndSection
  14.  
  15. Section "Files"
  16. ModulePath "/usr/local/lib/xorg/modules"
  17. FontPath "/usr/local/lib/X11/fonts/cyrillic/"
  18. FontPath "/usr/local/lib/X11/fonts/TrueType/"
  19. FontPath "/usr/local/lib/X11/fonts/webfonts/"
  20. FontPath "/usr/local/lib/X11/fonts/misc/"
  21. FontPath "/usr/local/lib/X11/fonts/TTF/"
  22. FontPath "/usr/local/lib/X11/fonts/Type1/"
  23. FontPath "/usr/local/lib/X11/fonts/CID/"
  24. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  25. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  26. FontPath "/usr/local/lib/X11/fonts/dejavu/"
  27. FontPath "/usr/local/lib/X11/fonts/local/"
  28. EndSection
  29.  
  30. Section "Module"
  31. Load "ddc"
  32. Load "dbe"
  33. Load "extmod"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Keyboard0"
  38. Driver "keyboard"
  39. Option "XkbModel" "pc105"
  40. Option "XkbLayout" "us"
  41. Option "XkbVariant" ""
  42. EndSection
  43.  
  44. Section "InputDevice"
  45. Identifier "Mouse0"
  46. Driver "mouse"
  47. Option "Protocol" "auto"
  48. Option "Device" "/dev/sysmouse"
  49. Option "Buttons" "6"
  50. Option "ZAxisMapping" "4 5"
  51. Option "Emulate3Buttons"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "Monitor0"
  56. VendorName "Monitor Vendor"
  57. ModelName "Monitor Model"
  58. EndSection
  59.  
  60.  
  61. Section "Device"
  62. Identifier "Card0"
  63. Screen 0
  64. Driver "radeonhd"
  65. VendorName "Radeon Video Driver"
  66. Option "XAANoOffscreenPixmaps" "true"
  67. Option "AccelMethod" "EXA"
  68. Option "DRI" "true"
  69. BusID "PCI:1:5:0"
  70. EndSection
  71.  
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Card0"
  76. Monitor "Monitor0"
  77. DefaultDepth 24
  78. SubSection "Display"
  79. Depth 24
  80. Modes "1366x768"
  81. EndSubSection
  82. EndSection
Advertisement
Add Comment
Please, Sign In to add comment