You are not logged in.
Pages: 1
After trying to start the X server it gives an error. Xorg log says:
modeset(0): Failed to create pixmap
failed to create screen resources
Last edited by Careo (2024-05-14 15:21:52)
Offline
Please post the full system journal for a boot with the issue as well as the full contents of Xorg.log. Please also include details of how X is started, what configuration you have performed and what you have tried so far.
Last edited by loqs (2024-05-14 14:31:37)
Offline
Please post the full system journal for a boot with the issue as well as the full contents of Xorg.log. Please also include details of how X is started, what configuration you have performed and what you have tried so far.
journal https://pastebin.com/eJEQFux2
xorg https://pastebin.com/3QLzgL5r
X is started with startx, I've tried updating the system and reinstalling xorg
Last edited by Careo (2024-05-14 14:49:20)
Offline
Your kernel arguments include "nvidia-drm.modeset=1" but that should be "nvidia_drm.modeset=1". Although this is (I believe) just for using the modesetting driver, are you sure you don't want to use nvidia or nouveau?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Your kernel arguments include "nvidia-drm.modeset=1" but that should be "nvidia_drm.modeset=1". Although this is (I believe) just for using the modesetting driver, are you sure you don't want to use nvidia or nouveau?
I want to use nvidia, but not using that option gives different error
Offline
What nvidia drivers have you installed / configured?
What's the output of `cat /sys/module/nvidia_drm/parameters/modeset`?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
If you want to use nvidia, why have you not installed it? Xorg never loads the nvidia ddx, so nvidia-utils isn't installed.
Last edited by Scimmia (2024-05-14 15:07:10)
Offline
What nvidia drivers have you installed / configured?
What's the output of `cat /sys/module/nvidia_drm/parameters/modeset`?
I have nvidia and nvidia utils package
cat says Y
Offline
If you want to use nvidia, why have you not installed it? Xorg never loads the nvidia ddx, so nvidia-utils isn't installed.
it is
Offline
nvidia is for not detected by X. What is the output of:
pacman -Qikk nvidia nvidia-utilsEdit:
Please also post the full contents of `~/.xinitrc`.
Last edited by loqs (2024-05-14 15:11:33)
Offline
nvidia is for not detected by X. What is the output of:
pacman -Qikk nvidia nvidia-utils
I reinstalled them just now, everything works. Thanks everyone for the quick help
Last edited by Careo (2024-05-14 15:13:20)
Offline
Pages: 1