Problème ati x700 ecran noir

bonsoir tout le monde.

Je commerce sous linux, et je sais que vous allez me dire que j’aurais peu etre du choisir une distrib plus simple… mais j’ai envie de tester debian !

Bref, j’ai un jolie portable aspire 5024 avec une ati x700.
Mon installation se déroule sans problème depuis goodbye-mycrosoft.com

Seulement une fois debian chargé, j’ai un écran tout brouillé qui s’affiche avec (j’arrive à le deviné) mon écran de session de windows …
:open_mouth: :open_mouth:

Enfin bref, je cherche un peu sur le net, et hop je trouve pas mal de monde qui ont des probleme avec leur x700.
Je tente quelques bidouilles, comme mettre les drivers “vesa”, et la mon écran et noir.
De temps en temps, un jolie message s’affiche en me m’indiquant que le serveur x n’a pas pu démaré, etc …

Donc je viens demander votre aide ^^

L’écran brouillé correspond probablement à une résolution d’écran choisie dans xorg.conf qui n’est pas supportée par l’écran (par exemple essayer d’afficher en 1024x768 sur un écran qui ne supporte que du 800x600 en 16bits pour la couleur).
Il faut donc reparamétrer en affichant des résolution d’écran plus modestes. Pour cela :

  • démarrer linux en single-user : le serveur X ne devrait pas démarrer
  • une fois tapé l’identifiant et le mot de passe, taper

su mot-de-passe-root dpkg-reconfigure xserver-xorg qui permet de configurer xorg.
Choisir comme pilote vidéo ati (normalement le plus adapté hors 3G) ou vesa, et pour la résolution écran commencer par cocher un modeste 800x600 (voire 1024x768) classique.
une fois X configuré exit startxCela devrait permettre d’avoir debian avec gnome ou kde suivant ce qui a été choisi, bref un zoli clickodrome.

toujours le même résultat.

J’ai tenté en 800600 puis en 600480 mais rien ni fait.

J’ai remarqué qu’avant l’affichage de l’écran noir, j’ai une sorte de rayure lumineuse verte qui s’affiche vers le bas de l’écran, puis disparait.

Peut-on avoir le contenu de /etc/X11/xorg.conf et le résultat de cat /var/log/Xorg.0.log | grep EE

oui, seulement vu la taille du fichier j’ai pas trop envie de le recopier à la main … comment puis-je le copier sur une clé usb ? ou est-elle monté une fois connecter sur mon portable ?

il suffit de mettre le résultat dans un fichier texte pour pouvoir faire du copié-collé

Cela ne donne que les messages d’erreur dans xorg.conf et donc ne pas être très long … sauf s’il y a beaucoup d’erreurs !
Cela ne donne pas le xorg.conf au complet.

oui oui je viens de m’en rendre compte.

En effet cela ne donne que cela :

(WW) warning, (EE) error, (NI) not implement, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER

voili voilou ^^ désolé si mon problème parait un peu “cucu” mais depuis le temps que j’essaye d’installer une distrib linux sur mon pc, aucune n’a fonctionné en mode graphique jusqu’ici. Mais bon maintenant je suis décidé à m’acharné jusqu’à ce que ca réussise ^^

Donc aucun message d’erreur dans le log de xorg.
Il faut regarder ailleurs …
Peut-on avoir le contenu du xorg.conf ? Il y a peut-être un petit problème ?
La carte x700 est-elle gérée par debian ? Comme je ne connais pas ati je ne peux répondre. Si je regarde ce qui est dit du xserver-xorg-video-ati dans synaptic, cela s’arrête à radeon.
Faut peu-être essayer de passer par fglrx : voir tuto ici pour supporter des cartes récentes ?

voila mon xorg.conf :

[code]# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/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 "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” "p105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

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

Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "ati"
BusID "PCI:1:0:0"
VideoRam 512000
EndSection

Section "Monitor"
Identifier "Generic Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection
[/code]

dites moi un peu ce que vous ne pensez …

Personne pour m’aidé à configure mon xorg.conf ?

S’il vous plait un peu d’aide … :slightly_smiling: je me sens seul face à ma bécane ^^

Voici un xorg.conf provenant d’un pc avec une ati 9200 SE, un écran LCD 15" et pilote 3D fglrx installé avec un tuto de trucs et astuces [quote]# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/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 "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” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Driver "fglrx"
BusID "PCI:1:0:0"
VideoRam 128000
Option “UseFBDev” "true"
EndSection

Section "Monitor"
Identifier "L15CX"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 SE]"
Monitor "L15CX"
DefaultDepth 24
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
EndSection

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

Section "DRI"
Mode 0666
EndSection[/quote]
En dehors de synaptics qui gère le touchpad, la principale différence vient de la façon dont est déclaré le moniteur. Le réglage ici est adapté à 1024x768 avec une profondeur de couleur de 24 bits.
Faut peu-être réessayer dpkg-reconfigure xserver-xorg en modifiant la façon dont est déclaré l’écran.

salut tout le monde !
désolé pour ces quelques jours d’absence …

Bon j’ai suivis vos conseils, et j’ai re effectué la config du serverx et sa a fonctionné en 1024768. Seulement l’écriture est pas jolie du tout, et le 1280800 n’a pas l’air de passé correctement. En effet il apparait une rallonge de l’écran à droite et en bas, je veux dire par la que ce qui est affiché l’est de nouveau à droite ainsi qu’en bas … :laughing: :laughing: pas très compréhensible ^^

Enfin bref, je regarde sur le net pour arrivé à chopper un tuto pour installer les pilotes ati, et je tombe sur deux ou trois truc que je tente et plus particulierement un qui installe les pilote fourni par ati. Je tente et la hop plantage du serveur x avec ceci comme erreur dans le Xorg.0.log :

code Failed to load /usr/lib/xorg/modules/drivers/fglrx_drv.so
(EE) Failed to load module “fglrx” (loader failed, 7)[/code]

et mon xorg.conf donne cela dorénavant :

[code]

/etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen 0 “aticonfig-Screen[0]” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section “Files”

# path to defoma fonts
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"
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” "p105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection

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

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 49.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option “VendorName” "ATI Proprietary Driver"
Option “ModelName” "Generic Autodetecting Monitor"
Option “DPMS” "true"
EndSection

Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "ati"
VideoRam 256000
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Monitor "Generic Monitor"
DefaultDepth 24
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
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection[/code]

Au fait le fait qu’ati ai ouvert ses pilote, il n’y a pas d’homologue en libre ? developpé par la communauté ?

Il y a un pilote libre pour ati en cours de développement : il y a eu un post à ce sujet il y a quelques mois. D’après un autre post, plus récent, ATI va donner les caractéristiques de ses cartes, mais uniquement pour des récentes.

Si l’affichage existe avec comme ‘Device’ fglrx, c’est que le pilote 3D est actif. C’est pas la peine de chercher à l’installer : c’est fait. Il y a un tuto dans trucs et astuces pour les inclure des résolutions dans le xorg.conf ici.
Il suffit de mettre la résolution de l’écran indiquée par le constructeur pour avoir quelque chose de mieux, et surtout sans déformation. Pour le décalage de l’affichage … le régler directement avec le boutons de l’écran (je ne sais pas si c’est possible avec un portable) ?

En fait lorsque j’ai lorsque je reconfigure mon xorg avec dpkg -reconfigure, je met les drivers ati, et l’affichage est crados comme je te l’ai indiqué.

Donc pour pallier à cela, j’ai voulu installer de nouveau drivers, et en cherchant sur le net je suis tombé sur des tuto qui expliquent comme installer les drivers proprio ati, c’est ce que j’ai fait. Et une fois ces drivers installé, mon serverX ne veut plus se lancer, et dans mon Xorg.0.log j’ai l’erreur que j’ai mis dans mon précédent post, à savoir qu’il ne trouve pas le fichier /usr/lib/xorg/modules/drivers/fglrx_drv.so.

Je vais tenter le liens que tu ma filé.

Merci pour ton aide