You are not logged in.
So i have an NVIDIA GT1030 card but it seems to not properly function with proprietary drivers. After i install the "nvidia" package from the official repositories and reboot my resolution is downscaled to a really low one, even tho it shouldn't be.
Offline
That could be due to early loading races, set up early KMS: https://wiki.archlinux.org/title/NVIDIA#Early_loading
Offline
Thank you, now the resolution is set to full hd. But it seems to still not properly work it still has A LOT of bugs, which i have never seen on nouveau.
Offline
Like what? What's your output of
glxinfo -B #Needs mesa-demosOffline
command not found
Offline
yes because you need to install mesa-demos and this still doesn't explain what your remaining issue is.
Read https://bbs.archlinux.org/viewtopic.php?id=57855 and http://www.catb.org/~esr/faqs/smart-questions.html
Last edited by V1del (2021-10-29 15:17:27)
Offline
display: :0 screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 2048 MB
Total available memory: 2048 MB
Currently available dedicated video memory: 1897 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GT 1030/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 470.74
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6.0 NVIDIA 470.74
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 470.74
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Offline