[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X-Server und alte S3 Karte im 486DX



Carsten Giftge schrieb:

Hallo liebe Debian Gemeinde,

zur Zeit versuche ich gerade einen alten 486dx mit Vesa Local Bus zu
reaktivieren.

Die Installation hat soweit funktioniert, System ist
Debian Testing, von 20061127 auf DVD gebrannt, nicht ganz aktuell,
aber ich kann hier auch
nicht so einfach upgraden mangels schneller Internetverbindung.

Beim Aufsetzen eines kleinen X11 Systems habe ich nun das Problem:

Graphik Karte ist:
Phoenix S3 86C805i VL BUS Enhanced VGA BIOS. Version 2.13.01E06
miroCRYSTAL 16SI VL Rev1.1

Diese lief früher (ca. vor 6 Jahren unter Xfree 3.x) ohne Probleme.

Sollte also eigentlich der s3 Treiber sein, aber beim Aufruf von startx
startet der X-Server nicht:

Auszug aus der /var/log/Xorg.0.log:
....
....
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 1.1.1
       Module class: X.Org XInput Driver
       ABI class: X.Org XInput driver, version 0.6
(II) S3: driver (version 0.4.1 for S3 chipset: 964-0, 964-1, 968,
       Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX
(II) Primary Device is: ISA

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/s3_drv.so [0xa7ce9244]
3: /usr/bin/X11/X(InitOutput+0x6d4) [0x80a0204]
4: /usr/bin/X11/X(main+0x276) [0x806e486]
5: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xa7debea8]
6: /usr/bin/X11/X(FontFileCompleteXLFD+0xa9) [0x806d9d1]

Fatal server error:
Caught signal 11.  Server aborting
-----------------------------------------------

OK, vielleicht passt der s3 Treiber nicht mehr für die Karte,
also einmal den vesa Treiber probiert, aber auch hier startet
der X-Server nicht.

Auszug aus der /var/log/Xorg.0.log:
......
......
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) VESA(0): initializing int10
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(II) VESA(0): VESA BIOS detected
(II) VESA(0): VESA VBE Version 1.2
(II) VESA(0): VESA VBE Total Mem: 2048 kB
(II) VESA(0): VESA VBE OEM: S3 Incorporated. 86C801/805
(II) VESA(0): virtual address = 0xa7bb4000,
       physical address = 0xa0000, size = 65536
(II) VESA(0): VBESetVBEMode failed...Tried again without customized values.

Probiere andere Parameter für die Horizontale / Vertikale Auflösung, eventuell können deine Werte nicht von der Graka verdaut werden.

Selbst der vga Treiber tut es nicht, spare mir mal die Logs,
sehen am Schluss praktisch identisch aus.

Kernel ist
linux-image-2.6.17-2-486 (Version: 2.6.17-9)

und der X-Server:
xserver-xorg (Version: 7.1.0-7)

Kann es sein, dass der X-Server nicht mehr mit 468
oder Vesa Local Bus zurechtkommt? Braucht man
ggf. ein spezielles Modul vom Kernel?

Hier noch die xorg.conf:
-------------------------
Section "Files"
       FontPath        "/usr/share/fonts/X11/misc"
       FontPath        "/usr/X11R6/lib/X11/fonts/misc"
       FontPath        "/usr/share/fonts/X11/cyrillic"
       FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
       FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
       FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
       FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
       FontPath        "/usr/share/fonts/X11/Type1"
       FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
       FontPath        "/usr/share/fonts/X11/100dpi"
       FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
       FontPath        "/usr/share/fonts/X11/75dpi"
       FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
       # path to defoma fonts
       FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection


Section "Module"
       Load    "bitmap"
       Load    "ddc"
#       Load    "dri"
       Load    "extmod"
       Load    "freetype"
#       Load    "glx"
       Load    "int10"
       Load    "vbe"
EndSection

Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "kbd"
       Option          "CoreKeyboard"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc104"
       Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "CorePointer"
       Option          "Device"                "/dev/input/mice"
       Option          "Protocol"              "ExplorerPS/2"
EndSection

Section "Device"
       Identifier      "miroCRYSTAL 16SI VL Phoenix S3 86C805i VL BUS"
       Driver          "vesa"
EndSection

Section "Monitor"
       Identifier      "V-1280-15L"
#       Option          "DPMS"
       HorizSync       28-38
       VertRefresh     43-72

Hier mal mit HorizSync 15-28
und VertRefresh  30-43 versuchen.

EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "miroCRYSTAL 16SI VL Phoenix S3 86C805i VL BUS"
       Monitor         "V-1280-15L"
       DefaultDepth    16

Mal die Defaultdepth auf 8 setzen.

       SubSection "Display"
               Depth           1
               Modes           "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           4
               Modes           "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           8
               Modes           "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           15
               Modes           "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           16
               Modes           "800x600" "640x480"
       EndSubSection
       SubSection "Display"
               Depth           24
               Modes           "800x600" "640x480"
       EndSubSection
EndSection

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



Viele Grüße
Carsten

Gruß Dirk Finkeldey



Reply to: