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

probleme serveur X sur alphastation 255



Bonjour,

j'ai installé une Debian Etch sur une station Alphastation 255/233.

J'ai une carte vidéo PCI S3 Trio, qui fonctionnait bien avec Digital Unix.
lspci donne :
00:0d.0 VGA compatible controller: S3 Inc. 86c764/765 [Trio32/64/64V+]

Après l'installation, voici mon fichier /etc/X11/xorg.conf (enfin une partie seulement, pour ne pas surcharger):
Section "Device"
       Identifier      "S3 Inc. 86c764/765 [Trio32/64/64V+]"
       Driver          "s3"
       BusID           "PCI:0:13:0"
EndSection
Section "Monitor"
       Identifier      "Ecran generique"
       Option          "DPMS"
       HorizSync       30-70
       VertRefresh     50-160
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "S3 Inc. 86c764/765 [Trio32/64/64V+]"
       Monitor         "Ecran generique"
       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


Quand je veux lancer startx, j'obtiens le message d'erreur suivant :
(II) s3(0): initializing int10
(II) mapVidMemSparse: mapped Base 0xa0000 size 0x20000 to DENSE at 0x2ff000a0000 and SPARSE at 0x30001400000
(EE) s3(0): No V_BIOS found
(II) unmapVidMemSparse: unmapping Base 0x2ff000a0000 Size 0x20000
(==) s3(0): Using gamma correction (1.0, 1.0, 1.0)
(**) s3(0): Chipset: "Trio32/64"
(--) s3(0): Framebuffer @ 0x1800000
(--) s3(0): videoRam = 2048 Kb
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
       compiled for 7.1.1, module version = 0.1.0
       ABI class: X.Org Video Driver, version 1.0
Fatal server error:
mapVidMemSparse: Could not (sparse) mmap fb (No such file or directory)

même chose si j'utilise le pilote vesa, en 800x600x16.

La version de mon noyau est 2.6.18-4-alpha-generic.

Avez-vous une idée d'ou viendrait le problème?

Merci d'avance pour votre aide.

Kevin




Reply to: