Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/07/2008, à 10:10

fonfonsd

ecran brouillé illisible [résolu]

bonjour à tous et a toute

j'ai un problème suite passage de mon pc portable fujitsu siemens lifebook du 7.04 au 7.10

j'ai l'ecran qui est devenu tout brouillé illisible . J'ai essayé l Alternate CD du 7.10 j'ai l'ecran de choix de demarrage, puis le logo ubuntu qui s'affiche et au bout de 5 minutes je bascule sur un ecran complètment brouillé, j'ai tenté le live CD de 8.04 même galère.

Quand je tape CTRL+ALT+F1 j'ai un ecran noir avec

ubuntu@ubuntu:~$

que puis je faire merci

Dernière modification par fonfonsd (Le 14/07/2008, à 21:46)

Hors ligne

#2 Le 13/07/2008, à 12:56

blahnotblahblah

Re : ecran brouillé illisible [résolu]

lorsque tu as ceci :
ubuntu@ubuntu:~$
profites-en pour faire cela :

sudo /etc/init.d/gdm stop

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
puis
sudo vim /etc/X11/xorg.conf et dans la section device
commente la ligne Driver ne plaçant devant Driver une dièse pour obtenir  #Driver
puis ajoute la ligne  Driver "vesa"
enregistres le fichier
puis
sudo /etc/init.d/gdm start

et retournes nous le résultat stp .

big_smile


proverbe ashanti: "Quand la maison brûle, on ne perd pas de temps à pérorer".

Hors ligne

#3 Le 13/07/2008, à 22:59

fonfonsd

Re : ecran brouillé illisible [résolu]

bonjour et merci de prendre du temps pour moi
J'ai fais ce que tu dis mais où je coince c'est une fois la ligne driver modifié et enregistrer comment faire pour revenir aux lignes de commande pour taper la suite

merci

ca y est j'ai trouvé parcontre lorsque je relance gdm avec ta dernière ligne j'ai tout simplement

[fail]

deuxième essai en tapant la meme chose j'ai bien vérifié et là c'est ok ca demarre  mais j'arrive a fenetre  avec un texte un peu illisible avec des hieroglyphes qui me dit

Un serveur X est deja en cours de fonctionnement sur l'affichage :0. Un autre affichage doit il etre essaye ? si vous repondez non, GDM tentera de demarrer le serveur sur :0 une nouvelle fois (il est possible d'afficher differentes consoles en utilisant differente console en utilisant CTRL-ALT- et une touche de fonction, par exemple F7 affiche la console 7.
avec un choix oui ou non

j'ai essaye plusieurs méthode cette nuit et toujours rien, sur le message de dessus je reviens a cette ecran illisible (comme si tout mes cristaux d'ecran avaient cassé).

Je suis sur que le problème vient de ce fichier X11 car en faisant des essais en modifiant certaines lignes par exemple en mettant i810 sur le driver a la place de INTEL j'ai obtenue la fleche de la sourie sur l'ecran

J'ai essayé avec le CD alternate d'ubuntu 8.04 par contre là en faisant alt+F1 je ne suis pas en ubuntu@ubuntu mais en fontes@fontes

parcontre dans ce cas là, lorsque je tape une ligne de commande ll me demande mon mot de passe et celui ci ne fonctionne pas

Dernière modification par fonfonsd (Le 14/07/2008, à 05:32)

Hors ligne

#4 Le 14/07/2008, à 21:46

fonfonsd

Re : ecran brouillé illisible [résolu]

CA Y EST  Euréka j'ai enfin l écran j'ai passé environ 6 heures avec des essais sur le fichier xorg et j'ai trouvé la soluce, ouah pas évident, je mettrais une copie de celui ci demain quand se serais connecté sur internet avec ce portable

merci encore pour votre aide

Hors ligne

#5 Le 14/07/2008, à 22:15

jak0lantash

Re : ecran brouillé illisible [résolu]

Bonjour,

J'ai le même problème. L'écran est tout brouillé (j'espère d'ailleurs ne pas avoir fait de conneries sur mes disques).
J'ai essayé de bidouiller en me baladant dans les sessions, en téléchargeant des paquets, rien n'y fait.
Par contre, dans le fichier xorg.conf j'ai pas de ligne Driver dans Monitor (ou même Screen)...

Hors ligne

#6 Le 16/07/2008, à 09:00

fonfonsd

Re : ecran brouillé illisible [résolu]

VOICI LA COPIE DE MON XORG MODIFIE, pour installation ubuntu 8.04 sur fijitsu siemens amilo S6010


# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
        Driver        "i810"
        screen     0
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
        Device          "Configured Video Device"
	Monitor		"Generic Monitor"
	EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Synaptics Touchpad"
EndSection

Hors ligne

#7 Le 16/07/2008, à 09:21

blahnotblahblah

Re : ecran brouillé illisible [résolu]

c'est quoi ta carte vidéo ?
lspci
lshw

tu peux retourner le résultat de ces commandes stp ?

big_smile


proverbe ashanti: "Quand la maison brûle, on ne perd pas de temps à pérorer".

Hors ligne

#8 Le 16/07/2008, à 10:09

fonfonsd

Re : ecran brouillé illisible [résolu]

voila

fontes@portable:~$ lspci
00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 04)
00:02.0 VGA compatible controller: Intel Corporation 82830 CGC [Chipset Graphics Controller] (rev 04)
00:02.1 Display controller: Intel Corporation 82830 CGC [Chipset Graphics Controller]
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801CA/CAM USB Controller #2 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801CA/CAM SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02)
01:0a.0 CardBus bridge: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus Controller (rev 02)
01:0a.1 CardBus bridge: O2 Micro, Inc. OZ6933/711E1 CardBus/SmartCardBus Controller (rev 02)
01:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)

et

fontes@portable:~$ lshw
WARNING: you should run this program as super-user.
portable                  
    description: Computer
    width: 32 bits
  *-core
       description: Motherboard
       physical id: 0
     *-memory
          description: System memory
          physical id: 0
          size: 247MiB
     *-cpu
          product: Mobile Intel(R) Pentium(R) III CPU - M  1000MHz
          vendor: Intel Corp.
          physical id: 1
          bus info: cpu@0
          version: 6.11.4
          size: 997MHz
          capacity: 997MHz
          width: 32 bits
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse up cpufreq
        *-cache:0
             description: L1 cache
             physical id: 0
             size: 32KiB
        *-cache:1
             description: L2 cache
             physical id: 1
             size: 512KiB
     *-pci
          description: Host bridge
          product: 82830 830 Chipset Host Bridge
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 04
          width: 32 bits
          clock: 33MHz
          configuration: driver=agpgart-intel module=intel_agp
        *-display:0 UNCLAIMED
             description: VGA compatible controller
             product: 82830 CGC [Chipset Graphics Controller]
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@0000:00:02.0
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: vga_controller bus_master cap_list
             configuration: latency=0
        *-display:1 UNCLAIMED
             description: Display controller
             product: 82830 CGC [Chipset Graphics Controller]
             vendor: Intel Corporation
             physical id: 2.1
             bus info: pci@0000:00:02.1
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             configuration: latency=0 maxlatency=11
        *-usb:0
             description: USB Controller
             product: 82801CA/CAM USB Controller #1
             vendor: Intel Corporation
             physical id: 1d
             bus info: pci@0000:00:1d.0
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0 module=uhci_hcd
        *-usb:1
             description: USB Controller
             product: 82801CA/CAM USB Controller #2
             vendor: Intel Corporation
             physical id: 1d.1
             bus info: pci@0000:00:1d.1
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd latency=0 module=uhci_hcd
        *-pci
             description: PCI bridge
             product: 82801 Mobile PCI Bridge
             vendor: Intel Corporation
             physical id: 1e
             bus info: pci@0000:00:1e.0
             version: 42
             width: 32 bits
             clock: 33MHz
             capabilities: pci normal_decode bus_master
           *-pcmcia:0
                description: CardBus bridge
                product: OZ6933/711E1 CardBus/SmartCardBus Controller
                vendor: O2 Micro, Inc.
                physical id: a
                bus info: pci@0000:01:0a.0
                version: 02
                width: 32 bits
                clock: 33MHz
                capabilities: pcmcia bus_master cap_list
                configuration: driver=yenta_cardbus latency=176 maxlatency=5 mingnt=128 module=yenta_socket
           *-pcmcia:1
                description: CardBus bridge
                product: OZ6933/711E1 CardBus/SmartCardBus Controller
                vendor: O2 Micro, Inc.
                physical id: a.1
                bus info: pci@0000:01:0a.1
                version: 02
                width: 32 bits
                clock: 33MHz
                capabilities: pcmcia bus_master cap_list
                configuration: driver=yenta_cardbus latency=176 maxlatency=5 mingnt=128 module=yenta_socket
           *-firewire
                description: FireWire (IEEE 1394)
                product: TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
                vendor: Texas Instruments
                physical id: c
                bus info: pci@0000:01:0c.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: ohci bus_master cap_list
                configuration: driver=ohci1394 latency=64 maxlatency=4 mingnt=2 module=ohci1394
        *-isa
             description: ISA bridge
             product: 82801CAM ISA Bridge (LPC)
             vendor: Intel Corporation
             physical id: 1f
             bus info: pci@0000:00:1f.0
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master
             configuration: latency=0
        *-ide
             description: IDE interface
             product: 82801CAM IDE U100 Controller
             vendor: Intel Corporation
             physical id: 1f.1
             bus info: pci@0000:00:1f.1
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: ide bus_master
             configuration: driver=ata_piix latency=0 module=ata_piix
        *-serial UNCLAIMED
             description: SMBus
             product: 82801CA/CAM SMBus Controller
             vendor: Intel Corporation
             physical id: 1f.3
             bus info: pci@0000:00:1f.3
             version: 02
             width: 32 bits
             clock: 33MHz
             configuration: latency=0
        *-multimedia
             description: Multimedia audio controller
             product: 82801CA/CAM AC'97 Audio Controller
             vendor: Intel Corporation
             physical id: 1f.5
             bus info: pci@0000:00:1f.5
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master
             configuration: driver=Intel ICH latency=0 module=snd_intel8x0
        *-communication UNCLAIMED
             description: Modem
             product: 82801CA/CAM AC'97 Modem Controller
             vendor: Intel Corporation
             physical id: 1f.6
             bus info: pci@0000:00:1f.6
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: generic
             configuration: latency=0
  *-scsi
       physical id: 1
       bus info: scsi@2
       logical name: scsi2
       capabilities: scsi-host
       configuration: driver=usb-storage

Hors ligne

#9 Le 06/04/2011, à 17:52

loupoo #3

Re : ecran brouillé illisible [résolu]

Bonjours,
j'ai un HP 6820sIntel core(TM) 2 duo CPU T7250 @ 2.00 GHz, 2 gb RAM et une ATI Randeon X1350 de 128 Mb,,,le probleme est que j ai l ecran brouille apres une mise a jour pour passe de ubuntu 8.04 LTS a 10.10 LTS.

J'attend votre aide

Hors ligne