You are not logged in.

#1 2021-06-19 03:50:22

Biaogo
Member
Registered: 2020-08-07
Posts: 15

I cannot configure my graphics card

I use KDE
I tried to get a better experience on the independent display and used nvidia-xconfig
But this prevents me from entering the graphical interface

$ lspci | egrep 'VGA|3D'
04:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 760] (rev a1)

Then I added some settings:

# /etc/X11/xorg.conf
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:4:0:0"
    Option         "AllowEmptyInitialConfiguration"
EndSection

The "PCI" fix
But the same result

I can enter after deleting xorg.conf, but this is not what I want

$ sudo Xorg -configure
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
(EE) 
Fatal server error:
(EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE) 
(EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
# /var/log/Xorg.0.log
[   941.490] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[   941.490] _XSERVTransMakeAllCOTSServerListeners: server already running
[   941.490] (EE)
Fatal server error:
[   941.490] (EE) Cannot establish any listening sockets - Make sure an X server isn't already ready running(EE)
[   941.490] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   941.490] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional informanformation.
[   941.490] (EE)
[   941.490] (EE) Server terminated with error (1). Closing log file.

Last edited by Biaogo (2021-06-19 04:48:57)

Offline

#2 2021-06-19 05:57:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: I cannot configure my graphics card

used nvidia-xconfig

Don't

Xorg -configure

Don't

_XSERVTransMakeAllCOTSServerListeners: server already running

Esp. not gonna work from within an X11 server, but just don't.

How do you square

I use KDE

with

I cannot configure my graphics card

Does KDE start?

- remove "The "PCI" fix"
- see https://wiki.archlinux.org/title/NVIDIA … de_setting (kernel parameter AND initramfs modules)
- if KDE (SDDM?) starts, post a "clean" xorg log (ie. w/o the failed attempt to "Xorg -configure"

Offline

#3 2021-06-19 07:09:32

Biaogo
Member
Registered: 2020-08-07
Posts: 15

Re: I cannot configure my graphics card

seth wrote:

used nvidia-xconfig

Don't

Xorg -configure

Don't

_XSERVTransMakeAllCOTSServerListeners: server already running

Esp. not gonna work from within an X11 server, but just don't.

How do you square

I use KDE

with

I cannot configure my graphics card

Does KDE start?

- remove "The "PCI" fix"
- see https://wiki.archlinux.org/title/NVIDIA … de_setting (kernel parameter AND initramfs modules)
- if KDE (SDDM?) starts, post a "clean" xorg log (ie. w/o the failed attempt to "Xorg -configure"

Thank you for your reply
I just want to play csgo but the number of frames is not ideal
I only installed the nvidia-dkms and linux-zun kernels
The fps just 20-70

Offline

#4 2021-06-19 11:07:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: I cannot configure my graphics card

Xorg log and ouput of "glxinfo", please.

Offline

Board footer

Powered by FluxBB