You are not logged in.
I am running Hyprland and nouveau, I have 2 external monitors connected and one laptop monitor, one of them is connected through an adapter in the thunderbolt port and works, the other i attached with hdmi and does not work, sometimes it randomly spins to life but stops on restart
neofetch
Dario48@ArchLinux3
------------------
OS: Arch Linux x86_64
Host: Predator PT314-51s V1.10
Kernel: 6.7.2-arch1-1
Uptime: 1 hour, 9 mins
Packages: 745 (pacman)
Shell: fish 3.7.0
Resolution: 1920x1080
DE: Hyprland
Theme: Adwaita [GTK3]
Icons: Adwaita [GTK3]
Terminal: kitty
CPU: 11th Gen Intel i7-11370H (8) @ 4.800GHz
GPU: NVIDIA GeForce RTX 3060 Mobile / Max-Q
GPU: Intel TigerLake-LP GT2 [Iris Xe Graphics]
Memory: 3460MiB / 15790MiB nvidia-smi
Tue Jan 30 19:42:16 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.29.06 Driver Version: 545.29.06 CUDA Version: 12.3 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 3060 ... Off | 00000000:01:00.0 Off | N/A |
| N/A 37C P8 10W / 60W | 4MiB / 6144MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
+---------------------------------------------------------------------------------------+lspci | grep VGA
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)hyprctl monitors
Monitor eDP-1 (ID 0):
1920x1080@143.98100 at 3000x0
description: Sharp Corporation LQ140M1JW49 (eDP-1)
make: Sharp Corporation
model: LQ140M1JW49
serial:
active workspace: 1 (1)
special workspace: 0 ()
reserved: 0 19 0 0
scale: 1.50
transform: 0
focused: no
dpmsStatus: 1
vrr: 0
activelyTearing: false
Monitor DP-1 (ID 1):
1920x1080@60.00000 at 0x0
description: Hewlett Packard HP E232 CN45410MV6 (DP-1 via HDMI)
make: Hewlett Packard
model: HP E232
serial: CN45410MV6
active workspace: 2 (2)
special workspace: 0 ()
reserved: 0 19 0 0
scale: 1.00
transform: 1
focused: yes
dpmsStatus: 1
vrr: 0
activelyTearing: falsexrandr --listmonitors (if it can be useful)
Monitors: 2
0: +eDP-1 1920/310x1080/170+0+0 eDP-1
1: +DP-1 1080/510x1920/290+1920+0 DP-1Last edited by Dario48 (2024-02-05 20:09:30)
my website my forgejo instance
god's strongest systemd shill
Offline
nvidia-smi works so you're not using nouveau (and you probably don't want to and can't on hardware this new anyway) For nvidia and wayland anything to do anything you need to enable modesetting: https://wiki.archlinux.org/title/NVIDIA … de_setting (the modeset parameter, don't use fbdev)
Offline
strangest thing is, when checking it appeared as tho the nouveau driver was used, so ig the card was in a sort of limbo state of using nouveau but using nvidia-open at the same time? idk I set the nvidia_drm.modeset to 1, and as soon as I'm home I'll check weather it works
my website my forgejo instance
god's strongest systemd shill
Offline
Check/post
sudo journalctl -bif you want us to check what's really going on.
Offline
it did not work and, checking with
diff before-plugged after-plugged | grep -i gpu (where
sudo journalctl -b >> before-plugged with the monitor unplugged and
sudo journalctl -b >> after-plugged with the monitor plugged in), I got :
a lot of
< Jan 31 20:09:ss ArchLinux3 kernel: NVRM rmapiAllocWithSecInfo: RMAPI_GPU_LOCK_INTERNAL alloc requested without holding the RMAPI lock (ss stands for seconds)
< Jan 31 20:05:44 ArchLinux3 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
< Jan 31 20:05:44 ArchLinux3 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
< Jan 31 20:05:44 ArchLinux3 (udev-worker)[306]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
< Jan 31 20:05:44 ArchLinux3 (udev-worker)[311]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1. and then a lot more of
< Jan 31 20:09:ss ArchLinux3 kernel: NVRM rmapiAllocWithSecInfo: RMAPI_GPU_LOCK_INTERNAL alloc requested without holding the RMAPI lock (ss stands for seconds)
also thank you for helping me out :3
my website my forgejo instance
god's strongest systemd shill
Offline
post sudo journalctl -b if you want us to check what's really going on.
Not some random diffs, this here:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
sorry, here it is: http://0x0.st/HDpL.txt
my website my forgejo instance
god's strongest systemd shill
Offline
No nouveau, no nvidia_drm.modeset=1 parameter either, thus
Feb 01 07:25:58 ArchLinux3 kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Feb 01 07:25:58 ArchLinux3 kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer deviceFeb 01 07:27:50 ArchLinux3 kernel: NVRM tmrSetCurrentTime_GV100: ERROR: Write to PTIMER attempted even though Level 0 PLM is disabled.
Feb 01 07:27:50 ArchLinux3 kernel: NVRM nvAssertFailedNoLog: Assertion failed: 0 @ timer_gv100.c:80and an excessive burst of
Feb 01 07:28:12 ArchLinux3 kernel: NVRM rmapiAllocWithSecInfo: RMAPI_GPU_LOCK_INTERNAL alloc requested without holding the RMAPI lockAre you using nvidia-open?
Offline
yes, I am using nvidia-open, sorry if I forgot to say it earlier
my website my forgejo instance
god's strongest systemd shill
Offline
also, would it be helpful to post my /etc/default/grub?
my website my forgejo instance
god's strongest systemd shill
Offline
No. Try the binary blob nvidia kernel module.
Offline
it doesn't work still (http://0x0.st/HDVb.txt)
my website my forgejo instance
god's strongest systemd shill
Offline
There's no nvidia module loaded in that journal, not even attempted.
Don't run partial updates, if you don't want to update the kernel, you'll have to use nvidia-dkms
Offline
I forgor to update, there was no intention not to, now it works perfectly, thank you so much >.<
my website my forgejo instance
god's strongest systemd shill
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline