Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. no VIRTUAL outputs on ":0"
  2.  
  3. Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
  4. eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 345mm x 194mm
  5. 1920x1080 60.02*+ 59.93
  6. 1680x1050 59.95 59.88
  7. 1600x1024 60.17
  8. ... other video modes ...
  9. 400x300 60.32 56.34
  10. 320x240 60.05
  11. DP-1 disconnected (normal left inverted right x axis y axis)
  12. HDMI-1 disconnected (normal left inverted right x axis y axis)
  13. DP-2 disconnected (normal left inverted right x axis y axis)
  14. HDMI-2 disconnected (normal left inverted right x axis y axis)
  15.  
  16. Section "Device"
  17. Identifier "intelgpu0"
  18. Driver "intel"
  19. Option "VirtualHeads" "2"
  20. EndSection
  21.  
  22. Section "ServerLayout"
  23. Identifier "Layout0"
  24. Option "AutoAddDevices" "true"
  25. Option "AutoAddGPU" "false"
  26. EndSection
  27.  
  28. Section "Device"
  29. Identifier "DiscreteNvidia"
  30. Driver "nvidia"
  31. VendorName "NVIDIA Corporation"
  32. Option "ProbeAllGpus" "false"
  33. Option "NoLogo" "true"
  34. Option "AllowEmptyInitialConfiguration"
  35. EndSection
  36.  
  37. Section "Screen"
  38. Identifier "Screen0"
  39. Device "DiscreteNVidia"
  40. EndSection
  41.  
  42. GRUB_CMDLINE_LINUX_DEFAULT="quiet blacklist.nouveau=1 i915.modeset=1 gfxpayload=640x480 acpi_backlight=vendor acpi_osi=! acpi_osi="Windows 2009""
  43.  
  44. sudo apt-get build-dep xserver-xorg-core
  45. apt-get source xorg-server
  46.  
  47. dpkg-buildpackage -rfakeroot -us -uc
  48. cd ..
  49. sudo dpkg -i xserver-xorg-core_n.nn.n-n_amd64.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement