Advertisement
Guest User

Untitled

a guest
Jul 26th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. apt remove xserver-xorg-video-intel
  2. apt autoremove
  3. reboot
  4. nano /etc/X11/xorg.conf
  5. >>>>>>
  6. Section "ServerLayout"
  7. Identifier "layout"
  8. Screen 0 "nvidia"
  9. Inactive "intel"
  10. EndSection
  11.  
  12. Section "Device"
  13. Identifier "nvidia"
  14. Driver "nvidia"
  15. BusID "PCI:2:0:0"
  16. EndSection
  17.  
  18. Section "Screen"
  19. Identifier "nvidia"
  20. Device "nvidia"
  21. Option "AllowEmptyInitialConfiguration"
  22. EndSection
  23.  
  24. Section "Device"
  25. Identifier "intel"
  26. Driver "modesetting"
  27. BusID "PCI:0:2:0"
  28. #Option "AccelMethod" "none"
  29. EndSection
  30.  
  31. Section "Screen"
  32. Identifier "intel"
  33. Device "intel"
  34. EndSection
  35.  
  36. (BusID поменяй на свои)
  37.  
  38. nano /home/(user)/.xsessionrc
  39.  
  40. >>>>>>>>>>>
  41.  
  42. xrandr --setprovideroutputsource modesetting NVIDIA-0
  43. xrandr --auto
  44. xrandr --dpi 96
  45.  
  46. В зависимости какой логин менеджер, отпишись в треде, дальше скажу.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement