Changeset a2c6cd2 for x


Ignore:
Timestamp:
02/27/2015 12:05:45 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
30ca5349
Parents:
56d38b8
Message:

add two seds in xorg-server instructions:

  • allows the modesetting driver to start on i686
  • prevents the mouse pointer to disappear on 32 and 64 bit machine, with

the modesetting driver

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15577 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-server.xml

    r56d38b8 ra2c6cd2  
    126126
    127127<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>
     128
     129    <para>
     130      The <application>modesetting</application> driver is now included in
     131      the tarball (since version 1.17). It needs to be fixed for 32-bit
     132      machines (first command below), and for cards which do not support
     133      the mouse pointer in hardware (second command below):
     134    </para>
     135
     136<screen><userinput>sed -e '/\*\//a #define _FILE_OFFSET_BITS 64' \
     137    -i hw/xfree86/drivers/modesetting/dumb_bo.c
     138sed -e 's/ == -EINVAL//' \
     139    -i hw/xfree86/drivers/modesetting/drmmode_display.c</userinput></screen>
    128140
    129141    <para>
Note: See TracChangeset for help on using the changeset viewer.