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

Re: Demande d'aide : Eeebox 1501, Debian et xorg : écran noir



bonjour,

voici en plus digeste ton fichier log :

for i in WW '(--)' EE ;do grep "$i" Xorg.0.log ;done 

	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) VESA(0): Unable to estimate virtual size
Markers: (--) probed, (**) from config file, (==) default setting,
(--) using VT number 7
(--) PCI:*(2:0:0) nVidia Corporation unknown chipset (0x087d) rev 177, Mem @ 0xfa000000/24, 0xe0000000/28, 0xf6000000/25, I/O @ 0xdc00/7, BIOS @ 0xfbde0000/17
(--) Chipset vesa found
(==) VESA(0): Depth 16, (--) framebuffer bpp 16
(--) VESA(0): Virtual size is 1600x1200 (pitch 1600)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER


résultat :

pas de polices de caractères  cyrillique 
essaye de forcer le mode vesa 

et change  de valeur sur le xorg.conf :

Section "Screen"
        Identifier      "Default Screen"
        Device          "Carte vidéo générique"
        Monitor         " "
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "800x600" "720x400" "640x480"
        EndSubSection


sur eeepc c'est 

Section "Monitor"
   Identifier    "Generic Screen"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 800x600"
    Horizsync    31.5-37.9
    Vertrefresh    56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
    Monitor        "à‰cran générique"
    Defaultdepth    16
    SubSection "Display"
        Depth    16
        Virtual    800    600
        Modes        "800x600@60"    "800x600@56"    "640x480@60"
    EndSubSection
EndSection

autrement, prière de régénerer un fichier de conf :

dpkg-reconfigure -phigh xserver-xorg


source :
http://forum.ubuntu-fr.org/viewtopic.php?id=191386
Dernière modification par wiscot (Le 15/02/2008, à 18:27 )


slt
bernard


Reply to: