cih997 / 9 years, 2 months ago | Download | Plaintext | Odpowiedz |

 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
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
	Identifier	"Configured Video Device0"
	Screen      0
EndSection

Section "Device"
	Identifier	"Configured Video Device1"
	Screen      1
EndSection

Section "Monitor"
	Identifier	"LAPTOP"
EndSection

Section "Monitor"
	Identifier	"LCD"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Monitor		"LAPTOP"
	Device		"Configured Video Device0"
	SubSection "Display"
            Depth           24
            Virtual         1280 800
        EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Monitor		"LCD"
	Device		"Configured Video Device1"
	SubSection "Display"
            Depth           24
            Virtual         1024 768
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier  "xinerama-multi"
	Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" LeftOf "Screen0"
	InputDevice	"Synaptics Touchpad"
	Option      "Xinerama" "Off"
EndSection