Pierre Labastie
3edc406c54
Fix mesa patch
...
mesa-add_xdemos-1.patch points to a too old version of the patch.
Use mesa-add_xdemos-2.patch pointing to the right version.
2023-04-10 12:23:56 +02:00
Bruce Dubbs
ab75b523a7
Update to mesa-23.0.2.
...
Changed to an unversioned mesa-add_xdemos-1.patch sonce it never changes.
2023-04-09 14:17:45 -05:00
Douglas R. Reno
5378451420
Update to libva-2.18.0
2023-04-08 21:35:55 -05:00
Bruce Dubbs
63ddb624f4
Update to xf86-input-libinput-1.3.0 (Xorg Driver).
2023-04-06 14:38:57 -05:00
Xi Ruoyao
6a7191e6d1
intel-media-driver: Tell how to make generation-specific build
2023-04-04 19:14:44 +08:00
Xi Ruoyao
253862074d
intel-media-driver: Install into $XORG_PREFIX
2023-04-04 18:31:31 +08:00
Douglas R. Reno
6f30fd18af
Update to intel-media-driver-23.1.5
2023-04-03 18:29:44 -05:00
Pierre Labastie
41bc718660
Update to xwayland-23.1.1 (security update)
2023-04-03 04:01:29 +02:00
Douglas R. Reno
23502fea43
Update to xorg-server-21.1.8
2023-03-30 17:24:36 -05:00
Pierre Labastie
427570a348
Update to libinput-1.23.0
2023-03-30 11:28:48 +02:00
Pierre Labastie
58140c3ea1
Update to xwayland-23.1.0
2023-03-30 10:49:13 +02:00
Pierre Labastie
d5077f7935
Update to mesa-23.0.1
2023-03-30 10:17:55 +02:00
Douglas R. Reno
02458f1856
Update to intel-media-driver-23.1.4
2023-03-23 15:34:14 -05:00
Bruce Dubbs
a2ff52a407
Make xorg-libinput-driver label lower case
2023-03-21 10:47:25 -05:00
Pierre Labastie
d5e731dfd3
xserver cannot use polkit, even at run time
...
also add role="runtime" for run time deps
2023-03-21 14:32:55 +01:00
Xi Ruoyao
adf287b1be
xorg-server: Mark both elogind and systemd dependencies runtime
...
xorg-server itself does not need libelogind/libsystemd to invoke the
logind D-Bus API. elogind/systemd-logind works for Xorg server when you
login: once you've logged in on a TTY, pam_systemd or pam_elogind
invokes systemd-logind or elogind to modify the ACL of the device node
of GPU for you:
$ getfacl /dev/dri/card1
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card1
# owner: root
# group: video
user::rw-
user:xry111:rw-
group::rw-
mask::rw-
other::---
Note that the "user:xry111:rw-" line allows the user logged in (in this
example, xry111, my user account) to operate on the GPU. If
systemd-logind or elogind is not installed, there will be no such a line
and you need to setuid bit for Xorg executable, which is not
recommended.
FWIW logind is smart enough not to add the ACL entry if you've logged in
via SSH.
You may need to logout and login again to use startx if you've installed
pam_{elogind,systemd} and Xorg server & xinit in a continous login
session, but this is already mentioned on xorg-config.xml.
You may ask why Xorg server links to libsystemd or libelogind. It uses
sd_notify and sd_listen_fds API so the Xorg server can function as a
socket-activated systemd service. This is useless in SysV: elogind is
a logind, not a service manager. In Systemd the libsystemd.so installed
in LFS should be enough, and we've never provided instructions to run
Xorg server in BLFS as a systemd service.
Reported-by: Rainer Fiebig <jrf@mailbox.org>
2023-03-21 15:23:40 +08:00
Pierre Labastie
70d6ea499f
Sysv: fix deps between dbus, X libs, and elogind
...
also remove a useless switch on dbus configure for sysv
2023-03-20 14:12:09 +01:00
Pierre Labastie
005fa60314
A few fixes to recent updates
...
- fix gobject-instrospection download url
- libXaw tarball is now .xz
2023-03-18 10:29:01 +01:00
Bruce Dubbs
250e82dbf7
Update to libXaw-1.0.15 (Xorg library).
2023-03-17 13:35:06 -05:00
Pierre Labastie
91318eb9aa
Add "setup" to meson commands
...
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Douglas R. Reno
233661ae5b
Update to various new xorg-fonts.
2023-03-02 11:00:42 -06:00
Douglas R. Reno
20c43bbcab
Update xorg-legacy-fonts to their new versions.
2023-03-02 10:45:28 -06:00
Douglas R. Reno
557e97fe31
Update to xbitmaps-1.1.3
2023-03-02 10:28:01 -06:00
Douglas R. Reno
32676cbbb1
Update to xcursor-themes-1.0.7
2023-03-02 10:23:30 -06:00
Xi Ruoyao
ad91950fbc
Update to Mesa-22.3.6
...
Bring back the update from Tim reverted due to freeze.
This partially reverts commit 211e17547c
.
2023-03-02 19:35:23 +08:00
Xi Ruoyao
f5091b3fef
x7driver: libva: List the VA API drivers (for suitable GPUs) as recommended runtime dependencies
2023-03-02 11:00:25 +08:00
Xi Ruoyao
5edd53e754
x7driver: Seperate intel-vaapi-driver from libva
...
The user should select the correct libva driver and install it, not
blindly install intel-vaapi-driver as a part of libva.
2023-03-02 10:59:56 +08:00
Douglas R. Reno
25707aa767
Add intel-gmmlib as a dependency for intel-media-driver
2023-02-27 21:35:57 -06:00
Douglas R. Reno
2ad1b08527
Xorg-Fonts: Minor reword to make the sentence flow properly
2023-02-27 20:41:10 -06:00
Douglas R. Reno
308cbf9da3
Add the Intel Media Driver.
2023-02-27 20:34:57 -06:00
Pierre Labastie
4c3c9faf26
Fix xcb-util-cursor dependencies
2023-02-26 23:38:02 +01:00
Pierre Labastie
60244f7d85
Fix libxcvt dependency on Xorg build env
2023-02-26 22:13:30 +01:00
Douglas R. Reno
d6c15b0861
Update to xf86-video-intel-20230223.
...
Tested on Intel HD Graphics 630.
I will add the intel-media-driver once I've finished testing it. So far
though, X is currently up. Note that the driver might also remove the
test failure for elements_vapostproc and elements_vacompositor from
gst-plugins-bad, but not sure on that yet. We shall see.
2023-02-25 20:14:19 -06:00
Douglas R. Reno
0e7f10adec
Tag the synaptics driver
2023-02-25 20:07:10 -06:00
Bruce Dubbs
0b4aa54601
Update to font-util-1.4.0 (Xorg Font).
2023-02-24 15:10:59 -06:00
Bruce Dubbs
5e00caf09e
Update to xf86-video-amdgpu-23.0.0.
2023-02-24 12:35:38 -06:00
Pierre Labastie
e444c3b940
xorg-server deps: Remove a spurious space in Sysv
2023-02-24 10:00:59 +01:00
Xi Ruoyao
efbfa241d5
xorg-server: Recommend the libinput driver at runtime
...
With no input driver we cannot make any input and we'll have to recover
the system via ssh or magic SysRq key.
2023-02-24 13:35:30 +08:00
Tim Tassonis
211e17547c
Revert due to freeze
...
This reverts commit 7ef484e0b5
.
2023-02-23 17:08:36 +01:00
Tim Tassonis
7ef484e0b5
Update to mesa-22.3.6.
...
Update to thunar-4.18.4.
Update to transmission-4.0.1.
2023-02-23 16:03:41 +01:00
Xi Ruoyao
5ba1d98ea6
mesa: Reword test suite paragraph to match the command
2023-02-23 13:17:10 +08:00
Pierre Labastie
1ae85c65a5
xcursor-themes: typo and decorate an envar
2023-02-22 22:39:02 +01:00
Bruce Dubbs
7eb572d100
Explicity install xcursor themes in /usr
...
We need to always install xcursor themes in /usr so gnome-wayland
cand find them.
2023-02-22 09:48:35 -06:00
Douglas R. Reno
42e9baf8e9
Tag the xf86-video-ati driver
2023-02-21 16:17:50 -06:00
Thomas Trepl
8a6a4030d7
A few tags
2023-02-21 22:13:59 +01:00
Bruce Dubbs
dc1a45e9de
Lots of tags
2023-02-17 22:35:46 -06:00
Douglas R. Reno
18aa933933
Lots of tags for X
2023-02-16 14:17:59 -06:00
Douglas R. Reno
3fb307f625
Update to xterm-379 and tag
2023-02-16 14:08:41 -06:00
Bruce Dubbs
2b2ddc1764
Update to util-macros-1.20.0.
2023-02-13 14:55:11 -06:00
Xi Ruoyao
4fa25c5da0
x7font: Fix an uppercase vs. lowercase issue
2023-02-11 15:28:37 +08:00
Xi Ruoyao
1770d641c9
xwayland: Add --buildtype=release, and ...
...
Adjust the description of man page Xserver.1: technically both Xorg and
Xwayland are in the category of "X server". The reason we don't install
it here is not "it's not a part of this package", but we don't want to
overwrite a man page from another package.
Remove the creation of /etc/X11/xorg.conf.d: "Xorg" is "another X
server" so technically Xwayland (and other packages except Xorg and the
Xorg drivers) should have nothing to do with it. In my last build
/etc/X11/xorg.conf.d is empty.
2023-02-11 15:14:16 +08:00
Xi Ruoyao
adcccac0cd
mesa: Explicitly reconfigure to use -Dbuild-tests before ninja test
...
It's good to have an example about "meson configure" command.
2023-02-10 21:36:54 +08:00
Tim Tassonis
2c596e3fed
Update to mesa-22.3.5
...
Update to transmission-4.0.0
2023-02-09 22:41:05 +01:00
Pierre Labastie
40c9be7769
Update to xwayland-22.1.8
2023-02-09 11:56:01 +01:00
Bruce Dubbs
a7a992f9a7
Update to xkeyboard-config-2.38.
2023-02-08 21:30:27 -06:00
Tim Tassonis
24ac3c2034
Update to xorg-server-21.1.7.
...
Update to libX11-1.8.4.
2023-02-07 06:40:18 +01:00
Pierre Labastie
eff9ad4b8d
Fix Xorg vmware driver md5
2023-02-06 11:53:49 +01:00
Pierre Labastie
2a56e1531d
Remove the sed in xkeyboard-config
...
This sed is used to change the command for symlinking xorg to
base in /usr/share/X11/xkb/rules. But the default for the xorg
symlinks is false, and those symlinks have been deprecated since
2005...
Prompted by a question of r1c0n3r0 on #lfs-support
Also add the explanation for --buildtype
2023-02-04 09:06:33 +01:00
Douglas R. Reno
38821efaa1
Update to xf86-video-vmware-13.4.0 (Xorg Driver)
2023-01-31 17:32:18 -06:00
Pierre Labastie
54d589072b
Remove eol spaces
2023-01-29 13:51:59 +01:00
Xi Ruoyao
4ea982c231
TTF and OTF fonts: Update info for Caladea, Carlito, and IPAex
...
For Caladea and Carlito update the URL so the user can find the latest
release.
For IPAex, update the URL (the old URL does not work now) and it seems
we need Google Translate... Also bump the version number.
2023-01-29 14:03:34 +08:00
Xi Ruoyao
17aa21c551
Change all http://*.sourceforge.net/ URLs to https
...
Now all sourceforge.net subdomains have a valid SSL certificate. The
changes are automatically done via a sed. I've reviewed the changes and
reverted the changes in archive/*, pst/xml/docbook-xsl.xml, and
stylesheets/lfs-xsl/lfs-l10n.xml. Other changes should (hopefully) be
fine.
2023-01-29 12:35:23 +08:00
Bruce Dubbs
2b9eb80b53
Update to mesa-22.3.4.
2023-01-27 11:59:31 -06:00
Bruce Dubbs
4d91a5b021
Update to libXpm-3.5.15 (Xorg Library).
2023-01-21 19:41:48 -06:00
Pierre Labastie
3c096aa0ff
Update to libva-2.17.0
2023-01-21 11:17:39 +01:00
Pierre Labastie
552f5ef64e
Update to libinput-1.22.1
2023-01-21 11:17:39 +01:00
Pierre Labastie
0f9a1f088b
Merge branch 'trunk' into plabs/python-mods
2023-01-18 15:35:32 +01:00
Pierre Labastie
f7bc1721dc
Update to mesa-22.3.3
2023-01-14 11:50:15 +01:00
Pierre Labastie
3bdc4eba16
Merge branch 'trunk' into plabs/python-mods
2023-01-10 21:57:10 +01:00
Bruce Dubbs
e927304aef
Update to xterm-378.
2023-01-10 11:50:47 -06:00
Bruce Dubbs
959291ff80
Update to mesa-22.3.2.
2022-12-30 11:25:37 -06:00
Bruce Dubbs
fd891a0295
Update to mesa-22.3.1.
2022-12-22 14:58:31 -06:00
Pierre Labastie
83afe303bd
Update to xcb-util-0.4.1
2022-12-20 20:19:13 +01:00
Pierre Labastie
2b4ea67af9
Update to xwayland-22.1.7
2022-12-20 20:13:22 +01:00
Pierre Labastie
8ed04e8d46
Update some Xorg libraries
...
LibX11-1.8.3 and libSM-1.2.4
2022-12-20 20:07:35 +01:00
Pierre Labastie
03654ad669
Update some xorg applications:
...
xhost-1.0.9 and xdriinfo-1.0.7
2022-12-20 19:56:53 +01:00
Pierre Labastie
805d241153
Update to Xorg-server-21.1.6
2022-12-20 19:40:45 +01:00
Pierre Labastie
0e806de8b6
Update to xorg-server-21.1.5
2022-12-15 13:11:36 +01:00
Pierre Labastie
7dea4470f7
Update to xwayland-22.1.6
2022-12-15 13:01:39 +01:00
David Bryant
48771ae06f
Unless it's a directory name, or something like that, "test suite"
...
should be spelled as two words.
2022-12-13 12:19:29 -06:00
Ken Moffat
89a8d9ad9f
Merge branch 'trunk' into plabs/python-mods
2022-12-12 22:34:38 +00:00
David Bryant
bdf848134a
Change "behaviour" to "behavior" throughout the BLFS book.
2022-12-12 15:30:37 -06:00
Pierre Labastie
d76620c4a7
Update some Xorg Libraries
...
libfontenc-1.1.7 libxkbfile-1.1.2 libxshmfence-1.3.2 libICE-1.1.1
2022-12-09 16:34:27 +01:00
Pierre Labastie
80724aa0ae
Update to libXau-1.0.11
2022-12-09 16:21:32 +01:00
Pierre Labastie
e5324803eb
UPdate to xkbcomp-1.4.6 (Xorg app)
2022-12-09 16:18:41 +01:00
Pierre Labastie
f4371a4447
Update to xinit-1.4.2
2022-12-06 17:22:48 +01:00
Pierre Labastie
66e5f483b6
Update some Xorg applications
...
xcursorgen-1.0.8 xgamma-1.0.7 xprop-1.2.6 xrandr-1.5.2 xset-1.2.5
xvinfo-1.1.5
2022-12-06 17:14:59 +01:00
Pierre Labastie
5297bb2a2c
Update Xorg libraries
...
libICE-1.1.0 libXScrnSaver-1.2.4 libXcomposite-0.4.6
libXdamage-1.1.6 libXres-1.2.2 libXv-1.0.12 libXxf86dga-1.1.6
2022-12-06 17:11:10 +01:00
Pierre Labastie
cf905e02e5
Merge branch 'trunk' into plabs/python-mods
2022-12-01 21:23:08 +01:00
Bruce Dubbs
75fee1b462
emove references to Xorg "katamari"
...
Also tweak a tar command in llvm.
2022-11-29 15:46:29 -06:00
Pierre Labastie
3f2db3a638
Remove sect1info tags
...
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Bruce Dubbs
d5707e3c70
Update to xterm-377.
2022-11-26 14:40:52 -06:00
Bruce Dubbs
8513fd1cde
Update to libinput-1.22.0 (Xorg driver).
2022-11-26 10:21:46 -06:00
Bruce Dubbs
63f6a95fd1
Update xog libraries libXpm-3.5.14 and libXrandr-1.5.3
2022-11-26 09:38:08 -06:00
Pierre Labastie
07b70460e6
Update to libXdmcp-1.1.4
2022-11-20 09:54:35 +01:00
Bruce Dubbs
0fb8ea1c72
Update to xterm-376.
2022-11-18 14:00:58 -06:00
Pierre Labastie
ef007ac7e7
Update to mesa-22.2.4
2022-11-18 14:41:55 +01:00
Pierre Labastie
bbc89d24db
Update to libXft-2.3.7 (Xorg library)
2022-11-18 14:33:05 +01:00
Pierre Labastie
4f406eae0e
Merge branch 'trunk' into plabs/python-mods
2022-11-17 08:58:32 +01:00
Bruce Dubbs
ca13882d85
Update xorg apps
...
Update to xlsclients-1.1.5 (Xorg App).
Update to xlsatoms-1.1.4 (Xorg App).
Update to xkill-1.0.6 (Xorg App).
Update to xkbevd-2.1.5 (Xorg App).
2022-11-16 10:23:24 -06:00