You are not logged in.

#1 2023-10-10 18:16:18

Vierron
Member
Registered: 2023-10-10
Posts: 16

Drivers GeForce GT 1030 [SOLVED]

Hello everyone, I'm asking for help from everyone, I've been struggling for 3-4 days with installing the driver for my GeForce GT 1030 video card on the LG Flatron L192WS 1440x900 monitor at 75Hz, I've already reinstalled the system about 3-4 times, I do it through archinstall, the system is on the KDE shell  , I tried different methods on YouTube everywhere I looked and it always doesn’t work out for me, the problem is that after installing the drivers and rebooting everything crashes and doesn’t detect the monitor, resolution and its Hz, I’m really looking forward to your help

Link to images
https://drive.google.com/drive/folders/ … rTiRA8KV-X

Last edited by Vierron (2023-10-31 19:28:01)

Offline

#2 2023-10-10 18:57:14

jonno2002
Member
Registered: 2016-11-21
Posts: 848

Re: Drivers GeForce GT 1030 [SOLVED]

follow this and only this: https://wiki.archlinux.org/title/NVIDIA
and please actually read it all dont just skip to bits that look important or you will likely miss important info.

if you still get stuck post back here details of what you have tried and error messages if any, please post as text wrapped in code tags and not images of text, or use a pastebin service:
https://wiki.archlinux.org/title/List_o … ted_client

Offline

#3 2023-10-13 21:23:16

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

I reinstalled the system again and tried installing the drivers by running these commands:

sudo pacman -Sy linux-zen-headers
 sudo pacman -S nvidia-dkms
 sudo pacman -Sy lib32-nvidia-utils

After the reboot, the monitor, became undetectable as always, I don’t know where to go next and also how to configure Xorg correctly

Offline

#4 2023-10-13 21:37:33

jonno2002
Member
Registered: 2016-11-21
Posts: 848

Re: Drivers GeForce GT 1030 [SOLVED]

where are you getting these commands from ? certainly not the arch wiki.
STOP using tutorials from other sites and/or youtube.

as i said before please follow this:
https://wiki.archlinux.org/title/NVIDIA#Installation

be sure to try this:
https://wiki.archlinux.org/title/NVIDIA … de_setting

do you have integrated graphics ? i know for a fact that you will get a black screen if you do:
https://wiki.archlinux.org/title/NVIDIA … grated_GPU

if none of that helps disable modesetting following this:
https://wiki.archlinux.org/title/Kernel … odesetting
and post a journal and xorg log from a failed/black_screen boot using code tags or pastebin mentioned in previous post.

Offline

#5 2023-10-14 06:52:26

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

@Vierron "pacman -Sy foo" constitutes a partial upodate and will most likely end up breaking stuff.
"pacman -S foo" or "pacman -Syu foo"

But, as jonno2002 alluded to in hist first response, that also skips a VERY important step (look out for nvidia errors in the system journal, they'll hint if you skipped that)

Offline

#6 2023-10-20 12:07:24

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

jonno2002 wrote:

where are you getting these commands from ? certainly not the arch wiki.
STOP using tutorials from other sites and/or youtube.

as i said before please follow this:
https://wiki.archlinux.org/title/NVIDIA#Installation

be sure to try this:
https://wiki.archlinux.org/title/NVIDIA … de_setting

do you have integrated graphics ? i know for a fact that you will get a black screen if you do:
https://wiki.archlinux.org/title/NVIDIA … grated_GPU

if none of that helps disable modesetting following this:
https://wiki.archlinux.org/title/Kernel … odesetting
and post a journal and xorg log from a failed/black_screen boot using code tags or pastebin mentioned in previous post.

These commands were in the wiki and I followed the instructions, but there was still a slight misunderstanding on how to enter them correctly (since 1.3).
Yesterday, after a long time, I turned on my PC, entered something into the command line, but I don’t remember what, and after rebooting the monitor began to be detected, but a second monitor appeared, which I don’t have. The interface also works smoother, but the Nvidia settings still don't work correctly. I’ll also post a link to a few short videos here, maybe they will help you somehow.
I’m waiting for your answer and help

https://drive.google.com/drive/folders/ … glLoyt9dSV

Offline

#7 2023-10-20 12:31:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

Images, videos and an empty bag are woth about the value of the bag.

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#8 2023-10-20 12:50:49

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

seth wrote:

Images, videos and an empty bag are woth about the value of the bag.

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Can you help me how to do this quickly?
I kind of understood

Last edited by Vierron (2023-10-20 13:04:08)

Offline

#9 2023-10-20 13:29:08

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

seth wrote:

Images, videos and an empty bag are woth about the value of the bag.

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

https://drive.google.com/file/d/1JeFhAw … share_link

Offline

#10 2023-10-20 13:45:28

jonno2002
Member
Registered: 2016-11-21
Posts: 848

Re: Drivers GeForce GT 1030 [SOLVED]

grep -i drm Text\ File.txt 
Oct 20 13:40:57 archlinux kernel: ACPI: bus type drm_connector registered
Oct 20 13:40:57 archlinux kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Oct 20 13:40:57 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Oct 20 13:40:57 archlinux systemd[1]: Starting Load Kernel Module drm...
Oct 20 13:40:57 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
Oct 20 13:40:57 archlinux systemd[1]: Finished Load Kernel Module drm.
Oct 20 13:40:59 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 20 13:41:00 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Oct 20 13:41:09 archlinux kwin_wayland[563]: No backend specified, automatically choosing drm
Oct 20 13:41:09 archlinux kwin_wayland_wrapper[563]: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
Oct 20 13:41:09 archlinux kwin_wayland[563]: kwin_wayland_drm: failed to import XR24 gbm_bo for multi-gpu usage: Function not implemented
Oct 20 13:41:09 archlinux kwin_wayland_wrapper[563]: src/nv_gbm.c:127: GBM-DRV error (nv_gbm_bo_map): DRM_IOCTL_NVIDIA_GEM_MAP_OFFSET failed (ret=-1)
Oct 20 13:41:09 archlinux kwin_wayland[563]: kwin_wayland_drm: mapping a XR24 gbm_bo failed: Cannot allocate memory
Oct 20 13:41:09 archlinux kernel: [drm:__nv_drm_gem_map_nvkms_memory_offset [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to map NvKmsKapiMemory 0x00000000007ddf83
Oct 20 13:41:09 archlinux kwin_wayland[563]: kwin_wayland_drm: Checking test buffer failed for (1)
Oct 20 13:41:09 archlinux kwin_wayland[563]: kwin_wayland_drm: Failed to find a working setup for new outputs!
Oct 20 13:41:09 archlinux kwin_wayland[563]: kwin_wayland_drm: Failed to create gamma blob! Invalid argument
Oct 20 14:41:06 archlinux kwin_wayland[563]: kwin_wayland_drm: failed to open drm device at "/dev/dri/renderD128"
Oct 20 14:41:06 archlinux kwin_wayland[563]: kwin_wayland_drm: failed to open drm device at ""
Oct 20 14:41:06 archlinux kwin_wayland[563]: kwin_wayland_drm: failed to open drm device at ""
Oct 20 14:41:06 archlinux kwin_wayland[563]: kwin_wayland_drm: failed to open drm device at ""

i already gave you the help you needed....

EDIT: thanks seth, aparently links get broken in quotes .. nope just a bad copy and paste

Last edited by jonno2002 (2023-10-20 13:55:56)

Offline

#11 2023-10-20 13:48:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

Posting to 0x0.st would have been easier for everyone.

https://wiki.archlinux.org/title/NVIDIA … de_setting

Offline

#12 2023-10-28 18:45:18

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

This mode helped me, now the monitor detects and the 2 unknown monitor has disappeared. Next, do I need to configure X?

Offline

#13 2023-10-28 18:46:19

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

Typically not, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#14 2023-10-28 19:19:35

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

seth wrote:

Typically not, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

https://drive.google.com/file/d/1ICvKZTiNaPykeb5

KRz9C8U3u0tnYsIMj/view?usp=sharing
Sorry for not sending via 0x0.st, I haven’t figured out how to start publishing through it yet

Offline

#15 2023-10-28 19:44:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

cat /path/to/file | curl -F 'file=@-' 0x0.st

Also see the 1st link below.

/etc/X11/xorg.conf is nvidia-settings generated cruft, you neither need nor want that file.
There're no obvious errors -are you facing adverse symptoms?

Offline

#16 2023-10-28 23:01:01

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

seth wrote:
cat /path/to/file | curl -F 'file=@-' 0x0.st

Also see the 1st link below.

/etc/X11/xorg.conf is nvidia-settings generated cruft, you neither need nor want that file.
There're no obvious errors -are you facing adverse symptoms?

Is it possible to remove it somehow, and is it necessary?

Everything works smoothly and perfectly I would say, I tried to go into nvidia settings but they were kind of empty
Otherwise everything is fine

Offline

#17 2023-10-29 07:28:59

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

Yes, it's a file and it is a good idea.

What does "kind of empty" mean? Link a screenshot?

Offline

#18 2023-10-29 13:43:02

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

seth wrote:

Yes, it's a file and it is a good idea.

What does "kind of empty" mean? Link a screenshot?

Is it on Wiki somewhere?

https://drive.google.com/file/d/13u6q9e … p=drivesdk

Upd: Downloaded Steam and scrolling is a little laggy
I downloaded Half Life 1 and it doesn’t seem to lag at all

Last edited by Vierron (2023-10-29 14:12:31)

Offline

#19 2023-10-29 14:12:39

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

Re: Drivers GeForce GT 1030 [SOLVED]

Vierron wrote:

Is it on Wiki somewhere?

You do not know what console command to use to delete a file?

Offline

#20 2023-10-29 14:18:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

Vierron wrote:

Sorry for not sending via 0x0.st, I haven’t figured out how to start publishing through it yet
-
https://drive.google.com/file/d/13u6q9e … p=drivesdk

seth wrote:
cat /path/to/file | curl -F 'file=@-' 0x0.st

Also see the 1st link below.

Offline

#21 2023-10-29 15:01:51

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

loqs wrote:
Vierron wrote:

Is it on Wiki somewhere?

You do not know what console command to use to delete a file?

Yes

Offline

#22 2023-10-29 15:06:02

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

https://ryanstutorials.net/linuxtutorial/

No idea how you managed to install archlinux, but at this point, it's maybe not the best distro for you yet.

Offline

#23 2023-10-29 17:11:46

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

seth wrote:

Yes, it's a file and it is a good idea.

What does "kind of empty" mean? Link a screenshot?

http://0x0.st/Hyjy.png
http://0x0.st/Hyjk.mp4
Here, in the video you can see how there are almost no settings, I don't think this is normal

I left the PC to sleep and here's the problem...
http://0x0.st/Hyjd.mp4

Thanks for the information on how to send via 0x0.st

Offline

#24 2023-10-29 21:05:02

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,095

Re: Drivers GeForce GT 1030 [SOLVED]

From earlier

Oct 20 13:41:09 archlinux kwin_wayland[563]: kwin_wayland_drm: Checking test buffer failed for (1)

loginctl session-status

Offline

#25 2023-10-31 13:14:36

Vierron
Member
Registered: 2023-10-10
Posts: 16

Re: Drivers GeForce GT 1030 [SOLVED]

2 - vierron (1000)
           Since: Tue 2023-10-31 14:09:42 CET; 2min 23s ago
          Leader: 516 (sddm-helper)
            Seat: seat0; vc1
             TTY: tty1
         Service: sddm; type wayland; class user
         Desktop: KDE
           State: active
            Idle: no
            Unit: session-2.scope
                  ├─516 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-45c5a492-63bd-4718-9ce9-c64a3d65e1db --id 1 --start "/usr/lib/plasma-dbus-run-session-if-n
eeded /usr/bin/startplasma-wayland" --user vierron
                  ├─550 /usr/bin/kwalletd5 --pam-login 12 14
                  └─552 /usr/bin/startplasma-wayland

oct 31 14:09:43 archlinux systemd[1]: Started Session 2 of User vierron.
oct 31 14:09:43 archlinux sddm-helper[552]: Jumping to VT 1
oct 31 14:09:43 archlinux sddm-helper[552]: VT mode didn't need to be fixed

Offline

Board footer

Powered by FluxBB