Results 1 to 4 of 4

Thread: Restoring XFree86 version 4.3

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Posts
    7

    Restoring XFree86 version 4.3

    I made a few mistakes in the process of trying to get 3D acceleration working on my hdinstall, and now am without X.

    When attempting to start X (using startx) I receive the following errors:

    (EE) module ABI minor version (4) is newer than the server's version (3)
    (EE) Failed to load module "bitmap" (module requirement mismatch, 0)

    My current XFree86 version is:
    4.2.99.2 (DRI trunk)
    (This is after getting the newest version from the mirrors.)
    Knoppix comes with 4.3 installed, so that's most likely the problem.

    Any idea on how to change the 4.2.99.2 to 4.3?

  2. #2
    Senior Member registered user
    Join Date
    Jul 2003
    Posts
    130
    I'm not sure if this will fix the problem, but there is a related thread here:

    http://www.linuxquestions.org/questi...debian+xfree86

  3. #3
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: Restoring XFree86 version 4.3

    Quote Originally Posted by evilmrhenry
    I made a few mistakes in the process of trying to get 3D acceleration working on my hdinstall, and now am without X.

    When attempting to start X (using startx) I receive the following errors:

    (EE) module ABI minor version (4) is newer than the server's version (3)
    (EE) Failed to load module "bitmap" (module requirement mismatch, 0)

    My current XFree86 version is:
    4.2.99.2 (DRI trunk)
    (This is after getting the newest version from the mirrors.)
    Knoppix comes with 4.3 installed, so that's most likely the problem.

    Any idea on how to change the 4.2.99.2 to 4.3?
    If you have the old .deb for 4.3 still in your /var/cache/apt/archives you can remove the 4.2.99.2 packages and install the 4.3 with dpkg -i one_hell_of_a_long_list_packages_exact_version_num bers=4.3.0-0ds4_i386.deb or you can add a line to experimential and get the packages form there some notes from my changelog on how to do this:

    The packages for xfree86 have moved from there to the Debian offical experimental archive now you need to comment out the line for the penguinppc in the /etc/apt/sources.list and install the packages from experimental. eg.

    The /etc/apt/sources.list:

    Code:
    ## XFree 4.2/4.3
    #deb http://people.debian.org/~branden/packages sid/i386/
    #deb-src http://people.debian.org/~branden/packages sid/source/
    #deb http://www.penguinppc.org/~daniels/sid/i386 ./
    #deb-src http://www.penguinppc.org/~daniels/sid/source ./
    ## Experimential needed for XFree86 4.3
    deb http://ftp.debian.org/debian ../project/experimental main contrib non-free

    To find the packages you need to upgrade:

    Code:
    >$ COLUMNS=150 dpkg -l | grep 4.3.0 
    ii  libdps1                         4.3.0-0ds4                      Display PostScript (DPS) client library
    ii  libxaw7                         4.3.0-0ds4                      X Athena widget set library
    ii  xbase-clients                   4.3.0-0ds4                      miscellaneous X clients
    ii  xfonts-100dpi                   4.3.0-0ds4                      100 dpi fonts for X
    ii  xfonts-100dpi-transcoded        4.3.0-0ds4                      100 dpi fonts for X (transcoded from ISO 10646-1) 
    ii  xfonts-75dpi                    4.3.0-0ds4                      75 dpi fonts for X
    ii  xfonts-75dpi-transcoded         4.3.0-0ds4                      75 dpi fonts for X (transcoded from ISO 10646-1) 
    ii  xfonts-base                     4.3.0-0ds4                      standard fonts for X
    ii  xfonts-base-transcoded          4.3.0-0ds4                      standard fonts for X (transcoded from ISO 10646-1) 
    ii  xfonts-scalable                 4.3.0-0ds4                      scalable fonts for X
    ii  xfree86-common                  4.3.0-0ds4                      X Window System (XFree86) infrastructure 
    ii  xfs                             4.3.0-0ds4                      X font server
    ii  xlibs                           4.3.0-0ds4                      X Window System client libraries 
    ii  xlibs-data                      4.3.0-0ds4                      X Window System client data
    ii  xlibs-dev                       4.3.0-0ds4                      X Window System client library development files 
    ii  xserver-common                  4.3.0-0ds4                      files and utilities common to all X servers
    ii  xserver-xfree86                 4.3.0-0ds4                      the XFree86 X server 
    ii  xutils                          4.3.0-0ds4                      X Window System utility programs

    To upgrade the Xserver you need to update the database after the changes in the /etc/apt/sources.list file then install with this:

    Code:
     
    dselect update 
    apt-get -s install -t experimental xutils xserver-xfree86 xserver-common xlibs-dev xlibs-data xlibs xfree86-common xfonts-scalable xfonts-base-transcoded xfonts-base xfonts-75dpi-transcoded xfonts-75dpi xfonts-100dpi xfonts-100dpi-transcoded xbase-clients libxaw7 libdps1

    If everything looks good with the simulated apt-get command then remove the -s from the line to actually install the packages.



    To find the packages you need to remove (and install again) you should use something like COLUMNS=150 dpkg -l | grep 4.2.99 then remove them and install from the archive on your disk or Debian experimential.

    Note: For so stupid reason the apt-get -t experimential command worked fine on my testing drive but on my normal everyday drive I had to use apt-get install xserver-xfree86=4.3.0-0pre1v4 ...... and so on for the rest of the packages to be installed.

    Edit: Damn I hate typos hopefully there are no more.

  4. #4
    Junior Member
    Join Date
    Dec 2003
    Posts
    7
    Okay, X is back up and running now, basically the way it was before. For reference and for anyone else with the same problem, this is a synopsis of the problem and solution:

    Problem: When trying to get 3D acceleration working, I loaded something from the drm-trunk of xfree86; this was version 4.2.99.2, so everything depending on it being 4.3.0 freaked out. In retrospect, that was a bad idea.

    Although I did a few things, I _think_ the following steps fixed it:

    COLUMNS=150 dpkg -l | grep xfree86
    Find the name of the drm-trunk version.
    apt-get remove what_ever_the_name_was

    The part that stumped me for the better part of a day was that drm-trunk did not have a version number, but a date attached. Therefore, neither
    COLUMNS=150 dpkg -l | grep 4.3.0 or
    COLUMNS=150 dpkg -l | grep 4.2.99
    would show this package.


    Anyway, is there an easy way to get an ATI Radeon card working under Knoppix hdd-install? It was working (and still is) on the CD.

Similar Threads

  1. Problem Restoring Settings
    By tstrickland in forum General Support
    Replies: 10
    Last Post: 07-14-2005, 12:45 AM
  2. Xfree86 version?
    By beige_matchbox in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 04-15-2005, 05:45 PM
  3. restoring windows files
    By hood in forum MS Windows & New to Linux
    Replies: 1
    Last Post: 01-17-2005, 12:05 AM
  4. Restoring default X behavior
    By raydj in forum Customising & Remastering
    Replies: 3
    Last Post: 03-23-2004, 03:00 PM
  5. restoring partition
    By thesystem in forum Hardware & Booting
    Replies: 1
    Last Post: 05-08-2003, 06:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Apple Macintosh PowerCD Remote Control Power CD PLAYER 1993 Vintage picture

Apple Macintosh PowerCD Remote Control Power CD PLAYER 1993 Vintage

$99.00



Vintage IBM 5150 5160 Personal Computer PC XT  Drive cover  Factory picture

Vintage IBM 5150 5160 Personal Computer PC XT Drive cover Factory

$79.99



Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version picture

Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version

$10.39



Z80 - NABU PC & Keyboard - Vintage New Old Stock (Retro 80's) picture

Z80 - NABU PC & Keyboard - Vintage New Old Stock (Retro 80's)

$139.99



Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW picture

Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW

$8.99



Vintage Black Microsoft intellimouse Optical USB Wheel Mouse 1.1/1.1a - EXC COND picture

Vintage Black Microsoft intellimouse Optical USB Wheel Mouse 1.1/1.1a - EXC COND

$28.95



3x Vintage 1960’s Magnetic Card For Mag Typewriter MC/ST picture

3x Vintage 1960’s Magnetic Card For Mag Typewriter MC/ST

$2.12



VINTAGE GATEWAY Solo  14.1

VINTAGE GATEWAY Solo 14.1" 9100 PENTIUM II Laptop, AC Adapter.

$50.00



SEALED Vintage Western Digital Value Line Hard Drive 3.5-Inch Enhanced IDE 25 GB picture

SEALED Vintage Western Digital Value Line Hard Drive 3.5-Inch Enhanced IDE 25 GB

$100.00



Vintage Computer Chip Gold White Ceramic Intel C1702A Static EPROM 2048-bit 1972 picture

Vintage Computer Chip Gold White Ceramic Intel C1702A Static EPROM 2048-bit 1972

$95.00