ubuntuusers.de

Dualview - Xorg.conf

Autor:
Behind_These_Walls
Datum:
25. Juli 2008 23:36
Code:
 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
## primary

Section "Device"
	Identifier	"ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
	Driver		"fglrx"
	Busid		"PCI:1:5:0"
	Screen	0
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
   Option "DPMS"
EndSection

Section "Screen"
	Identifier	"STD"
	Device		"ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
	Monitor		"Generic Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes		"1024x768"
	EndSubSection
EndSection

## secondary

Section "Device"
	Identifier	"ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
	Boardname	"ati"
	Busid		"PCI:1:5:0"
	Driver		"fglrx"
	Screen	1
EndSection

Section "Monitor"
	Identifier	"Dell"
   Option "DPMS"
EndSection

Section "Screen"
	Identifier	"TFT"
	Device		"ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
	Monitor		"Dell"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes		"1280x1024" "1024x768"
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier	"Default Layout"
	Screen	0  "STD"  0  0
   Screen   1  "TFT" LeftOf "STD"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection