Advertisement
Guest User

xorg conf

a guest
Jun 13th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "intel" 0 0
  4. Option "AllowNVIDIAGPUScreens"
  5. EndSection
  6.  
  7. Section "Module"
  8. Load "glx"
  9. EndSection
  10.  
  11. Section "Monitor"
  12. Modeline "1920x1080_240.00" 809.50 1920 2104 2312 2704 1080 1083 1088 1248 -hsync +vsync
  13. Option "PreferredMode" "1920x1080_240.00"
  14. Identifier "Monitor0"
  15. VendorName "Monitor Vendor"
  16. ModelName "Monitor Model"
  17. EndSection
  18.  
  19. Section "Monitor"
  20. Identifier "Monitor1"
  21. VendorName "Monitor Vendor"
  22. ModelName "Monitor Model"
  23. EndSection
  24.  
  25. Section "Device"
  26. Identifier "Intel Graphics"
  27. Driver "modesetting"
  28. BusID "PCI:0:2:0"
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "Nvidia"
  33. Driver "nvidia"
  34. BusID "PCI:1:0:0"
  35. EndSection
  36.  
  37. Section "Screen"
  38. Identifier "intel"
  39. Device "Intel Graphics"
  40. Monitor "Monitor0"
  41. DefaultDepth 24
  42. SubSection "Display"
  43. Depth 24
  44. Modes "nvidia-auto-select"
  45. EndSubSection
  46. EndSection
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement