You are not logged in.

#1 2024-05-14 14:25:31

Careo
Member
Registered: 2023-07-09
Posts: 22

[SOLVED] Xorg doesn't work

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

#2 2024-05-14 14:30:58

loqs
Member
Registered: 2014-03-06
Posts: 18,911

Re: [SOLVED] Xorg doesn't work

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

#3 2024-05-14 14:48:49

Careo
Member
Registered: 2023-07-09
Posts: 22

Re: [SOLVED] Xorg doesn't work

loqs wrote:

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

#4 2024-05-14 15:00:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] Xorg doesn't work

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

#5 2024-05-14 15:02:59

Careo
Member
Registered: 2023-07-09
Posts: 22

Re: [SOLVED] Xorg doesn't work

Trilby wrote:

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

#6 2024-05-14 15:05:03

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] Xorg doesn't work

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

#7 2024-05-14 15:06:23

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,726

Re: [SOLVED] Xorg doesn't work

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

#8 2024-05-14 15:07:45

Careo
Member
Registered: 2023-07-09
Posts: 22

Re: [SOLVED] Xorg doesn't work

Trilby wrote:

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

#9 2024-05-14 15:08:16

Careo
Member
Registered: 2023-07-09
Posts: 22

Re: [SOLVED] Xorg doesn't work

Scimmia wrote:

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

#10 2024-05-14 15:10:27

loqs
Member
Registered: 2014-03-06
Posts: 18,911

Re: [SOLVED] Xorg doesn't work

nvidia is for not detected by X.  What is the output of:

pacman -Qikk nvidia nvidia-utils

Edit:
Please also post the full contents of `~/.xinitrc`.

Last edited by loqs (2024-05-14 15:11:33)

Offline

#11 2024-05-14 15:13:05

Careo
Member
Registered: 2023-07-09
Posts: 22

Re: [SOLVED] Xorg doesn't work

loqs wrote:

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

Board footer

Powered by FluxBB