Ubuntu Pastebin

Paste from root at Fri, 27 Mar 2015 18:54:40 +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
Section "ServerLayout"
	Identifier		"Layout0"
	Screen			0 "Screen0" 0 0
	InputDevice		"Keyboard0" "CoreKeyboard"
	InputDevice		"Mouse0" "CorePointer"
	Option		 	"Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
	# generated from default
	Identifier		"Mouse0"
	Driver			"mouse"
	Option			"Protocol" "auto"
	Option			"Device" "/dev/psaux"
	Option			"Emulate3Buttons" "no"
	Option			"ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	# generated from default
	Identifier		"Keyboard0"
	Driver			"kbd"
EndSection

Section "Monitor"
	Identifier		"Monitor0"
	VendorName		"Unknown"
	ModelName		"Unknown"
	HorizSync		30.0 - 110.0
	VertRefresh		50.0 - 150.0
	Option			"DPMS"
EndSection

Section "Device"
	Identifier		"Device0"
	Driver			"nvidia"
	VendorName		"NVIDIA Corporation"
	BoardName		"GeForce 7300 LE"
	BusID			"PCI:1:0:0"
	Screen			1
EndSection

Section "Screen"
	Identifier		"Screen0"
	Device			"Device0"
	Monitor			"Monitor0"
	DefaultDepth		24
	Option			"TwinView" "1"
	Option			"TwinViewXineramaInfoOrder" "DFP-0"
	Option			"metamodes" "DFP-0: 1920x1080_60 +0+0, CRT: 1920x1080_60 +1920+0"
	SubSection "Display"
		Depth		24
	EndSubSection
EndSection
Download as text