You are not logged in.
I installed my system with archinstall yesterday (dual boot) and it all went fine. I installed a different DE, awesomede, afterwards and it all worked fine.
Today, I installed the necessary proprietary Nvidia drivers for my graphics card (RTX 3050 mobile) using DKMS and afterwards Optimus Manager. I rebooted after being prompted to and reached a black screen with a blinking dot.
Since then, I've been at a loss. I've downloaded and removed packages, modified config files both manually and automatically, added boot parameters, and the list goes on, to no avail.
I'll gladly provide any other necessary files.
Last edited by ConfusedNewbie2355 (2022-07-30 19:37:51)
Offline
we cant really help with no details on what you've done.... not really sure why your using dkms either ?
i would undo everything youve done and follow this page, and use "prime render offload" as its the officially supported way for your hardware.
Offline
There's no record of optimus-manager in the journal, nvidia and i915 modules load fine and
Jul 30 01:12:50 archlinux systemd-coredump[507]: Process 369 (Xorg) of user 0 dumped core.
Stack trace of thread 369:
#0 0x00007eff349ac36c n/a (libc.so.6 + 0x8e36c)
#1 0x00007eff3495c838 raise (libc.so.6 + 0x3e838)
#2 0x00007eff34946535 abort (libc.so.6 + 0x28535)
#3 0x000055df8ffb48d0 OsAbort (Xorg + 0x1578d0)
#4 0x000055df8ffb6273 FatalError (Xorg + 0x159273)
#5 0x000055df8ffbbc0c n/a (Xorg + 0x15ec0c)
#6 0x00007eff3495c8e0 n/a (libc.so.6 + 0x3e8e0)
#7 0x00007eff349ac36c n/a (libc.so.6 + 0x8e36c)
#8 0x00007eff3495c838 raise (libc.so.6 + 0x3e838)
#9 0x00007eff34946535 abort (libc.so.6 + 0x28535)
#10 0x00007eff3494645c n/a (libc.so.6 + 0x2845c)
#11 0x00007eff34955366 __assert_fail (libc.so.6 + 0x37366)
#12 0x000055df8fefbb26 dixRegisterPrivateKey (Xorg + 0x9eb26)
#13 0x00007ef9275389ca glamor_init (libglamoregl.so + 0xd9ca)
#14 0x00007ef9275991a1 n/a (modesetting_drv.so + 0xf1a1)
#15 0x000055df8fedcc14 AddGPUScreen (Xorg + 0x7fc14)
#16 0x000055df8fff0c41 n/a (Xorg + 0x193c41)
#17 0x000055df9000fe9a n/a (Xorg + 0x1b2e9a)
#18 0x000055df90036751 n/a (Xorg + 0x1d9751)
#19 0x000055df90036943 config_init (Xorg + 0x1d9943)
#20 0x000055df8fe9b341 n/a (Xorg + 0x3e341)
#21 0x00007eff34947290 n/a (libc.so.6 + 0x29290)
#22 0x00007eff3494734a __libc_start_main (libc.so.6 + 0x2934a)
#23 0x000055df8fe9c475 _start (Xorg + 0x3f475)
Stack trace of thread 498:
#0 0x00007eff349a7119 n/a (libc.so.6 + 0x89119)
#1 0x00007eff349a9920 pthread_cond_wait (libc.so.6 + 0x8b920)
#2 0x00007ef930c6e7cc n/a (swrast_dri.so + 0xb27cc)
#3 0x00007ef930c67ecc n/a (swrast_dri.so + 0xabecc)
#4 0x00007eff349aa54d n/a (libc.so.6 + 0x8c54d)
#5 0x00007eff34a2f874 __clone (libc.so.6 + 0x111874)
…looks more like either the KMS is late or you added a bogus xorg config (w/ either nvidia-settings or nvidia-xconfig)
=> check/post your xorg log, https://wiki.archlinux.org/title/Xorg#General
I've downloaded and removed packages, modified config files both manually and automatically, added boot parameters, and the list goes on, to no avail.
You do understand that this line is just drivel and contains absolutely no information whatsoever?
Offline
Hey, thanks for offering to help! ![]()
You do understand that this line is just drivel and contains absolutely no information whatsoever?
I added that part to show that nothing's off the table and the issue could be anywhere, though I apologize if it came off in a different way!
In any case, I've added below my config and log file:
Offline
you added a bogus xorg config (w/ either nvidia-settings or nvidia-xconfig)
And the first step will be to get rid of that because
[ 7.775] (II) NVIDIA(0): Validated MetaModes:
[ 7.775] (II) NVIDIA(0): "NULL"
[ 7.775] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 7.775] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 7.775] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in defaultyou're configuring the server to run on the nvidia chip, but there're no outputs attached to that GPU.
The other problem is
[ 6.247] (II) LoadModule: "intel"
[ 6.247] (WW) Warning, couldn't open module intel
[ 6.247] (EE) Failed to load module "intel" (module does not exist, 0)You're referecing the intel driver (in some other file) but that driver doesn't exist (possibly a residual from the optimus-manager installation)
grep -ri intel /{etc,usr/share}/X11/xorg.conf*Get rid of that, too. Then follow the link that jonno2002 posted.
Offline
Thanks a ton for the help, post marked as solved.
For the record, it seems Optimus manager is at blame for this. Installing it makes my now function system not boot, and removing it immediately fixes the issue.
Offline