I'm running into many troubles after a fresh install of my Gentoo (a 15 years' old HDD that died, forcing me to re-install Gentoo from scratch. Fortunately, my /home and all my data were stored on 4 others HDD running RAID1
Everything went fine (after some struggle with UEFI stuff !
while trying to solve this littles issues and emerging some programs to restore my previous configuration (especially cudnn and nvidia cuda utils (because I'm running deep neural network python code these days : I mention it because it may be related, since it is nvidia stuff ?), I must have broken something, but I'm not able to identify what :
after a reboot, my X server no longer starts...although everything was fine just before.
I've disabled the display-manager during init process (initially launching SDDM, then LightDM before I understood that the DM was not faulty), to be able to log in as root (otherwise, the system tries to launch the display-manager that starts X, and the system freezes).
Running startx -- vt7, I get a black screen with a non-blinking cursor on the top left hand, and the whole system is frozen...I'm not even able to switch back to TTY1.
elogind has started correctly
Code: Select all
SESSION UID USER SEAT TTY
2 0 root seat0 tty1
1 sessions listed.Here are the version installed of xorg-server, nvidia-drivers and elogind :
Code: Select all
sys-auth/elogind-246.10-r2
x11-base/xorg-server-21.1.3-r1
x11-drivers/nvidia-drivers-470.103.01Here is my dmesg : https://pastebin.com/RmeGujKE
Here is my make.conf : https://pastebin.com/iWDg5reH
Here are the service started during init process : rc-update show https://pastebin.com/e5wTpWw0
And here is the status of rc-status : https://pastebin.com/chuUh29w
And finally, here is the Xorg.0.log showing no error, but leading to a system freeze :
Code: Select all
[ 718.766]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 718.766] Current Operating System: Linux localhost 5.15.26-gentoo #1 SMP Thu Mar 31 07:21:31 CEST 2022 x86_64
[ 718.766] Kernel command line: root=PARTUUID=dff0df8d-238f-4046-8f41-55238e064439 BOOT_IMAGE=/vmlinuz-5.15.26-gentoo root=/dev/sda3 ro
[ 718.766]
[ 718.766] Current version of pixman: 0.40.0
[ 718.766] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 718.766] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 718.766] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 3 12:37:49 2022
[ 718.767] (==) Using config file: "/etc/X11/xorg.conf"
[ 718.767] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 718.768] (==) ServerLayout "Layout0"
[ 718.768] (**) |-->Screen "Screen0" (0)
[ 718.768] (**) | |-->Monitor "Monitor0"
[ 718.768] (**) | |-->Device "Device0"
[ 718.768] (**) |-->Input Device "Keyboard0"
[ 718.768] (**) |-->Input Device "Mouse0"
[ 718.768] (==) Automatically adding devices
[ 718.768] (==) Automatically enabling devices
[ 718.768] (==) Automatically adding GPU devices
[ 718.768] (==) Automatically binding GPU devices
[ 718.769] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 718.769] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 718.769] Entry deleted from font path.
[ 718.769] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 718.769] Entry deleted from font path.
[ 718.769] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 718.769] Entry deleted from font path.
[ 718.769] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[ 718.769] Entry deleted from font path.
[ 718.769] (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[ 718.769] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/75dpi
[ 718.769] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 718.769] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 718.769] (WW) Disabling Keyboard0
[ 718.769] (WW) Disabling Mouse0
[ 718.769] (II) Module ABI versions:
[ 718.769] X.Org ANSI C Emulation: 0.4
[ 718.769] X.Org Video Driver: 25.2
[ 718.769] X.Org XInput driver : 24.4
[ 718.769] X.Org Server Extension : 10.0
[ 718.770] (++) using VT number 7
[ 718.770] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 718.773] (--) PCI:*(1@0:0:0) 10de:1402:1028:1139 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 718.773] (II) LoadModule: "glx"
[ 718.773] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 718.775] (II) Module glx: vendor="X.Org Foundation"
[ 718.775] compiled for 1.21.1.3, module version = 1.0.0
[ 718.775] ABI class: X.Org Server Extension, version 10.0
[ 718.775] (II) LoadModule: "nvidia"
[ 718.775] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 718.780] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 718.780] compiled for 1.6.99.901, module version = 1.0.0
[ 718.780] Module class: X.Org Video Driver
[ 718.781] (II) NVIDIA dlloader X Driver 470.103.01 Thu Jan 6 12:18:33 UTC 2022
[ 718.781] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 718.784] (II) Loading sub module "fb"
[ 718.784] (II) LoadModule: "fb"
[ 718.784] (II) Module "fb" already built-in
[ 718.784] (II) Loading sub module "wfb"
[ 718.784] (II) LoadModule: "wfb"
[ 718.785] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 718.786] (II) Module wfb: vendor="X.Org Foundation"
[ 718.786] compiled for 1.21.1.3, module version = 1.0.0
[ 718.786] ABI class: X.Org ANSI C Emulation, version 0.4
[ 718.786] (II) Loading sub module "ramdac"
[ 718.786] (II) LoadModule: "ramdac"
[ 718.786] (II) Module "ramdac" already built-in
Does anybody has an idea to solve this issue ?
Thanks a lot !


