X11 7.7 Released, Brings Multi-Touch Input
First time accepted submitter Jizzbug writes "The X Window System made release X11 7.7 last night (June 9th): 'This release incorporates both new features and stability and correctness fixes, including support for reporting multi-touch events from touchpads and touchscreens which can report input from more than one finger at a time, smoother scrolling from scroll wheels, better cross referencing and formatting of the documentation, pointer barriers to control cursor movement, and synchronization fences to coordinate between X and other rendering engines such as OpenGL.'"
i thought xorg buried x a long time ago. x is the cat with 11 lives. rimshot.
lose != loose
X virtualises user interface devices: mice, keyboard, display. Why sound has always been outside? Is not it another part of user interface?
Why we have these incompatible "sound servers", if the X protocol could be used instead? Tunneling a video with sound through X through ssh through Internet? No problem.
Only way I figured out it was X.org is clicking the link.
Wise words from a wise man
Coordinating with other engines? Isn't that the kind of thing that lets one use Wayland partially as a standalone server side to side to X? Is this the 'feature' of stepping down and letting other servers or engines develop?
Maybe we'll evolve this way past the Xorg.conf and its documentation, good riddance, moving from a wrinkled legacy to a more sane and friendly approach. I love X when it works, it's unbearable when it doesn't.
uhm...
Several years for making a new feature into X, and then several months for making it into GUI frameworks, and then more months for apps to finally utilize that particular feature.
X has had multi touch for YEARS. It was a patch. it's only now that it's a part of the official.
Do not look at laser with remaining good eye.
The X Consortium (the follow-on to the MIT X Consortium, i.e. the original x.org) started to do audio back around 1994.
Nobody gave a toss then and the project died when the consortium folded at the end of 1996.
And BTW, before that there were two competing audio extensions, one from DEC and the other from NCD IIRC, and neither one caught on.
Anybody know what is Wayland's status at the moment? When will it be ready to be bundled w/ the likes of FreeBSD, Debian, RedHat, Gentoo and other leading base Linux distros?
Or can it also record things like multiple hovering events?
File under 'M' for 'Manic ranting'
I've actually played around a bit with X Windows's remote windowing feature, which was around years before MS put similar functionality in Windows, but it was a pain to set up and get it working.
Are there any window managers/desktop environments that can utilize X's more esoteric features like these in a simple, uncomplicated fashion? Preferably without messing with the command line.
Did Linux ever get an equivalent to DirectDraw? I know there is svgalib, but I thought that was equivalent to full screen DOS programs on Windows 98, since it could not share the screen. The news about coordinating rendering engines sounds neat, like you could safely get access to video memory and bypass any windowing systems, but still cooperate with a windowing system.
"but it was a pain to set up and get it working."
Yup, I mean look at these examples for how devastatingly complicated it it:
"xterm -display [host ip]:[display id]"
or if you're feeling even more l337:
export DISPLAY=[host ip]:[display]
xterm
But I guess if you wet the bed at the thought of having to use a keyboard instead of a mouse then you're pretty screwed.
"xhost +"
Sorted.
I remember a few years ago hearing that there were plans to incorporate NX technology into X, what's the status for that? I run NX sessions over a slow internet connection to a remote machine and it works well, standard remote X is unusable for me.
Maybe we will get some active development on compiz, or something equivalent again to take advantage of all of the cool things you could do with this.