@Scrollone @jayands it is reversed, but AMD still may crash everything on gpu hang
mittorn
- 3 Posts
- 137 Comments
@RustyNova @MyNameIsRichard
>On nix os, blender doesn’t want to render anything after waking from sleep (may be a blender issue.)seems to be cuda issue. On my machine cuda sometimes refusing to work after sleep, requiring some ‘node restart’
Might be fixed by disabling modeset (nvidia-drm modeset=0), or by blocking display server from using nvidia drm node (if display output does not use nvidia)
@Digit that was a joke, but systemd-timesyncd exists. I’m not using systemd too, but gentoo depends on systemd-utils now (for things like udev, tmpfiles). There is overlay replacing it by standalone utilities, but it’s not good enough tested
@Digit @flamingos it will be replaced by systemd-dated soon
@MonkderVierte @tjhrulz
Hm? Removed pulse, installed pipewire-pulse, run pipewire && wireplumber && pipewire-pulse as user and got no available sound devices.Why? Because wireplumber’s bullshit crashed after forking to daemon somewhere in camera support code (but i do not have cameras!).
With reference pipewire-media-session everything worked, but everybody forcing unstable and bloaty wireplumber, making old configuration not supported…
Yes, maybe it’s not pipewire fault, just it’s modular architecture, but it makes me unhappy with it, so i still using jack. And i sure, there should be separate provider processes for camera and audio devices
@certified_expert @WanderingThoughts bomb.zip
mittorn@masturbated.oneto
linuxmemes@lemmy.world•I'll try something different next install, I swear.
1·4 months ago@orlyowl @TrickDacy for me it was entire session crash on compositor crash. And gnome is still keeping this very useful feature, but making this crash even stronger with wayland
mittorn@masturbated.oneto
linuxmemes@lemmy.world•Where to go now since Linux is mainstream
3·6 months ago@evol Haiku?
@Digit if you interested, what;s wrong with XLibre, try read it;s telegram channel XD
XLibre suggests useful features like Xnamespaces, but code quality is very low for now.
Phoenix looks more interesting, but rewriting in new language may make porting existing acceleration drivers too difficult
@possiblylinux127 @Skullgrid protocol itself is mostly OK. Yes, it have many limitations, but it covers much more desktop needs than wayland/mir/surfaceflinger/etc.
But implementation is really broken.
For example, the way how some extensions override vtable is terrible: overriding functions usually should restore base function in vtable before calling it and and restore back after. Breaking this would break call chain and override function will never be called again.
I think, this is a reason why devs switched to wayland. Nobody want to reimplement x11 from scratch, but exisiting implementation is borked
@KuzhinierSileon no video moment
@Digit @thatradomguy i just built minimalistic kkernel for orange pi with almost everrything disabled and it takes 6mB even in compressed state
@aloofPenguin @chloroken it’s so stupid like trying replace xrandr with ddcutil…
@Kolanaki @The_Picard_Maneuver i’m not sure if any existing hardware can handle vrchat smoothly. This piece of udon and photon cannot work smoothly with more than dozen players
@NullPointerException @yesman debian never updates it
mittorn@masturbated.oneto
linuxmemes@lemmy.world•Linux is the reason Windows apps are bloated these days
1·7 months ago@hdsrob
>That’s basically Avalonia UI.
no, avalonia cannot help you run existing applications. Also. Avalonia is a crap, taking minutes to parse xml crap on poor hardware
Yes, there are many implementaion of WPF-like UI, but no implementation of existing Windows UI.
mono’s winforms allows you run existing winforms apps without single line change or even without recompiling (just replace related System.Windows.* assembies)

@toothbrush @Tanoh
>xwayland-satellite
does not implement anything, just glues xwayland to session
phoenix and yserver might be good Xwayland alternative, not Xorg/xf86, because Xorg is mostly about DDX drivers and it’s only way to use 2d acceleration on old hardware (which is deprecated, but still might be useful)