ati radeon mobility @ suse 8.1
Hej list, I am struggling to get my ati radeon mobility 9000 to work under suse 8.1. I installed the ATI drivers rpm (for radeon 9000) successfully but X fails. (ATI has a confusing message about not being able to provide any drivers for "MOBILITY" cards because of blablabla. I wonder what will happen if I go to Gericom and ask them for a linux driver %) I saw a few postings about r9000 problems on the list archive but not a solution for my problem. Any ideas? thx 4 any help in advance, cheers, here my xfree log: (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0" (II) fglrx(0): [drm] added 8192 byte SAREA at 0xe48f4000 (II) fglrx(0): [drm] mapped SAREA 0xe48f4000 to 0x40024000 (II) fglrx(0): [drm] framebuffer handle = 0xf0000000 (II) fglrx(0): [drm] added 1 reserved context for kernel (II) fglrx(0): DRIScreenInit done (II) fglrx(0): Kernel Module Version Information: (II) fglrx(0): Name: fglrx (II) fglrx(0): Version: 2.5.1 (II) fglrx(0): Date: Nov 27 2002 (II) fglrx(0): Desc: ATI Fire GL DRM kernel module (II) fglrx(0): Kernel Module version matches driver. (II) fglrx(0): Kernel Module Build Time Information: (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.4.19-4GB (II) fglrx(0): Build-Kernel MODVERSIONS: no (II) fglrx(0): Build-Kernel __SMP__: no (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 (II) fglrx(0): [drm] register handle = 0xe8100000 (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV" (EE) fglrx(0): cannot init AGP Fatal server error: Caught signal 11. Server aborting
Am Donnerstag, 23. Januar 2003 21:08 schrieb Javor Evstatiev:
Hej list,
I am struggling to get my ati radeon mobility 9000 to work under suse 8.1.
I installed the ATI drivers rpm (for radeon 9000) successfully but X fails.
(ATI has a confusing message about not being able to provide any drivers for "MOBILITY" cards because of blablabla. I wonder what will happen if I go to Gericom and ask them for a linux driver %)
I saw a few postings about r9000 problems on the list archive but not a solution for my problem.
Any ideas? thx 4 any help in advance,
cheers,
here my xfree log:
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0" [...] (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV" (EE) fglrx(0): cannot init AGP
Fatal server error: Caught signal 11. Server aborting
The message suggests a problem when initializing the AGP. Maybe you have to make sure that the agpgart module is loaded before you start X11. Try "modprobe agpgart" as root before starting X11. If the agpgart module is loaded correctly you should find the following messages with "dmesg" or in /var/log/messages ~> dmesg | grep -i agp Linux agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 439M agpgart: Detected Intel i845 chipset agpgart: AGP aperture is 256M @ 0x60000000 You also should have the following device file. crw------- 1 root root 10, 175 2002-09-09 22:24 /dev/agpgart Regards, Stefan -- Stefan Voss (privat: voss at yoda.in-berlin.de geschaeftlich: svoss at web.de)
participants (2)
-
Javor Evstatiev
-
Stefan Voss