Hacker Newsnew | past | comments | ask | show | jobs | submit | hxorr's commentslogin

I think for Firefox to be successful in breaking free from google funding is to make gecko easily embeddable in other apps, ala WebKit / electron / etc. I think it would get more funding from a wider variety of independent parties that way. Unfortunately they seem to have gone in the opposite direction... Although I am sure they have their reasons.

You could run in a VM - check out WinBoat which allows individual apos in a containerised Windows install to integrate seamlessly with your linux desktop environment


But no hardware acceleration, AFAIK, so that’s a no-go for any graphically intense app.


Yes, and not all Asians are chinese


I remember a 1D roguelike someone made for a 24h competition, was surprisingly fun



my buddy made one years back, sorta. it does a thing in one line

https://github.com/rupa/YOU_ARE_DEAD


Are there any themes that allow changing window border size, title bar size, scrollbar width etc, like win 9x?


My scrollbar changes in Debian:

1. as root, edit /etc/environment and add: GTK_OVERLAY_SCROLLING=0

2. in ~/.config/gtk-3.0/gtk.css add: .scrollbar.vertical slider, scrollbar.vertical slider {min-width: 10px;}


This is still a problem. There are a lot of, eg, realtek chipsets that don't work well or simply don't work on Linux.

Another issue is they advertise "Linux support," which actually translates to: minimally working driver source available for very out-of-date kernel. Good luck if you want to rely on upstreamed drivers or even run a recent kernel.


I've also had the same thought...


On the bright side, hopefully rising memory prices will give Microsoft and its ilk the kick up the pants they need to reduce memory usage in Windows et al


P10 primera (1st gen infinity G20, for the Americans) was a great handling car... I think the front suspension was a very similar setup to the 300zx. Bit hard to find parts for these days unfortunately.

Currently I drive an 8th gen civic which I'd rate on par handling wise and is much more safer and modern...


Haha yeah, the downside is that it does love to eat struts. But gorgeous how it corners.


Struts == arms, missed the edit window there.


What I am uncomfortable with is the inability to run Wayland on older video hardware. X11 will happily run with Vesa driver on older hardware which no longer has functional 3D accelerated drivers.

What is the way forward for the retro community to run a modern Wayland system on older hardware?

Hopefully someone more knowledgeable can chime in or correct me


If your Linux distribution is handling Mesa packages correctly, you will never lack OpenGL/Vulkan drivers.

The reason is that Mesa includes "software rendering" drivers for both OpenGL ("llvmpipe") and Vulkan ("lavapipe"). As the name(s) might suggest, they use LLVM to JIT shaders for your CPU (supporting SIMD up to AVX2, last I checked - although typical compositing shaders tend to get pattern-matched and replaced with plain `memcpy`s etc.).

So you should always be able to run a fully-featured Wayland desktop (albeit limited in performance by your CPU), on any unaccelerated framebuffer, nowadays (and I remember doing this even before Plasma 6 launched, it may be older than usable Wayland desktops tbh - the Mesa code sure is, but maybe distros hadn't always built those drivers?).


Software OpenGL rendering technically works, but is IME unusably slow for compositing. What does work okay is direct software rendering. It might work to configure OpenGL to hit all the fast paths in the software backend (which you might need to add first), but I'm really not sure if you can do it without at least some unnecessary data copying.


you missed the "3d accelerated" part.


Software compositing is possible. Wayland doesn't strictly require hardware acceleration or operations that are hopelessly slow without hardware acceleration.


>What is the way forward for the retro community to run a modern Wayland system on older hardware?

I'm curious why that's something that should happen. Shouldn't the 'retro community' be happy with retro software and not expect cutting edge software to work on their hardware?


How old? Im running KDE on 6700k and gtx 960. (I can run on without 960 too). Thats 10 year old at this point


Wayland compositors can use llvmpipe: https://docs.mesa3d.org/drivers/llvmpipe.html

That being said, your bigger problem is trying to view modern websites on 1080p displays on that ancient hardware...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: