Guest User

FreeBSD X.org config file

a guest
Jan 25th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 310.14 (root@10i386-default-job-10) Fri Dec 13 05:12:23 UTC 2013
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. FontPath "/usr/local/lib/X11/fonts/misc/:unscaled"
  14. FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
  15. FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
  16. FontPath "/usr/local/lib/X11/fonts/misc/"
  17. FontPath "/usr/local/lib/X11/fonts/Type1/"
  18. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  19. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  20. FontPath "/usr/local/lib/X11/fonts/cyrillic/"
  21. FontPath "/usr/local/lib/X11/fonts/TTF/"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25.  
  26. # generated from default
  27. Identifier "Mouse0"
  28. Driver "mouse"
  29. Option "Protocol" "auto"
  30. Option "Device" "/dev/sysmouse"
  31. Option "Emulate3Buttons" "no"
  32. Option "ZAxisMapping" "4 5"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.  
  37. # generated from default
  38. Identifier "Keyboard0"
  39. Driver "keyboard"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Unknown"
  45. ModelName "Unknown"
  46. HorizSync 28.0 - 33.0
  47. VertRefresh 43.0 - 72.0
  48. Option "DPMS"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "Device0"
  53. Driver "nvidia"
  54. VendorName "NVIDIA Corporation"
  55. EndSection
  56.  
  57. Section "Screen"
  58. Identifier "Screen0"
  59. Device "Device0"
  60. Monitor "Monitor0"
  61. DefaultDepth 24
  62. SubSection "Display"
  63. Depth 24
  64. EndSubSection
  65. EndSection
Add Comment
Please, Sign In to add comment