Ik heb Ubuntu 7.04 geinstalleerd en heb een klein probleempje om mijn 3 TFT schermen werkend te krijgen.
Alle 3 de schermen doen het alleen ik krijg het niet voor elkaar om er 1 buro blab van te maken.
Nu vormen 2 schermen 1 "groot" buroblad en het 3de scherm is een clone van een ander scherm.
De setup:
AGP Radeon 9800 met monitor1 (middelste in opstelling, generic monitor 1) op DVI
PCI Radeon 9200 met monitor2 op de DVI (links naast 1) en monitor3 op (sub-d rechts naast 1)
In de bios staat dat PCI als eerste geboot worden, als je dat op AGP zet werkt het helemaal niet.
in de xorg.conf heb ik de volgende setup:
Het probleem nu is dus dat monitor 2 en 3 clonen van elkaar zijn
Monitor 1 en 3 zijn samen een groot buro blab, de bedoeling is dus dan alle 3 samen 1 groot buro blad moet worden in de volgende opstellingen 2-1-3
Ziet iemand een fout in deze config waarom de 2 clonen van elkaar zijn?
Alle 3 de schermen doen het alleen ik krijg het niet voor elkaar om er 1 buro blab van te maken.
Nu vormen 2 schermen 1 "groot" buroblad en het 3de scherm is een clone van een ander scherm.
De setup:
AGP Radeon 9800 met monitor1 (middelste in opstelling, generic monitor 1) op DVI
PCI Radeon 9200 met monitor2 op de DVI (links naast 1) en monitor3 op (sub-d rechts naast 1)
In de bios staat dat PCI als eerste geboot worden, als je dat op AGP zet werkt het helemaal niet.
in de xorg.conf heb ik de volgende setup:
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
| Section "Device" Identifier "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]" Driver "ati" Busid "PCI:1:0:0" EndSection Section "Device" Identifier "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary)" Driver "ati" Busid "PCI:1:0:1" EndSection Section "Device" Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)" Driver "ati" Busid "PCI:2:2:0" EndSection Section "Device" Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)" Driver "ati" Busid "PCI:2:2:1" EndSection Section "Monitor" Identifier "Generic Monitor 1" Option "DPMS" ModelName "CML174SXW" Horizsync 28-64 Vertrefresh 43-70 EndSection Section "Monitor" Identifier "Generic Monitor 2" Option "DPMS" ModelName "CML174SXW" Horizsync 28-64 Vertrefresh 43-70 EndSection Section "Monitor" Identifier "Generic Monitor 3" Option "DPMS" ModelName "philips" Horizsync 28-64 Vertrefresh 43-70 EndSection Section "Screen" Identifier "Default Screen 1" Device "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]" Monitor "Generic Monitor 1" Defaultdepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection EndSection Section "Screen" Identifier "Default Screen 2" Device "ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)" Monitor "Generic Monitor 2" Defaultdepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection EndSection Section "Screen" Identifier "Default Screen 3" Device "ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)" Monitor "Generic Monitor 3" Defaultdepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x40$ EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen 1" screen "Default Screen 3" RightOf "Default Screen 1" screen "Default Screen 2" LeftOf "Default Screen 1" Option "Xinerama""true" Option "Clone""false" Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" Inputdevice "stylus" "SendCoreEvents" Inputdevice "cursor" "SendCoreEvents" Inputdevice "eraser" "SendCoreEvents" EndSection |
Het probleem nu is dus dat monitor 2 en 3 clonen van elkaar zijn
Monitor 1 en 3 zijn samen een groot buro blab, de bedoeling is dus dan alle 3 samen 1 groot buro blad moet worden in de volgende opstellingen 2-1-3
Ziet iemand een fout in deze config waarom de 2 clonen van elkaar zijn?