[Ecran] Xorg no screens found (résolu)
Publié : jeu. 06 août 2015, 10:26
Salut,
J'ai un vieux compaq armada m300 ou j'ai un doute sur la marche à suivre pour faire fonctionner Xorg.
J'ai installer les paquets
J'ai aussi installé
D’après la doc, la nouvelles version de Xorg devrait reconnaître mon écran toute seul mais quand je lance
J'ai
Faut il que je créé un fichier du genre:
J'ai un vieux compaq armada m300 ou j'ai un doute sur la marche à suivre pour faire fonctionner Xorg.
J'ai installer les paquets
xorg-server xorg-xinit xorg-server-utils
et mon driver xf86-video-ati
. J'ai aussi installé
xorg-twm xorg-xclock xterm
pour tester l'affichage.D’après la doc, la nouvelles version de Xorg devrait reconnaître mon écran toute seul mais quand je lance
startx
... J'ai
Code : Tout sélectionner
(==) Log file: "/var/log/Xotg.0.log", Time: Thu Aug 6 10 :07 :41 2015
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Fatal server error: (EE) no screens found(EE)
(EE) Please also check the log file at "/var/log/Xorg.0.log for additionnal information"
(EE) Server terminated with error (1). Closing log file
Code : Tout sélectionner
/etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "vesa" #Choose the driver used for this monitor
EndSection
Section "Screen"
Identifier "Screen0" #Collapse Monitor and Device section to Screen section
Device "Device0"
Monitor "Monitor0"
DefaultDepth 16 #Choose the depth (16||24)
SubSection "Display"
Depth 16
Modes "1024x768_75.00" #Choose the resolution
EndSubSection
EndSection