Earlier quoted context omitted.
Needs to be implemented in each compositor, like most other missing details on Wayland.
Actually... Wayland fully supports transparent windows assuming you have a buffer with alpha transparency, and windows have no decoration by default. It would take a very small protocol extension to allow overlay windows which don't accept input of their own, allowing for Redshift (and other tinting tools, such as those for dyslexia) to implement such an extension without embedding it into a compositor. Wayland has a…
Fedora 25 to Run Wayland by Default
11–20 of 31 posts
Re: Fedora 25 to Run Wayland by Default
#12Earlier quoted context omitted.
Actually... Wayland fully supports transparent windows assuming you have a buffer with alpha transparency, and windows have no decoration by default. It would take a very small protocol extension to allow overlay windows which don't accept input of their own, allowing for Redshift (and other tinting tools, such as those for dyslexia) to implement such an extension without embedding it into a compositor. Wayland has a…
Redshift (or flux) doesn't work that way. It adjusts the monitor's color temperature using XRandR.
Re: Fedora 25 to Run Wayland by Default
#13Re: Fedora 25 to Run Wayland by Default
#14Earlier quoted context omitted.
This is one thing that Mac seems to have gotten perfect nowadays, I connect my retina laptop to non-retina monitors, and every seems to work fine, all the time. Apple made one massive simplification -- apps only run at 1x size, or 2x size, and nothing else. This isn't theoretically "nice", but (for me) covers most use cases, and seems to have made the implementation much easier, as you can still design your interface…
OSX's scaling system is actually more flexible than just 1x and 2x. I often run my 4K monitor at the effective 1440p resolution. Applications such as Retina Display Manager let you choose between many more scaling sizes than the standard system settings.
Re: Fedora 25 to Run Wayland by Default
#15Re: Fedora 25 to Run Wayland by Default
#16Does this mean remoting is available? I can't find anything recent and definitive, but the FAQ still says no. I've never understood how Wayland can even be considered usable without it. "The user owns exactly one computer" hasn't been true for a decade or more.
Re: Fedora 25 to Run Wayland by Default
#17Does this mean remoting is available? I can't find anything recent and definitive, but the FAQ still says no. I've never understood how Wayland can even be considered usable without it. "The user owns exactly one computer" hasn't been true for a decade or more.
What do you mean by remoting? Are you talking about X11 forwarding in which case it's highly unlikely due to it not being X11.
Re: Fedora 25 to Run Wayland by Default
#18Does this mean remoting is available? I can't find anything recent and definitive, but the FAQ still says no. I've never understood how Wayland can even be considered usable without it. "The user owns exactly one computer" hasn't been true for a decade or more.
What do you mean by remoting? Are you talking about X11 forwarding in which case it's highly unlikely due to it not being X11.
Re: Fedora 25 to Run Wayland by Default
#19Does this mean remoting is available? I can't find anything recent and definitive, but the FAQ still says no. I've never understood how Wayland can even be considered usable without it. "The user owns exactly one computer" hasn't been true for a decade or more.
What Wayland is not is a protocol designed for remote transport over TCP. Neither was X11, mind you. There are other, better, protocols like this, like RDP, VNC, and SPICE. These protocols use techniques from video compression and instead of shared memory.
You can use VNC and RDP with Wayland.
Re: Fedora 25 to Run Wayland by Default
#20Does this mean remoting is available? I can't find anything recent and definitive, but the FAQ still says no. I've never understood how Wayland can even be considered usable without it. "The user owns exactly one computer" hasn't been true for a decade or more.
Wayland is a protocol for efficient buffer sharing and windowing semantics. It can be seen as the equivalent to CreateWindow and friends on Windows -- we use binary protocols instead of C APIs, but the idea is the same. What Wayland is not is a protocol designed for remote transport over TCP. Neither was X11, mind you. There are other, better, protocols like this, like RDP, VNC, and SPICE. These protocols use techniq…
Also, VNC is nothing like the network transparency of X11. In X, I am able to run a single application on one machine, connecting to an X server running on a different machine. The application will be a first-class citizen in the user environment. This is in contrast to the VNC case where it lives in a separate desktop that is forwarded as a whole to be displayed in a window on the receiver side.