un
Code : Tout sélectionner
chmod 1777 /tmp Salut à vous,
J'ai fait une première instalaltion, impossible de lancer X, j'ai recommencé, toujours pareil...
Déjà il m'était impossible de lancer
Code : Tout sélectionner
hwd -u && hwd -xaCode : Tout sélectionner
shel-init blabla
testing kernel (numero) supports uevents
Update pci-, usb.ids, and xorgtablePuis j'ai fini par utiliser
Code : Tout sélectionner
hwd -xg/var/log/Xorg.0.log c'est ICI
xorg.conf
Code : Tout sélectionner
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Logitech"
Option "Emulate3Buttons"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "Monitor"
Identifier "Monitor0"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Card0"
Driver "intel" #j'ai aussi essayé i810 qui est installé
Card "* Generic VESA compatible"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x800"
EndSubSection
EndSectionSinon j'ai trouvé ce problème qui semble ressembler au mien. Mais je n'ai pas trop compris ce qu'il fallait faire. J'ai essayé la commande
Code : Tout sélectionner
pacman -Qo /usr/bin/glxgearsBref, je suis bien paumé là
Merci d'avance
Edit : A la demande de Mélodie
Code : Tout sélectionner
cat /var/log/Xorg.0.log | grep EECode : Tout sélectionner
Current opérating system: Linux ArchWay 2.6.25-ARCH #1 SMP PREEMPT Sat Jun 14 18:07:19 CEST 2008 i686
(WW) Warning, (EE) error, (NI) not implemented, (??) unknow.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "glx" (module does not exist, 0)
(EE) I810 (0) : V_BIOS address 0x7d8e0 out of range
(EE) I810 (0) : VBE initialisation failed.
(EE) Screen(s) found, but none have a usable configuration.