Page 1 sur 3

[Résolu][Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 18:59
par Breizil29
Bonjour à tous,

Tous fonctionne parfaitement Arch et Lightdm.
Sauf que je suis obligé de le lancer manuellement.
Quand je démarre si je ne fais rien j'arrive sur

Code : Tout sélectionner

[ok] Started Accounts Service
avec un curseur clignotant, j'appel le tty1 et là le reste s'affiche

Code : Tout sélectionner

[ok] Started Hostname Service
ensuite tty2 et

Code : Tout sélectionner

systemctl start lightdm.service
et tout rentre dans l'ordre.
Je soupçonne un pb graphique mais ce n'est que des soupçons et je ne sais pas comment le résoudre si c'est bien ça

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 19:58
par benjarobin
Bonjour,
Peux tu donner depuis le tty2 (avant donc de faire un start de lightdm.service), la sortie de

Code : Tout sélectionner

systemctl status lightdm.service
Note, tu peux rediriger la sortie vers un fichier, que tu pourras récupérer une fois l'interface graphique lancée

Et depuis l'interface graphique, la sortie de :

Code : Tout sélectionner

find /etc/systemd/system/
systemctl list-unit-files --state=enabled
systemctl list-units --state=running

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 21:16
par Breizil29

Code : Tout sélectionner

 lightdm.service - Light Display Manager
     Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Thu 2022-06-30 21:47:27 CEST; 22min ago
   Duration: 22ms
       Docs: man:lightdm(1)
    Process: 623 ExecStart=/usr/bin/lightdm (code=exited, status=1/FAILURE)
   Main PID: 623 (code=exited, status=1/FAILURE)
        CPU: 37ms

Jun 30 21:47:27 EndeaX systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Jun 30 21:47:27 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 21:47:27 EndeaX systemd[1]: lightdm.service: Start request repeated too quickly.
Jun 30 21:47:27 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jun 30 21:47:27 EndeaX systemd[1]: Failed to start Light Display Manager.

Code : Tout sélectionner

 gg  ~  find /etc/systemd/system/
/etc/systemd/system/
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/firewalld.service
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/timers.target.wants
/etc/systemd/system/timers.target.wants/fstrim.timer
/etc/systemd/system/timers.target.wants/pamac-cleancache.timer
/etc/systemd/system/network-online.target.wants
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service
/etc/systemd/system/sockets.target.wants
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/graphical.target.wants
/etc/systemd/system/graphical.target.wants/power-profiles-daemon.service
/etc/systemd/system/display-manager.service
/etc/systemd/system/dbus-org.freedesktop.Avahi.service
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service

Code : Tout sélectionner

 gg  ~  systemctl list-unit-files --state=enabled
UNIT FILE                          STATE   VENDOR PRESET
avahi-daemon.service               enabled disabled     
firewalld.service                  enabled disabled     
getty@.service                     enabled enabled      
lightdm.service                    enabled disabled     
NetworkManager-dispatcher.service  enabled disabled     
NetworkManager-wait-online.service enabled disabled     
NetworkManager.service             enabled disabled     
power-profiles-daemon.service      enabled disabled     
systemd-timesyncd.service          enabled enabled      
avahi-daemon.socket                enabled disabled     
remote-fs.target                   enabled enabled      
fstrim.timer                       enabled disabled     
pamac-cleancache.timer             enabled disabled     

13 unit files listed.

Code : Tout sélectionner

 gg  ~  systemctl list-units --state=running      
  UNIT                            LOAD   ACTIVE SUB     DESCRIPTION            >
  init.scope                      loaded active running System and Service Mana>
  session-1.scope                 loaded active running Session 1 of User gg   >
  accounts-daemon.service         loaded active running Accounts Service
  avahi-daemon.service            loaded active running Avahi mDNS/DNS-SD Stack
  dbus.service                    loaded active running D-Bus System Message Bus
  firewalld.service               loaded active running firewalld - dynamic fir>
  getty@tty2.service              loaded active running Getty on tty2
  NetworkManager.service          loaded active running Network Manager
  pamac-daemon.service            loaded active running Pamac Daemon
  polkit.service                  loaded active running Authorization Manager
  power-profiles-daemon.service   loaded active running Power Profiles daemon
  rtkit-daemon.service            loaded active running RealtimeKit Scheduling >
  systemd-journald.service        loaded active running Journal Service
  systemd-logind.service          loaded active running User Login Management
  systemd-timesyncd.service       loaded active running Network Time Synchroniz>
  systemd-udevd.service           loaded active running Rule-based Manager for >
  udisks2.service                 loaded active running Disk Manager
  upower.service                  loaded active running Daemon for power manage>
  user@1000.service               loaded active running User Manager for UID 10>
  avahi-daemon.socket             loaded active running Avahi mDNS/DNS-SD Stack>
  dbus.socket                     loaded active running D-Bus System Message Bu>
  systemd-journald-audit.socket   loaded active running Journal Audit Socket
  systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/lo>
  systemd-journald.socket         loaded active running Journal Socket
  systemd-udevd-control.socket    loaded active running udev Control Socket
  systemd-udevd-kernel.socket     loaded active running udev Kernel Socket

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.
26 loaded units listed.
lines 10-32/32 (END)
 

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 22:11
par benjarobin

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 22:15
par Breizil29
Merci mais j'avais trouvé j'ai effacé trop tard
Tu veux pas effacer c'est trop facile - je rigole

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 22:16
par benjarobin
Le service est bien activé et crash au démarrage. Peux tu donner la sortie (tu peux le faire depuis une session graphique, tu devrais toujours rediriger les sorties depuis un fichier, copier depuis un terminal c'est "mal") de en root :

Code : Tout sélectionner

journalctl -b -u lightdm.service
Ainsi que le log de Xorg (à copier depuis le tty, au démarrage, avant de lancer ta session graphique) : /var/log/Xorg.0.log

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 22:19
par Breizil29

Code : Tout sélectionner

 gg  ~  journalctl -b -u lightdm.service
Jun 30 21:47:25 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 21:47:25 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 21:47:25 EndeaX systemd[1]: lightdm.service: Main process exited, code=e>
Jun 30 21:47:25 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-co>
Jun 30 21:47:25 EndeaX systemd[1]: lightdm.service: Scheduled restart job, rest>
Jun 30 21:47:25 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 21:47:25 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 21:47:25 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 21:47:25 EndeaX systemd[1]: lightdm.service: Main process exited, code=e>
Jun 30 21:47:25 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-co>
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Scheduled restart job, rest>
Jun 30 21:47:26 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 21:47:26 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 21:47:26 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Main process exited, code=e>
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-co>
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Scheduled restart job, rest>
Jun 30 21:47:26 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 21:47:26 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 21:47:26 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Main process exited, code=e>
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-co>
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Scheduled restart job, rest>
Jun 30 21:47:26 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 21:47:26 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 21:47:26 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Main process exited, code=e>
Jun 30 21:47:26 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-co>
Jun 30 21:47:27 EndeaX systemd[1]: lightdm.service: Scheduled restart job, rest>
Jun 30 21:47:27 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 21:47:27 EndeaX systemd[1]: lightdm.service: Start request repeated too >
Jun 30 21:47:27 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-co>
Jun 30 21:47:27 EndeaX systemd[1]: Failed to start Light Display Manager.
lines 11-33/33 (END)
 

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 22:21
par benjarobin
Voir mon message précédent que j'avais édité. J'avais deviné que tu allais faire une copier-coller depuis le terminal...

Re: [Lightdm] Ne se lance pas automatiquement

Publié : jeu. 30 juin 2022, 22:58
par Breizil29
/var/log/Xorg.0.log

Code : Tout sélectionner

[     7.311] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     7.311] Current Operating System: Linux EndeaX 5.18.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 25 Jun 2022 20:22:01 +0000 x86_64
[     7.311] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c09b1a9a-ade8-4949-b99a-8e7b140c27ab rw loglevel=3 nowatchdog nvme_load=YES
[     7.311]  
[     7.311] Current version of pixman: 0.40.0
[     7.311] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     7.311] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     7.311] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 30 22:36:01 2022
[     7.311] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     7.311] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     7.312] (==) No Layout section.  Using the first Screen section.
[     7.312] (==) No screen section available. Using defaults.
[     7.312] (**) |-->Screen "Default Screen Section" (0)
[     7.312] (**) |   |-->Monitor "<default monitor>"
[     7.312] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     7.312] (==) Automatically adding devices
[     7.312] (==) Automatically enabling devices
[     7.312] (==) Automatically adding GPU devices
[     7.312] (==) Automatically binding GPU devices
[     7.312] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     7.312] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     7.312] 	Entry deleted from font path.
[     7.312] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     7.312] 	Entry deleted from font path.
[     7.312] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     7.312] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     7.312] 	Entry deleted from font path.
[     7.312] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     7.312] 	Entry deleted from font path.
[     7.312] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     7.312] 	Entry deleted from font path.
[     7.312] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     7.312] 	Entry deleted from font path.
[     7.312] (==) FontPath set to:
	
[     7.312] (==) ModulePath set to "/usr/lib/xorg/modules"
[     7.312] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     7.312] (II) Module ABI versions:
[     7.312] 	X.Org ANSI C Emulation: 0.4
[     7.312] 	X.Org Video Driver: 25.2
[     7.312] 	X.Org XInput driver : 24.4
[     7.312] 	X.Org Server Extension : 10.0
[     7.313] (++) using VT number 7

[     7.313] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     7.315] (--) PCI:*(1@0:0:0) 10de:1fb1:10de:1488 rev 161, Mem @ 0x82000000/16777216, 0x4000000000/268435456, 0x4010000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[     7.316] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     7.316] (II) LoadModule: "glx"
[     7.316] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     7.317] (II) Module glx: vendor="X.Org Foundation"
[     7.317] 	compiled for 1.21.1.3, module version = 1.0.0
[     7.317] 	ABI class: X.Org Server Extension, version 10.0
[     7.317] (==) Matched nouveau as autoconfigured driver 0
[     7.317] (==) Matched nv as autoconfigured driver 1
[     7.317] (==) Matched modesetting as autoconfigured driver 2
[     7.317] (==) Matched fbdev as autoconfigured driver 3
[     7.317] (==) Matched vesa as autoconfigured driver 4
[     7.317] (==) Assigned the driver to the xf86ConfigLayout
[     7.317] (II) LoadModule: "nouveau"
[     7.317] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     7.317] (II) Module nouveau: vendor="X.Org Foundation"
[     7.317] 	compiled for 1.21.1.1, module version = 1.0.17
[     7.317] 	Module class: X.Org Video Driver
[     7.317] 	ABI class: X.Org Video Driver, version 25.2
[     7.317] (II) LoadModule: "nv"
[     7.317] (WW) Warning, couldn't open module nv
[     7.317] (EE) Failed to load module "nv" (module does not exist, 0)
[     7.317] (II) LoadModule: "modesetting"
[     7.317] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     7.318] (II) Module modesetting: vendor="X.Org Foundation"
[     7.318] 	compiled for 1.21.1.3, module version = 1.21.1
[     7.318] 	Module class: X.Org Video Driver
[     7.318] 	ABI class: X.Org Video Driver, version 25.2
[     7.318] (II) LoadModule: "fbdev"
[     7.318] (WW) Warning, couldn't open module fbdev
[     7.318] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     7.318] (II) LoadModule: "vesa"
[     7.318] (WW) Warning, couldn't open module vesa
[     7.318] (EE) Failed to load module "vesa" (module does not exist, 0)
[     7.318] (II) NOUVEAU driver 
[     7.318] (II) NOUVEAU driver for NVIDIA chipset families :
[     7.318] 	RIVA TNT            (NV04)
[     7.318] 	RIVA TNT2           (NV05)
[     7.318] 	GeForce 256         (NV10)
[     7.318] 	GeForce 2           (NV11, NV15)
[     7.318] 	GeForce 4MX         (NV17, NV18)
[     7.318] 	GeForce 3           (NV20)
[     7.318] 	GeForce 4Ti         (NV25, NV28)
[     7.318] 	GeForce FX          (NV3x)
[     7.318] 	GeForce 6           (NV4x)
[     7.318] 	GeForce 7           (G7x)
[     7.318] 	GeForce 8           (G8x)
[     7.318] 	GeForce 9           (G9x)
[     7.318] 	GeForce GTX 2xx/3xx (GT2xx)
[     7.318] 	GeForce GTX 4xx/5xx (GFxxx)
[     7.318] 	GeForce GTX 6xx/7xx (GKxxx)
[     7.318] 	GeForce GTX 9xx     (GMxxx)
[     7.318] 	GeForce GTX 10xx    (GPxxx)
[     7.318] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     7.319] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
[     7.319] (EE) open /dev/dri/card0: No such file or directory
[     7.319] (WW) Falling back to old probe method for modesetting
[     7.319] (EE) open /dev/dri/card0: No such file or directory
[     7.319] (EE) Screen 0 deleted because of no matching config section.
[     7.319] (II) UnloadModule: "modesetting"
[     7.319] (EE) Device(s) detected, but none match those in the config file.
[     7.319] (EE) 
Fatal server error:
[     7.319] (EE) no screens found(EE) 
[     7.319] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[     7.319] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     7.319] (EE) 
[     7.319] (EE) Server terminated with error (1). Closing log file.
journalctl -b -u lightdm.service en root

Code : Tout sélectionner

Jun 30 22:35:59 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 22:35:59 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 22:35:59 EndeaX systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jun 30 22:35:59 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jun 30 22:36:00 EndeaX systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Jun 30 22:36:00 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 22:36:00 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 22:36:00 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 22:36:00 EndeaX systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jun 30 22:36:00 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jun 30 22:36:00 EndeaX systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 2.
Jun 30 22:36:00 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 22:36:00 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 22:36:00 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 22:36:00 EndeaX systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jun 30 22:36:00 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 3.
Jun 30 22:36:01 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 22:36:01 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 22:36:01 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 4.
Jun 30 22:36:01 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 22:36:01 EndeaX systemd[1]: Starting Light Display Manager...
Jun 30 22:36:01 EndeaX systemd[1]: Started Light Display Manager.
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Jun 30 22:36:01 EndeaX systemd[1]: Stopped Light Display Manager.
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Start request repeated too quickly.
Jun 30 22:36:01 EndeaX systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jun 30 22:36:01 EndeaX systemd[1]: Failed to start Light Display Manager.
 

Re: [Lightdm] Ne se lance pas automatiquement

Publié : sam. 02 juil. 2022, 11:49
par Breizil29

Code : Tout sélectionner

● lightdm.service - Light Display Manager
     Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
     Active: active (running) since Sat 2022-07-02 11:40:44 CEST; 4min 48s ago
       Docs: man:lightdm(1)
   Main PID: 745 (lightdm)
      Tasks: 6 (limit: 38267)
     Memory: 99.3M
        CPU: 2.514s
     CGroup: /system.slice/lightdm.service
             ├─ 745 /usr/bin/lightdm
             ├─4682 /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
             └─4768 lightdm --session-child 12 19

Jul 02 11:40:44 EndeaX systemd[1]: Starting Light Display Manager...
Jul 02 11:40:44 EndeaX systemd[1]: Started Light Display Manager.
Jul 02 11:40:47 EndeaX lightdm[796]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Jul 02 11:40:47 EndeaX lightdm[842]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 02 11:40:56 EndeaX lightdm[842]: pam_unix(lightdm:session): session opened for user gg(uid=1000) by (uid=0)
Jul 02 11:40:56 EndeaX lightdm[842]: pam_env(lightdm:session): deprecated reading of user environment enabled
Jul 02 11:41:22 EndeaX lightdm[4722]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Jul 02 11:41:22 EndeaX lightdm[4768]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
 

Re: [Lightdm] Ne se lance pas automatiquement

Publié : sam. 02 juil. 2022, 12:45
par benjarobin
Confirmes tu que tu as bien un pc avec une NVIDIA quadro T600 ?
Si oui, alors tu dois installer les drivers nvidia propriétaire, et mettre les bons modules dans l'initramfs via la configuration de mkinitcpio.
Voir le wiki anglophone à propos de cela

Re: [Lightdm] Ne se lance pas automatiquement

Publié : sam. 02 juil. 2022, 13:18
par Breizil29
Une tour avec i7-12700KF +T600

Bon j'ai tous cassé donc réinstall

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 11:24
par Breizil29
Famille NVC0 (Fermi)
Toutes sortes de divertissements. En termes de fonctionnalités, ce n'est pas trop différent, mais l'architecture a beaucoup changé.
Ces cartes fonctionnent généralement avec le dernier noyau et Mesa, mais peuvent toujours avoir des problèmes de gestion de l'alimentation. Il est recommandé d'utiliser le noyau Linux 3.1 ou plus récent (ou un pilote rétroporté de ce noyau).
Remarque : GeForce 405 n'appartient pas à cette famille.
Ma carte se trouve dans cette famille, il est dit que "Mesa" suffirait qui est installé, c'est quoi la suite ?

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 11:33
par benjarobin
Je ne sais pas où tu as trouvé cela (je veux bien le lien), mais sauf erreur ta carte date de 2021. Elle est très récente, et donc ne fait pas du tout partie de cette famille que tu cites

Ce que tu dois faire est décrit dans mon message précédent

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 11:50
par Breizil29

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 12:06
par benjarobin
Euh, ta carte est tellement récente quelle n'est pas listée dans ton lien.
Voir la page Wikipedia qui est bien plus complète : https://en.wikipedia.org/wiki/Quadro
Tu confonds le modèle GF108 (Quadro 600) famille Fermi de fin 2010 ; et la tienne : T600, famille Turing, de 2021
Bref, tu dois installer le driver nvidia propriétaire, et faire en sorte qu'il soit bien chargé depuis l'initramfs
En gros tu devras sûrement faire ceci :
- Supprimer nouveau : xf86-video-nouveau
- Installer le driver propriétaire : nvidia nvidia-utils lib32-nvidia-utils opencl-nvidia nvidia-settings
- https://wiki.archlinux.org/title/NVIDIA ... de_setting

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 13:22
par Breizil29
Merci pour les explications et le tuto,
C'est ce que je viens de faire avant de te lire sauf que je n'ai installé que le paquet nvidia et ça a foutu le bordel. Tout cassé

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 14:33
par Breizil29
Je n'arrive pas à telecharger

Code : Tout sélectionner

"lib32-nvidia-utils"

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 14:44
par FoolEcho
Breizil29 a écrit : dim. 03 juil. 2022, 14:33 Je n'arrive pas à telecharger

Code : Tout sélectionner

"lib32-nvidia-utils"
C'est-à-dire ?
As-tu activé le dépôt multilib dans /etc/pacman.conf ? ( https://wiki.archlinux.org/title/Offici ... g_multilib )

Re: [Lightdm] Ne se lance pas automatiquement

Publié : dim. 03 juil. 2022, 15:03
par Breizil29
oui à moitié comme ça :
#[multilib]
Include = /etc/pacman.d/mirrorlist
merci