> -----Message d'origine-----
> De : kevin [mailto:[EMAIL PROTECTED] 
> Envoyé : mardi 20 novembre 2007 10:31
> À : debian-user-french@lists.debian.org
> Objet : 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
> 
> 
> 
> --
> Lisez la FAQ de la liste avant de poser une question :
> http://wiki.debian.net/?DebianFrench   
> Vous pouvez aussi ajouter le mot ``spam'' dans vos champs 
> "From" et "Reply-To:"
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 
> 

Salut !

Cela n'aurait-il pas un lien avec les options de compilation de ton noyau.
En cherchant quelques instants, j'ai trouvé çà :
http://lists.debian.org/debian-glibc/2006/09/msg00042.html

Dedans, il y a le code qui génère le message d'erreur mapVidMemSparse: Could
not (sparse) mmap fb

Ca fait un bail que je n'ai pas fait de C et pour bien comprendre le
problème, il faudrait choper la fonction appelante, mais vu le code qui
traine autour, il lui manque un fichier pour réussir le mapping vidéo. Une
idée au hazard, regardes de plus près la config de ton noyau, voir si les
options relatives au frame buffer serait bien actives ... C'est un noyau
standard de Etch ou un que tu as recompilé ?

Répondre à