Advertisement
Katataf1sh

xorg.conf

Dec 6th, 2023 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Automatically generated by EnvyControl
  2.  
  3. Section "ServerLayout"
  4.     Identifier "layout"
  5.     Screen 0 "nvidia"
  6.     Inactive "intel"
  7. EndSection
  8.  
  9. Section "Device"
  10.     Identifier "nvidia"
  11.     Driver "nvidia"
  12.     BusID "PCI:1:0:0"
  13. EndSection
  14.  
  15. Section "Screen"
  16.     Identifier "nvidia"
  17.     Device "nvidia"
  18.     Option "AllowEmptyInitialConfiguration"
  19. EndSection
  20.  
  21. Section "Device"
  22.     Identifier "intel"
  23.     Driver "modesetting"
  24. EndSection
  25.  
  26. Section "Screen"
  27.     Identifier "intel"
  28.     Device "intel"
  29. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement