Hacker News new | past | comments | ask | show | jobs | submit | tuna74's comments login

I always like the "look" of high bit rate Mpeg2 video. Download HD japanese TV content from 2005-2010 and it still looks really good.

"Let's end this disaster. It's been 16 years. It's almost old enough to vote. When will we accept it has failed?"

Use what you think is better then.


You can do whatever you want if you control a distribution. Use something else if you don't like it.

How would you "watch a pixel on the screen" in pure software. You need a camera and an input device in the loop.

Is it not possible to simply query the frame buffer right before its sent down the HDMI cable. What color is pixel 0,0?

Maybe you could do that by hacking the driver in a Linux system? I don't know actually.

There have been actual tests showing players have better accuracy up to 360 fps displays.

https://www.youtube.com/watch?v=OX31kZbAXsA


Just do it!

Of the things you list, IMO, maybe the display configuration should be part of the Wayland protocol.

It might be a better technical design to have the other stuff outside of the display protocol. Just because Xorg implemented something does not mean you have to put it in the Wayland protocol.


Routing of input events to windows has turned out to also be extremely important for a display subsystem in practice. It wasn’t just X11 that did this, it was also the NeXT window server, and Sun’s NeWS, and SGI’s pre-X window system, and the original VAXstation window system on VMS, as well as how both modern macOS and modern iOS and iOS-derived platforms work.

In any of these cases there may be one or more daemons behind the scenes handling the “raw” input—possibly even in cooperation with kernel-level pre-processing code, to ensure low latencey—but most event delivery to applications is associated with windows, with options to get lower-level access if needed.

One of the things that helps many of the systems described above with latency is kernel participation, whether by pushing much of the preprocessing of events down to the drivers so there’s little for userspace to do, or by implementing kernel-level zero-copy IPC (e.g. use of Mach messages by NeXT and Apple).

If human interface IPC happens entirely in userspace and requires multiple context switches to get an event from device to a display change, you’ll wind up with hitches and delays unless there’s some sort of scheduler hinting that ensures each stage in the pipeline runs immediately after the last.

This is, of course, why there was a lot of desire by Wayland advocates for kernel dbus support, but they went at the problem backwards: “Let’s take DBus, and make it fast by putting it in-kernel,” *without* first trying to make it as fast as possible without kernel support, *and* without trying to figure out the minimal feature set for kernel-level IPC that would be needed to support it (which may not look like DBus).


I have run Wayland since it was available for testing on Fedora Workstation and I have had zero problems inputting Japanese and Chinese.

With regards to accessibility, what problems have you had exactly?


> With regards to accessibility, what problems have you had exactly?

Fedora shipped a broken screen reader for 8 years.


Is there a bug report for this anywhere? Does everything work now?

I vaguely remember someone made a blog post about it and got piled-on. I think it's now fixed or being fixed.

Edit: Found it https://ar.al/2024/06/23/fedora-has-been-shipping-with-a-bro...


> I have had zero problems inputting Japanese and Chinese.

That may be fine.

Neo2 does not work. Neo has 3 modifier keys, Gnome/Mutter/Wayland/Whatever does only support two. Neo2 has a compose key, Wayland does not honor it.

https://neo-layout.org/

I use mod4 for navigation (arrow keys, site up) and compose for Slavish (read Polish) input (źżąę)


2 finger scroll doesn't work on my thinkpad model.

Not a bug, apparently. https://gitlab.freedesktop.org/libinput/libinput/-/issues/10...


I think that gnome has had built-in IME, but at least for a long time, it wasn't possible to use a third party system with gnome, or use gnome's with other compositors. And I'm pretty sure the situation was the same for sreen readers and on-screen keyboards. The wlroots project created their own protocols to support external applications to provide such features, since that is out of scope for a compositor like sway, but there are still missing pieces.

What is lacking when you are using Orca on Gnome with wayland?

Netflix wants subscribers in Korea so they have every motivation to create content that Korean people want to watch. If Americans like it as well that is just a bonus.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: