[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Rage Mobility DRI problem



OK, following all your helpful comments I now have a fulling working kernel 2.4.18 + pcmcia-cs built from sources.
And the DRM kernel modules compiled and installed without any problems.

But then, when trying to restart the X server I get the following error:

/usr/bin/startxfce: Starting X server

...

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.17 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Oct  7 13:36:55 2002
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Laptop Display"
(**) |   |-->Device "ATI Rage Mobility"
(**) |-->Input Device "Generic Keyboard"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc102"
(**) XKB: layout: "de"
(**) XKB: variant: "nodeadkeys"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0

...

(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(0:4:0) ATI Mach64 LR rev 100, Mem @ 0xfd000000/24, 0xfc000000/12, I/O @ 0x2800/8

...

(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0

...

(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0

...

(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 6.4.8
(EE) module ABI minor version (5) is newer than the server's version (4)
(II) Unloading /usr/X11R6/lib/modules/drivers/ati_drv.o
(EE) Failed to load module "ati" (module requirement mismatch, 0)
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.1.0.1, module version = 1.0.0
(EE) No drivers available.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.


So, I guess there is a version mismatch between the X server and the ati driver. Do I really need to install XFree86 4.2.x then? Because the packages from people.debian.org/~branden also require a newer libc6...

Philipp



Philipp Haller <philipp.haller@gmx.de> wrote:

> Hello all,
> 
> My Rage Mobility (in my IBM A22e) belongs to the mach64 chipset family, so I went to http://dri.sf.net/snapshots/bleeding-edge/ and downloaded the last snapshot for mach64. But when I launch ./install.sh I get the following error when trying to compile the DRM kernel modules:
> 
> The script will now compile the DRM kernel modules for your machine.
> 
> Press ENTER to continue or CTRL-C to exit.
> 
> 
> Compiling...
> ERROR: Kernel modules did not compile
> 
> The DRI drivers can not be installed without the latest kernel modules.
> Installation will be aborted. See the dri.log file for information on
> what went wrong.
> 
> tpa22e:/home/phil/dripkg# cat dri.log
> cc -O2 -Wall -Wwrite-strings -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wnested-externs -Wpointer-arith -D__KERNEL__ -DMODULE -fomit-frame-pointer -DEXPORT_SYMTAB -I0 -c mach64_drv.c -o mach64_drv.o
> In file included from drmP.h:43,
>                  from mach64_drv.c:32:
> /usr/include/linux/module.h:21: linux/modversions.h: No such file or directory
> make: *** [mach64_drv.o] Error 1
> 
> I run a stock Debian 3.0 woody installation with kernel-2.4.18-bf2.4. I installed kernel-headers-2.4.18-bf2.4 and kernel-source-2.4.18 but the file linux/modversions.h is still missing. Can anybody help?
> 
> Thanks,
>    phil
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-laptop-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



Reply to: