Hmm,
Thank you for the teachings. I think I understand a tiny bit more how portage works, now. It truly is amazing.
Sadly though, it appears there is a last hurdle to clear.
I am running the kernel I obtained from solidrun, with a Gentoo userspace.
Code: Select all
Linux hammer 5.10.35-00078-g735b8ebfa4d4 #1 SMP PREEMPT Thu Jan 4 17:29:49 UTC 2024 aarch64 GNU/Linux
I've tried to boot a gentoo-sources kernel, so I can enable/disable things myself, but to do this, I'd have to apply a bunch of patches, and it's not clear to me exactly how to do all that, yet. Simply configuring the sources from the solidrun kernel's config doesn't seem to yield a kernel that can mount the ssd.
The upshot is that the running kernel doesn't seem to support graphics...
Code: Select all
[ 122.866]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 122.866] Current Operating System: Linux hammer 5.10.35-00078-g735b8ebfa4d4 #1 SMP PREEMPT Thu Jan 4 17:29:49 UTC 2024 aarch64
[ 122.866] Kernel command line: console=ttyAMA0,115200 earlycon=pl011,mmio32,0x21c0000 default_hugepagesz=1024m hugepagesz=1024m hugepages=2 pci=pcie_bus_perf root=PARTUUID=eb5175f3-e261-744f-8d80-66ab1ea0ce67 rw rootwait
[ 122.866]
[ 122.866] Current version of pixman: 0.43.2
[ 122.866] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 122.866] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 122.866] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 12 18:28:40 2024
[ 122.868] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 122.868] (==) No Layout section. Using the first Screen section.
[ 122.868] (==) No screen section available. Using defaults.
[ 122.868] (**) |-->Screen "Default Screen Section" (0)
[ 122.868] (**) | |-->Monitor "<default monitor>"
[ 122.868] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 122.868] (==) Automatically adding devices
[ 122.868] (==) Automatically enabling devices
[ 122.869] (==) Automatically adding GPU devices
[ 122.869] (==) Automatically binding GPU devices
[ 122.869] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 122.869] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 122.869] Entry deleted from font path.
[ 122.869] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 122.869] Entry deleted from font path.
[ 122.869] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 122.869] Entry deleted from font path.
[ 122.869] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 122.869] Entry deleted from font path.
[ 122.869] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 122.869] Entry deleted from font path.
[ 122.869] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 122.869] Entry deleted from font path.
[ 122.869] (==) FontPath set to:
[ 122.869] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 122.869] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 122.869] (II) Module ABI versions:
[ 122.869] X.Org ANSI C Emulation: 0.4
[ 122.869] X.Org Video Driver: 25.2
[ 122.869] X.Org XInput driver : 24.4
[ 122.869] X.Org Server Extension : 10.0
[ 122.871] (--) using VT number 2
[ 122.871] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 122.873] (--) PCI:*(1@1:0:0) 10de:0f02:10de:0000 rev 161, Mem @ 0xa040000000/16777216, 0xa400000000/134217728, 0xa408000000/33554432, I/O @ 0x00010000/128, BIOS @ 0x????????/524288
[ 122.873] (II) LoadModule: "glx"
[ 122.875] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 122.881] (II) Module glx: vendor="X.Org Foundation"
[ 122.881] compiled for 1.21.1.11, module version = 1.0.0
[ 122.881] ABI class: X.Org Server Extension, version 10.0
[ 122.881] (==) Matched nouveau as autoconfigured driver 0
[ 122.881] (==) Matched nv as autoconfigured driver 1
[ 122.881] (==) Matched modesetting as autoconfigured driver 2
[ 122.881] (==) Matched fbdev as autoconfigured driver 3
[ 122.881] (==) Assigned the driver to the xf86ConfigLayout
[ 122.881] (II) LoadModule: "nouveau"
[ 122.881] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[ 122.883] (II) Module nouveau: vendor="X.Org Foundation"
[ 122.883] compiled for 1.21.1.11, module version = 1.0.17
[ 122.883] Module class: X.Org Video Driver
[ 122.883] ABI class: X.Org Video Driver, version 25.2
[ 122.883] (II) LoadModule: "nv"
[ 122.883] (WW) Warning, couldn't open module nv
[ 122.883] (EE) Failed to load module "nv" (module does not exist, 0)
[ 122.883] (II) LoadModule: "modesetting"
[ 122.883] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 122.888] (II) Module modesetting: vendor="X.Org Foundation"
[ 122.888] compiled for 1.21.1.11, module version = 1.21.1
[ 122.888] Module class: X.Org Video Driver
[ 122.888] ABI class: X.Org Video Driver, version 25.2
[ 122.888] (II) LoadModule: "fbdev"
[ 122.889] (WW) Warning, couldn't open module fbdev
[ 122.889] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 122.889] (II) NOUVEAU driver
[ 122.889] (II) NOUVEAU driver for NVIDIA chipset families :
[ 122.889] RIVA TNT (NV04)
[ 122.889] RIVA TNT2 (NV05)
[ 122.889] GeForce 256 (NV10)
[ 122.889] GeForce 2 (NV11, NV15)
[ 122.889] GeForce 4MX (NV17, NV18)
[ 122.889] GeForce 3 (NV20)
[ 122.889] GeForce 4Ti (NV25, NV28)
[ 122.889] GeForce FX (NV3x)
[ 122.889] GeForce 6 (NV4x)
[ 122.889] GeForce 7 (G7x)
[ 122.889] GeForce 8 (G8x)
[ 122.889] GeForce 9 (G9x)
[ 122.889] GeForce GTX 2xx/3xx (GT2xx)
[ 122.889] GeForce GTX 4xx/5xx (GFxxx)
[ 122.889] GeForce GTX 6xx/7xx (GKxxx)
[ 122.889] GeForce GTX 9xx (GMxxx)
[ 122.889] GeForce GTX 10xx (GPxxx)
[ 122.889] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 123.457] (EE) [drm] Failed to open DRM device for pci:0001:01:00.0: -19
[ 123.457] (EE) open /dev/dri/card0: No such file or directory
[ 123.457] (WW) Falling back to old probe method for modesetting
[ 123.457] (EE) open /dev/dri/card0: No such file or directory
[ 123.458] (EE) Screen 0 deleted because of no matching config section.
[ 123.458] (II) UnloadModule: "modesetting"
[ 123.458] (EE) Device(s) detected, but none match those in the config file.
[ 123.458] (EE)
Fatal server error:
[ 123.458] (EE) no screens found(EE)
[ 123.458] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 123.458] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 123.458] (EE)
[ 123.458] (EE) Server terminated with error (1). Closing log file.
I can't use the nvidia driver either, as it appears to require finding the kernel's .config file to install itself.