[full systemd] problème au démarrage GDM ou startx

Questions et astuces concernant l'installation et la configuration d'archlinux
dav999
archer
Messages : 117
Inscription : sam. 10 mars 2012, 00:03
Localisation : Haut Rhin

[full systemd] problème au démarrage GDM ou startx

Message par dav999 »

Bonjour,

je viens de passer en systemd en remplaçant initscripts et sysvinit par systemd-sysvcompat, après reboot, je tombe bien sur la demande de login.
je me logue sans problème (je n'ai aucune erreur avant de me loguer).
Mais dès que je fais un startx j'ai un blocage, sans possibilité de changer de tty.
j'ai le même soucis lorsque je lance gdm avec la ligne qui va bien.

Voiçi le message d'erreur (une partie, je ne sais pas ou trouver le fichier de log qui correspond à ces erreurs) :

Code : Tout sélectionner

Set Up automount Arbitrary Executable File Format F...utomount Point
Expecting device ......
C'est biazare car quand je me logue j'ai bien accès à mes partitions j'ai fais un ls pour voir et j'y ai effectivement accès, pourtant le message d'erreur semble venir d'un soucis avec les partitions.
Je vous met mon fichier fstab, au cas ou ...

Code : Tout sélectionner

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
tmpfs		/tmp	tmpfs	nodev,nosuid	0	0
#UUID=7c66ce8c-cf54-4f1d-8040-1a198dfb17a1 /var ext4 defaults 0 1
#UUID=9012683f-5f29-4c39-ae43-165f911f9967 / ext4 defaults 0 1
#UUID=bed4ef57-0563-4efc-a6ad-c8d42612ca61 swap swap defaults 0 0
#UUID=f821b62e-340d-4c37-9b55-a152b15da821 /home ext4 defaults 0 1
UUID=7c66ce8c-cf54-4f1d-8040-1a198dfb17a1 /var ext4 defaults,nofail 0 1
UUID=9012683f-5f29-4c39-ae43-165f911f9967 / ext4 defaults,nofail 0 1
UUID=bed4ef57-0563-4efc-a6ad-c8d42612ca61 swap swap defaults 0 0
UUID=f821b62e-340d-4c37-9b55-a152b15da821 /home ext4 defaults,nofail 0 1
#Partition windows
UUID=040055AB0055A488	/mnt/windows	ntfs-3g	defaults	0 0
#Partition racine linux
#UUID=164fe0d8-c132-4ae0-a6f5-dab9d3c80d7c	/mnt/linux_racine	ext4	defaults	0 0
#Partition home linux
#UUID=f0d6616d-c636-421c-a177-667a4cac1642	/mnt_linux_home	ext4	defaults	0 0
# UUID=9012683f-5f29-4c39-ae43-165f911f9967
#/dev/sda6           	/         	ext4      	rw,relatime,data=ordered	0 1

# UUID=f821b62e-340d-4c37-9b55-a152b15da821
#/dev/sda7           	/home     	ext4      	rw,relatime,data=ordered	0 2
Voiçi Xorg.0.log si ca peut aider :

Code : Tout sélectionner

[    49.840] 
X.Org X Server 1.11.4
Release Date: 2012-01-27
[    49.845] X Protocol Version 11, Revision 0
[    49.847] Build Operating System: Linux 3.3.7-1-ARCH x86_64 
[    49.848] Current Operating System: Linux l670 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64
[    49.849] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 ro
[    49.850] Build Date: 01 June 2012  05:44:06PM
[    49.851]  
[    49.852] Current version of pixman: 0.26.2
[    49.853] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    49.855] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    49.859] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 30 17:51:20 2012
[    49.910] (==) Using config file: "/etc/X11/xorg.conf"
[    49.913] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    49.965] (==) ServerLayout "aticonfig Layout"
[    49.965] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    49.965] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    49.984] (**) |   |-->Device "aticonfig-Device[0]-0"
[    49.985] (==) Automatically adding devices
[    49.985] (==) Automatically enabling devices
[    50.024] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    50.024] 	Entry deleted from font path.
[    50.069] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    50.069] (==) ModulePath set to "/usr/lib/xorg/modules"
[    50.069] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    50.069] (II) Loader magic: 0x7c7ae0
[    50.069] (II) Module ABI versions:
[    50.069] 	X.Org ANSI C Emulation: 0.4
[    50.069] 	X.Org Video Driver: 11.0
[    50.069] 	X.Org XInput driver : 13.0
[    50.069] 	X.Org Server Extension : 6.0
[    50.071] (--) PCI:*(0:1:0:0) 1002:68e0:1179:fd00 rev 0, Mem @ 0xc0000000/268435456, 0xd2200000/131072, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
[    50.071] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    50.071] (II) "extmod" will be loaded by default.
[    50.071] (II) "dbe" will be loaded by default.
[    50.071] (II) "glx" will be loaded by default.
[    50.071] (II) "record" will be loaded by default.
[    50.071] (II) "dri" will be loaded by default.
[    50.071] (II) "dri2" will be loaded by default.
[    50.071] (II) LoadModule: "extmod"
[    50.180] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    50.185] (II) Module extmod: vendor="X.Org Foundation"
[    50.185] 	compiled for 1.11.4, module version = 1.0.0
[    50.185] 	Module class: X.Org Server Extension
[    50.185] 	ABI class: X.Org Server Extension, version 6.0
[    50.185] (II) Loading extension MIT-SCREEN-SAVER
[    50.185] (II) Loading extension XFree86-VidModeExtension
[    50.185] (II) Loading extension XFree86-DGA
[    50.185] (II) Loading extension DPMS
[    50.185] (II) Loading extension XVideo
[    50.185] (II) Loading extension XVideo-MotionCompensation
[    50.185] (II) Loading extension X-Resource
[    50.185] (II) LoadModule: "dbe"
[    50.185] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    50.191] (II) Module dbe: vendor="X.Org Foundation"
[    50.191] 	compiled for 1.11.4, module version = 1.0.0
[    50.191] 	Module class: X.Org Server Extension
[    50.191] 	ABI class: X.Org Server Extension, version 6.0
[    50.191] (II) Loading extension DOUBLE-BUFFER
[    50.191] (II) LoadModule: "glx"
[    50.191] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    50.211] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[    50.212] 	compiled for 6.9.0, module version = 1.0.0
[    50.212] (II) Loading extension GLX
[    50.212] (II) LoadModule: "record"
[    50.212] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    50.213] (II) Module record: vendor="X.Org Foundation"
[    50.213] 	compiled for 1.11.4, module version = 1.13.0
[    50.213] 	Module class: X.Org Server Extension
[    50.213] 	ABI class: X.Org Server Extension, version 6.0
[    50.213] (II) Loading extension RECORD
[    50.213] (II) LoadModule: "dri"
[    50.213] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    50.227] (II) Module dri: vendor="X.Org Foundation"
[    50.227] 	compiled for 1.11.4, module version = 1.0.0
[    50.227] 	ABI class: X.Org Server Extension, version 6.0
[    50.228] (II) Loading extension XFree86-DRI
[    50.228] (II) LoadModule: "dri2"
[    50.228] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    50.235] (II) Module dri2: vendor="X.Org Foundation"
[    50.235] 	compiled for 1.11.4, module version = 1.2.0
[    50.235] 	ABI class: X.Org Server Extension, version 6.0
[    50.235] (II) Loading extension DRI2
[    50.235] (II) LoadModule: "fglrx"
[    50.235] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    50.502] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[    50.509] 	compiled for 1.4.99.906, module version = 8.98.2
[    50.509] 	Module class: X.Org Video Driver
[    50.509] (II) Loading sub module "fglrxdrm"
[    50.509] (II) LoadModule: "fglrxdrm"
[    50.509] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    50.527] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    50.527] 	compiled for 1.4.99.906, module version = 8.98.2
[    50.535] (II) AMD Proprietary Linux Driver Version Identifier:8.98.2
[    50.536] (II) AMD Proprietary Linux Driver Release Identifier: 8.982                                
[    50.536] (II) AMD Proprietary Linux Driver Build Date: Jul 27 2012 20:37:56
[    50.536] (--) using VT number 2

[    50.546] (WW) Falling back to old probe method for fglrx
[    50.646] (II) Loading PCS database from /etc/ati/amdpcsdb
[    50.671] (--) Chipset Supported AMD Graphics Processor (0x68E0) found
[    50.684] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[    50.684] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[    50.694] (II) AMD Video driver is signed
[    50.694] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[    50.694] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    50.694] (II) fglrx(0): pEnt->device->identifier=0x891d40
[    50.694] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[    50.694] (II) Loading sub module "vgahw"
[    50.695] (II) LoadModule: "vgahw"
[    50.695] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[    50.707] (II) Module vgahw: vendor="X.Org Foundation"
[    50.707] 	compiled for 1.11.4, module version = 0.1.0
[    50.707] 	ABI class: X.Org Video Driver, version 11.0
[    50.707] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[    50.707] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    50.707] (==) fglrx(0): Default visual is TrueColor
[    50.707] (**) fglrx(0): Option "DPMS" "true"
[    50.707] (==) fglrx(0): RGB weight 888
[    50.707] (II) fglrx(0): Using 8 bits per RGB 
[    50.707] (==) fglrx(0): Buffer Tiling is ON
[    50.708] (II) Loading sub module "fglrxdrm"
[    50.708] (II) LoadModule: "fglrxdrm"
[    50.708] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[    50.708] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[    50.708] 	compiled for 1.4.99.906, module version = 8.98.2
[    50.710] ukiDynamicMajor: found major device number 249
[    50.710] ukiDynamicMajor: found major device number 249
[    50.710] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    50.710] ukiOpenDevice: node name is /dev/ati/card0
[    50.710] ukiOpenDevice: open result is 11, (OK)
[    50.710] ukiOpenByBusid: ukiOpenMinor returns 11
[    50.710] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    50.710] (**) fglrx(0): NoAccel = NO
[    50.710] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
[    50.710] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 5400 Series " (Chipset = 0x68e0)
[    50.710] (--) fglrx(0): (PciSubVendor = 0x1179, PciSubDevice = 0xfd00)
[    50.710] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
[    50.710] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[    50.711] (--) fglrx(0): MMIO registers at 0xd2200000
[    50.711] (--) fglrx(0): I/O port at 0x00006000
[    50.711] (==) fglrx(0): ROM-BIOS at 0x000c0000
[    50.746] (II) fglrx(0): AC Adapter is used
[    50.783] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[    50.877] (II) Loading sub module "vbe"
[    50.877] (II) LoadModule: "vbe"
[    50.877] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    50.893] (II) Module vbe: vendor="X.Org Foundation"
[    50.893] 	compiled for 1.11.4, module version = 1.1.0
[    50.893] 	ABI class: X.Org Video Driver, version 11.0
[    50.894] (II) fglrx(0): VESA BIOS detected
[    50.894] (II) fglrx(0): VESA VBE Version 3.0
[    50.894] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[    50.894] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[    50.894] (II) fglrx(0): VESA VBE OEM Software Rev: 12.18
[    50.894] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
[    50.894] (II) fglrx(0): VESA VBE OEM Product: PARK
[    50.894] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[    50.939] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
[    50.939] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3
[    50.939] (II) fglrx(0): PCIE card detected
[    50.939] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[    50.939] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[    50.946] (II) fglrx(0): Using adapter: 1:0.0.
[    50.973] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[    50.978] (II) fglrx(0): Interrupt handler installed at IRQ 45.
[    50.978] (II) fglrx(0): RandR 1.2 support is enabled!
[    50.978] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[    50.978] (==) fglrx(0): Center Mode is disabled 
[    50.978] (II) Loading sub module "fb"
[    50.978] (II) LoadModule: "fb"
[    50.978] (II) Loading /usr/lib/xorg/modules/libfb.so
[    50.986] (II) Module fb: vendor="X.Org Foundation"
[    50.986] 	compiled for 1.11.4, module version = 1.0.0
[    50.986] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    50.987] (II) Loading sub module "ddc"
[    50.987] (II) LoadModule: "ddc"
[    50.987] (II) Module "ddc" already built-in
[    51.168] (II) fglrx(0): Finished Initialize PPLIB!
[    51.184] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[    51.184] (II) fglrx(0): Output DFP1 has no monitor section
[    51.184] (II) fglrx(0): Output CRT1 has no monitor section
[    51.184] (II) Loading sub module "ddc"
[    51.184] (II) LoadModule: "ddc"
[    51.184] (II) Module "ddc" already built-in
[    51.185] (II) fglrx(0): Connected Display0: LVDS
[    51.185] (II) fglrx(0): Display0 EDID data ---------------------------
[    51.185] (II) fglrx(0): Manufacturer: SEC  Model: 544b  Serial#: 0
[    51.185] (II) fglrx(0): Year: 2008  Week: 0
[    51.185] (II) fglrx(0): EDID Version: 1.3
[    51.185] (II) fglrx(0): Digital Display Input
[    51.185] (II) fglrx(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    51.185] (II) fglrx(0): Gamma: 2.20
[    51.185] (II) fglrx(0): No DPMS capabilities specified
[    51.185] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    51.185] (II) fglrx(0): First detailed timing is preferred mode
[    51.185] (II) fglrx(0): redX: 0.600 redY: 0.340   greenX: 0.310 greenY: 0.560
[    51.185] (II) fglrx(0): blueX: 0.150 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[    51.185] (II) fglrx(0): Manufacturer's mask: 0
[    51.185] (II) fglrx(0): Supported detailed timing:
[    51.185] (II) fglrx(0): clock: 107.8 MHz   Image Size:  382 x 215 mm
[    51.185] (II) fglrx(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1892 h_border: 0
[    51.185] (II) fglrx(0): v_active: 900  v_sync: 902  v_sync_end 908 v_blanking: 950 v_border: 0
[    51.185] (II) fglrx(0): Unknown vendor-specific block f
[    51.185] (II) fglrx(0):  SAMSUNG
[    51.185] (II) fglrx(0):  173KT01-T01
[    51.185] (II) fglrx(0): EDID (in hex):
[    51.185] (II) fglrx(0): 	00ffffffffffff004ca34b5400000000
[    51.185] (II) fglrx(0): 	00120103802615780a859599574f8f26
[    51.185] (II) fglrx(0): 	21505400000001010101010101010101
[    51.185] (II) fglrx(0): 	010101010101202a4024618432303020
[    51.185] (II) fglrx(0): 	26007ed7100000190000000f00000000
[    51.185] (II) fglrx(0): 	00000000001eb4027400000000fe0053
[    51.185] (II) fglrx(0): 	414d53554e470a2020202020000000fe
[    51.185] (II) fglrx(0): 	003137334b5430312d5430310a200097
[    51.185] (II) fglrx(0): End of Display0 EDID data --------------------
[    51.187] (II) fglrx(0): EDID for output LVDS
[    51.187] (II) fglrx(0): Manufacturer: SEC  Model: 544b  Serial#: 0
[    51.187] (II) fglrx(0): Year: 2008  Week: 0
[    51.187] (II) fglrx(0): EDID Version: 1.3
[    51.187] (II) fglrx(0): Digital Display Input
[    51.187] (II) fglrx(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    51.187] (II) fglrx(0): Gamma: 2.20
[    51.187] (II) fglrx(0): No DPMS capabilities specified
[    51.187] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    51.187] (II) fglrx(0): First detailed timing is preferred mode
[    51.187] (II) fglrx(0): redX: 0.600 redY: 0.340   greenX: 0.310 greenY: 0.560
[    51.187] (II) fglrx(0): blueX: 0.150 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[    51.187] (II) fglrx(0): Manufacturer's mask: 0
[    51.187] (II) fglrx(0): Supported detailed timing:
[    51.187] (II) fglrx(0): clock: 107.8 MHz   Image Size:  382 x 215 mm
[    51.187] (II) fglrx(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1892 h_border: 0
[    51.187] (II) fglrx(0): v_active: 900  v_sync: 902  v_sync_end 908 v_blanking: 950 v_border: 0
[    51.187] (II) fglrx(0): Unknown vendor-specific block f
[    51.187] (II) fglrx(0):  SAMSUNG
[    51.187] (II) fglrx(0):  173KT01-T01
[    51.187] (II) fglrx(0): EDID (in hex):
[    51.187] (II) fglrx(0): 	00ffffffffffff004ca34b5400000000
[    51.187] (II) fglrx(0): 	00120103802615780a859599574f8f26
[    51.187] (II) fglrx(0): 	21505400000001010101010101010101
[    51.187] (II) fglrx(0): 	010101010101202a4024618432303020
[    51.187] (II) fglrx(0): 	26007ed7100000190000000f00000000
[    51.187] (II) fglrx(0): 	00000000001eb4027400000000fe0053
[    51.187] (II) fglrx(0): 	414d53554e470a2020202020000000fe
[    51.187] (II) fglrx(0): 	003137334b5430312d5430310a200097
[    51.187] (II) fglrx(0): EDID vendor "SEC", prod id 21579
[    51.187] (II) fglrx(0): Printing DDC gathered Modelines:
[    51.187] (II) fglrx(0): Modeline "1600x900"x0.0  107.84  1600 1648 1680 1892  900 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Printing probed modes for output LVDS
[    51.187] (II) fglrx(0): Modeline "1600x900"x60.0  107.84  1600 1648 1680 1892  900 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "1440x900"x60.0  107.84  1440 1648 1680 1892  900 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "1280x768"x60.0  107.84  1280 1648 1680 1892  768 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "1280x720"x60.0  107.84  1280 1648 1680 1892  720 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "1024x768"x60.0  107.84  1024 1648 1680 1892  768 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "1024x600"x60.0  107.84  1024 1648 1680 1892  600 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "800x600"x60.0  107.84  800 1648 1680 1892  600 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "800x480"x60.0  107.84  800 1648 1680 1892  480 902 908 950 -hsync -vsync (57.0 kHz)
[    51.187] (II) fglrx(0): Modeline "640x480"x60.0  107.84  640 1648 1680 1892  480 902 908 950 -hsync -vsync (57.0 kHz)
[    51.188] (II) fglrx(0): EDID for output DFP1
[    51.188] (II) fglrx(0): EDID for output CRT1
[    51.188] (II) fglrx(0): Output LVDS connected
[    51.188] (II) fglrx(0): Output DFP1 disconnected
[    51.188] (II) fglrx(0): Output CRT1 disconnected
[    51.188] (II) fglrx(0): Using exact sizes for initial modes
[    51.188] (II) fglrx(0): Output LVDS using initial mode 1600x900
[    51.188] (II) fglrx(0): Display dimensions: (380, 210) mm
[    51.188] (II) fglrx(0): DPI set to (106, 108)
[    51.188] (II) fglrx(0): Eyefinity capable adapter detected.
[    51.188] (II) fglrx(0): Adapter ATI Mobility Radeon HD 5400 Series  has 4 configurable heads and 1 displays connected.
[    51.188] (==) fglrx(0):  PseudoColor visuals disabled
[    51.188] (II) Loading sub module "ramdac"
[    51.188] (II) LoadModule: "ramdac"
[    51.188] (II) Module "ramdac" already built-in
[    51.188] (==) fglrx(0): NoDRI = NO
[    51.188] (==) fglrx(0): Capabilities: 0x00000000
[    51.188] (==) fglrx(0): CapabilitiesEx: 0x00000000
[    51.188] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[    51.188] (==) fglrx(0): UseFastTLS=0
[    51.188] (--) Depth 24 pixmap format is 32 bpp
[    51.190] (II) Loading extension ATIFGLRXDRI
[    51.190] (II) fglrx(0): doing swlDriScreenInit
[    51.190] (II) fglrx(0): swlDriScreenInit for fglrx driver
[    51.190] ukiDynamicMajor: found major device number 249
[    51.190] ukiDynamicMajor: found major device number 249
[    51.190] ukiDynamicMajor: found major device number 249
[    51.190] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    51.190] ukiOpenDevice: node name is /dev/ati/card0
[    51.190] ukiOpenDevice: open result is 16, (OK)
[    51.190] ukiOpenByBusid: ukiOpenMinor returns 16
[    51.190] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    51.191] (II) fglrx(0): [uki] DRM interface version 1.0
[    51.191] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[    51.191] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[    51.191] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7fcd519ef000
[    51.191] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[    51.191] (II) fglrx(0): [uki] added 1 reserved context for kernel
[    51.191] (II) fglrx(0): swlDriScreenInit done
[    51.191] (II) fglrx(0): Kernel Module Version Information:
[    51.191] (II) fglrx(0):     Name: fglrx
[    51.191] (II) fglrx(0):     Version: 8.98.2
[    51.191] (II) fglrx(0):     Date: Jul 27 2012
[    51.191] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module
[    51.191] (II) fglrx(0): Kernel Module version matches driver.
[    51.191] (II) fglrx(0): Kernel Module Build Time Information:
[    51.191] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.5.3-1-ARCH
[    51.191] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[    51.191] (II) fglrx(0):     Build-Kernel __SMP__:            no
[    51.191] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[    51.191] (II) fglrx(0): [uki] register handle = 0x00004000
[    51.231] (II) fglrx(0): DRI initialization successfull
[    51.246] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000
[    51.254] (==) fglrx(0): Backing store disabled
[    51.254] (II) Loading extension FGLRXEXTENSION
[    51.254] (**) fglrx(0): DPMS enabled
[    51.254] (II) fglrx(0): Initialized in-driver Xinerama extension
[    51.254] (**) fglrx(0): Textured Video is enabled.
[    51.254] (II) LoadModule: "glesx"
[    51.266] (II) Loading /usr/lib/xorg/modules/glesx.so
[    51.422] (II) Module glesx: vendor="X.Org Foundation"
[    51.422] 	compiled for 1.4.99.906, module version = 1.0.0
[    51.422] (II) Loading extension GLESX
[    51.422] (II) fglrx(0): GLESX enableFlags = 592
[    51.428] (II) fglrx(0): GLESX is enabled
[    51.428] (II) LoadModule: "amdxmm"
[    51.428] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[    51.446] (II) Module amdxmm: vendor="X.Org Foundation"
[    51.446] 	compiled for 1.4.99.906, module version = 2.0.0
[    51.455] (II) Loading extension AMDXVOPL
[    51.455] (II) Loading extension AMDXVBA
[    51.472] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): 
[    51.477] (II) fglrx(0): Enable composite support successfully
[    51.477] (WW) fglrx(0): Option "VendorName" is not used
[    51.477] (WW) fglrx(0): Option "ModelName" is not used
[    51.477] (II) fglrx(0): X context handle = 0x1
[    51.477] (II) fglrx(0): [DRI] installation complete
[    51.478] (==) fglrx(0): Silken mouse enabled
[    51.478] (==) fglrx(0): Using HW cursor of display infrastructure!
[    51.478] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[    51.478] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
[    51.478] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[    51.961] (--) RandR disabled
[    51.961] (II) Initializing built-in extension Generic Event Extension
[    51.961] (II) Initializing built-in extension SHAPE
[    51.961] (II) Initializing built-in extension MIT-SHM
[    51.961] (II) Initializing built-in extension XInputExtension
[    51.961] (II) Initializing built-in extension XTEST
[    51.961] (II) Initializing built-in extension BIG-REQUESTS
[    51.961] (II) Initializing built-in extension SYNC
[    51.961] (II) Initializing built-in extension XKEYBOARD
[    51.961] (II) Initializing built-in extension XC-MISC
[    51.961] (II) Initializing built-in extension SECURITY
[    51.961] (II) Initializing built-in extension XINERAMA
[    51.961] (II) Initializing built-in extension XFIXES
[    51.961] (II) Initializing built-in extension RENDER
[    51.961] (II) Initializing built-in extension RANDR
[    51.961] (II) Initializing built-in extension COMPOSITE
[    51.961] (II) Initializing built-in extension DAMAGE
[    51.963] ukiDynamicMajor: found major device number 249
[    51.963] ukiDynamicMajor: found major device number 249
[    51.963] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[    51.963] ukiOpenDevice: node name is /dev/ati/card0
[    51.963] ukiOpenDevice: open result is 17, (OK)
[    51.963] ukiOpenByBusid: ukiOpenMinor returns 17
[    51.963] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[    53.222] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[    53.337] (II) fglrx(0): Enable the clock gating!
[    53.337] (II) fglrx(0): Setting screen physical size to 423 x 238
[    53.904] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    53.904] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    53.904] (II) LoadModule: "evdev"
[    53.904] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    53.925] (II) Module evdev: vendor="X.Org Foundation"
[    53.925] 	compiled for 1.10.99.902, module version = 2.6.0
[    53.925] 	Module class: X.Org XInput Driver
[    53.925] 	ABI class: X.Org XInput driver, version 13.0
[    53.925] (II) Using input driver 'evdev' for 'Power Button'
[    53.925] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    53.925] (**) Power Button: always reports core events
[    53.925] (**) Power Button: Device: "/dev/input/event5"
[    53.925] (--) Power Button: Found keys
[    53.925] (II) Power Button: Configuring as keyboard
[    53.925] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[    53.925] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    53.925] (**) Option "xkb_rules" "evdev"
[    53.926] (**) Option "xkb_model" "evdev"
[    53.926] (**) Option "xkb_layout" "fr"
[    53.926] (**) Option "xkb_variant" "latin9"
[    53.999] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    53.999] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    53.999] (II) Using input driver 'evdev' for 'Video Bus'
[    53.999] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    53.999] (**) Video Bus: always reports core events
[    53.999] (**) Video Bus: Device: "/dev/input/event6"
[    53.999] (--) Video Bus: Found keys
[    53.999] (II) Video Bus: Configuring as keyboard
[    53.999] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6/event6"
[    53.999] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    53.999] (**) Option "xkb_rules" "evdev"
[    53.999] (**) Option "xkb_model" "evdev"
[    53.999] (**) Option "xkb_layout" "fr"
[    53.999] (**) Option "xkb_variant" "latin9"
[    54.000] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    54.000] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    54.000] (II) Using input driver 'evdev' for 'Power Button'
[    54.000] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    54.000] (**) Power Button: always reports core events
[    54.000] (**) Power Button: Device: "/dev/input/event4"
[    54.000] (--) Power Button: Found keys
[    54.000] (II) Power Button: Configuring as keyboard
[    54.000] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
[    54.000] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    54.000] (**) Option "xkb_rules" "evdev"
[    54.000] (**) Option "xkb_model" "evdev"
[    54.000] (**) Option "xkb_layout" "fr"
[    54.000] (**) Option "xkb_variant" "latin9"
[    54.001] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    54.001] (II) No input driver specified, ignoring this device.
[    54.001] (II) This device may have been added with another device file.
[    54.002] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
[    54.002] (II) No input driver specified, ignoring this device.
[    54.002] (II) This device may have been added with another device file.
[    54.002] (II) config/udev: Adding input device CNF9055 (/dev/input/event13)
[    54.002] (**) CNF9055: Applying InputClass "evdev keyboard catchall"
[    54.002] (II) Using input driver 'evdev' for 'CNF9055'
[    54.002] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    54.002] (**) CNF9055: always reports core events
[    54.002] (**) CNF9055: Device: "/dev/input/event13"
[    54.002] (--) CNF9055: Found keys
[    54.002] (II) CNF9055: Configuring as keyboard
[    54.002] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13/event13"
[    54.002] (II) XINPUT: Adding extended input device "CNF9055" (type: KEYBOARD, id 9)
[    54.002] (**) Option "xkb_rules" "evdev"
[    54.002] (**) Option "xkb_model" "evdev"
[    54.002] (**) Option "xkb_layout" "fr"
[    54.002] (**) Option "xkb_variant" "latin9"
[    54.003] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    54.003] (II) No input driver specified, ignoring this device.
[    54.003] (II) This device may have been added with another device file.
[    54.004] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[    54.004] (II) No input driver specified, ignoring this device.
[    54.004] (II) This device may have been added with another device file.
[    54.004] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[    54.004] (II) No input driver specified, ignoring this device.
[    54.004] (II) This device may have been added with another device file.
[    54.005] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
[    54.005] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[    54.005] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[    54.005] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    54.005] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[    54.005] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
[    54.005] (--) Logitech USB-PS/2 Optical Mouse: Found 10 mouse buttons
[    54.005] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[    54.005] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[    54.005] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[    54.005] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[    54.005] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[    54.005] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[    54.005] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    54.005] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input1/event1"
[    54.005] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 10)
[    54.006] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[    54.006] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[    54.006] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[    54.006] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[    54.006] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[    54.006] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[    54.006] (II) No input driver specified, ignoring this device.
[    54.006] (II) This device may have been added with another device file.
[    54.007] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    54.007] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    54.007] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    54.007] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    54.007] (**) AT Translated Set 2 keyboard: always reports core events
[    54.007] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    54.007] (--) AT Translated Set 2 keyboard: Found keys
[    54.007] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    54.007] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    54.007] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    54.007] (**) Option "xkb_rules" "evdev"
[    54.007] (**) Option "xkb_model" "evdev"
[    54.007] (**) Option "xkb_layout" "fr"
[    54.007] (**) Option "xkb_variant" "latin9"
[    54.007] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[    54.007] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    54.007] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    54.007] (II) LoadModule: "synaptics"
[    54.007] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    54.036] (II) Module synaptics: vendor="X.Org Foundation"
[    54.036] 	compiled for 1.12.1, module version = 1.5.99
[    54.036] 	Module class: X.Org XInput Driver
[    54.036] 	ABI class: X.Org XInput driver, version 16.0
[    54.036] (EE) module ABI major version (16) doesn't match the server's version (13)
[    54.036] (II) UnloadModule: "synaptics"
[    54.036] (II) Unloading synaptics
[    54.036] (EE) Failed to load module "synaptics" (module requirement mismatch, 0)
[    54.036] (EE) No input driver matching `synaptics'
[    54.037] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    54.037] (II) No input driver specified, ignoring this device.
[    54.037] (II) This device may have been added with another device file.
[    54.037] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    54.037] (II) No input driver specified, ignoring this device.
[    54.037] (II) This device may have been added with another device file.
[    54.038] (II) config/udev: Adding input device Toshiba input device (/dev/input/event10)
[    54.038] (**) Toshiba input device: Applying InputClass "evdev keyboard catchall"
[    54.038] (II) Using input driver 'evdev' for 'Toshiba input device'
[    54.038] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    54.038] (**) Toshiba input device: always reports core events
[    54.038] (**) Toshiba input device: Device: "/dev/input/event10"
[    54.038] (--) Toshiba input device: Found keys
[    54.038] (II) Toshiba input device: Configuring as keyboard
[    54.039] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event10"
[    54.039] (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD, id 12)
[    54.039] (**) Option "xkb_rules" "evdev"
[    54.039] (**) Option "xkb_model" "evdev"
[    54.039] (**) Option "xkb_layout" "fr"
[    54.039] (**) Option "xkb_variant" "latin9"
[    54.046] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[    57.535] (II) Power Button: Close
[    57.535] (II) UnloadModule: "evdev"
[    57.535] (II) Unloading evdev
[    57.535] (II) Video Bus: Close
[    57.535] (II) UnloadModule: "evdev"
[    57.535] (II) Unloading evdev
[    57.535] (II) Power Button: Close
[    57.535] (II) UnloadModule: "evdev"
[    57.535] (II) Unloading evdev
[    57.536] (II) CNF9055: Close
[    57.536] (II) UnloadModule: "evdev"
[    57.536] (II) Unloading evdev
[    57.536] (II) Logitech USB-PS/2 Optical Mouse: Close
[    57.536] (II) UnloadModule: "evdev"
[    57.536] (II) Unloading evdev
[    57.556] (II) AT Translated Set 2 keyboard: Close
[    57.556] (II) UnloadModule: "evdev"
[    57.557] (II) Unloading evdev
[    57.557] (II) Toshiba input device: Close
[    57.557] (II) UnloadModule: "evdev"
[    57.557] (II) Unloading evdev
[    57.558] (II) fglrx(0): Shutdown CMMQS
[    57.558] (II) fglrx(0): [uki] removed 1 reserved context for kernel
[    57.558] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x2000 at 0x7fcd519ef000
[    57.595] (II) fglrx(0): Interrupt handler Shutdown.
[    58.139] Server terminated successfully (0). Closing log file.
Si quelqu'un à une idée.

ps : j'ai pour le moment rien supprimé dans mon fichier rc.conf, j'ai créé les fichiers comme dans le wiki :
/etc/hostname
/etc/vconsole.conf
/etc/locale.conf

Par contre j'ai peut être fait une bourde en créant un fichier "/etc/modules.load.d/fuse.conf" comme içi http://forums.archlinux.fr/topic11679.html

J'ai également loader les services cronie/cups/NetworkManager/ntpd/syslog-ng avec la commande "systemctl enable".

Merci pour votre aide
David
ASUS GS72
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [full systemd] problème au démarrage GDM ou startx

Message par tuxce »

J'ai plus l'impression que le message est une coincidence, le log d'X montre plutôt un démarrage normal mais rien à exécuter, donc il s'arrête. Testes (j'imagine que t'as gnome vu que tu parles de gdm) :

Code : Tout sélectionner

startx /usr/bin/gnome-session
Pourquoi il y a les nofail dans ton fstab?
Si le / ou le /home ne se montent pas, je vois pas trop ce que tu veux faire avec ta machine ... (et le /var empêchera gnome de se lancer s'il est pas monté)
Le module fuse n'a pas besoin d'être monté en avance, il le sera lors du montage de la partition avec ntfs-3g

Si le startx ne fonctionne pas, donne sa sortie + la sortie de :

Code : Tout sélectionner

systemctl status proc-sys-fs-binfmt_misc.automount
dav999
archer
Messages : 117
Inscription : sam. 10 mars 2012, 00:03
Localisation : Haut Rhin

Re: [full systemd] problème au démarrage GDM ou startx

Message par dav999 »

Ok donc oui gnome se lance comme gdm d'ailleurs, mais j'ai le même soucis sous les 2, c'est à dire que l'interface est figée autant avec la souris qu'avec le clavier un ALT TAB ne me sélectionne rien du tout par exemple.
De même si je branche/débranche mon cable reliant internet j'ai pas de changement sur l'icone de la barre des taches de gnome...

Voiçi les sorties :
pour startx :

Code : Tout sélectionner

GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8OqPFb
GPG_AGENT_INFO=/run/user/1000/keyring-8OqPFb/gpg:0:1
GNOME_KEYRING_PID=627
GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8OqPFb
GPG_AGENT_INFO=/run/user/1000/keyring-8OqPFb/gpg:0:1
GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8OqPFb
GPG_AGENT_INFO=/run/user/1000/keyring-8OqPFb/gpg:0:1
SSH_AUTH_SOCK=/run/user/1000/keyring-8OqPFb/ssh
Failed to connect to the VirtualBox kernel service
Failed to connect to the VirtualBox kernel service
Failed to connect to the VirtualBox kernel service
Failed to connect to the VirtualBox kernel service
Failed to connect to the VirtualBox kernel service
Initializing tracker-store...
Initializing nautilus-open-terminal extension
Starting log:
  File:'/home/david/.local/share/tracker/tracker-store.log'
Starting log:
  File:'/home/david/.local/share/tracker/tracker-miner-fs.log'



Received signal:15->'Complété'Received signal:1->'Fin de la connexion (raccroché)'

Received signal:15->'Complété'
Received signal:1->'Fin de la connexion (raccroché)'
g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
En complément la capture d'écran dans tous les TTY lorsque je lance GDM ou gnome, après j'ai aussi E17 je vais tenter de le lancer pour voir si ca ne touche que gnome : http://hpics.li/4397cec

Voiçi le retour pour la commande systemstl :

Code : Tout sélectionner

proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point
	  Loaded: loaded (/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount; static)
	  Active: active (waiting) since Sun, 30 Sep 2012 23:01:28 +0200; 2min 12s ago
	   Where: /proc/sys/fs/binfmt_misc
	    Docs: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
**********EDIT*********
Avec E17 ca fonctionne,ca démarre bien j'ai à priori pas de soucis, sous cet OS.

J'ai testé avec les menus, thunderbird et firefox c'est ok, mais avec virtualbox, ca m'a planté le bouzin, tout figé, et même message d'erreur dans les TTY...
J'ai bien vu qu'il me manquait des services à lancer par rapport à mon rc.conf (vboxdrv, alsa, fglrx et sensors) cpufreqd me fais une erreur, mais je pensais pas qu'il aurait pu me planter la bécane comme ca si c'est la cause du problème (VBox) :?
***********************


Merci
David
ASUS GS72
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [full systemd] problème au démarrage GDM ou startx

Message par tuxce »

Enlève les "nofail" de ton fstab.
dav999
archer
Messages : 117
Inscription : sam. 10 mars 2012, 00:03
Localisation : Haut Rhin

Re: [full systemd] problème au démarrage GDM ou startx

Message par dav999 »

je l'avais déjà fais lors des tests du message précédent
ASUS GS72
dav999
archer
Messages : 117
Inscription : sam. 10 mars 2012, 00:03
Localisation : Haut Rhin

Re: [full systemd] problème au démarrage GDM ou startx

Message par dav999 »

Je rajoute du grain à moudre, E17 fonctionne que partiellement, les opérations de base fonctionnent, mais Vbox me plante la session, et lorsque je veux quitter je reste bloqué sur la vue des TTY correspondant à la photo du message précédent...

Merci
ASUS GS72
Répondre