[opensuse] Tumbleweed and NVidia GEFORCE GT610
I am trying to do a new Tumbleweed install on a system that has a GT610 graphics card. The install fails early on, complaining that /usr/lib64/dri/swrast_dri.so cannot be found. This file does exist in a current Tumbleweed system. So, I am guessing that there are fewer files on the install media. In this case, it is the network installer. Two questions: * Is there a list of supported graphics cards that can be used with tumbleweed (including the install step)? * Might more files be available in the full installer as compared to the network installer? This is a install of a test system. We were just hoping to use what we had at hand for some equipment testing. We need Tumbleweed because many libraries are compatible with Ubuntu 18.04. Don't ask... -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2019/10/02 09:49:01 +0200, Roger Oberholtzer wrote:
I am trying to do a new Tumbleweed install on a system that has a GT610 graphics card. The install fails early on, complaining that /usr/lib64/dri/swrast_dri.so cannot be found. This file does exist in a current Tumbleweed system.
So, I am guessing that there are fewer files on the install media. In this case, it is the network installer.
Two questions:
* Is there a list of supported graphics cards that can be used with tumbleweed (including the install step)?
* Might more files be available in the full installer as compared to the network installer?
This is a install of a test system. We were just hoping to use what we had at hand for some equipment testing. We need Tumbleweed because many libraries are compatible with Ubuntu 18.04. Don't ask...
I can not second this: bash> rpm -qf /usr/lib64/dri/swrast_dri.so Mesa-dri-19.1.5-227.1.x86_64 bash> head -n1 /etc/os-release NAME="openSUSE Tumbleweed" Werner -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr
On Wed, Oct 2, 2019 at 11:08 AM Dr. Werner Fink <werner@suse.de> wrote:
I can not second this:
bash> rpm -qf /usr/lib64/dri/swrast_dri.so Mesa-dri-19.1.5-227.1.x86_64 bash> head -n1 /etc/os-release NAME="openSUSE Tumbleweed"
When we switched to using the full installer, the problem went away. So it looks like it is something in the network installer. Some RPM that is not installed that is in the full installer? -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2019/10/02 02:19, Roger Oberholtzer wrote:
On Wed, Oct 2, 2019 at 11:08 AM Dr. Werner Fink <werner@suse.de> wrote:
I can not second this:
bash> rpm -qf /usr/lib64/dri/swrast_dri.so Mesa-dri-19.1.5-227.1.x86_64 bash> head -n1 /etc/os-release NAME="openSUSE Tumbleweed"
When we switched to using the full installer, the problem went away. So it looks like it is something in the network installer. Some RPM that is not installed that is in the full installer?
That's a common message I see when using GLX programs remotely. It doesn't seem to make a difference, but I think I first reported that at least 5 years ago. Oddly enough, I was able to get GLX programs to start running about 2 years ago and they still have been running when I tried them again. Having a high-speed connection between my suse server and my windows desktop does help, but X uses small packet sizes to encapsulate things so latency adds up and makes it slower than it should be. Some Urls: [Mesa-users] Using GLX remotely....how to configure? https://lists.freedesktop.org/archives/mesa-users/2014-March/000793.html Bug 76224 client with DISPLAY set to REMOTEHOST:0 tries to load local, unconfigured DRI drivers https://bugs.freedesktop.org/show_bug.cgi?id=76224 [Bug 867019] Trying to run remote desktop gives libGL error: failed to load driver: swrast https://lists.opensuse.org/opensuse-bugs/2014-03/msg00319.html https://lists.opensuse.org/opensuse-bugs/2014-03/msg00380.html Indirect OpenGL -- partially working? https://lists.x.org/archives/xorg/2016-June/058129.html When was it decided to stop supporting remote desktops? https://opensuse-factory.opensuse.narkive.com/A0ubsZhK/when-was-it-decided-t... * -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Oct 2, 2019 at 12:38 PM L A Walsh <suse@tlinx.org> wrote:
That's a common message I see when using GLX programs remotely. It doesn't seem to make a difference, but I think I first reported that at least 5 years ago.
This was not remote. It was the Tumbleweed installer running on the console. By network installer, I meant the installer that downloads what it needs. But it would not run, complaining that the file was not found. Of course, it could be something else that causes this failure. But it was what it looked to be complaining about. The full installer, otoh, works fine. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Dr. Werner Fink
-
L A Walsh
-
Roger Oberholtzer