[XBMC Standalone v11] Quelques soucis

Xorg, Compiz, KDE / Gnome / Xfce / Fluxbox / e17 / fvwm ... GDM/KDM/XDM...
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

[XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

Bonjour à tous,
Je poste dans cette rubrique, parce que je considère que xbmc-standalone comme un environnement graphique à part entière.
J'ai donc fait une installation de archlinux sur mon htpc. J'ai installé xorg, les dirvers Nvidia(propriétaires), slim puis xbmc.
Tout s'est plutôt bien passé… Mais j'ai quelques soucis :
-Pas moyen de passer le clavier en AZERTY dans xbmc (je lai pourtant bien configuré dans xorg), dans les ttys il est bien en AZERTY
-Impossible d'éteindre le pc depuis xbmc (obligé de passer par un tty)
-Lecture légèrement saccadée : le mode 23.976 Hz semble buggué (je suis à 23.971 Hz)

Avez-vous des solutions ?
Merci !
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

Bonjour,

1) Comment as tu configuré ton clavier, donne les modification faite de manière détaillé.
2) Comment lance tu xbmc, startx (.xinitrc) ? inittab ? ...
3) Désolé mais je n'ai pas trop d'idée, activé le Vsync ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
drs
archer de cavalerie
Messages : 158
Inscription : ven. 15 sept. 2006, 06:47

Re: [XBMC Standalone v11] Quelques soucis

Message par drs »

3/ par curiosite:
$ zgrep -i hz_ /proc/config.gz
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

Merci de vous intéresser à mon problème !
1) Pour le clavier j'ai trifouillé dans /etc/X11/xorg.conf.d/10-evdev.conf :

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"
	Option "XkbLayout"	"fr"
	Option "XkbVariant"	"latin9"
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
2) xbmc est lancé par inittab : (/etc/inittab)

Code : Tout sélectionner

#
# /etc/inittab
#

#  Runlevels:
#    0    Halt
#    1(S)	Single-user
#    2    Not used
#    3    Multi-user
#    4    Not used
#    5    X11
#    6    Reboot

## Only one of the following two lines can be uncommented!
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:

rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p

# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 -s 38400 tty2 linux
c3:2345:respawn:/sbin/agetty -8 -s 38400 tty3 linux
c4:2345:respawn:/sbin/agetty -8 -s 38400 tty4 linux
c5:2345:respawn:/sbin/agetty -8 -s 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -8 -s 38400 tty6 linux

# Serial Virtual Console for KVM and others VMs
#s0:2345:respawn:/sbin/agetty -8 -s 9600 ttyS0 linux

# Hypervisor Virtual Console for Xen and KVM
#h0:2345:respawn:/sbin/agetty -8 -s 38400 hvc0 linux

ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
x:5:respawn:/usr/bin/slim >/dev/null 2>&1

# End of file
Voici aussi mon .xinitrc (/home/ludovic/.xinitrc)

Code : Tout sélectionner

exec /usr/bin/xbmc --standalone -fs
3) Synchro verticale activée... J'ai lu sur un site qu'il s'agissait d'un manque de précision des horloges utilisées par Nvidia

3 bis)

Code : Tout sélectionner

zgrep -i hz_ /proc/config.gz
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_MACHZ_WDT=m
Ça fait très plaisir d'avoir une communauté active derrière les utilisateurs d'Archlinux !
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

Remplace déjà

Code : Tout sélectionner

exec /usr/bin/xbmc --standalone -fs
par

Code : Tout sélectionner

exec ck-launch-session /usr/bin/xbmc --standalone -fs
Essaye de créer un nouveau fichier /etc/X11/xorg.conf.d/keyboard-fr.conf avec juste dedans

Code : Tout sélectionner

Section "InputClass"
  Identifier  "Keyboard Defaults"
  MatchIsKeyboard  "yes"
  Option "XkbLayout" "fr"
  Option "XkbVariant" "latin9"
EndSection
Si cela ne s’améliore pas, donne nous la sortie de /var/log/Xorg.0.log

Sinon tu active comment Vsync ? Normalement c'est avec nvidia-settings -l qui doit être mit dans le .xinitrc en ayant au préalable activé via nvidia-settings le vsync (Sync to VBlank dans OpenGL Settings et X Server XVideo Settings)
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
tos69400
Daikyu
Messages : 98
Inscription : sam. 07 juil. 2012, 15:02

Re: [XBMC Standalone v11] Quelques soucis

Message par tos69400 »

Salut pour le point 2, j'ai eu moi aussi le souci sur une autre distrib.
J'ai lu que le souci venait de la façon dont slim lançait la session-graphique. Peut-être une piste pour toi ?

Pour les autres points, je sais pas (je suis un petit nouveau).
ArchLinux + CK Kernel + Gnome.
Systemd en cours de transition ...
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

Pour la synchro verticale, je l'ai simplement activée dans xbmc (case à cocher...) et elle fonctionne bien sur les animations qui sont à 60 fps (visualisations lors de la lecture de musique) : le vidéoprojecteur passe en 60 Hz et j'obtiens 60 fps… Sur une vidéo youtube,(30 fps) le vidéprojecteur reste en 60 Hz (2 images identiques sont donc à chaque fois projetées avec le videoprojecteur. Sur d'autres vidéos youtube, (25 fps) le vidéoprojecteur passe en 50 Hz et le tout est parfaitement fluide… Mais sur les films 23,976 fps, le projecteur passe en 23,971 fps ce qui me provoque un saut d'image toutes les x secondes.

J'ai modifié le .xinitrc comme me le conseille benjarobin mais ça ne change rien. J'ai aussi crée le fichier /etc/X11/xorg.conf.d/keyboard-fr.conf, mais mon clavier est encore en qwerty…

Je vais essayer de voir du coté de Slim (on est obligé de l'utiliser ? On peut pas booter direct sur xbmc ?

voici le log de Xorg :

Code : Tout sélectionner

[     3.712] 
X.Org X Server 1.12.2
Release Date: 2012-05-29
[     3.712] X Protocol Version 11, Revision 0
[     3.712] Build Operating System: Linux 3.0.32-1-lts x86_64 
[     3.712] Current Operating System: Linux htpc 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 18:59:47 CEST 2012 x86_64
[     3.712] Kernel command line: root=/dev/sda1 ro
[     3.712] Build Date: 30 May 2012  07:24:13PM
[     3.712]  
[     3.712] Current version of pixman: 0.26.2
[     3.712] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.713] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.713] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 10 11:43:19 2012
[     3.717] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.719] (==) No Layout section.  Using the first Screen section.
[     3.719] (==) No screen section available. Using defaults.
[     3.719] (**) |-->Screen "Default Screen Section" (0)
[     3.720] (**) |   |-->Monitor "<default monitor>"
[     3.720] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     3.720] (==) Automatically adding devices
[     3.720] (==) Automatically enabling devices
[     3.723] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[     3.723] 	Entry deleted from font path.
[     3.724] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     3.724] 	Entry deleted from font path.
[     3.724] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     3.724] 	Entry deleted from font path.
[     3.724] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     3.724] 	Entry deleted from font path.
[     3.724] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     3.724] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     3.724] 	Entry deleted from font path.
[     3.724] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     3.724] (==) FontPath set to:
	/usr/share/fonts/misc/
[     3.724] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.724] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.724] (II) Loader magic: 0x7c58e0
[     3.724] (II) Module ABI versions:
[     3.724] 	X.Org ANSI C Emulation: 0.4
[     3.724] 	X.Org Video Driver: 12.0
[     3.724] 	X.Org XInput driver : 16.0
[     3.724] 	X.Org Server Extension : 6.0
[     3.726] (--) PCI:*(0:1:0:0) 10de:0a65:1043:83c7 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/524288
[     3.726] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.726] (II) LoadModule: "extmod"
[     3.728] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     3.730] (II) Module extmod: vendor="X.Org Foundation"
[     3.730] 	compiled for 1.12.2, module version = 1.0.0
[     3.730] 	Module class: X.Org Server Extension
[     3.730] 	ABI class: X.Org Server Extension, version 6.0
[     3.730] (II) Loading extension MIT-SCREEN-SAVER
[     3.730] (II) Loading extension XFree86-VidModeExtension
[     3.730] (II) Loading extension XFree86-DGA
[     3.730] (II) Loading extension DPMS
[     3.730] (II) Loading extension XVideo
[     3.730] (II) Loading extension XVideo-MotionCompensation
[     3.730] (II) Loading extension X-Resource
[     3.730] (II) LoadModule: "dbe"
[     3.730] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     3.731] (II) Module dbe: vendor="X.Org Foundation"
[     3.731] 	compiled for 1.12.2, module version = 1.0.0
[     3.731] 	Module class: X.Org Server Extension
[     3.731] 	ABI class: X.Org Server Extension, version 6.0
[     3.731] (II) Loading extension DOUBLE-BUFFER
[     3.731] (II) LoadModule: "glx"
[     3.732] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.943] (II) Module glx: vendor="NVIDIA Corporation"
[     3.943] 	compiled for 4.0.2, module version = 1.0.0
[     3.943] 	Module class: X.Org Server Extension
[     3.943] (II) NVIDIA GLX Module  302.17  Tue Jun 12 16:22:45 PDT 2012
[     3.943] (II) Loading extension GLX
[     3.943] (II) LoadModule: "record"
[     3.944] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     3.945] (II) Module record: vendor="X.Org Foundation"
[     3.945] 	compiled for 1.12.2, module version = 1.13.0
[     3.945] 	Module class: X.Org Server Extension
[     3.945] 	ABI class: X.Org Server Extension, version 6.0
[     3.945] (II) Loading extension RECORD
[     3.945] (II) LoadModule: "dri"
[     3.945] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     3.947] (II) Module dri: vendor="X.Org Foundation"
[     3.948] 	compiled for 1.12.2, module version = 1.0.0
[     3.948] 	ABI class: X.Org Server Extension, version 6.0
[     3.948] (II) Loading extension XFree86-DRI
[     3.948] (II) LoadModule: "dri2"
[     3.948] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     3.949] (II) Module dri2: vendor="X.Org Foundation"
[     3.949] 	compiled for 1.12.2, module version = 1.2.0
[     3.949] 	ABI class: X.Org Server Extension, version 6.0
[     3.949] (II) Loading extension DRI2
[     3.949] (==) Matched nouveau as autoconfigured driver 0
[     3.949] (==) Matched nvidia as autoconfigured driver 1
[     3.949] (==) Matched nv as autoconfigured driver 2
[     3.949] (==) Matched vesa as autoconfigured driver 3
[     3.949] (==) Matched fbdev as autoconfigured driver 4
[     3.949] (==) Assigned the driver to the xf86ConfigLayout
[     3.949] (II) LoadModule: "nouveau"
[     3.950] (WW) Warning, couldn't open module nouveau
[     3.950] (II) UnloadModule: "nouveau"
[     3.950] (II) Unloading nouveau
[     3.950] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     3.950] (II) LoadModule: "nvidia"
[     3.950] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.968] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.968] 	compiled for 4.0.2, module version = 1.0.0
[     3.968] 	Module class: X.Org Video Driver
[     3.973] (II) LoadModule: "nv"
[     3.973] (WW) Warning, couldn't open module nv
[     3.973] (II) UnloadModule: "nv"
[     3.973] (II) Unloading nv
[     3.973] (EE) Failed to load module "nv" (module does not exist, 0)
[     3.973] (II) LoadModule: "vesa"
[     3.974] (WW) Warning, couldn't open module vesa
[     3.974] (II) UnloadModule: "vesa"
[     3.974] (II) Unloading vesa
[     3.974] (EE) Failed to load module "vesa" (module does not exist, 0)
[     3.974] (II) LoadModule: "fbdev"
[     3.974] (WW) Warning, couldn't open module fbdev
[     3.974] (II) UnloadModule: "fbdev"
[     3.974] (II) Unloading fbdev
[     3.974] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     3.974] (II) NVIDIA dlloader X Driver  302.17  Tue Jun 12 16:04:53 PDT 2012
[     3.974] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.975] (++) using VT number 7

[     3.981] (II) Loading sub module "fb"
[     3.981] (II) LoadModule: "fb"
[     3.981] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.984] (II) Module fb: vendor="X.Org Foundation"
[     3.984] 	compiled for 1.12.2, module version = 1.0.0
[     3.984] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.984] (II) Loading sub module "wfb"
[     3.984] (II) LoadModule: "wfb"
[     3.984] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.987] (II) Module wfb: vendor="X.Org Foundation"
[     3.987] 	compiled for 1.12.2, module version = 1.0.0
[     3.987] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.987] (II) Loading sub module "ramdac"
[     3.987] (II) LoadModule: "ramdac"
[     3.987] (II) Module "ramdac" already built-in
[     3.991] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     3.991] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     3.991] (==) NVIDIA(0): RGB weight 888
[     3.991] (==) NVIDIA(0): Default visual is TrueColor
[     3.991] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.991] (**) NVIDIA(0): Enabling 2D acceleration
[     4.953] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[     4.953] (II) NVIDIA(GPU-0):     3D Vision stereo.
[     4.954] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:1:0:0 (GPU-0)
[     4.954] (--) NVIDIA(0): Memory: 1048576 kBytes
[     4.954] (--) NVIDIA(0): VideoBIOS: 70.18.64.00.05
[     4.954] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     4.954] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[     4.955] (--) NVIDIA(0): Valid display device(s) on GeForce 210 at PCI:1:0:0
[     4.955] (--) NVIDIA(0):     CRT-0
[     4.955] (--) NVIDIA(0):     CRT-1
[     4.955] (--) NVIDIA(0):     DFP-0
[     4.955] (--) NVIDIA(0):     Seiko/Epson EPSON PJ (DFP-1) (connected)
[     4.955] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[     4.955] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[     4.955] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[     4.955] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[     4.955] (--) NVIDIA(0): Seiko/Epson EPSON PJ (DFP-1): 165.0 MHz maximum pixel clock
[     4.955] (--) NVIDIA(0): Seiko/Epson EPSON PJ (DFP-1): Internal Single Link TMDS
[     4.955] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     4.955] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[     4.955] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[     4.959] (==) NVIDIA(0): 
[     4.959] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     4.959] (==) NVIDIA(0):     will be used as the requested mode.
[     4.959] (==) NVIDIA(0): 
[     4.959] (II) NVIDIA(0): Validated modes:
[     4.959] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[     4.959] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     4.989] (--) NVIDIA(0): DPI set to (30, 30); computed from "UseEdidDpi" X config
[     4.989] (--) NVIDIA(0):     option
[     4.989] (--) Depth 24 pixmap format is 32 bpp
[     4.989] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[     4.991] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     4.991] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     4.992] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     4.992] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     4.992] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     4.992] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     4.992] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     4.992] (II) NVIDIA(0):     Config Options in the README.
[     4.993] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[     5.029] (II) Loading extension NV-GLX
[     5.057] (==) NVIDIA(0): Disabling shared memory pixmaps
[     5.057] (==) NVIDIA(0): Backing store disabled
[     5.057] (==) NVIDIA(0): Silken mouse enabled
[     5.057] (==) NVIDIA(0): DPMS enabled
[     5.059] (II) Loading extension NV-CONTROL
[     5.059] (II) Loading extension XINERAMA
[     5.059] (II) Loading sub module "dri2"
[     5.059] (II) LoadModule: "dri2"
[     5.059] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     5.059] (II) Module dri2: vendor="X.Org Foundation"
[     5.059] 	compiled for 1.12.2, module version = 1.2.0
[     5.059] 	ABI class: X.Org Server Extension, version 6.0
[     5.059] (II) NVIDIA(0): [DRI2] Setup complete
[     5.059] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     5.059] (--) RandR disabled
[     5.059] (II) Initializing built-in extension Generic Event Extension
[     5.060] (II) Initializing built-in extension SHAPE
[     5.060] (II) Initializing built-in extension MIT-SHM
[     5.060] (II) Initializing built-in extension XInputExtension
[     5.060] (II) Initializing built-in extension XTEST
[     5.060] (II) Initializing built-in extension BIG-REQUESTS
[     5.060] (II) Initializing built-in extension SYNC
[     5.060] (II) Initializing built-in extension XKEYBOARD
[     5.060] (II) Initializing built-in extension XC-MISC
[     5.060] (II) Initializing built-in extension SECURITY
[     5.060] (II) Initializing built-in extension XINERAMA
[     5.060] (II) Initializing built-in extension XFIXES
[     5.060] (II) Initializing built-in extension RENDER
[     5.060] (II) Initializing built-in extension RANDR
[     5.060] (II) Initializing built-in extension COMPOSITE
[     5.060] (II) Initializing built-in extension DAMAGE
[     5.061] (II) Initializing extension GLX
[     5.148] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.148] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.148] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     5.148] (II) LoadModule: "evdev"
[     5.148] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     5.149] (II) Module evdev: vendor="X.Org Foundation"
[     5.149] 	compiled for 1.12.0, module version = 2.7.0
[     5.149] 	Module class: X.Org XInput Driver
[     5.149] 	ABI class: X.Org XInput driver, version 16.0
[     5.149] (II) Using input driver 'evdev' for 'Power Button'
[     5.149] (**) Power Button: always reports core events
[     5.149] (**) evdev: Power Button: Device: "/dev/input/event1"
[     5.149] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.149] (--) evdev: Power Button: Found keys
[     5.149] (II) evdev: Power Button: Configuring as keyboard
[     5.149] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.149] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.149] (**) Option "xkb_rules" "evdev"
[     5.149] (**) Option "xkb_model" "evdev"
[     5.149] (**) Option "xkb_layout" "fr"
[     5.149] (**) Option "xkb_variant" "latin9"
[     5.200] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.200] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     5.200] (**) Power Button: Applying InputClass "Keyboard Defaults"
[     5.200] (II) Using input driver 'evdev' for 'Power Button'
[     5.200] (**) Power Button: always reports core events
[     5.200] (**) evdev: Power Button: Device: "/dev/input/event0"
[     5.200] (--) evdev: Power Button: Vendor 0 Product 0x1
[     5.200] (--) evdev: Power Button: Found keys
[     5.200] (II) evdev: Power Button: Configuring as keyboard
[     5.200] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[     5.200] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.200] (**) Option "xkb_rules" "evdev"
[     5.200] (**) Option "xkb_model" "evdev"
[     5.200] (**) Option "xkb_layout" "fr"
[     5.201] (**) Option "xkb_variant" "latin9"
[     5.202] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[     5.202] (II) No input driver specified, ignoring this device.
[     5.202] (II) This device may have been added with another device file.
[     5.202] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[     5.202] (II) No input driver specified, ignoring this device.
[     5.202] (II) This device may have been added with another device file.
[     5.203] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[     5.203] (II) No input driver specified, ignoring this device.
[     5.203] (II) This device may have been added with another device file.
[     5.203] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     5.203] (II) No input driver specified, ignoring this device.
[     5.203] (II) This device may have been added with another device file.
[     5.204] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:400e (/dev/input/event11)
[     5.204] (**) Logitech Unifying Device. Wireless PID:400e: Applying InputClass "evdev pointer catchall"
[     5.204] (**) Logitech Unifying Device. Wireless PID:400e: Applying InputClass "evdev keyboard catchall"
[     5.204] (**) Logitech Unifying Device. Wireless PID:400e: Applying InputClass "Keyboard Defaults"
[     5.204] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:400e'
[     5.204] (**) Logitech Unifying Device. Wireless PID:400e: always reports core events
[     5.204] (**) evdev: Logitech Unifying Device. Wireless PID:400e: Device: "/dev/input/event11"
[     5.204] (--) evdev: Logitech Unifying Device. Wireless PID:400e: Vendor 0x46d Product 0xc52b
[     5.204] (--) evdev: Logitech Unifying Device. Wireless PID:400e: Found 20 mouse buttons
[     5.204] (--) evdev: Logitech Unifying Device. Wireless PID:400e: Found scroll wheel(s)
[     5.204] (--) evdev: Logitech Unifying Device. Wireless PID:400e: Found relative axes
[     5.204] (--) evdev: Logitech Unifying Device. Wireless PID:400e: Found x and y relative axes
[     5.205] (--) evdev: Logitech Unifying Device. Wireless PID:400e: Found absolute axes
[     5.205] (II) evdev: Logitech Unifying Device. Wireless PID:400e: Forcing absolute x/y axes to exist.
[     5.205] (--) evdev: Logitech Unifying Device. Wireless PID:400e: Found keys
[     5.205] (II) evdev: Logitech Unifying Device. Wireless PID:400e: Configuring as mouse
[     5.205] (II) evdev: Logitech Unifying Device. Wireless PID:400e: Configuring as keyboard
[     5.205] (II) evdev: Logitech Unifying Device. Wireless PID:400e: Adding scrollwheel support
[     5.205] (**) evdev: Logitech Unifying Device. Wireless PID:400e: YAxisMapping: buttons 4 and 5
[     5.205] (**) evdev: Logitech Unifying Device. Wireless PID:400e: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     5.205] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.2/0003:046D:C52B.0003/input/input11/event11"
[     5.205] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:400e" (type: KEYBOARD, id 8)
[     5.205] (**) Option "xkb_rules" "evdev"
[     5.205] (**) Option "xkb_model" "evdev"
[     5.205] (**) Option "xkb_layout" "fr"
[     5.205] (**) Option "xkb_variant" "latin9"
[     5.207] (II) evdev: Logitech Unifying Device. Wireless PID:400e: initialized for relative axes.
[     5.207] (WW) evdev: Logitech Unifying Device. Wireless PID:400e: ignoring absolute axes.
[     5.207] (**) Logitech Unifying Device. Wireless PID:400e: (accel) keeping acceleration scheme 1
[     5.207] (**) Logitech Unifying Device. Wireless PID:400e: (accel) acceleration profile 0
[     5.207] (**) Logitech Unifying Device. Wireless PID:400e: (accel) acceleration factor: 2.000
[     5.207] (**) Logitech Unifying Device. Wireless PID:400e: (accel) acceleration threshold: 4
[     5.208] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:400e (/dev/input/mouse0)
[     5.208] (**) Logitech Unifying Device. Wireless PID:400e: Applying InputClass "Keyboard Defaults"
[     5.208] (II) No input driver specified, ignoring this device.
[     5.208] (II) This device may have been added with another device file.
[     5.209] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event10)
[     5.209] (II) No input driver specified, ignoring this device.
[     5.209] (II) This device may have been added with another device file.
[     5.209] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event3)
[     5.209] (II) No input driver specified, ignoring this device.
[     5.209] (II) This device may have been added with another device file.
[     5.210] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event4)
[     5.210] (II) No input driver specified, ignoring this device.
[     5.210] (II) This device may have been added with another device file.
[     5.210] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event5)
[     5.210] (II) No input driver specified, ignoring this device.
[     5.210] (II) This device may have been added with another device file.
[     5.211] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event6)
[     5.211] (II) No input driver specified, ignoring this device.
[     5.211] (II) This device may have been added with another device file.
[     5.211] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event7)
[     5.211] (II) No input driver specified, ignoring this device.
[     5.212] (II) This device may have been added with another device file.
[     5.212] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event8)
[     5.212] (II) No input driver specified, ignoring this device.
[     5.212] (II) This device may have been added with another device file.
[     5.212] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event9)
[     5.213] (II) No input driver specified, ignoring this device.
[     5.213] (II) This device may have been added with another device file.
[     5.213] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     5.213] (II) No input driver specified, ignoring this device.
[     5.213] (II) This device may have been added with another device file.
[     6.467] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[     6.467] (II) NVIDIA(GPU-0):     3D Vision stereo.
[     6.467] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     6.467] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[     6.467] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[     6.975] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[     6.975] (II) NVIDIA(GPU-0):     3D Vision stereo.
[     6.975] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[     6.975] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[     6.975] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    49.379] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[    49.379] (II) NVIDIA(GPU-0):     3D Vision stereo.
[    49.379] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    49.379] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[    49.379] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    49.436] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[    49.436] (II) NVIDIA(GPU-0):     3D Vision stereo.
[    49.436] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    49.436] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[    49.436] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    49.635] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[    49.635] (II) NVIDIA(GPU-0):     3D Vision stereo.
[    49.635] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    49.635] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[    49.635] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    49.730] (II) NVIDIA(0): Setting mode "HDMI-0: 1920x1080_50 @1920x1080 +0+0"
[    50.748] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[    50.748] (II) NVIDIA(GPU-0):     3D Vision stereo.
[    50.748] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    50.748] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[    50.748] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   262.179] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[   262.179] (II) NVIDIA(GPU-0):     3D Vision stereo.
[   262.179] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   262.179] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[   262.179] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[   262.299] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0"
[   263.052] (II) NVIDIA(GPU-0): Display (Seiko/Epson EPSON PJ (DFP-1)) does not support NVIDIA
[   263.052] (II) NVIDIA(GPU-0):     3D Vision stereo.
[   263.052] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   263.052] (**) NVIDIA(0):     device Seiko/Epson EPSON PJ (DFP-1) (Using EDID
[   263.052] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

Personne n'a d'idée ? Ca doit etre possible de mettre le clavier en français ! C'est incroyable que ça ne fonctionne pas !
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
xamaco
Daikyu
Messages : 70
Inscription : lun. 01 mars 2010, 10:08
Localisation : Bastelicaccia

Re: [XBMC Standalone v11] Quelques soucis

Message par xamaco »

Pour démarrer X sans gestionnaire de connexion, voir le wiki :
http://wiki.archlinux.fr/Startx#D.C3.A9 ... atiquement
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

ludovic815 a écrit :Personne n'a d'idée ? Ca doit etre possible de mettre le clavier en français ! C'est incroyable que ça ne fonctionne pas !
Je pense que c'est un bug du à une liaison sans fil du clavier (Il faudrait remonter le soucis : Rapport de bug...). Tu peux contourner très facilement le problème en mettant dans le .xinitrc la commande suivante

Code : Tout sélectionner

setxkbmap fr latin9
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

J'ai enlevé Slim, je démarre directement sur xbmc (en suivant les instructions du wiki)
Voici mon fichier .xinitrc :

Code : Tout sélectionner

exec ck-launch-session xbmc
setxkbmap fr latin9
Le clavier est toujours en qwerty… J'ai aussi essayé de brancher le clavier de mon pc desktop (filaire) sur le htpc, avec le même résultat.

J'ai essayé de rajouter setxkbmap fr latin9 dans le fichier .bashrc mais ça n'a pas d'effet non plus…

Toujours pas moyen d'éteindre le pc depuis xbmc…

Merci pour votre soutien ! (et non je n'abandonne pas encore !)
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

Le setxkbmap doit être mis avant le exec, car tout ce qui est mis après le exec n'est pas exécuté !!!
As tu bien lancé dbus ? (Voir rc.conf)
La commande c'est exec xbmc-standalone avec slim désolé...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

Voici ma ligne daemons dans rc.conf, dbus est bien lancé

Code : Tout sélectionner

DAEMONS=(syslog-ng dbus @network @crond @sshd @ntpd)
J'ai modifié le .xinitrc :

Code : Tout sélectionner

setxkbmap fr latin9
exec ck-launch-session xbmc-standalone
Avec cette modification le clavier fonctionne en AZERTY ! Merci !

Il reste plus qu'à trouver la solution pour éteindre le pc et ce serait super !
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

Il ne faut pas ck-launch-session, désolé, mais j'ai corrigé dans le dernier message car slim s'occupe de le lancer maintenant
Le Wiki doit être faux, je ne sais pas... Essaye avec

Code : Tout sélectionner

exec dbus-launch xbmc-standalone
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

Je n'utilise plus slim, je démarre xbmc directement, je peux quand même utiliser

Code : Tout sélectionner

exec dbus-launch xbmc-standalone
?
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

Si tu n'utilises plus slim fait ceci

Code : Tout sélectionner

exec ck-launch-session dbus-launch xbmc-standalone
Mais je te conseil d'utiliser slim avec l'autologin, c'est bien mieux question sécurité
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

Ca craint vraiment niveau sécurité ? Ce pc servira uniquement comme htpc. Je suis le seul à savoir comment l'allumer (tour un peu spéciale) et il n'y a rien sur le ssd de 32 go à part archlinux et xbmc... Les films et la musique sont lus par samba (accès en lecture seule...)
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

Il y a presque aucune différence, l'avantage de Slim c'est d'avoir la possibilité de changer d'utilisateur, et/ou de session graphique, de facilement relancer X suite à une mise à jour...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
ludovic815
Daikyu
Messages : 70
Inscription : mar. 20 sept. 2011, 18:55

Re: [XBMC Standalone v11] Quelques soucis

Message par ludovic815 »

J'ai mis

Code : Tout sélectionner

exec ck-launch-session dbus-launch xbmc-standalone
mais ça ne change rien… J'ai le choix entre «suspendre» et «quitter». Lorsque je clique sur quitter j'ai un tty qui s'affiche…
PC 1 : Intel core I5 3570k + SSD crucial M4 + gtx 550 -> Archlinux
PC 2 : Intel core I5 2500k + SSD crucial M4 -> Archlinux
PC 3 : Intel Atom n330 + SSD ocz onyx + quelques to de hdd + 2go ddr3 (serveur NAS, sftp, météo etc ...) -> Debian 6
PC 4 : AMD turion 64 x2 + SSD gskill falcon + HDD 500 go -> Archlinux (pc portable)
PC 5 : AMD athlon II x2 + 2go ddr3 + SSD ocz onyx -> Debian 7 (xbmc standalone)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [XBMC Standalone v11] Quelques soucis

Message par benjarobin »

Tu tapes bien startx depuis une console avec ton utilisateur ?
Sinon comment fait tu ? Tu dois sûrement mal t'y prendre car cela fonctionne très bien.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre