Ik heb hier mijn XF86Config-4 file:
Het is dus de bedoeling dat ik beide schermen kan gebruiken om programma's op te laten draaien.
X start met deze instelling wel goed op, maar het 2e scherm geeft geen sjoegguh..
Is er iemand die direct ziet wat er verkeerd is
CJ
>>Edit: Ik heb ook gebruik gemaakt van de search, maar vond alleen maar de dingen die ik al had gedaan. Ik heb ook naar de Xinerama Howto gekeken, heb daar ook wat dingen uitgehaald, en getest, maar het hielp niet.
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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
| # XFree86 4.0 configuration generated by Xconfigurator
Section "ServerLayout"
Identifier "XFree86 Configured"
# Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" 0 0
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
# By default, Red Hat Linux 6.0 and later use xfs
Section "Files"
FontPath "unix/:7100"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
# Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Siemens Nixdorf MCM1702"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30-82
VertRefresh 50-150
Option "dpms"
EndSection
Section "Monitor"
Identifier "Sony GDM-1931"
VendorName "unknown"
ModelName "Unknown"
HorizSync 30-82
VertRefresh 120-125
Option "dpms"
EndSection
Section "Device"
Identifier "NVIDIA GeForce 2 GTS (generic)"
Driver "nvidia"
BoardName "Unknown"
# BusID "PCI:01:00.0"
EndSection
Section "Device"
Identifier "Matrox Millenium 200"
Driver "mga"
BoardName "Unknown"
# BusID "PCI:00:0c.0"
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 2 GTS (generic)"
Monitor "Siemens Nixdorf MCM1702"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Matrox Millenium 200"
Monitor "Sony GDM-1931"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection |
Het is dus de bedoeling dat ik beide schermen kan gebruiken om programma's op te laten draaien.
X start met deze instelling wel goed op, maar het 2e scherm geeft geen sjoegguh..
Is er iemand die direct ziet wat er verkeerd is
CJ
>>Edit: Ik heb ook gebruik gemaakt van de search, maar vond alleen maar de dingen die ik al had gedaan. Ik heb ook naar de Xinerama Howto gekeken, heb daar ook wat dingen uitgehaald, en getest, maar het hielp niet.