Hi all, Zoals te lezen is krijg ik op mijn geforce ti4200 niet mijn beide monitoren aan de praat.
Nvidia drivers zijn goed geinstalleerd, 1 monitor werkt er op.
Als X opstart doet die ene monitor het, de andere blijft zwart.
Mijn Xfree86.log zegt dat er 1 monitoren verbonden zijn, maar er maar 1 gebruikt mag worden.
Hier onder mijn XF86Config file:
En mijn XFree86.log.file:
Na deze ongezond lange post vroeg ik mij af of iemand kan vinden wat ik verkeerd doe.....
Ik heb btw nogal wat adressen moeten weghalen anders werd de post wat te lang
Nvidia drivers zijn goed geinstalleerd, 1 monitor werkt er op.
Als X opstart doet die ene monitor het, de andere blijft zwart.
Mijn Xfree86.log zegt dat er 1 monitoren verbonden zijn, maar er maar 1 gebruikt mag worden.
Hier onder mijn XF86Config file:
PHP:
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
| Section "Files" knip (te grote lijst met pathnames) EndSection Section "ServerFlags" Option "AllowMouseOpenFail" Option "RandR" "on" EndSection Section "Module" Load "glx" Load "freetype" Load "v4l" Load "type1" Load "dbe" Load "speedo" Load "extmod" EndSection Section "InputDevice" Driver "Keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "pc104" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "5" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Device" "/dev/ttyS0" Option "Emulate3Buttons" "on" Option "InputFashion" "Mouse" Option "Name" "Serial;GlidePoint" Option "Protocol" "GlidePoint" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" HorizSync 31-48 Identifier "Monitor[0]" ModelName "1024X768@60HZ" Option "DPMS" VendorName "--> VESA" VertRefresh 50-60 UseModes "Modes[0]" EndSection Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" HorizSync 30-92 Identifier "Monitor[1]" ModelName "107B (107B2)" Option "DPMS" VendorName "PHILIPS" VertRefresh 50-160 UseModes "Modes[1]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "1024x768" 62.35 1024 1048 1176 1344 768 772 776 792 EndSection Section "Modes" Identifier "Modes[1]" Modeline "1152x864" 78.82 1152 1216 1336 1520 864 865 868 894 Modeline "1152x864" 93.90 1152 1224 1344 1536 864 865 868 899 Modeline "1152x864" 109.43 1152 1224 1352 1552 864 865 868 904 Modeline "1152x864" 125.43 1152 1232 1360 1568 864 865 868 909 Modeline "1152x864" 140.45 1152 1232 1360 1568 864 865 868 914 Modeline "1152x864" 142.04 1152 1232 1360 1568 864 865 868 915 Modeline "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794 Modeline "1024x768" 73.89 1024 1080 1192 1360 768 769 772 799 Modeline "1024x768" 86.18 1024 1088 1200 1376 768 769 772 803 Modeline "1024x768" 97.84 1024 1088 1200 1376 768 769 772 808 Modeline "1024x768" 110.91 1024 1096 1208 1392 768 769 772 813 Modeline "1024x768" 122.97 1024 1096 1208 1392 768 769 772 818 Modeline "1024x768" 126.55 1024 1096 1208 1392 768 769 772 819 EndSection Section "Screen" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Section "Screen" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1152x864" "1024x768" EndSubSection Device "Device[1]" Identifier "Screen[1]" Monitor "Monitor[1]" EndSection Section "Device" BoardName "GeForce4 Ti 4200" Driver "nvidia" Identifier "Device[0]" Screen 0 VendorName "NVidia" EndSection Section "Device" BoardName "GeForce4 Ti 4200" Driver "nvidia" Identifier "Device[1]" Screen 1 VendorName "NVidia" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[3]" "CorePointer" InputDevice "Mouse[1]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" Screen "Screen[1]" RightOf "Screen[0]" EndSection Section "DRI" Group "video" Mode 0660 EndSection |
En mijn XFree86.log.file:
PHP:
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
| This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XFree86@XFree86.Org and patches submitted to fixes@XFree86.Org. Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs). XFree86 Version 4.3.0.1 Release Date: 9 May 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: SuSE Linux [ELF] SuSE Build Date: 02 October 2003 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Wed Dec 31 10:58:17 2003 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "Layout[all]" (**) |-->Screen "Screen[0]" (0) (**) | |-->Monitor "Monitor[0]" (**) | |-->Device "Device[0]" (**) |-->Screen "Screen[1]" (1) (**) | |-->Monitor "Monitor[1]" (**) | |-->Device "Device[1]" (**) |-->Input Device "Keyboard[0]" (**) Option "Protocol" "Standard" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc104" (**) XKB: model: "pc104" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "Mouse[1]" (**) |-->Input Device "Mouse[3]" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID" (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) Input device list set to "/dev/ttyS0,/dev/ttyS1,/dev/ttyS2,/dev/ttyS3,/dev/ttyS4,/dev/ttyS5,/dev/ttyS6,/dev/ttyS7,/dev/ttyS8,/dev/psaux,/dev/logibm,/dev/sunmouse,/dev/atibm,/dev/amigamouse,/dev/atarimouse,/dev/inportbm,/dev/gpmdata,/dev/mouse,/dev/usbmouse,/dev/adbmouse,/dev/input/mice,/dev/input/event0,/dev/pointer0,/dev/pointer1,/dev/pointer2,/dev/pointer3" (==) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "AllowMouseOpenFail" (**) Option "RandR" "on" (--) using VT number 7 (WW) Open APM failed (/dev/apm_bios) (No such device) (II) Module ABI versions: XFree86 ANSI C Emulation: 0.2 XFree86 Video Driver: 0.6 XFree86 XInput driver : 0.4 XFree86 Server Extension : 0.2 XFree86 Font Renderer : 0.4 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) Knip (log werd net ff wat te lang) (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "v4l" (II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 (II) v4l driver for Video4Linux (II) NVIDIA XFree86 Driver 1.0-5328 Wed Dec 17 13:56:09 PST 2003 (II) NVIDIA Unified Driver for all NVIDIA GPUs (II) Primary Device is: PCI 02:00:0 (--) Assigning device section with no busID to primary device (--) Assigning device section with no busID to primary device (WW) Device[1]: More than one matching Device section found: (--) Chipset NVIDIA GPU found (II) resource ranges after xf86ClaimFixedResources() call: (II) Setting vga for screen 0. (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/X11R6/lib/modules/libvgahw.a (II) Module vgahw: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.6 (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (--) NVIDIA(0): Linear framebuffer at 0xD0000000 (--) NVIDIA(0): MMIO registers at 0xE4000000 (II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 Ti 4200 (--) NVIDIA(0): VideoBIOS: 04.25.00.31.23 (--) NVIDIA(0): VideoRAM: 131072 kBytes (II) NVIDIA(0): Connected display device(s): CRT-0, CRT-1 (--) NVIDIA(0): Detected TV Encoder: Brooktree 871 (WW) NVIDIA(0): Multiple displays connected, but only one display allowed; (WW) NVIDIA(0): using first display (--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 8 bpp: 350 MHz (--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz (--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 350 MHz (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (WW) NVIDIA(0): Failure reading EDID parameters for display device CRT-0 (II) NVIDIA(0): Monitor[0]: Using hsync range of 31.00-48.00 kHz (II) NVIDIA(0): Monitor[0]: Using vrefresh range of 50.00-60.00 Hz (II) NVIDIA(0): Clock range: 12.00 to 350.00 MHz (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768 (==) NVIDIA(0): DPI set to (75, 75) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.2 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/X11R6/lib/modules/libramdac.a (II) Module ramdac: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.6 (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: (II) NVIDIA(0): AGP 4X successfully initialized (II) NVIDIA(0): Setting mode "1024x768" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (WW) NVIDIA(0): Option "Rotate" is not used (**) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing extension GLX (II) Keyboard "Keyboard[0]" handled by legacy driver (**) Option "Protocol" "imps/2" (**) Mouse[1]: Protocol: "imps/2" (**) Option "CorePointer" (**) Mouse[1]: Core Pointer (**) Option "Device" "/dev/mouse" (**) Option "Buttons" "5" (**) Mouse[1]: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse[1]: ZAxisMapping: buttons 4 and 5 (**) Mouse[1]: Buttons: 5 (**) Option "Protocol" "GlidePoint" (**) Mouse[3]: Protocol: "GlidePoint" (**) Option "SendCoreEvents" (**) Mouse[3]: always reports core events (**) Option "Device" "/dev/ttyS0" (**) Option "BaudRate" "1200" (**) Option "StopBits" "1" (**) Option "DataBits" "7" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" (**) Option "Emulate3Buttons" "on" (**) Mouse[3]: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse[3]: ZAxisMapping: buttons 4 and 5 (**) Mouse[3]: Buttons: 5 (**) Mouse[3]: BaudRate: 1200 (II) XINPUT: Adding extended input device "Mouse[3]" (type: MOUSE) (II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE) (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) (II) Mouse[1]: ps2EnableDataReporting: succeeded Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from list! AUDIT: Wed Dec 31 11:13:56 2003: 7027 X: client 24 rejected from local host Auth name: MIT-MAGIC-COOKIE-1 ID: -1 AUDIT: Wed Dec 31 11:27:04 2003: 7027 X: client 24 rejected from local host Auth name: MIT-MAGIC-COOKIE-1 ID: -1 GetModeLine - scrn: 0 clock: 62350 GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1176 httl: 1344 vdsp: 768 vbeg: 772 vend: 776 vttl: 792 flags: 0 GetModeLine - scrn: 0 clock: 62350 GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1176 httl: 1344 vdsp: 768 vbeg: 772 vend: 776 vttl: 792 flags: 0 AUDIT: Wed Dec 31 11:34:24 2003: 7027 X: client 24 rejected from local host Auth name: MIT-MAGIC-COOKIE-1 ID: -1 |
Na deze ongezond lange post vroeg ik mij af of iemand kan vinden wat ik verkeerd doe.....
Ik heb btw nogal wat adressen moeten weghalen anders werd de post wat te lang
A good landing is one from which you can walk away. A great landing is one after which you can still use your airplane