Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| Message-ID | <63b7c708@news.ausics.net> (permalink) |
|---|---|
| From | Computer Nerd Kev <not@telling.you.invalid> |
| Subject | Re: [LINK] X11 Server Development Pace Hits A Two Decade Low |
| Newsgroups | comp.misc |
| References | (3 earlier) <k1nr99Fb090U1@mid.individual.net> <tp6du9$lva3$9@dont-email.me> <tp6ss9$2s19c$1@dont-email.me> <63b7513a@news.ausics.net> <6rck8j-fmr.ln1@anthive.com> |
| Date | 2023-01-06 17:00 +1000 |
| Organization | Ausics - https://www.ausics.net |
ant <ant@anthive.com> wrote: > Computer Nerd Kev wrote: > ... >> So I don't expect that I'll ever need to switch to Wayland. I'm >> not all that concerned about X.Org not getting any new features, or >> applications eventually dropping X11 support. The only issue might >> be how X ties in closely with the Linux kernel (expecially now that >> it uses the Kernel's DRM interface, which is bound to change over >> time). So if development gets entirely abandoned, eventually it >> might not compile/run on modern Linux at all. But I recently >> succeeded at getting the last release of XFree86, from 2008, to run >> on modern Linux, as well as on ARM, after performing a long list of >> minor code fixes. So I expect that an X server will remain >> runable on Linux for me, at worst after an approachable amount of >> individual work. > > did you post those changes someplace? Sort of. The modified file are here along with my custom input and display drivers (which can be disabled in the build configuration): https://github.com/gtoal/pitrex/tree/master/xc See "Building / Installing" in the pitrex_README.txt file for how to build from that, or using the patch file that I also provide. Since I wrote that I've also built it on Linux 5.10 with GCC 10. Only the "static" server build runs, the modular server doesn't, so don't change "#define DoLoadableServer NO" in config/cf/host.def. GLX causes a segmentation fault, so avoid OpenGL (3D) programs. I might look into that eventually. Both those problems might only happen on ARM, I haven't tried building it on PC. Also only the framebuffer driver has been tested (besides my own hacked "dummy" driver) because that's the only one that makes sense on a Raspberry Pi. > not that i'd ever need them myself but perhaps someone else > would be able to use them. Most useful is probably the Xfbdev TinyX server mentioned at the end of that README, especially on computers like the RPi Zero which are slow to load Xorg. Xorg removed TinyX many years ago. -- __ __ #_ < |\| |< _#
Back to comp.misc | Previous | Next — Previous in thread | Next in thread | Find similar
[LINK] X11 Server Development Pace Hits A Two Decade Low not@telling.you.invalid (Computer Nerd Kev) - 2023-01-05 07:49 +1000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Andy Burns <usenet@andyburns.uk> - 2023-01-04 22:48 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Dan Espen <dan1espen@gmail.com> - 2023-01-04 19:35 -0500
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Mike Spencer <mds@bogus.nodomain.nowhere> - 2023-01-05 01:14 -0400
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Andy Burns <usenet@andyburns.uk> - 2023-01-05 11:33 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Spiros Bousbouras <spibou@gmail.com> - 2023-01-05 18:11 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Andy Burns <usenet@andyburns.uk> - 2023-01-05 19:33 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Spiros Bousbouras <spibou@gmail.com> - 2023-01-05 20:32 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Javier <invalid@invalid.invalid> - 2023-01-08 03:00 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low not@telling.you.invalid (Computer Nerd Kev) - 2023-01-09 06:57 +1000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Marco Moock <mo01@posteo.de> - 2023-01-09 08:16 +0100
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Computer Nerd Kev <not@telling.you.invalid> - 2023-01-09 19:32 +1000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Marco Moock <mo01@posteo.de> - 2023-01-09 08:15 +0100
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low kludge@panix.com (Scott Dorsey) - 2023-01-10 20:28 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Marco Moock <nn263@uni-heidelberg.de> - 2023-01-05 08:44 +0100
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Andy Burns <usenet@andyburns.uk> - 2023-01-05 11:40 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Marco Moock <mo01@posteo.de> - 2023-01-05 12:56 +0100
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Dan Espen <dan1espen@gmail.com> - 2023-01-05 11:11 -0500
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low not@telling.you.invalid (Computer Nerd Kev) - 2023-01-06 08:37 +1000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low ant <ant@anthive.com> - 2023-01-05 21:15 -0500
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Computer Nerd Kev <not@telling.you.invalid> - 2023-01-06 17:00 +1000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Javier <invalid@invalid.invalid> - 2023-01-08 03:11 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Mike Spencer <mds@bogus.nodomain.nowhere> - 2023-01-05 17:26 -0400
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Eric Pozharski <whynot@pozharski.name> - 2023-01-05 09:29 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Nicholas Outre <nothing@nowhere.net> - 2023-01-05 10:33 -0500
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Spiros Bousbouras <spibou@gmail.com> - 2023-01-05 18:31 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Andy Burns <usenet@andyburns.uk> - 2023-01-05 19:29 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Spiros Bousbouras <spibou@gmail.com> - 2023-01-05 20:25 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low not@telling.you.invalid (Computer Nerd Kev) - 2023-01-06 08:50 +1000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Joe Beanfish <joebeanfish@nospam.duh> - 2023-01-06 15:30 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Oregonian Haruspex <no_email@invalid.invalid> - 2023-01-09 05:46 +0000
Re: [LINK] X11 Server Development Pace Hits A Two Decade Low Javier <invalid@invalid.invalid> - 2023-01-20 23:13 +0000
csiph-web