[xorg] Impossible de lancer une vidéo (résolu)
Publié : mer. 08 févr. 2012, 20:16
Bonsoir,
Étant d'humeur maussade, j'ai voulu regarder un film et arrêter de réfléchir. Chose que je n'avais essayé depuis ma fraîche installation d'Arch. Malheureusement, si vlc se lance très bien, dès que je lance une lecture, startx plante.
J'ai essayé de chercher par moi-même, en me disant que ça occuperait mon esprit, mais après d'infructueuses recherches, je ne peux que m'avouer vaincu... Il semblerait que l'erreur vienne d'un fichier de conf.
Xorg.1.log :
Le fameux fichier semblant buguer (je ne me rappelle pas y avoir touché... mais j'ai pu oublier) :
Voilou... Merci d'avance si vous avez meilleur intuition que moi.
Étant d'humeur maussade, j'ai voulu regarder un film et arrêter de réfléchir. Chose que je n'avais essayé depuis ma fraîche installation d'Arch. Malheureusement, si vlc se lance très bien, dès que je lance une lecture, startx plante.
J'ai essayé de chercher par moi-même, en me disant que ça occuperait mon esprit, mais après d'infructueuses recherches, je ne peux que m'avouer vaincu... Il semblerait que l'erreur vienne d'un fichier de conf.
Xorg.1.log :
Code : Tout sélectionner
[ 483.945]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[ 483.946] X Protocol Version 11, Revision 0
[ 483.946] Build Operating System: Linux 3.1.5-1-ARCH x86_64
[ 483.946] Current Operating System: Linux myhost 3.2.1-2-ARCH #1 SMP PREEMPT Mon Jan 23 12:40:01 UTC 2012 x86_64
[ 483.946] Kernel command line: root=/dev/disk/by-uuid/9865d65c-030a-4bbc-8a28-8812de82fd2b ro
[ 483.946] Build Date: 17 December 2011 09:17:41AM
[ 483.946]
[ 483.946] Current version of pixman: 0.24.2
[ 483.946] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 483.946] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 483.946] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Jan 25 09:34:32 2012
[ 483.946] (==) Using config directory: "/etc/X11/xorg.conf.d"
[color=#800000][ 483.946] Parse error on line 11 of section InputClass in file /etc/X11/xorg.conf.d/10-evdev.conf
Multiple "Identifier" lines.
[ 483.946] (EE) Problem parsing the config file
[ 483.946] (EE) Error parsing the config file[/color]
[ 483.946]
[color=#BF0000]Fatal server error:
[ 483.946] no screens found
[ 483.946] [/color]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 483.946] Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 483.946]
[ 483.946] Server terminated with error (1). Closing log file.
Code : Tout sélectionner
#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection