View previous topic :: View next topic |
Author |
Message |
PointSlash n00b
Joined: 03 Mar 2007 Posts: 3
|
Posted: Sat Mar 03, 2007 9:15 pm Post subject: [Xorg-ati] Erreurs (résolu) |
|
|
Je viens d'installer Gentoo Linux 2.6.19-gentoo-r5, amd64.
Le pc est équipé d'un A64 3400+, 2go de ram et une X1900XTX.
Une souris logitech mx518 en usb, et un clavier en PS/2
J'ai quelques problèmes avec les drivers ati ainsi que le driver du clavier et de la souris.
En effet après startx j'ai les messages suivants :
Quote: |
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)
(WW) fglrx: No matching Device section for instance (BusID PCI:5:0:1) found
(EE)AIGLX error : dlopen of /usr/lib64/dri/fglrx_dri.so failed (/usr/lib64/dri/fglrx_dri.so: cannot open share object file : no such file or directory)
(EE)AIGLX: reverting to software rendering
(EE)No input driver matching "mouse"
(EE)No input driver matching "kbd"
No core keyboard
|
J'ai suivi le HOW TO, ati drivers pour l'installation des pilotes de la carte graphique.
edit, make.conf :
Quote: | CFLAGS="-march=athlon64 -02 -pipe
CHOST="x86_64-pc-linux"
MAKEOPS="-j2"
USE="opengl"
(mirrors, sync)
|
edit2, xorg.conf :
Quote: | Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
SubSection "extmod"
EndSubSection
Load "freetype"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "fr"
Option "XkbVariant" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "111924"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
Identifier "x1900xtx"
Driver "vga"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "x1900xtx"
Monitor "111924"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "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
|
Last edited by PointSlash on Sun Mar 04, 2007 4:05 pm; edited 3 times in total |
|
Back to top |
|
|
CryoGen Veteran
Joined: 11 Feb 2004 Posts: 1426 Location: Bamako - Mali - Afrique
|
Posted: Sat Mar 03, 2007 9:32 pm Post subject: |
|
|
Salut,
bienvenue parmis nous.
Met ton titre en conformité svp
Fait voir ton make.conf _________________ - CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword... |
|
Back to top |
|
|
_Seth_ Guru
Joined: 15 Sep 2004 Posts: 539 Location: encore paumé dans un labo ;)
|
Posted: Sat Mar 03, 2007 9:40 pm Post subject: |
|
|
Salut, bienvenue sur le forum Gentoo !
Est ce que tu pourrais changer ton titre pour le mettre en conformité avec les normes de ce forum ? Jete un coup d'oeil ici pour plus d'indication, regarde surtout la partie 3/3.
Par rapport à ta question, est ce que tu peux poster les lignes intéressantes de ton xorg.conf ? C'est à dire celles qui traitent de la souris, du clavier et de la carte graphique (si possible sans les commentaires).
EDIT : Au passage, une petite ligne de commande bien utile pour enlever les commentaires et les lignes vides d'un fichier (il faut que gawk soit installé).
Code: | awk '{if (NF > 0 && ! /^#/) print }' /ton/fichier | less |
Si tu veux enregistrer la sortie dans un fichier, pour la coller dans le forum par exemple :
Code: | awk '{if (NF > 0 && ! /^#/) print }' /etc/X11/xorg.conf > xorg.conf.ss-comm |
_________________ no tears to cry, no feelings left
the species has amused itself to death
amused itself to death |
|
Back to top |
|
|
truz Apprentice
Joined: 26 Feb 2005 Posts: 293 Location: France - Paris
|
Posted: Sat Mar 03, 2007 10:23 pm Post subject: |
|
|
_Seth_ wrote: | EDIT : Au passage, une petite ligne de commande bien utile pour enlever les commentaires et les lignes vides d'un fichier (il faut que gawk soit installé).
Code: | awk '{if (NF > 0 && ! /^#/) print }' /ton/fichier | less |
Si tu veux enregistrer la sortie dans un fichier, pour la coller dans le forum par exemple :
Code: | awk '{if (NF > 0 && ! /^#/) print }' /etc/X11/xorg.conf > xorg.conf.ss-comm |
| tant qu'on est dans les rappels sur l'utilisation du forum, y'a aussi Code: | grep -v \# /etc/X11/xorg.conf | et c'est issu de [FAQ] Quelles infos donner ? (IMPORTANT) point 2 cf l'annonce ** À LIRE : COMMENT POSTER ET OBTENIR DE L'AIDE ? **
ps: c'est évidemment pas pour toi _Seth_, mais bien pour les nouveaux venus _________________ Je sais que mes droits s'arrêtent là où commencent ceux des autres. Mais est-ce ma faute si les droits des autres commencent si loin ? [Quino] -- Mafalda |
|
Back to top |
|
|
_Seth_ Guru
Joined: 15 Sep 2004 Posts: 539 Location: encore paumé dans un labo ;)
|
Posted: Sat Mar 03, 2007 10:30 pm Post subject: |
|
|
@truz: le grep -v n'enlève pas lignes vides, je n'ai pas réussi à trouver l'option pour. Par contre le petit one-liner en awk si _________________ no tears to cry, no feelings left
the species has amused itself to death
amused itself to death |
|
Back to top |
|
|
boozo Advocate
Joined: 01 Jul 2004 Posts: 3193
|
|
Back to top |
|
|
truz Apprentice
Joined: 26 Feb 2005 Posts: 293 Location: France - Paris
|
Posted: Sat Mar 03, 2007 10:42 pm Post subject: |
|
|
_Seth_ wrote: | @truz: le grep -v n'enlève pas lignes vides, je n'ai pas réussi à trouver l'option pour. Par contre le petit one-liner en awk si | suffit de demander Code: | grep -v "^$\|\#" /etc/X11/xorg.conf |
_________________ Je sais que mes droits s'arrêtent là où commencent ceux des autres. Mais est-ce ma faute si les droits des autres commencent si loin ? [Quino] -- Mafalda |
|
Back to top |
|
|
_Seth_ Guru
Joined: 15 Sep 2004 Posts: 539 Location: encore paumé dans un labo ;)
|
Posted: Sat Mar 03, 2007 10:43 pm Post subject: |
|
|
Merci boozo & truz _________________ no tears to cry, no feelings left
the species has amused itself to death
amused itself to death |
|
Back to top |
|
|
PointSlash n00b
Joined: 03 Mar 2007 Posts: 3
|
Posted: Sun Mar 04, 2007 1:11 am Post subject: |
|
|
Merci pour les conseils, j'ai ajouté le make.conf et xorg.conf.
En remerciant encore pour votre attention |
|
Back to top |
|
|
ryo-san l33t
Joined: 17 Feb 2005 Posts: 729
|
Posted: Sun Mar 04, 2007 4:10 am Post subject: |
|
|
salut
verifies la presence de :
Code: |
x11-drivers/xf86-input-mouse
x11-drivers/xf86-input-keyboard
|
pour les avoir par defaut , il faut renseigner ton make;conf avec :
Code: |
INPUT_DEVICES="mouse keyboard"
|
dans le meme genre il existe aussi:
Code: |
VIDEO_CARDS="ati vesa vga radeon fbdev fglrx"
ALSA_CARDS="hda-intel"
|
pour les drivers, m'est avis que tu n'as pas la toute derniere version, d'ailleur de quelle version parle t-on ?
il faut surement demasquer la derniere version et l'installer ( avec l'aide de /etc/portage/package.keywords ) |
|
Back to top |
|
|
PointSlash n00b
Joined: 03 Mar 2007 Posts: 3
|
Posted: Sun Mar 04, 2007 4:05 pm Post subject: |
|
|
Hop, après avoir ajouté les lignes au ficher make.conf j'ai de nouveau lancé emerge ati-drivers.
Puis startx, qui n'a pas bronché cette fois ci.
Mais ya juste une chose qui me chiffonne c'est ce message qui apparait toujours à la fin d'un emerge :
Code: | install-info: No such file or directory for /usr/share/info/bashref.info.gz |
Enfin en tout cas fglrx fonctionne (version : 8.32.5 yabon :p ?)
Tout comme glxgears.
Merci a tous, notament a ryo-san
Une dernière question, pour le lancement du windowmanager autre que twm automatiquement après le login,
il suffit de créer le fichier .xinitrc puis de rajouter exec <wm> ? |
|
Back to top |
|
|
|