[suse 8.0] Vaag dual monitor probleem

Pagina: 1
Acties:
  • 104 views sinds 30-01-2008
  • Reageer

Onderwerpen


  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
Ik ben nu net de trotse bezitter geworden van mijn 2e 21" scherm :) :) :) en die wil ik configureren in Suse 8.0. Onder windows draaien beide schermen nu perfect 1280x1024@85Hz, maar onder linux draait de tweede monitor steeds op 1152x768. Ik heb die zowel geinstalleerd als 1280x1024@85Hz monitor (VESA) als het echte type (NEC multisync P1150), maar hij blijft op 1152 draaien. Hoe kan ik dat veranderen?

xf86config hieronder.

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
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
236
237
238
239
240
241
242
# /.../
# SaX generated XFree86 config file
# Created on: 2002-09-17.
#
# Version: 4.3
# Contact: Marcus Schaefer <sax@suse.de>, 2001
#
# Automatically generated by [SaX2] (4.3)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  ModulePath   "/usr/X11R6/lib/modules"
  RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "type1"
  Load         "speedo"
  Load         "extmod"
  Load         "freetype"
EndSection

Section "InputDevice"
  Driver       "keyboard"
  Identifier   "Keyboard[0]"
  Option       "AutoRepeat" "500 30"
  Option       "LeftAlt" "Meta"
  Option       "Protocol" "Standard"
  Option       "RightAlt" "Meta"
  Option       "RightCtl" "Control"
  Option       "ScrollLock" "Compose"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Device" "/dev/psaux"
  Option       "InputFashion" "Mouse"
  Option       "Name" "PS/2"
  Option       "Protocol" "PS/2"
  Option       "Vendor" "PS/2-Mouse"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  DisplaySize  380 290
  HorizSync    31-91.1
  Identifier   "Monitor[0]"
  ModelName    "1280X1024@85HZ"
  VendorName   "--> VESA"
  VertRefresh  50-85
  UseModes     "Modes[0]"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  HorizSync    27-94
  Identifier   "Monitor[1]"
  ModelName    "MULTISYNC P1150"
  VendorName   "NEC"
  VertRefresh  54-160
  UseModes     "Modes[1]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline  "800x600" 40.56 800 816 928 1072 600 600 606 626
  Modeline  "800x600" 46.80 800 816 928 1072 600 600 606 626
  Modeline  "800x600" 53.04 800 816 928 1072 600 600 607 626
  Modeline  "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
EndSection

Section "Modes"
  Identifier   "Modes[1]"
  Modeline  "1280x1024" 119.28 1280 1296 1552 1736 1024 1024 1035 1070
  Modeline  "1280x1024" 136.31 1280 1296 1552 1736 1024 1024 1036 1070
  Modeline  "1280x1024" 153.35 1280 1296 1552 1736 1024 1024 1039 1070
  Modeline  "1280x1024" 156.42 1280 1296 1552 1736 1024 1024 1039 1070
  Modeline  "320x175" 15.75 320 336 368 416 175 191 192 222 +hsync -vsync doublescan
  Modeline  "1280x1024" 102.24 1280 1296 1552 1736 1024 1024 1033 1070
  Modeline  "1152x870" 130.15 1152 1168 1384 1568 870 870 885 909
  Modeline  "1152x870" 140.62 1152 1168 1384 1568 870 870 885 909
  Modeline  "1024x768" 61.19 1024 1040 1216 1400 768 768 775 802
  Modeline  "1024x768" 71.39 1024 1040 1216 1400 768 768 776 802
  Modeline  "1024x768" 81.59 1024 1040 1216 1400 768 768 777 802
  Modeline  "1024x768" 91.79 1024 1040 1216 1400 768 768 778 802
  Modeline  "1024x768" 101.99 1024 1040 1216 1400 768 768 783 802
  Modeline  "1024x768" 112.19 1024 1040 1216 1400 768 768 783 802
  Modeline  "1024x768" 124.83 1024 1040 1216 1400 768 768 783 802
  Modeline  "800x600" 81.12 800 816 928 1112 600 600 615 626
  Modeline  "800x600" 87.36 800 816 928 1112 600 600 615 626
  Modeline  "1152x870" 140.62 1152 1168 1384 1568 870 870 885 909
  Modeline  "800x600" 37.44 800 816 928 1072 600 600 605 626
  Modeline  "800x600" 43.68 800 816 928 1072 600 600 606 626
  Modeline  "800x600" 49.92 800 816 928 1072 600 600 607 626
  Modeline  "800x600" 56.16 800 816 928 1072 600 600 608 626
  Modeline  "800x600" 62.40 800 816 928 1112 600 600 615 626
  Modeline  "800x600" 68.64 800 816 928 1112 600 600 615 626
  Modeline  "800x600" 74.88 800 816 928 1112 600 600 615 626
  Modeline  "640x480" 23.96 640 656 720 864 480 480 484 501
  Modeline  "640x480" 27.96 640 656 720 864 480 480 485 501
  Modeline  "640x480" 31.95 640 656 720 864 480 480 485 501
  Modeline  "640x480" 35.94 640 656 720 864 480 480 486 501
  Modeline  "640x480" 39.94 640 656 720 864 480 480 491 501
  Modeline  "640x480" 43.93 640 656 720 864 480 480 491 501
  Modeline  "640x480" 47.92 640 656 720 864 480 480 491 501
  Modeline  "640x480" 51.92 640 656 720 864 480 480 491 501
  Modeline  "640x480" 55.91 640 656 720 904 480 480 491 501
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "800x600" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  Device       "Device[1]"
  Identifier   "Screen[1]"
  Monitor      "Monitor[1]"
EndSection


Section "Device"
  BoardName    "GeForce DDR"
  BusID        "1:0:0"
  Driver       "nv"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "NVidia"
  Videoram     32768
EndSection

Section "Device"
  BoardName    "MGA 2164W"
  BusID        "0:11:0"
  Driver       "mga"
  Identifier   "Device[1]"
  Option       "NoHal"
  Screen       0
  VendorName   "Matrox"
  Videoram     4096
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "on"
  Screen       "Screen[0]" LeftOf "Screen[1]"
  Screen       "Screen[1]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

[ Voor 0% gewijzigd door VROEM! op 17-09-2002 21:47 . Reden: xfree86.conf updated ]

ieeeepppppp :P


  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
*kick* iemand? Ik heb inmiddels al wat getweaked met de geheugeninstellingen van de secundaire kaart (een matrox millenium II met 2 of 4 mb, hoe kan ik dat testen?) en dat helpt niet.

ieeeepppppp :P


  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 01-11 15:33

deadinspace

The what goes where now?

Wat zegt /var/log/XFreenogwat? Daar staat als het goed is in waarom hij 1280x1024 niet pakt

  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
De startlog: Er staat allerlei shit in die ik in SaX2 niet aangegeven heb, ik heb daar bijvoorbeeld bij alle kleurdieptes toch echt aangegeven dat hij alleen de 1280x1024 resolutie moet gebruiken.
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
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
    If the server is older than 6-12 months, or if your card is
    newer than the above date, look for a newer version before
    reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: SuSE Linux [ELF] SuSE
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: Tue Sep 17 21:42:20 2002
(==) 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 "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse[1]"
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc/sgi" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
    Entry deleted from font path.
(**) 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/kwintv:unscaled,/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"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(++) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
    XFree86 ANSI C Emulation: 0.1
    XFree86 Video Driver: 0.5
    XFree86 XInput driver : 0.3
    XFree86 Server Extension : 0.1
    XFree86 Font Renderer : 0.3
(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.2.0, module version = 1.0.0
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
(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.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80003c48, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0391 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8391 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 22 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 10 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 30 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 10ec,8029 card 10ec,8029 rev 00 class 02,00,00 hdr 00
(II) PCI: 00:09:0: chip 1102,0002 card 1102,8027 rev 08 class 04,01,00 hdr 80
(II) PCI: 00:09:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 00:0b:0: chip 102b,051b card 102b,2007 rev 00 class 03,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0101 card 1043,400a rev 10 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
    [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
    [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
    [0] -1  0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:11:0) Matrox MGA 2164W rev 0, Mem @ 0xde000000/24, 0xdf000000/14, 0xe0000000/23
(--) PCI:*(1:0:0) NVidia GeForce DDR rev 16, Mem @ 0xdc000000/24, 0xd0000000/27
(II) Addressable bus resource ranges are
    [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
    [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
    [0] -1  0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [1] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    [2] -1  0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [3] -1  0x0000e400 - 0x0000e407 (0x8) IX[B]
    [4] -1  0x0000e000 - 0x0000e01f (0x20) IX[B]
    [5] -1  0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [6] -1  0x0000d800 - 0x0000d81f (0x20) IX[B]
    [7] -1  0x0000d400 - 0x0000d41f (0x20) IX[B]
    [8] -1  0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) Inactive PCI resource ranges:
    [0] -1  0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
    [1] -1  0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
    [2] -1  0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1  0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [1] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    [2] -1  0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [3] -1  0x0000e400 - 0x0000e407 (0x8) IX[B]
    [4] -1  0x0000e000 - 0x0000e01f (0x20) IX[B]
    [5] -1  0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [6] -1  0x0000d800 - 0x0000d81f (0x20) IX[B]
    [7] -1  0x0000d400 - 0x0000d41f (0x20) IX[B]
    [8] -1  0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
    [0] -1  0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
    [1] -1  0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
    [2] -1  0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
    [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1  0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [6] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    [7] -1  0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [8] -1  0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
    [9] -1  0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
    [10] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [11] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [12] -1 0x00000000 - 0x000000ff (0x100) IX[B]
    [13] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [14] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [15] -1 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [16] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [17] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [18] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.1
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.1
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Speedo
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    Module class: XFree86 Server Extension
    ABI class: XFree86 Server Extension, version 0.1
(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) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.1.10
    Module class: XFree86 Font Renderer
    ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.1
    Module class: XFree86 Video Driver
    ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.1.0
    Module class: XFree86 Video Driver
    ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    Module class: XFree86 XInput Driver
    ABI class: XFree86 XInput driver, version 0.3
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT,
    RIVA TNT2/TNT2 Pro, RIVA TNT2 Ultra, Vanta, Riva TNT2 M64,
    Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
    GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR, GeForce2 GTS/Pro,
    GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460,
    GeForce4 MX 440, GeForce4 MX 420, GeForce4 440 Go, GeForce4 420 Go,
    GeForce4 420 Go M32, Quadro4 500XGL, GeForce4 440 Go M64,
    Quadro4 200/400NVS, Quadro4 550XGL, Quadro4 GoGL,
    GeForce2 Integrated, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500,
    Quadro DDC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200,
    Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
    mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
    mgag550
(II) Primary Device is: PCI 01:00:0
(--) Chipset GeForce DDR found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1  0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [6] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    [7] -1  0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [8] -1  0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
    [9] -1  0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
    [10] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [11] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [12] -1 0x00000000 - 0x000000ff (0x100) IX[B]
    [13] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [14] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [15] -1 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [16] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [17] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [18] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
(--) Chipset mga2164w found
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1  0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [6] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    [7] -1  0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [8] -1  0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
    [9] -1  0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
    [10] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [11] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [12] -1 0x00000000 - 0x000000ff (0x100) IX[B]
    [13] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [14] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [15] -1 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [16] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [17] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [18] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
(II) resource ranges after probing:
    [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1  0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [6] -1  0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    [7] -1  0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [8] -1  0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
    [9] -1  0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
    [10] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [11] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
    [12] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [13] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
    [14] 1  0x000a0000 - 0x000affff (0x10000) MS[B]
    [15] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [16] 1  0x000b8000 - 0x000bffff (0x8000) MS[B]
    [17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
    [19] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [20] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [21] -1 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [22] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [23] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [24] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [25] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
    [26] 0  0x000003c0 - 0x000003df (0x20) IS[B]
    [27] 1  0x000003b0 - 0x000003bb (0xc) IS[B]
    [28] 1  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce DDR"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(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.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD0000000
(--) NV(0): MMIO registers at 0xDC000000
(**) NV(0): VideoRAM: 32768 kBytes
(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.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.2.0
    ABI class: XFree86 Video Driver, version 0.5
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor[0]: Using hsync range of 31.00-91.10 kHz
(II) NV(0): Monitor[0]: Using vrefresh range of 50.00-85.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(--) NV(0): Virtual size is 1280x1024 (pitch 1280)
(**) NV(0): Mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) NV(0): Modeline "1280x1024"  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync
(**) NV(0): Display dimensions: (380, 290) mm
(**) NV(0): DPI set to (85, 89)
(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.2.0, module version = 1.0.0
    ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
(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.2.0, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(**) MGA(1): Depth 24, (--) framebuffer bpp 32
(==) MGA(1): RGB weight 888
(**) MGA(1): Option "NoHal"
(--) MGA(1): Chipset: "mga2164w"
(==) MGA(1): Using AGP 1x mode
(--) MGA(1): Linear framebuffer at 0xDE000000
(--) MGA(1): MMIO registers at 0xDF000000
(--) MGA(1): Pseudo-DMA transfer window at 0xE0000000
(II) Truncating PCI BIOS Length to 32768
(--) MGA(1): Video BIOS info block at offset 0x07BA0
(--) MGA(1): Found and verified enhanced Video BIOS info block
(II) MGA(1): MGABios.RamdacType = 0x0
(==) MGA(1): Write-combining range (0xde000000,0x800000)
(**) MGA(1): VideoRAM: 4096 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/X11R6/lib/modules/libi2c.a
(==) MGA(1): Write-combining range (0xde000000,0x400000)
(II) MGA(1): DDC1 disabled - chip not in VGA mode
(II) MGA(1): I2C bus "DDC" initialized.
(II) MGA(1): I2C device "DDC:ddc2" registered.
(II) MGA(1): I2C device "DDC:ddc2" removed.
(II) MGA(1): I2C Monitor info: (nil)
(II) MGA(1): end of I2C Monitor info

(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 12 MHz
(--) MGA(1): Max pixel clock is 230 MHz
(--) MGA(1): MCLK used is 66.0 MHz
(II) MGA(1): Monitor[1]: Using hsync range of 27.00-94.00 kHz
(II) MGA(1): Monitor[1]: Using vrefresh range of 54.00-160.00 Hz
(II) MGA(1): Clock range:  12.00 to 230.00 MHz
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1280x960" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1280x960" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) MGA(1): Not using default mode "896x672" (hsync out of range)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) MGA(1): Not using default mode "928x696" (hsync out of range)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) MGA(1): Not using default mode "960x720" (hsync out of range)
(II) MGA(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) MGA(1): Not using default mode "1600x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (no mode of this name)
(--) MGA(1): Virtual size is 1152x870 (pitch 1152)
(**) MGA(1): Mode "1152x870": 140.6 MHz, 89.7 kHz, 98.7 Hz
(II) MGA(1): Modeline "1152x870"  140.62  1152 1168 1384 1568  870 870 885 909
(**) MGA(1): Mode "1152x870": 140.6 MHz, 89.7 kHz, 98.7 Hz
(II) MGA(1): Modeline "1152x870"  140.62  1152 1168 1384 1568  870 870 885 909
(**) MGA(1): Mode "1152x870": 130.2 MHz, 83.0 kHz, 91.3 Hz
(II) MGA(1): Modeline "1152x870"  130.15  1152 1168 1384 1568  870 870 885 909
(**) MGA(1): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) MGA(1): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) MGA(1): Mode "1024x768": 124.8 MHz, 89.2 kHz, 111.2 Hz
(II) MGA(1): Modeline "1024x768"  124.83  1024 1040 1216 1400  768 768 783 802
(**) MGA(1): Mode "1024x768": 112.2 MHz, 80.1 kHz, 99.9 Hz
(II) MGA(1): Modeline "1024x768"  112.19  1024 1040 1216 1400  768 768 783 802
(**) MGA(1): Mode "1024x768": 102.0 MHz, 72.8 kHz, 90.8 Hz
(II) MGA(1): Modeline "1024x768"  101.99  1024 1040 1216 1400  768 768 783 802
(**) MGA(1): Mode "1024x768": 91.8 MHz, 65.6 kHz, 81.8 Hz
(II) MGA(1): Modeline "1024x768"   91.79  1024 1040 1216 1400  768 768 778 802
(**) MGA(1): Mode "1024x768": 81.6 MHz, 58.3 kHz, 72.7 Hz
(II) MGA(1): Modeline "1024x768"   81.59  1024 1040 1216 1400  768 768 777 802
(**) MGA(1): Mode "1024x768": 71.4 MHz, 51.0 kHz, 63.6 Hz
(II) MGA(1): Modeline "1024x768"   71.39  1024 1040 1216 1400  768 768 776 802
(**) MGA(1): Mode "1024x768": 61.2 MHz, 43.7 kHz, 54.5 Hz
(II) MGA(1): Modeline "1024x768"   61.19  1024 1040 1216 1400  768 768 775 802
(**) MGA(1): Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(II) MGA(1): Modeline "960x720"  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync
(**) MGA(1): Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(II) MGA(1): Modeline "928x696"  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync
(**) MGA(1): Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(II) MGA(1): Modeline "896x672"  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync
(**) MGA(1): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) MGA(1): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) MGA(1): Mode "800x600": 87.4 MHz, 78.6 kHz, 125.5 Hz
(II) MGA(1): Modeline "800x600"   87.36  800 816 928 1112  600 600 615 626
(**) MGA(1): Mode "800x600": 81.1 MHz, 72.9 kHz, 116.5 Hz
(II) MGA(1): Modeline "800x600"   81.12  800 816 928 1112  600 600 615 626
(**) MGA(1): Mode "800x600": 74.9 MHz, 67.3 kHz, 107.6 Hz
(II) MGA(1): Modeline "800x600"   74.88  800 816 928 1112  600 600 615 626
(**) MGA(1): Mode "800x600": 68.6 MHz, 61.7 kHz, 98.6 Hz
(II) MGA(1): Modeline "800x600"   68.64  800 816 928 1112  600 600 615 626
(**) MGA(1): Mode "800x600": 62.4 MHz, 56.1 kHz, 89.6 Hz
(II) MGA(1): Modeline "800x600"   62.40  800 816 928 1112  600 600 615 626
(**) MGA(1): Mode "800x600": 56.2 MHz, 52.4 kHz, 83.7 Hz
(II) MGA(1): Modeline "800x600"   56.16  800 816 928 1072  600 600 608 626
(**) MGA(1): Mode "800x600": 49.9 MHz, 46.6 kHz, 74.4 Hz
(II) MGA(1): Modeline "800x600"   49.92  800 816 928 1072  600 600 607 626
(**) MGA(1): Mode "800x600": 43.7 MHz, 40.7 kHz, 65.1 Hz
(II) MGA(1): Modeline "800x600"   43.68  800 816 928 1072  600 600 606 626
(**) MGA(1): Mode "800x600": 37.4 MHz, 34.9 kHz, 55.8 Hz
(II) MGA(1): Modeline "800x600"   37.44  800 816 928 1072  600 600 605 626
(**) MGA(1): Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) MGA(1): Modeline "700x525"   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync
(**) MGA(1): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) MGA(1): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) MGA(1): Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(II) MGA(1): Modeline "640x512"   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync
(**) MGA(1): Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) MGA(1): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync
(**) MGA(1): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) MGA(1): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) MGA(1): Mode "640x480": 55.9 MHz, 61.8 kHz, 123.4 Hz
(II) MGA(1): Modeline "640x480"   55.91  640 656 720 904  480 480 491 501
(**) MGA(1): Mode "640x480": 51.9 MHz, 60.1 kHz, 119.9 Hz
(II) MGA(1): Modeline "640x480"   51.92  640 656 720 864  480 480 491 501
(**) MGA(1): Mode "640x480": 47.9 MHz, 55.5 kHz, 110.7 Hz
(II) MGA(1): Modeline "640x480"   47.92  640 656 720 864  480 480 491 501
(**) MGA(1): Mode "640x480": 43.9 MHz, 50.8 kHz, 101.5 Hz
(II) MGA(1): Modeline "640x480"   43.93  640 656 720 864  480 480 491 501
(**) MGA(1): Mode "640x480": 39.9 MHz, 46.2 kHz, 92.3 Hz
(II) MGA(1): Modeline "640x480"   39.94  640 656 720 864  480 480 491 501
(**) MGA(1): Mode "640x480": 35.9 MHz, 41.6 kHz, 83.0 Hz
(II) MGA(1): Modeline "640x480"   35.94  640 656 720 864  480 480 486 501
(**) MGA(1): Mode "640x480": 31.9 MHz, 37.0 kHz, 73.8 Hz
(II) MGA(1): Modeline "640x480"   31.95  640 656 720 864  480 480 485 501
(**) MGA(1): Mode "640x480": 28.0 MHz, 32.4 kHz, 64.6 Hz
(II) MGA(1): Modeline "640x480"   27.96  640 656 720 864  480 480 485 501
(**) MGA(1): Mode "640x480": 24.0 MHz, 27.7 kHz, 55.4 Hz
(II) MGA(1): Modeline "640x480"   23.96  640 656 720 864  480 480 484 501
(**) MGA(1): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) MGA(1): Modeline "720x400"   35.50  720 756 828 936  400 401 404 446 -hsync +vsync
(**) MGA(1): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(1): Modeline "640x400"   31.50  640 672 736 832  400 401 404 445 -hsync +vsync
(**) MGA(1): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) MGA(1): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) MGA(1): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) MGA(1): Modeline "640x350"   31.50  640 672 736 832  350 382 385 445 +hsync -vsync
(**) MGA(1): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) MGA(1): Modeline "512x384"   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync
(**) MGA(1): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) MGA(1): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) MGA(1): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) MGA(1): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) MGA(1): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) MGA(1): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) MGA(1): Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) MGA(1): Modeline "512x384"   22.45  512 516 604 632  384 384 388 409 interlace doublescan +hsync +vsync
(**) MGA(1): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) MGA(1): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) MGA(1): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) MGA(1): Modeline "400x300"   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync
(**) MGA(1): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) MGA(1): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) MGA(1): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) MGA(1): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) MGA(1): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) MGA(1): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) MGA(1): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) MGA(1): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) MGA(1): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) MGA(1): Modeline "320x240"   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync
(**) MGA(1): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) MGA(1): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) MGA(1): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) MGA(1): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) MGA(1): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) MGA(1): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) MGA(1): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) MGA(1): Modeline "360x200"   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync
(**) MGA(1): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) MGA(1): Modeline "320x200"   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync
(**) MGA(1): Mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) MGA(1): Modeline "320x175"   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync
(==) MGA(1): DPI set to (75, 75)
(II) MGA(1): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/X11R6/lib/modules/libxaa.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Reloading /usr/X11R6/lib/modules/libramdac.a
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
    compiled for 4.2.0, module version = 1.0.0
    ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
    [0] 1   0xe0000000 - 0xe07fffff (0x800000) MX[B]
    [1] 1   0xdf000000 - 0xdf003fff (0x4000) MX[B]
    [2] 1   0xde000000 - 0xdeffffff (0x1000000) MX[B]
    [3] 0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
    [4] 0   0xdc000000 - 0xdcffffff (0x1000000) MX[B]
    [5] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [6] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [7] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
    [8] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
    [9] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [10] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
    [11] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    [12] -1 0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
    [13] -1 0xe0000000 - 0xe07fffff (0x800000) MX[B](B)
    [14] -1 0xdf000000 - 0xdf003fff (0x4000) MX[B](B)
    [15] -1 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
    [16] 0  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [17] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [18] 0  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [19] 1  0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [20] 1  0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [21] 1  0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [22] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [23] -1 0x00000000 - 0x000000ff (0x100) IX[B]
    [24] -1 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [25] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [26] -1 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [27] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
    [28] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
    [29] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
    [30] 0  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [31] 0  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    [32] 1  0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [33] 1  0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xd0000000,0x2000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Offscreen Pixmaps
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(WW) NV(0): Option "CalcAlgorithm" is not used
(==) MGA(1): Write-combining range (0xde000000,0x400000)
(--) MGA(1): 64 DWORD fifo
(==) MGA(1): Default visual is TrueColor
(EE) MGA(1): Static buffer allocation failed, not initializing the DRI
(EE) MGA(1): Need at least 11745 kB video memory at this resolution, bit depth
(II) MGA(1): Using 40 lines for offscreen memory.
(II) MGA(1): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid filled trapezoids
    8x8 mono pattern filled rectangles
    8x8 mono pattern filled trapezoids
    Indirect CPU to Screen color expansion
    Screen to Screen color expansion
    Solid Lines
    Dashed Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Driver provided FillCacheBltRects replacement
    Setting up tile and stipple cache:
        9 128x40 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(--) MGA(1): Direct rendering disabled
(WW) MGA(1): Option "CalcAlgorithm" is not used
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 RENDER
(II) Keyboard "Keyboard[0]" handled by legacy driver
(**) Option "Protocol" "PS/2"
(**) Mouse[1]: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse[1]: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse[1]: Buttons: 3
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)

ieeeepppppp :P


  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
Vooral deze stukjes vind ik vreemd:
code:
1
2
3
4
5
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)

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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
code:
# /.../
# SaX generated XFree86 config file
# Created on: 2002-09-17.
#
# Version: 4.3
# Contact: Marcus Schaefer <sax@suse.de>, 2001
#
# Automatically generated by [SaX2] (4.3)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  ModulePath   "/usr/X11R6/lib/modules"
  RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "type1"
  Load         "speedo"
  Load         "extmod"
  Load         "freetype"
EndSection

Section "InputDevice"
  Driver       "keyboard"
  Identifier   "Keyboard[0]"
  Option       "AutoRepeat" "500 30"
  Option       "LeftAlt" "Meta"
  Option       "Protocol" "Standard"
  Option       "RightAlt" "Meta"
  Option       "RightCtl" "Control"
  Option       "ScrollLock" "Compose"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Device" "/dev/psaux"
  Option       "InputFashion" "Mouse"
  Option       "Name" "PS/2"
  Option       "Protocol" "PS/2"
  Option       "Vendor" "PS/2-Mouse"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  DisplaySize  380 290
  HorizSync    31-91.1
  Identifier   "Monitor[0]"
  ModelName    "1280X1024@85HZ"
  VendorName   "--> VESA"
  VertRefresh  50-85
  UseModes     "Modes[0]"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  HorizSync    27-94
  Identifier   "Monitor[1]"
  ModelName    "MULTISYNC P1150"
  VendorName   "NEC"
  VertRefresh  54-160
  UseModes     "Modes[1]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline      "800x600" 40.56 800 816 928 1072 600 600 606 626
  Modeline      "800x600" 46.80 800 816 928 1072 600 600 606 626
  Modeline      "800x600" 53.04 800 816 928 1072 600 600 607 626
  Modeline      "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
EndSection

Section "Modes"
  Identifier   "Modes[1]"
  Modeline      "1280x1024" 119.28 1280 1296 1552 1736 1024 1024 1035 1070
  Modeline      "1280x1024" 136.31 1280 1296 1552 1736 1024 1024 1036 1070
  Modeline      "1280x1024" 153.35 1280 1296 1552 1736 1024 1024 1039 1070
  Modeline      "1280x1024" 156.42 1280 1296 1552 1736 1024 1024 1039 1070
  Modeline      "320x175" 15.75 320 336 368 416 175 191 192 222 +hsync -vsync doublescan
  Modeline      "1280x1024" 102.24 1280 1296 1552 1736 1024 1024 1033 1070
  Modeline      "1152x870" 130.15 1152 1168 1384 1568 870 870 885 909
  Modeline      "1152x870" 140.62 1152 1168 1384 1568 870 870 885 909
  Modeline      "1024x768" 61.19 1024 1040 1216 1400 768 768 775 802
  Modeline      "1024x768" 71.39 1024 1040 1216 1400 768 768 776 802
  Modeline      "1024x768" 81.59 1024 1040 1216 1400 768 768 777 802
  Modeline      "1024x768" 91.79 1024 1040 1216 1400 768 768 778 802
  Modeline      "1024x768" 101.99 1024 1040 1216 1400 768 768 783 802
  Modeline      "1024x768" 112.19 1024 1040 1216 1400 768 768 783 802
  Modeline      "1024x768" 124.83 1024 1040 1216 1400 768 768 783 802
  Modeline      "800x600" 81.12 800 816 928 1112 600 600 615 626
  Modeline      "800x600" 87.36 800 816 928 1112 600 600 615 626
  Modeline      "1152x870" 140.62 1152 1168 1384 1568 870 870 885 909
  Modeline      "800x600" 37.44 800 816 928 1072 600 600 605 626
  Modeline      "800x600" 43.68 800 816 928 1072 600 600 606 626
  Modeline      "800x600" 49.92 800 816 928 1072 600 600 607 626
  Modeline      "800x600" 56.16 800 816 928 1072 600 600 608 626
  Modeline      "800x600" 62.40 800 816 928 1112 600 600 615 626
  Modeline      "800x600" 68.64 800 816 928 1112 600 600 615 626
  Modeline      "800x600" 74.88 800 816 928 1112 600 600 615 626
  Modeline      "640x480" 23.96 640 656 720 864 480 480 484 501
  Modeline      "640x480" 27.96 640 656 720 864 480 480 485 501
  Modeline      "640x480" 31.95 640 656 720 864 480 480 485 501
  Modeline      "640x480" 35.94 640 656 720 864 480 480 486 501
  Modeline      "640x480" 39.94 640 656 720 864 480 480 491 501
  Modeline      "640x480" 43.93 640 656 720 864 480 480 491 501
  Modeline      "640x480" 47.92 640 656 720 864 480 480 491 501
  Modeline      "640x480" 51.92 640 656 720 864 480 480 491 501
  Modeline      "640x480" 55.91 640 656 720 904 480 480 491 501
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "800x600" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Hier had ik toch duidelijk in de menu's ALLEEN de 1280x1024 resolutie bij elke kleurdiepte blauw gemaakt...

ieeeepppppp :P


  • JointFillah
  • Registratie: Juli 2000
  • Laatst online: 14-10 14:41

JointFillah

Techno Addict

VROEM! schreef op 17 september 2002 @ 19:10:
....
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
...

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1152x870" "1024x768" "800x600" "640x480" 
  EndSubSection
  Device       "Device[1]"
  Identifier   "Screen[1]"
  Monitor      "Monitor[1]"
EndSection

...
Kijk eens wat er gebeurt als je bij SubSection Display met depth 32 er een mode van 1280x1024 voorzet....of trekt de GF dat niet?

Overigens is het maar een gokje....het is logischer dat als de default-depth op 24 staat datie dan niet naar de section van depth 32 kijkt...

~* Peace, Love & XTC *~


  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
VROEM! schreef op 17 september 2002 @ 22:18:
Vooral deze stukjes vind ik vreemd:
code:
1
2
3
4
5
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)

Dit is ook raar, onder windows trekt ie dat gewoon en anders zou hij het onder linux ook moeten kunnen onder wellicht een lichtere kleurdiepte.
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
code:


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "800x600" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Hier had ik toch duidelijk in de menu's ALLEEN de 1280x1024 resolutie bij elke kleurdiepte blauw gemaakt...

ieeeepppppp :P


  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 01-11 15:33

deadinspace

The what goes where now?

VROEM! schreef op 17 september 2002 @ 21:49:
De startlog: Er staat allerlei shit in die ik in SaX2 niet aangegeven heb, ik heb daar bijvoorbeeld bij alle kleurdieptes toch echt aangegeven dat hij alleen de 1280x1024 resolutie moet gebruiken.
XFree controleert afaik altijd of hij die resoluties kan gebruiken.
code:
1
2
3
4
5
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
(II) MGA(1): Not using mode "1280x1024" (insufficient memory for mode)
Nouja, ziedaar de reden dat het niet werkt. Verander eens de default colordepth voor je matrox kaart in 16.

  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
De default colordepth op 16 zetten zorgt ervoor dat X helemaal niet meer start. Terugdoen naar 24 en de kaart loopt weer op 1152. Dit heb ik gedaan door met de hand te editten in XF86Config

ieeeepppppp :P


  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 01-11 15:33

deadinspace

The what goes where now?

Niet start met wat voor foutmelding?

  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
Hij start dan een paar keer op, een keer of drie en knalt er weer uit. Ik kan de melding vanavond wel reproduceren.

Het is dan zo dat echt alleen de X server opstart, dus het zwarte kruisje met dat grijze motiefje op de achtergrond. Op mijn rechter monitor ziet die er ook een beetje apart uit, beetje regenboog idee. Dat heb ik bij andere resoluties niet.

Maar als die kaart onder windows vlekkeloos 1280x1024@85Hz draait bij 32 bit kleuren, waarom is 24 bit kleuren onder linux bij die resolutie dan ineens een probleem?

ieeeepppppp :P


Verwijderd

is je matrox wel goed ge instaleert.
geloof (heb zelf ook zo'n ding gehad)
dat hij dus in een paar uitvoeringen kwam. met 2 of 4 MB
die van mij had 2 en die trok ook geen 1280 hoor.
ook niet in windows.

en checken hoeveel mb er op zit (wat toch redelijk belangrijk is gezien daar je probleem ligt)
doe je door even je hoofd in de kast te stekken en te kijken hoeveel geheugen er op zit.

Verwijderd

VROEM! schreef op 18 september 2002 @ 08:26:Op mijn rechter monitor ziet die er ook een beetje apart uit, beetje regenboog idee. Dat heb ik bij andere resoluties niet.

Maar als die kaart onder windows vlekkeloos 1280x1024@85Hz draait bij 32 bit kleuren, waarom is 24 bit kleuren onder linux bij die resolutie dan ineens een probleem?
Dat regenboog verhaal is echt het ontbrekende geheugen. Waar hij meer dan 2Mb adressert, of dat dus probeert, zit niets. Wat je kunt doen is 15 bit kleuren selecteren, de GPU zelf werkt dan toch altijd in 24 Bit.

;) Of een 2Mb ram uitbreidings kaartje zoeken straks op de HCC.

  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
Ik heb onder windows de kaart nogeens geinspecteerd en windows geeft aan dat er 4 mb op zit. Er zit geen geheugenuitbreiding op, maar windows XP detecteert 4 MB. Ondanks dat het windows is ben ik geneigd dit te geloven. 4MB zou geen probleem moeten geven met 24 bit kleuren op 1280x1024 en doet dit ook niet in windows.

Hoe kan ik onder linux kijken wat daar aan videogeheugen gedetecteerd wordt?

Ik heb nu beide kaarten op 16 bit gezet en ze draaien nu ook dezelfde resolutie (1280x1024@85Hz en 16 bit kleur). Als ik 1tje op 16 bit zet (de matrox) start de X server helemaal niet op.

ieeeepppppp :P


Verwijderd

je X detecteerd zo te zien gewoon de 4MB VideoRam.
staat ook in je log. Maar check op de matrox site of die 2164W wel de specs heeft om op 1280x1024 te draaien

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 01-11 15:33

deadinspace

The what goes where now?

VROEM! schreef op 18 september 2002 @ 14:05:
Ik heb onder windows de kaart nogeens geinspecteerd en windows geeft aan dat er 4 mb op zit. Er zit geen geheugenuitbreiding op, maar windows XP detecteert 4 MB. Ondanks dat het windows is ben ik geneigd dit te geloven. 4MB zou geen probleem moeten geven met 24 bit kleuren op 1280x1024 en doet dit ook niet in windows.
Ah, dat is het probleem. "24" en "32" is voor XFree identiek. Hij zou dan zelf uit moeten zoeken of hij 24 of 32bits kleuren het beste kan gebruiken.
XFree kiest dus voor 32bits, en op die kleurdiepte is met 4 MB vram 1152x864 het hoogst haalbare (reken maar na).
Je kunt iig wel forceren dat X 24bits gebruikt, ik weet alleen niet of je dat per kaart kunt laten verschillen.

  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

Topicstarter
Verwijderd schreef op 18 september 2002 @ 16:55:
je X detecteerd zo te zien gewoon de 4MB VideoRam.
staat ook in je log. Maar check op de matrox site of die 2164W wel de specs heeft om op 1280x1024 te draaien
Dat heeft ie. Ik heb er een user manual van gedownload en daar stond het zo in.
Ah, dat is het probleem. "24" en "32" is voor XFree identiek. Hij zou dan zelf uit moeten zoeken of hij 24 of 32bits kleuren het beste kan gebruiken.
XFree kiest dus voor 32bits, en op die kleurdiepte is met 4 MB vram 1152x864 het hoogst haalbare (reken maar na).
Je kunt iig wel forceren dat X 24bits gebruikt, ik weet alleen niet of je dat per kaart kunt laten verschillen.
Hey, dat is interessant. Daar ga ik eens naar kijken :)

ieeeepppppp :P

Pagina: 1