You are not logged in.
I will check the config
Offline
If that does not work please try the kernel linux-mainline-v6.8.rc3.r272.g9040d02-1-x86_64.pkg.tar.zst from https://gitlab.archlinux.org/archlinux/ … ote_188874 with both options set.
Offline
I completely forgot what I did previously. Just tell me step by step what to do please
Offline
I remember configuring it in /etc/...
Offline
See Kernel_module#Using_files_in_/etc/modprobe.d/
You proably have a file in /etc/modprobe.d/ containing:
options nvidia_drm modeset=1I want you to change the contents to
options nvidia_drm modeset=1 fbdev=1Offline
In /etc/mkinitcpio.conf I have this:
http://0×0.st/Xq88.txt
Offline
What is the output of
tail /etc/modules-load.d/*.confLast edited by loqs (2024-06-02 19:09:59)
Offline
See Kernel_module#Using_files_in_/etc/modprobe.d/
You proably have a file in /etc/modprobe.d/ containing:options nvidia_drm modeset=1I want you to change the contents to
options nvidia_drm modeset=1 fbdev=1
I did that, now what, because Hyprland still doesn't start
Offline
Please see post #27
Offline
What is the output of
tail /etc/modules-load.d/*.conf
#tls
Offline
If that does not work please try the kernel linux-mainline-v6.8.rc3.r272.g9040d02-1-x86_64.pkg.tar.zst from https://gitlab.archlinux.org/archlinux/ … ote_188874 with both options set.
I roughly understand but not really what I have to do
Offline
# pacman -U https://pkgbuild.com/~gromit/linux-bisection-kernels/linux-mainline-v6.8.rc3.r272.g9040d02-1-x86_64.pkg.tar.zst https://pkgbuild.com/~gromit/linux-bisection-kernels/linux-mainline-headers-v6.8.rc3.r272.g9040d02-1-x86_64.pkg.tar.zstThis installs the bisection kernel which is reported to work with nvidia_drm.fbdev=1 and nvidia_drm.modeset=1. After installing it you may need to add an option for it to your bootloader. You will need to replace nividia with nvidis-dkms if the system uses the nvidia package.
Offline
Surely I will not get it on first try because I have a few questions:
1. Should I from now on autoboot into it and how? Will it replace the current kernel?
2. How do I replace nvidia with nvidia-dkms and how do I check if the system uses the nvidia package
Edit:
3. Why did it work before then?
Last edited by t0mate (2024-06-02 20:21:15)
Offline
1. Should I from now on autoboot into it and how? Will it replace the current kernel?
Which kernel is selected by default depends on the bootloader and how it is configured. linux-mainline does not replace the linux package both kernels can be selected from the bootloader depending on its configuration.
2. How do I replace nvidia with nvidia-dkms and how do I check if the system uses the nvidia package
To find out which nvidia packages are currently installed
pacman -Qs nvidiaYou can have both nvidia and nvidia-dkms installed at the same time they provide the same functionality for the linux package (provided linux-headers is installed).
3. Why did it work before then?
The hypothesis is the issue was introduced with the linux 6.9 kernel upgrade.
Offline
$ modprobe -c | grep -v alias | grep nvidia
# cat /sys/module/nvidia_drm/parameters/modeset
# cat /sys/module/nvidia_drm/parameters/fbdev
# journalctl -b | curl -F 'file=@-' 0x0.stAlso hyprland in the previous journal didn't "crash", it aborted - an abort typically also prints an error on the console, which one?
Next
Jun 02 22:25:52 flower4you systemd[577]: /usr/lib/environment.d/99-environment.conf:7: invalid variable name "export WLR_NO_HARDWARE_CURSORS", ignoring.obviously fix that.
Offline
The command has failed:
http://0x0.st/Xqq1.txt
Offline
I don't know how to upload the text that I've written onto the web
Offline
I mean command
Offline
Read the link I gave you again
Offline
Can I use pastebin even though its not recommended?
Edit: Ok I won't, srry
Last edited by t0mate (2024-06-03 03:50:00)
Offline
I think I will use github?
Edit: Now I'm watching this video https://m.youtube.com/watch?v=josjRSBqE … dmljZXM%3D
Last edited by t0mate (2024-06-03 03:56:04)
Offline
Offline
Offline
Stop bumping, edit your previous post to mend them if nobody has replied.
Also stop blogging your youtube habits, NOBODY FUCKING CARES.
Then post the outputs in the commands in #40, explain what kind of "error" or "failure" https://0x0.st/Xqq1.txt is supposed to indicate. Cause it doesn't.
This is going absolutely nowhere.
Offline
I want to try posting the command output of:
# pacman -U https://pkgbuild.com/~gromit/linux-bisection-kernels/linux-mainline-v6.8.rc3.r272.g9040d02-1-x86_64.pkg.tar.zst https://pkgbuild.com/~gromit/linux-bisection-kernels/linux-mainline-headers-v6.8.rc3.r272.g9040d02-1-x86_64.pkg.tar.zstThis installs the bisection kernel which is reported to work with nvidia_drm.fbdev=1 and nvidia_drm.modeset=1. After installing it you may need to add an option for it to your bootloader. You will need to replace nividia with nvidis-dkms if the system uses the nvidia package.
But I don't know how to use hastebin from the console. I tried writing a bash script like on this website: https://christitus.com/hastebin/
on the file /bin/bash, but when I try to execute it via "hb" and something after, it doesn't work. Like on the video in my previous post...
Thanks seth for the reminder
Offline