Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/07/2023, à 18:30

Abneos

[Résolu] Impossible de lancer session X après mise à jour

Bonjour.

Je suis sur la machine du beau père. Il a eu une mise à niveau qui aurait planté, mais pas de  problème détecté à mon arrivée. Je finis les mises à jour, et là, plus de redémarrage de la session X en mode normal.
Le startx m'affiche un écran gris disant "oups, il y a eu un problème", puis je retourne en console.

J'ai essayés quelques trucs trouvés sur d'autres fils mais sans succès, alors je reviens vers vous...

Les deux fichiers suggérés par andso dans son post:

xorg.conf:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"              	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "CustomEDID"         	# <str>
        #Option     "DRI"                	# <str>
        #Option     "Present"            	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "HWRotation"         	# [<bool>]
        #Option     "VSync"              	# [<bool>]
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "VirtualHeads"       	# <i>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Xorg.0.log:

[   112.680] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[   112.680] Current Operating System: Linux christian-asus 5.15.0-76-generic #83-Ubuntu SMP Thu Jun 15 19:16:32 UTC 2023 x86_64
[   112.680] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-76-generic root=UUID=324bafb0-9412-42e1-8421-7eb7bef9d171 ro recovery nomodeset dis_ucode_ldr
[   112.681] xorg-server 2:21.1.4-2ubuntu1.7~22.04.1 (For technical support please see http://www.ubuntu.com/support) 
[   112.681] Current version of pixman: 0.40.0
[   112.681] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   112.681] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   112.685] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 12 18:34:22 2023
[   112.688] (==) Using config file: "/etc/X11/xorg.conf"
[   112.690] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   112.691] (==) ServerLayout "X.org Configured"
[   112.691] (**) |-->Screen "Screen0" (0)
[   112.691] (**) |   |-->Monitor "Monitor0"
[   112.692] (**) |   |-->Device "Card0"
[   112.692] (**) |-->Input Device "Mouse0"
[   112.692] (**) |-->Input Device "Keyboard0"
[   112.692] (==) Automatically adding devices
[   112.692] (==) Automatically enabling devices
[   112.692] (==) Automatically adding GPU devices
[   112.692] (==) Automatically binding GPU devices
[   112.692] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   112.693] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   112.693] 	Entry deleted from font path.
[   112.693] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   112.693] 	Entry deleted from font path.
[   112.693] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   112.693] 	Entry deleted from font path.
[   112.694] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   112.694] 	Entry deleted from font path.
[   112.694] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   112.694] 	Entry deleted from font path.
[   112.694] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   112.694] 	Entry deleted from font path.
[   112.694] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   112.694] 	Entry deleted from font path.
[   112.694] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   112.694] 	Entry deleted from font path.
[   112.694] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   112.694] 	Entry deleted from font path.
[   112.694] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   112.694] 	Entry deleted from font path.
[   112.694] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[   112.694] (**) ModulePath set to "/usr/lib/xorg/modules"
[   112.694] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   112.694] (WW) Disabling Mouse0
[   112.694] (WW) Disabling Keyboard0
[   112.694] (II) Loader magic: 0x5634c30aa020
[   112.694] (II) Module ABI versions:
[   112.694] 	X.Org ANSI C Emulation: 0.4
[   112.694] 	X.Org Video Driver: 25.2
[   112.694] 	X.Org XInput driver : 24.4
[   112.694] 	X.Org Server Extension : 10.0
[   112.695] (++) using VT number 1

[   112.697] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   112.701] (--) PCI:*(0@0:2:0) 8086:1906:1043:19d0 rev 7, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   112.702] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   112.702] (II) LoadModule: "glx"
[   112.703] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   112.706] (II) Module glx: vendor="X.Org Foundation"
[   112.706] 	compiled for 1.21.1.4, module version = 1.0.0
[   112.706] 	ABI class: X.Org Server Extension, version 10.0
[   112.706] (II) LoadModule: "intel"
[   112.706] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   112.709] (II) Module intel: vendor="X.Org Foundation"
[   112.709] 	compiled for 1.21.1.3, module version = 2.99.917
[   112.709] 	Module class: X.Org Video Driver
[   112.709] 	ABI class: X.Org Video Driver, version 25.2
[   112.709] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   112.710] (II) intel: Driver for Intel(R) HD Graphics
[   112.710] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   112.710] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   114.751] intel: waited 2020 ms for i915.ko driver to load
[   116.797] intel: waited 2020 ms for i915.ko driver to load
[   116.804] (EE) No devices detected.
[   116.804] (==) Matched modesetting as autoconfigured driver 0
[   116.805] (==) Matched fbdev as autoconfigured driver 1
[   116.805] (==) Matched vesa as autoconfigured driver 2
[   116.805] (==) Assigned the driver to the xf86ConfigLayout
[   116.805] (II) LoadModule: "modesetting"
[   116.805] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   116.810] (II) Module modesetting: vendor="X.Org Foundation"
[   116.810] 	compiled for 1.21.1.4, module version = 1.21.1
[   116.810] 	Module class: X.Org Video Driver
[   116.810] 	ABI class: X.Org Video Driver, version 25.2
[   116.810] (II) LoadModule: "fbdev"
[   116.810] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   116.811] (II) Module fbdev: vendor="X.Org Foundation"
[   116.812] 	compiled for 1.21.1.3, module version = 0.5.0
[   116.812] 	Module class: X.Org Video Driver
[   116.812] 	ABI class: X.Org Video Driver, version 25.2
[   116.812] (II) LoadModule: "vesa"
[   116.812] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   116.813] (II) Module vesa: vendor="X.Org Foundation"
[   116.813] 	compiled for 1.21.1.3, module version = 2.5.0
[   116.813] 	Module class: X.Org Video Driver
[   116.813] 	ABI class: X.Org Video Driver, version 25.2
[   116.813] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   116.814] (II) intel: Driver for Intel(R) HD Graphics
[   116.814] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   116.814] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   116.814] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   116.814] (II) FBDEV: driver for framebuffer: fbdev
[   116.814] (II) VESA: driver for VESA chipsets: vesa
[   116.815] (EE) open /dev/dri/card0: No such file or directory
[   116.815] (WW) Falling back to old probe method for modesetting
[   116.815] (EE) open /dev/dri/card0: No such file or directory
[   116.815] (II) Loading sub module "fbdevhw"
[   116.815] (II) LoadModule: "fbdevhw"
[   116.815] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   116.816] (II) Module fbdevhw: vendor="X.Org Foundation"
[   116.816] 	compiled for 1.21.1.4, module version = 0.0.2
[   116.816] 	ABI class: X.Org Video Driver, version 25.2
[   116.817] (EE) Unable to find a valid framebuffer device
[   116.817] (WW) Falling back to old probe method for fbdev
[   116.817] (II) Loading sub module "fbdevhw"
[   116.817] (II) LoadModule: "fbdevhw"
[   116.817] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   116.817] (II) Module fbdevhw: vendor="X.Org Foundation"
[   116.817] 	compiled for 1.21.1.4, module version = 0.0.2
[   116.817] 	ABI class: X.Org Video Driver, version 25.2
[   116.817] (II) FBDEV(2): using default device
[   116.817] vesa: Refusing to run on UEFI
[   116.817] (EE) Screen 0 deleted because of no matching config section.
[   116.818] (II) UnloadModule: "modesetting"
[   116.818] (EE) Screen 0 deleted because of no matching config section.
[   116.818] (II) UnloadModule: "fbdev"
[   116.818] (II) UnloadSubModule: "fbdevhw"
[   116.818] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[   116.818] (==) FBDEV(0): RGB weight 888
[   116.818] (==) FBDEV(0): Default visual is TrueColor
[   116.818] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[   116.818] (II) FBDEV(0): hardware: EFI VGA (video memory: 1876kB)
[   116.818] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[   116.818] (II) FBDEV(0): checking modes against framebuffer device...
[   116.818] (II) FBDEV(0): checking modes against monitor...
[   116.818] (II) FBDEV(0): Virtual size is 800x600 (pitch 800)
[   116.818] (**) FBDEV(0):  Built-in mode "current": 48.0 MHz, 46.9 kHz, 75.1 Hz
[   116.818] (II) FBDEV(0): Modeline "current"x0.0   48.00  800 832 928 1024  600 604 608 624 -hsync -vsync -csync (46.9 kHz b)
[   116.818] (==) FBDEV(0): DPI set to (96, 96)
[   116.818] (II) Loading sub module "fb"
[   116.818] (II) LoadModule: "fb"
[   116.818] (II) Module "fb" already built-in
[   116.818] (**) FBDEV(0): using shadow framebuffer
[   116.818] (II) Loading sub module "shadow"
[   116.818] (II) LoadModule: "shadow"
[   116.819] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   116.820] (II) Module shadow: vendor="X.Org Foundation"
[   116.820] 	compiled for 1.21.1.4, module version = 1.1.0
[   116.820] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   116.820] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[   116.824] (==) FBDEV(0): Backing store enabled
[   116.826] (==) FBDEV(0): DPMS enabled
[   116.826] (II) Initializing extension Generic Event Extension
[   116.827] (II) Initializing extension SHAPE
[   116.828] (II) Initializing extension MIT-SHM
[   116.828] (II) Initializing extension XInputExtension
[   116.830] (II) Initializing extension XTEST
[   116.830] (II) Initializing extension BIG-REQUESTS
[   116.831] (II) Initializing extension SYNC
[   116.831] (II) Initializing extension XKEYBOARD
[   116.832] (II) Initializing extension XC-MISC
[   116.832] (II) Initializing extension SECURITY
[   116.833] (II) Initializing extension XFIXES
[   116.833] (II) Initializing extension RENDER
[   116.834] (II) Initializing extension RANDR
[   116.835] (II) Initializing extension COMPOSITE
[   116.836] (II) Initializing extension DAMAGE
[   116.836] (II) Initializing extension MIT-SCREEN-SAVER
[   116.837] (II) Initializing extension DOUBLE-BUFFER
[   116.837] (II) Initializing extension RECORD
[   116.838] (II) Initializing extension DPMS
[   116.838] (II) Initializing extension Present
[   116.839] (II) Initializing extension DRI3
[   116.839] (II) Initializing extension X-Resource
[   116.840] (II) Initializing extension XVideo
[   116.840] (II) Initializing extension XVideo-MotionCompensation
[   116.840] (II) Initializing extension SELinux
[   116.840] (II) SELinux: Disabled on system
[   116.840] (II) Initializing extension GLX
[   116.841] (II) AIGLX: Screen 0 is not DRI2 capable
[   117.282] (II) IGLX: Loaded and initialized swrast
[   117.282] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   117.282] (II) Initializing extension XFree86-VidModeExtension
[   117.282] (II) Initializing extension XFree86-DGA
[   117.283] (II) Initializing extension XFree86-DRI
[   117.283] (II) Initializing extension DRI2
[   117.344] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   117.344] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   117.344] (II) LoadModule: "libinput"
[   117.344] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   117.348] (II) Module libinput: vendor="X.Org Foundation"
[   117.348] 	compiled for 1.20.14, module version = 1.2.1
[   117.348] 	Module class: X.Org XInput Driver
[   117.348] 	ABI class: X.Org XInput driver, version 24.1
[   117.348] (II) Using input driver 'libinput' for 'Power Button'
[   117.349] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[   117.349] (**) Power Button: always reports core events
[   117.349] (**) Option "Device" "/dev/input/event3"
[   117.354] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   117.354] (II) event3  - Power Button: device is a keyboard
[   117.354] (II) event3  - Power Button: device removed
[   117.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   117.355] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   117.355] (**) Option "xkb_model" "pc105"
[   117.355] (**) Option "xkb_layout" "fr"
[   117.355] (**) Option "xkb_variant" "latin9"
[   117.376] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   117.376] (II) event3  - Power Button: device is a keyboard
[   117.376] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event8)
[   117.376] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   117.376] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[   117.377] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 27 paused 0
[   117.377] (**) Asus Wireless Radio Control: always reports core events
[   117.377] (**) Option "Device" "/dev/input/event8"
[   117.378] (II) event8  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   117.378] (II) event8  - Asus Wireless Radio Control: device is a keyboard
[   117.379] (II) event8  - Asus Wireless Radio Control: device removed
[   117.379] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input17/event8"
[   117.379] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[   117.379] (**) Option "xkb_model" "pc105"
[   117.379] (**) Option "xkb_layout" "fr"
[   117.379] (**) Option "xkb_variant" "latin9"
[   117.380] (II) event8  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   117.380] (II) event8  - Asus Wireless Radio Control: device is a keyboard
[   117.380] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   117.380] (II) No input driver specified, ignoring this device.
[   117.380] (II) This device may have been added with another device file.
[   117.381] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   117.381] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   117.381] (II) Using input driver 'libinput' for 'Power Button'
[   117.382] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[   117.382] (**) Power Button: always reports core events
[   117.382] (**) Option "Device" "/dev/input/event2"
[   117.383] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   117.383] (II) event2  - Power Button: device is a keyboard
[   117.383] (II) event2  - Power Button: device removed
[   117.383] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   117.383] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   117.383] (**) Option "xkb_model" "pc105"
[   117.383] (**) Option "xkb_layout" "fr"
[   117.383] (**) Option "xkb_variant" "latin9"
[   117.384] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   117.384] (II) event2  - Power Button: device is a keyboard
[   117.385] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   117.385] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   117.385] (II) Using input driver 'libinput' for 'Sleep Button'
[   117.386] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[   117.386] (**) Sleep Button: always reports core events
[   117.386] (**) Option "Device" "/dev/input/event1"
[   117.387] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   117.387] (II) event1  - Sleep Button: device is a keyboard
[   117.387] (II) event1  - Sleep Button: device removed
[   117.387] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   117.387] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   117.387] (**) Option "xkb_model" "pc105"
[   117.387] (**) Option "xkb_layout" "fr"
[   117.387] (**) Option "xkb_variant" "latin9"
[   117.388] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   117.388] (II) event1  - Sleep Button: device is a keyboard
[   117.389] (II) config/udev: Adding input device Logitech M185 (/dev/input/event7)
[   117.389] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[   117.389] (**) Logitech M185: Applying InputClass "libinput keyboard catchall"
[   117.389] (II) Using input driver 'libinput' for 'Logitech M185'
[   117.390] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
[   117.390] (**) Logitech M185: always reports core events
[   117.390] (**) Option "Device" "/dev/input/event7"
[   117.392] (II) event7  - Logitech M185: is tagged by udev as: Keyboard Mouse
[   117.392] (II) event7  - Logitech M185: device set to 1000 DPI
[   117.392] (II) event7  - Logitech M185: device is a pointer
[   117.392] (II) event7  - Logitech M185: device is a keyboard
[   117.392] (II) event7  - Logitech M185: device removed
[   117.392] (II) libinput: Logitech M185: needs a virtual subdevice
[   117.392] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52F.0003/0003:046D:4008.0004/input/input16/event7"
[   117.392] (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 10)
[   117.393] (**) Option "AccelerationScheme" "none"
[   117.393] (**) Logitech M185: (accel) selected scheme none/0
[   117.393] (**) Logitech M185: (accel) acceleration factor: 2.000
[   117.393] (**) Logitech M185: (accel) acceleration threshold: 4
[   117.394] (II) event7  - Logitech M185: is tagged by udev as: Keyboard Mouse
[   117.394] (II) event7  - Logitech M185: device set to 1000 DPI
[   117.394] (II) event7  - Logitech M185: device is a pointer
[   117.394] (II) event7  - Logitech M185: device is a keyboard
[   117.395] (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse2)
[   117.395] (II) No input driver specified, ignoring this device.
[   117.395] (II) This device may have been added with another device file.
[   117.396] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event5)
[   117.396] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[   117.396] (II) Using input driver 'libinput' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[   117.397] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 31 paused 0
[   117.397] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[   117.397] (**) Option "Device" "/dev/input/event5"
[   117.399] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[   117.399] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[   117.399] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[   117.399] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input18/event5"
[   117.399] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 11)
[   117.399] (**) Option "xkb_model" "pc105"
[   117.399] (**) Option "xkb_layout" "fr"
[   117.399] (**) Option "xkb_variant" "latin9"
[   117.400] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[   117.400] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[   117.401] (II) config/udev: Adding input device ELAN1200:00 04F3:303E Mouse (/dev/input/event9)
[   117.401] (**) ELAN1200:00 04F3:303E Mouse: Applying InputClass "libinput pointer catchall"
[   117.401] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:303E Mouse'
[   117.402] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 32 paused 0
[   117.402] (**) ELAN1200:00 04F3:303E Mouse: always reports core events
[   117.402] (**) Option "Device" "/dev/input/event9"
[   117.404] (II) event9  - ELAN1200:00 04F3:303E Mouse: is tagged by udev as: Mouse Pointingstick
[   117.404] (II) event9  - ELAN1200:00 04F3:303E Mouse: device is a pointer
[   117.405] (II) event9  - ELAN1200:00 04F3:303E Mouse: device removed
[   117.405] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1200:00/0018:04F3:303E.0001/input/input20/event9"
[   117.405] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:303E Mouse" (type: MOUSE, id 12)
[   117.405] (**) Option "AccelerationScheme" "none"
[   117.405] (**) ELAN1200:00 04F3:303E Mouse: (accel) selected scheme none/0
[   117.405] (**) ELAN1200:00 04F3:303E Mouse: (accel) acceleration factor: 2.000
[   117.405] (**) ELAN1200:00 04F3:303E Mouse: (accel) acceleration threshold: 4
[   117.406] (II) event9  - ELAN1200:00 04F3:303E Mouse: is tagged by udev as: Mouse Pointingstick
[   117.406] (II) event9  - ELAN1200:00 04F3:303E Mouse: device is a pointer
[   117.408] (II) config/udev: Adding input device ELAN1200:00 04F3:303E Mouse (/dev/input/mouse0)
[   117.408] (II) No input driver specified, ignoring this device.
[   117.408] (II) This device may have been added with another device file.
[   117.408] (II) config/udev: Adding input device ELAN1200:00 04F3:303E Touchpad (/dev/input/event10)
[   117.408] (**) ELAN1200:00 04F3:303E Touchpad: Applying InputClass "libinput touchpad catchall"
[   117.408] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:303E Touchpad'
[   117.409] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 33 paused 0
[   117.409] (**) ELAN1200:00 04F3:303E Touchpad: always reports core events
[   117.409] (**) Option "Device" "/dev/input/event10"
[   117.411] (II) event10 - ELAN1200:00 04F3:303E Touchpad: is tagged by udev as: Touchpad
[   117.412] (II) event10 - ELAN1200:00 04F3:303E Touchpad: device is a touchpad
[   117.413] (II) event10 - ELAN1200:00 04F3:303E Touchpad: device removed
[   117.413] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1200:00/0018:04F3:303E.0001/input/input21/event10"
[   117.413] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:303E Touchpad" (type: TOUCHPAD, id 13)
[   117.414] (**) Option "AccelerationScheme" "none"
[   117.414] (**) ELAN1200:00 04F3:303E Touchpad: (accel) selected scheme none/0
[   117.414] (**) ELAN1200:00 04F3:303E Touchpad: (accel) acceleration factor: 2.000
[   117.414] (**) ELAN1200:00 04F3:303E Touchpad: (accel) acceleration threshold: 4
[   117.416] (II) event10 - ELAN1200:00 04F3:303E Touchpad: is tagged by udev as: Touchpad
[   117.417] (II) event10 - ELAN1200:00 04F3:303E Touchpad: device is a touchpad
[   117.418] (II) config/udev: Adding input device ELAN1200:00 04F3:303E Touchpad (/dev/input/mouse1)
[   117.418] (II) No input driver specified, ignoring this device.
[   117.418] (II) This device may have been added with another device file.
[   117.419] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[   117.419] (II) No input driver specified, ignoring this device.
[   117.419] (II) This device may have been added with another device file.
[   117.419] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   117.419] (II) No input driver specified, ignoring this device.
[   117.419] (II) This device may have been added with another device file.
[   117.419] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[   117.419] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   117.419] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   117.420] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[   117.420] (**) Asus WMI hotkeys: always reports core events
[   117.420] (**) Option "Device" "/dev/input/event6"
[   117.421] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   117.422] (II) event6  - Asus WMI hotkeys: device is a keyboard
[   117.422] (II) event6  - Asus WMI hotkeys: device removed
[   117.422] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input19/event6"
[   117.422] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[   117.422] (**) Option "xkb_model" "pc105"
[   117.422] (**) Option "xkb_layout" "fr"
[   117.422] (**) Option "xkb_variant" "latin9"
[   117.423] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   117.423] (II) event6  - Asus WMI hotkeys: device is a keyboard
[   117.424] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   117.424] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   117.424] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   117.425] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[   117.425] (**) AT Translated Set 2 keyboard: always reports core events
[   117.425] (**) Option "Device" "/dev/input/event4"
[   117.426] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   117.426] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   117.427] (II) event4  - AT Translated Set 2 keyboard: device removed
[   117.427] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   117.427] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[   117.427] (**) Option "xkb_model" "pc105"
[   117.427] (**) Option "xkb_layout" "fr"
[   117.427] (**) Option "xkb_variant" "latin9"
[   117.428] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   117.428] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   117.436] (**) Logitech M185: Applying InputClass "libinput pointer catchall"
[   117.436] (**) Logitech M185: Applying InputClass "libinput keyboard catchall"
[   117.436] (II) Using input driver 'libinput' for 'Logitech M185'
[   117.436] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[   117.436] (**) Logitech M185: always reports core events
[   117.436] (**) Option "Device" "/dev/input/event7"
[   117.436] (II) libinput: Logitech M185: is a virtual subdevice
[   117.436] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52F.0003/0003:046D:4008.0004/input/input16/event7"
[   117.436] (II) XINPUT: Adding extended input device "Logitech M185" (type: KEYBOARD, id 16)
[   117.436] (**) Option "xkb_model" "pc105"
[   117.436] (**) Option "xkb_layout" "fr"
[   117.436] (**) Option "xkb_variant" "latin9"
[   119.776] (**) Option "fd" "24"
[   119.776] (II) event3  - Power Button: device removed
[   119.776] (**) Option "fd" "27"
[   119.776] (II) event8  - Asus Wireless Radio Control: device removed
[   119.776] (**) Option "fd" "28"
[   119.776] (II) event2  - Power Button: device removed
[   119.777] (**) Option "fd" "29"
[   119.777] (II) event1  - Sleep Button: device removed
[   119.777] (**) Option "fd" "30"
[   119.777] (**) Option "fd" "31"
[   119.777] (II) event5  - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[   119.777] (**) Option "fd" "32"
[   119.777] (II) event9  - ELAN1200:00 04F3:303E Mouse: device removed
[   119.777] (**) Option "fd" "33"
[   119.777] (II) event10 - ELAN1200:00 04F3:303E Touchpad: device removed
[   119.777] (**) Option "fd" "34"
[   119.777] (II) event6  - Asus WMI hotkeys: device removed
[   119.777] (**) Option "fd" "35"
[   119.777] (II) event4  - AT Translated Set 2 keyboard: device removed
[   119.777] (**) Option "fd" "30"
[   119.777] (II) event7  - Logitech M185: device removed
[   119.778] (II) UnloadModule: "libinput"
[   119.778] (II) systemd-logind: not releasing fd for 13:71, still in use
[   119.778] (II) UnloadModule: "libinput"
[   119.778] (II) systemd-logind: releasing fd for 13:68
[   119.811] (II) UnloadModule: "libinput"
[   119.812] (II) systemd-logind: releasing fd for 13:70
[   119.855] (II) UnloadModule: "libinput"
[   119.856] (II) systemd-logind: releasing fd for 13:74
[   119.899] (II) UnloadModule: "libinput"
[   119.899] (II) systemd-logind: releasing fd for 13:73
[   119.951] (II) UnloadModule: "libinput"
[   119.952] (II) systemd-logind: releasing fd for 13:69
[   119.991] (II) UnloadModule: "libinput"
[   119.992] (II) systemd-logind: releasing fd for 13:71
[   120.007] (II) UnloadModule: "libinput"
[   120.008] (II) systemd-logind: releasing fd for 13:65
[   120.031] (II) UnloadModule: "libinput"
[   120.032] (II) systemd-logind: releasing fd for 13:66
[   120.055] (II) UnloadModule: "libinput"
[   120.056] (II) systemd-logind: releasing fd for 13:72
[   120.092] (II) UnloadModule: "libinput"
[   120.093] (II) systemd-logind: releasing fd for 13:67
[   120.128] (II) Server terminated successfully (0). Closing log file.

Merci du coup de pouce que vous pourrez me fournir!

Dernière modification par Abneos (Le 14/07/2023, à 09:27)

Hors ligne

#2 Le 13/07/2023, à 18:34

Abneos

Re : [Résolu] Impossible de lancer session X après mise à jour

J'ai oublié de préciser:
Toutes les mises à jour sont installées, et le retour n'indique pas de message d'erreur quand je lance startx...

Hors ligne

#3 Le 13/07/2023, à 18:36

iznobe

Re : [Résolu] Impossible de lancer session X après mise à jour

Bonjour , montre :

sudo apt update
sudo dpkg --configure -a
sudo apt install -f

quel est l' environnement du bureau ?

cat /etc/os*
ls -l /usr/share/*sessions/

Dernière modification par iznobe (Le 13/07/2023, à 18:36)


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#4 Le 13/07/2023, à 18:36

xubu1957

Re : [Résolu] Impossible de lancer session X après mise à jour

Bonjour,
                             
Fournis le noyau actif :

uname -a

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 13/07/2023, à 18:49

Abneos

Re : [Résolu] Impossible de lancer session X après mise à jour

Alors, je fais la discussion sur une autre machine, donc ça va prendre un peu de temps pour les messages exacts, mais en attendant:

apt update atteint ses cibles ( http://fr.archive.ubuntu.com/ubuntu jammy ...), et tous les paquets sont à jour.

dpkg -a ne retourne rien.

apt install -f me dit 0 / 0 / 0 / 0

Le bureau est sous gnome

le dernier ls ne trouve pas le dossier concerné (aucun fichier ou dossier de ce type)

noyau 5.15.0-76-generic

Je récupères les sorties exactes (copiées dans des fichiers) en rebootant sur live usb...

Dernière modification par Abneos (Le 13/07/2023, à 18:51)

Hors ligne

#6 Le 13/07/2023, à 18:59

Abneos

Re : [Résolu] Impossible de lancer session X après mise à jour

sudo apt update :

Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease
Atteint :3 http://security.ubuntu.com/ubuntu jammy-security InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease
Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
Tous les paquets sont à jour.

sudo apt install -f:

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

cat etc/os* retourne:

PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

uname -a :

Linux christian-asus 5.15.0-76-generic #83-Ubuntu SMP Thu Jun 15 19:16:32 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Dernière modification par Abneos (Le 13/07/2023, à 19:06)

Hors ligne

#7 Le 13/07/2023, à 19:26

iznobe

Re : [Résolu] Impossible de lancer session X après mise à jour

et pour :

ls -l /usr/share/*sessions/

ca dit quoi ?


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#8 Le 13/07/2023, à 19:30

Abneos

Re : [Résolu] Impossible de lancer session X après mise à jour

Il ne trouve pas de motif qui correspond...

EDIT: en fait, en enlevant le s, depuis le répertoire, c'est mieux... désolé

total 20
-rw-r--r-- 1 root root   751 mars  21  2022 hardware-compatibility
-rw-r--r-- 1 root root 13073 avril  7  2022 session-properties.ui

Dernière modification par Abneos (Le 13/07/2023, à 19:36)

Hors ligne

#9 Le 13/07/2023, à 19:38

iznobe

Re : [Résolu] Impossible de lancer session X après mise à jour

ha , oui alors c' est pas bon signe ...
essaie de reinstaller le metapackgae gnome :

sudo apt install ubuntu-gnome-desktop

ou

sudo apt install --reinstall ubuntu-gnome-desktop

si il dit qu ' il n' y a rien a faire et qu ' il est deja installé avec la 1ere commande .

Dernière modification par iznobe (Le 13/07/2023, à 19:38)


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#10 Le 13/07/2023, à 19:44

Abneos

Re : [Résolu] Impossible de lancer session X après mise à jour

102 paquets à installer, je te tiens au courant...

Merci!

Hors ligne

#11 Le 13/07/2023, à 19:49

Abneos

Re : [Résolu] Impossible de lancer session X après mise à jour

Ça a relancé la session graphique tout seul, donc ça fonctionne!
Et quand on reboot, plus de soucis.

Merci beaucoup, ça a l'air simple quand on sait!
Vous êtes au top!

Hors ligne