Commit Graph

65 Commits

Author SHA1 Message Date
Bruce Dubbs
511e498edb Remove duplicate words 2023-09-01 10:52:38 -05:00
Douglas R. Reno
d320827b5f Add a section to xorg-config about issues with Nouveau GPUs.
If we had the Xorg Drivers section still with xf86-video-nouveau there,
this probably would've gone over there originally, but this place fits
well.

The original plan was to put this into LFS, but I decided against it
since it works fine until you start using programs such as Epiphany or
KDE Plasma.
2023-08-30 23:14:09 -05:00
Douglas R. Reno
88146cd4c6 Archive LXDM.
Bruce suggested this due to issues with PAM and elogind.
2023-08-30 23:02:32 -05:00
Pierre Labastie
e440af55af Remove trailing spaces and a few typos 2023-08-27 10:41:46 +02:00
Douglas R. Reno
0c76f3cfb3 Typo fixes from rhubarbpieguy 2023-08-01 15:22:19 -05:00
Xi Ruoyao
7affde51e6
xorg-config: Further refine the condition where vga_arbiter is needed
Let's stop people from messing with vga_arbiter because they have two
state-of-art NVIDIA or AMD GPUs.
2023-07-26 17:58:30 +08:00
Xi Ruoyao
1473268a08
xorg-config: Remove xf86-video-* remnant from PRIME configuration
Hmm, it may be hard to distinguish two "modesetting"s here.  But anyway
this command is said to be unnecessary with the modesetting driver.
2023-07-26 17:03:45 +08:00
Xi Ruoyao
9871a7a6a8
xorg-config: Update the DRI checking example after xf86-video-* removal 2023-07-26 16:46:23 +08:00
Xi Ruoyao
4ada352178
xorg-config: Some reword about the TearFree control
1. Move the configuration file into /etc, to be consistent with other
   configuration files created in BLFS.
2. We no longer need a separate "configure the graphic card" example
   because the TearFree configuration file is already a good example.
3. Tearing issue is really not new after xf86-video-* removal.  In some
   xf86-video-* drivers a TearFree option is available but rarely
   enabled by default (only the amdgpu driver when the output is rotated
   or transformed).  So this is actually the first time we document it
   in BLFS.
4. It's really not difficult to observer the tearing by dragging a
   window in twm, despite twm only renders the window border during
   dragging.
2023-07-26 16:04:06 +08:00
Xi Ruoyao
2ac99448b1
xorg-config: Remove "AIGLX error" section
With modesetting driver, $HOME/.local/share/xorg/Xorg.0.log contains:

    [ 65817.713] (II) AIGLX: Loaded and initialized crocus

And there is no more "AIGLX error" messages.
2023-07-26 16:04:05 +08:00
Douglas R. Reno
810935e2b5 Xorg-config: Add a section about configuring Tearfree.
We might want to consider reviewing that page now that we don't carry
any of the other Xorg drivers now.
2023-07-21 20:15:47 -05:00
Xi Ruoyao
f4d129763c
/usr/libexec/Xorg does not exist anymore
With -Dsuid_wrapper=true removed from xorg-server, /usr/bin/Xorg is the
Xorg server itself.
2023-07-19 03:54:44 +08:00
Xi Ruoyao
5c7ad049db
Move Xorg mode line setting from qemu to xorg-config
It's not really QEMU specific.

By the way, move the "additional cfg unneeded on most systems" into the
bottom of the page, and adjust it to refer modesetting driver instead of
radeon driver.
2023-07-13 19:56:08 +08: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
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Xi Ruoyao
87fc1855fd
x: URL updates 2022-09-08 16:28:54 +08:00
Douglas R. Reno
5f729f8e30 Various typo fixes 2022-08-11 17:36:37 -05:00
Bruce Dubbs
b0b84b6222 Fix some typos and use gz for icewm 2022-08-03 10:39:06 -05:00
Bruce Dubbs
ddec2a88f1 spelling 2022-07-14 17:16:17 -05:00
Xi Ruoyao
8e8dd4fdad
xorg-config: fix a typo 2022-06-23 18:32:19 +08:00
Xi Ruoyao
d6b45f7ae5
change egrep to grep -E
egrep is deprecated since 2007, and the next grep release (3.8 or 4.0)
will print a warning if it's used.

Url: https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a951562
2022-06-23 18:15:12 +08:00
Bruce Dubbs
9f4aee8c4a typos 2022-06-01 20:01:16 -05:00
Bruce Dubbs
147b566723 Explain some Xorg.0.log error/warning messages.
Added explainations for:

(WW) Open ACPI failed (/var/run/acpid.socket)
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(EE) AIGLX error: dlopen of /opt/xorg/lib/dri/i965_dri.so failed
(EE) AIGLX error: unable to load driver i965
2022-06-01 19:40:58 -05:00
Ken Moffat
b9c353b87a Typo fixes from rhubarbpieguy. 2022-03-25 03:29:22 +00:00
Bruce Dubbs
2c871871fb Spelling fixes 2022-02-16 15:04:13 -06:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Xi Ruoyao
df5c5e0a6f xorg testing: add sysrq as a precaution if Xorg hangs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24254 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-21 15:34:50 +00:00
Pierre Labastie
97ee53dc35 Finish formatting the x chapter, and small updates
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22872 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-22 08:34:34 +00:00
Bruce Dubbs
d43c7a124f Archive gtk-xfce-engine and xfce4-kbd-plugin.
Move libwnck2 to lxde.
Tag lxde dependencies.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21992 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-17 22:49:15 +00:00
Pierre Labastie
cc405844a3 Two unrelated things:
- add role="first" to libva dependency in mesa (circular dep)
- remove the paragraph about permissions to access /dev/dri/card0
  in xorg-config, since now elogind and systemd take care of that

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21986 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-17 08:22:18 +00:00
Bruce Dubbs
82bdecfad0 Tag Xorg and it's dependencies.
Some misc text tweaks.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21982 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-16 22:28:01 +00:00
Bruce Dubbs
51dfb3e400 Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and  BLFS/branches/elogind-bootscripts
to trunk.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21754 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-06-27 20:55:17 +00:00
Pierre Labastie
6039a3956f Remove PRIME patch, augment Hybrid graphics instructions
+ one unrelated tag

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19111 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-08-27 11:41:00 +00:00
Pierre Labastie
da4b5e0903 More formatting of the Xorg config page. Only one text change:
"/GB" removed...

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18705 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-05-09 08:59:52 +00:00
Pierre Labastie
7612749af5 Add some systemd information to the Xorg Configuration page, plus formatting
and add an example of XkbLayout for non-qwerty keyboard.*

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18702 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-05-08 18:04:32 +00:00
Douglas R. Reno
fce306768f Fix my intel driver mistakes :)
Fix lib64 problems in JasPer and Freeglut
GTK+2 tags and Sawfish, gtk3/deps next

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18324 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-02-17 00:10:58 +00:00
Bruce Dubbs
00af31dfe5 Add several font files to the Xorg legacy font section
to avoid warnings during testing.

Update to lxpanel-0.9.3. 
Update to lxtask-0.1.8. 
Update to lxappearance-0.6.3.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18213 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-01-25 21:17:42 +00:00
Ken Moffat
e180a646aa For a' that, an a' that,
It's coming yet for a' that,
That ilka body the world o'er,
Can use Guid Fonts for a' that.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18211 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-01-25 17:03:58 +00:00
Ken Moffat
dafff57a30 The example instruction for DejaVu fonts was incorrect because the TTFs are in a subdirectory. Thanks to the rhubarbpieguy for spotting this.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17789 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-09-21 22:44:04 +00:00
Ken Moffat
d769233427 Some rewording around the end of Xft Font Protocol: in particular stop recommending the Unicode Font Guide (unmaintained, outdated) and note that noto-fonts are almost complete. Also mention unzip here.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17643 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-08-18 03:09:27 +00:00
Ken Moffat
29e77975bd TTF fonts: point to osuosl for fireflysung, add UMing to go with UKai and remove the reference to /etc/fonts/conf.d for them because neither are listed there.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17642 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-08-18 01:47:17 +00:00
Ken Moffat
01ce9b4fa9 Change the link to my font-analysis website. Unfortunately, producing updated data is taking longer than I anticipated, so for the moment the contents are still the old stuff from three years ago.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17283 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-04-24 20:17:42 +00:00
Fernando de Oliveira
f34293095b • mupdf-1.8: minor reformat.
• removing spaces from EOL, from Denis Mugnier.
• BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate
  the book. One chunck had been removed. Bruce, please check if it is
  OK, now.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16645 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-11-13 14:24:57 +00:00
Igor Živković
7a395d143a Update to libusb-1.0.20.
Update to mesa-11.0.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16518 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-10-11 11:51:21 +00:00
Bruce Dubbs
8471938006 Add git to fontforge dependencies
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16035 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-05-26 23:00:31 +00:00
Bruce Dubbs
c8a70a573a Fix a security issue in elfutils identified upstream.
Update Software Rasterizer in xorg config section.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15604 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-03-04 03:27:20 +00:00
Bruce Dubbs
9b175e272e Finish tagging!
Minor edits and corrections.
Add kernel config to cheese


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15603 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-03-04 00:19:21 +00:00
Krejzi
b194f2b516 Package updates and fixes.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11161 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-05-05 18:02:40 +00:00
Ken Moffat
5fb5a6cdbf Tweak Xft Font Protocol - link to the html I added to my ntlworld font directories, and change /etc/fonts/fonts.d to /etc/fonts/fonts.conf
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11067 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-03-08 17:19:25 +00:00