Ubuntu Pastebin

Paste from ioria at Fri, 6 May 2016 19:27:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Section "ServerLayout"
 Identifier "layout"
 Screen 0 "nvidia"
 Inactive "intel"
EndSection
 
Section "Device"
 Identifier "intel"
 Driver "modesetting"
EndSection
 
Section "Screen"
 Identifier "intel"
 Device "intel"
EndSection
 
Section "Device"
 Identifier "nvidia"
 Driver "nvidia"
 BusID "PCI:1:0:0"
EndSection
 
Section "Screen"
 Identifier "nvidia"
 Device "nvidia"
 Option "UseDisplayDevice" "None"
EndSection
Download as text