Ubuntu Pastebin

Paste from sergioss at Thu, 7 Apr 2016 08:11:57 +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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Section "ServerFlags"
	Option		"Xinerama" "true"
EndSection


Section "ServerLayout"
	Identifier	"X.org for DisplayLink"
	Screen		0 "Asus1-1" 0 0
	Screen		1 "LG1-2" RightOf "Asus"
	Screen		2 "LG1-3" RightOf "LG1-2"
EndSection

Section "Monitor"
	Identifier	"Asus1-1"
	VendorName	"Asus"
	ModelName	"Asus 3 monitors station"
	Option		"Enable" "true"
EndSection

Section "Monitor"
	Identifier	"LG1-2"
	VendorName	"LG"
	ModelName	"LG 3 monitors station"
	Option		"Enable" "true"
EndSection

Section "Monitor"
	Identifier	"LG1-3"
	VendorName	"LG"
	ModelName	"LG 3 monitors station"
	Option		"Enable" "true"
EndSection


Section "Device"
	Identifier	"nvidia"
	Driver		"nvidia"
	VendorName	"Asus"
	BoardName	"nvidia"
	BusID		"PCI:1@0:0:0"
	Option		"ConstrainCursor" "off"
EndSection

Section "Device"
	Identifier	"intel"
	Driver		"modesetting"
	VendorName	"Asus"
	BoardName	"intel"
	BusID		"PCI:0@0:2:0"
	Option		"AccelMethod" "None"
EndSection

Section "Device"
	Identifier	"DisplayLinkFb1"
	Driver		"fbdev"
	VendorName	"DisplayLink"
	BoardName	"DisplayLink M01061"
	BusID		"USB"
	Option		"fbdev" "/dev/fb1"
EndSection

Section "Screen"
	Identifier	"Asus1-1"
	Device		"nvidia"
	Monitor		"Monitor1-1"

	SubSection "Display"
		Viewport	0 0
		Depth		24
	EndSubSection
EndSection

Section "Screen"
	Identifier	"LG1-2"
	Device		"intel"
	Monitor		"Monitor1-2"

	SubSection "Display"
		Viewport	0 0
		Depth		24
	EndSubSection
EndSection


Section "Screen"
	Identifier	"LG1-3"
	Device		"DisplayLinkFb1"
	Monitor		"LG1-3"

	SubSection "Display"
		Viewport	0 0
		Depth		24
	EndSubSection
EndSection
Download as text