Qualified success on openSUSE Tumbleweed, Nvidia 1650 #96
Replies: 8 comments 5 replies
-
|
I found KDE Plasma-6.7 can run if if I disable the compositor: I also see System Settings>Display and Monitror>Compositor>Eable at startup set to off (probably due to I've never seen the Plasma desktop start this fast, the little cog was really spinning. The experience is possibly more snappy or as snappy as wayland. I've tried only a few applications. Konsole of course. Digikam works fine. Google chrome works fine, scrolling is fast with no glitches. I played a video with vlc, looked fine, no tearing. Window resizing is flickery. I had to set System Settings > Window Decorations > Normal Window Borders to get window borders. I don't know whether it's just me, but xwaylandvideobridge keep staring up maximised, so I disabled it: Had to kill plasmashell to get it restarted on the most recent session. Past sessions seemed fine, so it's not been a common occurrence. If the screen locks, I cannot unlock it, I had to ssh in and Looking forward, I wonder if there might be some synergy with sonic-win. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for testing! I'll go over all your findings, but first: which commit did you build? Just yesterday I fixed a bunch of XI issues that may impact your chrome game. |
Beta Was this translation helpful? Give feedback.
-
|
Indeed, 3D view not available in chrome, but it IS in FF, strange. Will investigate that. |
Beta Was this translation helpful? Give feedback.
-
|
chromium-bsu fixed in 8b62c93 good catch, ALL apps that want relative raw events would break. |
Beta Was this translation helpful? Give feedback.
-
|
Can not reproduce the xfce-terminal scroll issue. How big is your scrollback buffer? Update: tested with unlimited, and still buttery for me. |
Beta Was this translation helpful? Give feedback.
-
|
I forced google-chrome to use Vulkan (chrome://flags - search for Vulkan).
I got the same errors about loading dri3 and nvidia-drm, but also these: I tried some of the other vulkan related flags, they didn't seem to do anything to help. I then tried chrome with a different 3D web app - sweethome3d: https://www.sweethome3d.com/SweetHome3DJSOnline.jsp - sweethome3d seems to work just fine. The Java offline version of Sweethome3d also tries to use the nvidia driver. I had no luck with that. I did try using zink ( Anyway, all very interesting. I'm impressed that yserver isn't crashing due to all these weird things I've been throwing at it. |
Beta Was this translation helpful? Give feedback.
-
|
Xorg can't do 3D on chrome on my system, so this seems a chrome issue, not yserver. webGL/acceleration works now (but bugs remain). |
Beta Was this translation helpful? Give feedback.
-
|
The webGL commit was reverted as it regresses steam menu rendering. Hope to be able to re-enable once that is resolved. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got yserver to build for openSUSE Tumbleweed by using their openSUSE Build Server (OBS).
The build result, and the RPM spec file are at https://build.opensuse.org/package/show/home:mchnz/yserverec.
Note this is an unvetted personal build, so you can only trust it as far as you trust me. The spec file could be used by others to do a more trustworthy build of their own.
The OBS might be useful if you ever need to produce yserver binaries or packages for various distros (I've previously used it to to openSUSE, Arch, and Fedora).
I installed the resulting RPM on the following machine:
I also briefly ran it on another similar machine, but with an RTX 3060 with the nvidia 610.43 driver - which went fine, but I pretty much immediately shifted over to a spare machine.
Having only installed the rpm from my OBS build I didn't have
just. Based on what's in thejustfileI created ayserver-xtermscript containing the following:That ran just fine. I then created a
yserver-xfcescript:Which also runs fine. I tried a pyqt app, google-chrome, vlc, digikam, and a few other apps. All behaved well.
I noticed google-chrome isn't using the GPU, so no 3d map view.
I installed chromium-bsu native to Linux (very nice arcade style game). It starts, the enemies cascade down the screen and fire correctly, but the player's ship doesn't position or respond to the mouse properly - it's unplayable. Maybe because it's using a bunch of GL libraries along with libSDL2.
Scrolling in xfce-terminal seems a bit jerky - when using the mouse to drag the slider, mousewheel seems OK.
Trying to start kde failed:
I assume that's because of it using compositing and GPU (and my Nvidia GPU?).
I haven't used yserver for very long. I haven't noticed any other glitches or issues so far. I'm just kicking the tires at the moment, I have no specific plans in mind.
Anyway, I'm very impressed. Thank you for all you time and effort you've put into this.
Beta Was this translation helpful? Give feedback.
All reactions