1. root@porteus:/home/guest# nvidia-xconfig
  2.  
  3. WARNING: Unable to locate/open X configuration file.
  4.  
  5. New X configuration file written to '/etc/X11/xorg.conf'
  6.  
  7. root@porteus:/home/guest# cat /etc/X11/xorg.conf
  8. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  9. # nvidia-xconfig: version 340.107 (buildmeister@swio-display-x64-rhel04-13) Thu May 24 22:29:58 PDT 2018
  10.  
  11. Section "ServerLayout"
  12. Identifier "Layout0"
  13. Screen 0 "Screen0"
  14. InputDevice "Keyboard0" "CoreKeyboard"
  15. InputDevice "Mouse0" "CorePointer"
  16. EndSection
  17.  
  18. Section "Files"
  19. FontPath "/usr/lib64/X11/fonts/TTF/"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. # generated from default
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/psaux"
  28. Option "Emulate3Buttons" "no"
  29. Option "ZAxisMapping" "4 5"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. # generated from default
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "Unknown"
  42. HorizSync 28.0 - 33.0
  43. VertRefresh 43.0 - 72.0
  44. Option "DPMS"
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "Device0"
  49. Driver "nvidia"
  50. VendorName "NVIDIA Corporation"
  51. EndSection
  52.  
  53. Section "Screen"
  54. Identifier "Screen0"
  55. Device "Device0"
  56. Monitor "Monitor0"
  57. DefaultDepth 24
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection