xfree86 schermresolutie

Pagina: 1
Acties:

  • Jazzle
  • Registratie: November 2004
  • Niet online
hallo,
Ik heb vandaag linux geinstalleerd op een laptop (toshiba portege 7220cte) dit heb ik als volgt gedaan:
Ik heb eerst ubuntu (hoary) base geinstalleerd (dus zonder gnome en al die zooi).
Heb daarna doormiddel van
code:
1
sudo apt-get install x-window-system-core
Xfree86 geinstalleerd.
En daarna xfce doormiddel van
code:
1
sudo apt-get install xfce4
geinstalleerd

Mijn vraag is nu hoe kan ik de resolutie op 1024x768 zetten, in xfce kan ik niet anders als 800x600 kiezen.(ik gebruik gdm als desktop manager)

Warning: ik ben nog redelijk linux noob en vond het al moeilijk om xfce met ubuntu te installeren.

  • Arx
  • Registratie: November 2001
  • Laatst online: 06-02 09:19

Arx

Two Thoughts Ahead!

Als noob's zulke vragen stellen krijgen ze vaak deze term om hun oren geslingerd: RTFM. Het klinkt misschien lullig maar je moet echt eerst even je documentatie lezen. http://www.ubuntuguide.org/ vind je info over je distro. De betreffende instellingen die jij zoekt staan geconfigureerd in /etc/X11/xorg.conf.

Copywight 2000,2001,2002,2003,2004,2005,2006,2007 Arx. All wights wesewved. | PS Network tag -> Arx_nl


  • Jazzle
  • Registratie: November 2004
  • Niet online
Arx schreef op woensdag 03 augustus 2005 @ 22:32:
Als noob's zulke vragen stellen krijgen ze vaak deze term om hun oren geslingerd: RTFM. Het klinkt misschien lullig maar je moet echt eerst even je documentatie lezen. http://www.ubuntuguide.org/ vind je info over je distro. De betreffende instellingen die jij zoekt staan geconfigureerd in /etc/X11/xorg.conf.
Zo ver was ik zelf ook al gekomen maar in xorg.conf staat gewoon 1024x768 800x600 en 640x480 maar ik kan alleen 800x600 gebruiken.

  • axis
  • Registratie: Juni 2000
  • Laatst online: 26-01-2023
gebruik je x.org of xfree86? Dan zijn twee verschillende x servers... Kun je in X ook veranderen van resolutie? (CTRL en '+' of '-' volgens mij)..

Je kunt ook /var/log/XFree86.log doorspitten, in het geval van XFree...

Ben zelf ook redelijke n00b, maar op mijn Debian doos kom ik hiermee nu al een redelijk eind..

Two advices for network troubleshooting.. learn to draw diagrams in Visio, and THINK IN LAYERS!


  • Arx
  • Registratie: November 2001
  • Laatst online: 06-02 09:19

Arx

Two Thoughts Ahead!

Het kan van alles zijn (hint), je driver, verkeerde instellingen monitor, etc.

Post je xorg.conf file maar. ;)

Copywight 2000,2001,2002,2003,2004,2005,2006,2007 Arx. All wights wesewved. | PS Network tag -> Arx_nl


  • Jazzle
  • Registratie: November 2004
  • Niet online
Ik gebruik Xfree86
De videokaart is een s3 savage ix 8mb

Hier mijn xorg.conf:
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
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc104"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "ImPS/2"
    Option      "Emulate3Buttons"   "true"
    Option      "ZAxisMapping"      "4 5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option      "HorizScrollDelta"  "0"
EndSection

Section "Device"
    Identifier  "S3 Inc. 86C270-294 Savage/IX-MV"
    Driver      "savage"
    BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier  "Generic Monitor"
    Option      "DPMS"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "S3 Inc. 86C270-294 Savage/IX-MV"
    Monitor     "Generic Monitor"
    DefaultDepth    16
    SubSection "Display"
        Depth       1
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection

Verwijderd

Je moet de horizontale en vertikale refreshrates nog bijzetten
code:
1
2
3
4
5
6
Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-50
    VertRefresh  43-75   
EndSection

Let wel, gebruik de waardes van jouw monitor. Dis staan (soms) aan de achterzijde van je monitor.

[edit]
Ik zie net dat je je xorg.conf hier paste, maar dat je gebruik maakt van Xfree.
In dat geval moet je wel je XFree config editten (zijn beide hetzelfde opgezet)

[ Voor 26% gewijzigd door Verwijderd op 04-08-2005 07:49 ]


  • axis
  • Registratie: Juni 2000
  • Laatst online: 26-01-2023
dus je XF86Config-4 file.. heb je nou je logfile in /var/log/XFree.log al doorgespit, daar staat precies wat XFree doet.

Two advices for network troubleshooting.. learn to draw diagrams in Visio, and THINK IN LAYERS!


  • Jazzle
  • Registratie: November 2004
  • Niet online
Sorry, mijn fout ik gebruik xorg ipv xfree

Hoe kan ik achter de refreshrates komen? want het is een laptop waar dus niks op het scherm staat (er staat ook winxp op dus mischien een programma dat kan checken wat de refreshrates zijn?)

[ Voor 70% gewijzigd door Jazzle op 04-08-2005 13:03 ]


Verwijderd

:| :/ }:O :O O+ :9~ :7 (8> :Y) :z :Z ;( }) :P :9 :r :o :*) :'( 8) :+ :D _/-\o_ O-) |:( 8)7 :? :X B) :> ;) :) :(

[ Voor 93% gewijzigd door Verwijderd op 15-02-2006 18:41 ]


  • Jazzle
  • Registratie: November 2004
  • Niet online
Verwijderd schreef op donderdag 04 augustus 2005 @ 14:03:
Wat ik altijd onder Debian (zou dus ook onder Ubuntu moeten werken) doe is het volgende:
Schakel X-window-system uit:
# /etc/modules/gdm stop
# dpkg-reconfigure xserver-xorg
Als hij vraagt of je je resolutie in wilt stellen, kun je voor 'medium' kiezen, dan kiest het programma zelf de refresh/syncrates. Als je de refresh/syncrates weet, kun je voor 'advanced' kiezen.
Start hierna het X-window-system als user:
$ startx

Het kan zijn dat je voor de 'dpkg-reconfigure...' regel iets met 'md5sum' in moet voeren, dit is te vinden in je /etc/X11/Xorg.conf file te vinden.
Dit had ik ook al gebprobeerd maar vreemd genoeg blijft-ie 800x600 doen.
axis schreef op donderdag 04 augustus 2005 @ 11:38:
dus je XF86Config-4 file.. heb je nou je logfile in /var/log/XFree.log al doorgespit, daar staat precies wat XFree doet.
hier mijn Xorg.0.log
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
X Window System Version 6.8.2 (Ubuntu 6.8.2-10 20050405154308 root@terranova.warthogs.hbd.com)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10 i686 [ELF]
Current Operating System: Linux Jesse-laptop 2.6.10-5-386 #1 Tue Apr 5 12:12:40 UTC 2005 i686
Build Date: 05 April 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.10-5-386 (buildd@terranova) (gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)) #1 Tue Apr 5 12:12:40 UTC 2005
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/Xorg.0.log", Time: Thu Aug  4 14:15:34 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "S3 Inc. 86C270-294 Savage/IX-MV"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
        Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
        Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" does not exist.        Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org 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="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 1179,0001 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 8086,7110 card 0000,0000 rev 02 class 06,80,00 hdr 80
(II) PCI: 00:05:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:05:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:05:3: chip 8086,7113 card 0000,0000 rev 03 class 06,80,00 hdr 00
(II) PCI: 00:07:0: chip 11c1,0441 card 1179,0001 rev 01 class 07,80,00 hdr 00
(II) PCI: 00:09:0: chip 1179,0d01 card 1179,0001 rev 00 class 0d,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1179,0617 card 4000,0000 rev 20 class 06,07,00 hdr 82
(II) PCI: 00:0b:1: chip 1179,0617 card 4800,0000 rev 20 class 06,07,00 hdr 82
(II) PCI: 00:0c:0: chip 125d,1978 card 1179,0001 rev 10 class 04,01,00 hdr 00
(II) PCI: 00:0f:0: chip 10b7,9200 card 1179,0001 rev 6c class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 5333,8c12 card 1179,0001 rev 11 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0088 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,5), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x00004000 - 0x000040ff (0x100) IX[B]
        [1] -1  0       0x00004400 - 0x000044ff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0x10800000 - 0x10bfffff (0x400000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0x10400000 - 0x107fffff (0x400000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 6: bridge is at (0:11:1), (0,6,9), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 6 I/O range:
        [0] -1  0       0x00004800 - 0x000048ff (0x100) IX[B]
        [1] -1  0       0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 6 non-prefetchable memory range:
        [0] -1  0       0x11000000 - 0x113fffff (0x400000) MX[B]
(II) Bus 6 prefetchable memory range:
        [0] -1  0       0x10c00000 - 0x10ffffff (0x400000) MX[B]
(--) PCI:*(1:0:0) S3 Inc. 86C270-294 Savage/IX-MV rev 17, Mem @ 0xf0000000/27, BIOS @ 0x000c0000/16
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xefffff80 - 0xefffffff (0x80) MX[B]
        [1] -1  0       0xffefff00 - 0xffefffff (0x100) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [4] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1  0       0x0000fb00 - 0x0000fb7f (0x80) IX[B]
        [6] -1  0       0x0000fc00 - 0x0000fcff (0x100) IX[B]
        [7] -1  0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [8] -1  0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [9] -1  0       0x000002f8 - 0x000002ff (0x8) IX[B]
        [10] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [11] -1 0       0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xefffff80 - 0xefffffff (0x80) MX[B]
        [1] -1  0       0xffefff00 - 0xffefffff (0x100) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [4] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1  0       0x0000fb00 - 0x0000fb7f (0x80) IX[B]
        [6] -1  0       0x0000fc00 - 0x0000fcff (0x100) IX[B]
        [7] -1  0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [8] -1  0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [9] -1  0       0x000002f8 - 0x000002ff (0x8) IX[B]
        [10] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [11] -1 0       0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffdfffff (0x0) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffdfffff (0x0) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xefffff80 - 0xefffffff (0x80) MX[B]
        [6] -1  0       0xffefff00 - 0xffefffff (0x100) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [9] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000fb00 - 0x0000fb7f (0x80) IX[B]
        [13] -1 0       0x0000fc00 - 0x0000fcff (0x100) IX[B]
        [14] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [15] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [16] -1 0       0x000002f8 - 0x000002ff (0x8) IX[B]
        [17] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [18] -1 0       0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "savage"
(II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.o
(II) Module savage: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.1.27
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
(II) Module keyboard: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "synaptics"
(WW) Warning, couldn't open module synaptics
(II) UnloadModule: "synaptics"
(EE) Failed to load module "synaptics" (module does not exist, 0)
(II) SAVAGE: driver (version 1.1.27) for S3 Savage chipsets: Savage4,
        Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX,
        Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133,
        Twister PN133, Twister KN133, SuperSavage/MX 128, SuperSavage/MX 64,
        SuperSavage/MX 64C, SuperSavage/IX 128, SuperSavage/IX 128,
        SuperSavage/IX 64, SuperSavage/IX 64, SuperSavage/IXC 64,
        SuperSavage/IXC 64, ProSavage DDR, ProSavage DDR-K
(II) Primary Device is: PCI 01:00:0
(--) Chipset MobileSavage found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffdfffff (0x0) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xefffff80 - 0xefffffff (0x80) MX[B]
        [6] -1  0       0xffefff00 - 0xffefffff (0x100) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [9] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x0000fb00 - 0x0000fb7f (0x80) IX[B]
        [13] -1 0       0x0000fc00 - 0x0000fcff (0x100) IX[B]
        [14] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [15] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [16] -1 0       0x000002f8 - 0x000002ff (0x8) IX[B]
        [17] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [18] -1 0       0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffdfffff (0x0) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xefffff80 - 0xefffffff (0x80) MX[B]
        [6] -1  0       0xffefff00 - 0xffefffff (0x100) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [9] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [11] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [12] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000fb00 - 0x0000fb7f (0x80) IX[B]
        [16] -1 0       0x0000fc00 - 0x0000fcff (0x100) IX[B]
        [17] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [18] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [19] -1 0       0x000002f8 - 0x000002ff (0x8) IX[B]
        [20] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [21] -1 0       0x0000fff0 - 0x0000ffff (0x10) IX[B]
        [22] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [23] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(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="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(**) SAVAGE(0): Depth 16, (--) framebuffer bpp 16
(==) SAVAGE(0): RGB weight 565
(==) SAVAGE(0): Default visual is TrueColor
(II) SAVAGE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) SAVAGE(0): Using HW cursor
(==) SAVAGE(0): Using video BIOS to set modes
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Reloading /usr/X11R6/lib/modules/libvbe.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SAVAGE(0): initializing int10
(II) SAVAGE(0): Primary V_BIOS segment is: 0xc000
(II) SAVAGE(0): VESA BIOS detected
(II) SAVAGE(0): VESA VBE Version 2.0
(II) SAVAGE(0): VESA VBE Total Mem: 8192 kB
(II) SAVAGE(0): VESA VBE OEM: S3 Incorporated. M7 BIOS
(II) SAVAGE(0): VESA VBE OEM Software Rev: 1.0
(II) SAVAGE(0): VESA VBE OEM Vendor: S3 Incorporated.
(II) SAVAGE(0): VESA VBE OEM Product: VBE 2.0
(II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 1.1
(--) SAVAGE(0): Chip: id 8c12, "Savage/IX-MV"
(--) SAVAGE(0): Engine: "MobileSavage"
(--) SAVAGE(0): mapping MMIO @ 0xf1000000 with size 0x80000
(==) SAVAGE(0): Using gamma correction (1.0, 1.0, 1.0)
(--) SAVAGE(0): probed videoram:  8192k
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) SAVAGE(0): VESA VBE DDC supported
(II) SAVAGE(0): VESA VBE DDC Level 2
(II) SAVAGE(0): VESA VBE DDC transfer in appr. 1 sec.
(II) SAVAGE(0): VESA VBE DDC read successfully
(II) SAVAGE(0): Manufacturer: TOS  Model: 5082  Serial#: 0
(II) SAVAGE(0): Year: 1990  Week: 0
(II) SAVAGE(0): EDID Version: 1.0
(II) SAVAGE(0): Digital Display Input
(II) SAVAGE(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21
(II) SAVAGE(0): Gamma: 1.00
(II) SAVAGE(0): No DPMS capabilities specified; RGB/Color Display
(II) SAVAGE(0): Default color space is primary color space
(II) SAVAGE(0): redX: 0.000 redY: 0.000   greenX: 0.000 greenY: 0.000
(II) SAVAGE(0): blueX: 0.000 blueY: 0.000   whiteX: 0.000 whiteY: 0.000
(II) SAVAGE(0): Supported VESA Video Modes:
(II) SAVAGE(0): 640x480@60Hz
(II) SAVAGE(0): 800x600@60Hz
(II) SAVAGE(0): 1024x768@60Hz
(II) SAVAGE(0): Manufacturer's mask: 0
(II) SAVAGE(0): Supported Future Video Modes:
(II) SAVAGE(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) SAVAGE(0): #1: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(--) SAVAGE(0): Detected current MCLK value of 83.045 MHz
(--) SAVAGE(0): 1024x768 TFT LCD panel detected and active
(--) SAVAGE(0): - Limiting video mode to 1024x768
(II) SAVAGE(0): Generic Monitor: Using default hsync range of 65.74-77.04 kHz
(II) SAVAGE(0): Generic Monitor: Using default vrefresh value of 60.00 Hz
(II) SAVAGE(0): Clock range:  10.00 to 250.00 MHz
(II) SAVAGE(0): Not using default mode "640x350" (hsync out of range)
(II) SAVAGE(0): Not using default mode "320x175" (hsync out of range)
(II) SAVAGE(0): Not using default mode "640x400" (hsync out of range)
(II) SAVAGE(0): Not using default mode "320x200" (hsync out of range)
(II) SAVAGE(0): Not using default mode "720x400" (hsync out of range)
(II) SAVAGE(0): Not using default mode "360x200" (hsync out of range)
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "320x240" (hsync out of range)
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "320x240" (hsync out of range)
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "320x240" (hsync out of range)
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "320x240" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "400x300" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "512x384" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "512x384" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "576x432" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "640x480" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "640x512" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "640x512" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "640x512" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "800x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "896x672" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "896x672" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "928x696" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "928x696" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "960x720" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "960x720" (hsync out of range)
(II) SAVAGE(0): Not using default mode "832x624" (hsync out of range)
(II) SAVAGE(0): Not using default mode "416x312" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x768" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "640x384" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1280x800" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "640x400" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1152x768" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "576x384" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "576x432" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "700x525" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "700x525" (vrefresh out of range)
(II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "700x525" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "700x525" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1440x900" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "720x450" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "800x512" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1680x1050" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "1920x1200" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "1920x1200" (exceeds panel dimensions)
(II) SAVAGE(0): Not using default mode "960x600" (hsync out of range)
(II) SAVAGE(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "960x720" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SAVAGE(0): Not using default mode "1024x768" (hsync out of range)
(II) SAVAGE(0): Not using mode "1024x768" (no mode of this name)
(II) SAVAGE(0): Not using mode "640x480" (no mode of this name)
(II) SAVAGE(0): Not using default mode "960x600" (width too large for virtual size)
(II) SAVAGE(0): Not using default mode "840x525" (width too large for virtual size)
(--) SAVAGE(0): Found 12 modes at this depth:
    [10e] 320 x 200, 70Hz
    [111] 640 x 480, 60Hz, 72Hz, 75Hz, 85Hz, 100Hz
    [114] 800 x 600, 60Hz, 72Hz, 75Hz, 85Hz, 100Hz
    [117] 1024 x 768, 60Hz, 70Hz, 75Hz, 85Hz, 43Hz, 100Hz
    [11a] 1280 x 1024, 60Hz, 75Hz, 85Hz, 43Hz
    [11d] 640 x 400, 70Hz
    [122] 1600 x 1200, 48Hz, 60Hz, 75Hz, 85Hz
    [133] 320 x 240, 72Hz
    [143] 400 x 300, 72Hz
    [153] 512 x 384, 70Hz
    [173] 720 x 480, 75Hz
    [178] 720 x 576, 75Hz
(--) SAVAGE(0): Virtual size is 800x600 (pitch 800)
(**) SAVAGE(0): *Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) SAVAGE(0): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(--) SAVAGE(0): Display dimensions: (280, 210) mm
(--) SAVAGE(0): DPI set to (72, 72)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o":  No symbols found
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf0000000 - 0xf7ffffff (0x8000000) MS[B]
        [1] -1  0       0xffe00000 - 0xffdfffff (0x0) MX[B](B)
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xefffff80 - 0xefffffff (0x80) MX[B]
        [7] -1  0       0xffefff00 - 0xffefffff (0x100) MX[B]
        [8] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [9] -1  0       0x000c0000 - 0x000cffff (0x10000) MX[B](B)
        [10] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [11] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [12] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [13] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000fb00 - 0x0000fb7f (0x80) IX[B]
        [17] -1 0       0x0000fc00 - 0x0000fcff (0x100) IX[B]
        [18] -1 0       0x0000ff60 - 0x0000ff7f (0x20) IX[B]
        [19] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [20] -1 0       0x000002f8 - 0x000002ff (0x8) IX[B]
        [21] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [22] -1 0       0x0000fff0 - 0x0000ffff (0x10) IX[B]
        [23] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [24] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) SAVAGE(0): initializing int10
(II) SAVAGE(0): Primary V_BIOS segment is: 0xc000
(II) SAVAGE(0): VESA BIOS detected
(II) SAVAGE(0): VESA VBE Version 2.0
(II) SAVAGE(0): VESA VBE Total Mem: 8192 kB
(II) SAVAGE(0): VESA VBE OEM: S3 Incorporated. M7 BIOS
(II) SAVAGE(0): VESA VBE OEM Software Rev: 1.0
(II) SAVAGE(0): VESA VBE OEM Vendor: S3 Incorporated.
(II) SAVAGE(0): VESA VBE OEM Product: VBE 2.0
(II) SAVAGE(0): VESA VBE OEM Product Rev: Rev 1.1
(--) SAVAGE(0): mapping framebuffer @ 0xf0000000 with size 0x800000
(==) SAVAGE(0): Write-combining range (0xf0000000,0x800000)
(--) SAVAGE(0): Chose mode 114 at 100Hz.
(II) SAVAGE(0): Using 1447 lines for offscreen memory.
(II) SAVAGE(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
        Image Writes
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                8 256x256 slots
(==) SAVAGE(0): Backing store disabled
(**) Option "dpms"
(**) SAVAGE(0): DPMS enabled
(==) 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 XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(EE) No Input driver matching `synaptics'
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element unix/:7100, removing from list!

[ Voor 7% gewijzigd door Jazzle op 04-08-2005 14:34 ]


  • Jazzle
  • Registratie: November 2004
  • Niet online
Het werkt: voor de Vsync en Hrefresh maar gewoon gegokt (30-70 50-90)
en nu doet ie het wel!

Slotje aub. :)
Pagina: 1