Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ati-drivers (fglrx) problem with gentoo-sources-2.6.12
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Wedge_
Advocate
Advocate


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Thu Jun 30, 2005 2:09 pm    Post subject: Reply with quote

The usual approach is to copy the ebuild etc to your overlay dir, edit it to apply the patch, and emerge the edited version.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
Lenny_
n00b
n00b


Joined: 04 Jun 2005
Posts: 1

PostPosted: Thu Jun 30, 2005 2:33 pm    Post subject: patchset Reply with quote

http://lenny.v-brne.net/fglrx

Here is a patchset, that I used for compilling in 2.6.12-gentoo-r2. It runs flawlessly.
Back to top
View user's profile Send private message
TheBurn
n00b
n00b


Joined: 30 Jun 2005
Posts: 26
Location: Nova Ves v Horach [CZ]

PostPosted: Thu Jun 30, 2005 2:42 pm    Post subject: Reply with quote

I had these problems too. As first, check if you are NOT using hardened compiler :

LAMA theburn # gcc-config -l
[1] i386-pc-linux-gnu-3.3.5
[2] i386-pc-linux-gnu-3.3.5-hardened
[3] i386-pc-linux-gnu-3.3.5-hardenednopie
[4] i386-pc-linux-gnu-3.3.5-hardenednossp
[5] i686-pc-linux-gnu-3.4.4 *
[6] i686-pc-linux-gnu-3.4.4-hardened
[7] i686-pc-linux-gnu-3.4.4-hardenednopie
[8] i686-pc-linux-gnu-3.4.4-hardenednopiessp
[9] i686-pc-linux-gnu-3.4.4-hardenednossp

That's good - i686-pc-linux-gnu-3.4.4 is used (marked by * [star]), if is selected some hardened compiler, change it with

LAMA theburn # gcc-config 5
* Switching to i686-pc-linux-gnu-3.4.4 compiler ... [ok]

and re-emerge X and ati-drivers.

This will solve "symbol ... is unresolved in ...".

If you have nForce MB, you'll have some more problems (but i don't how to solve it, i'm still working on it). (exactly i have problem with xf86_ENODEV :])...

EDIT:
ati-drivers will not work with heavily patched kernel like gentoo kernel, but that's probably not your problem. In any case, you can try vanilla kernel.

---
Sorry for my english, i'm still learning
Back to top
View user's profile Send private message
RaZoR1394
Guru
Guru


Joined: 09 Jan 2005
Posts: 356

PostPosted: Thu Jun 30, 2005 3:29 pm    Post subject: Reply with quote

Here's an interesting thread at Rage3d. Apparently my SIS chipset is not supported and I get a black screen plus I'm unable to restart X but the comp is not hardlocking. I will see if the patches make any difference.

Last edited by RaZoR1394 on Thu Jun 30, 2005 3:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
TheBurn
n00b
n00b


Joined: 30 Jun 2005
Posts: 26
Location: Nova Ves v Horach [CZ]

PostPosted: Thu Jun 30, 2005 3:31 pm    Post subject: Reply with quote

MSI chipset?... I don't know about any MSI chipset,...8O
Back to top
View user's profile Send private message
RaZoR1394
Guru
Guru


Joined: 09 Jan 2005
Posts: 356

PostPosted: Thu Jun 30, 2005 3:37 pm    Post subject: Reply with quote

SIS not MSI, lol, sorry.
Back to top
View user's profile Send private message
TheBurn
n00b
n00b


Joined: 30 Jun 2005
Posts: 26
Location: Nova Ves v Horach [CZ]

PostPosted: Thu Jun 30, 2005 3:39 pm    Post subject: Reply with quote

:lol: ,...I don't know about it,...but nforce have some problems :/
Back to top
View user's profile Send private message
RaZoR1394
Guru
Guru


Joined: 09 Jan 2005
Posts: 356

PostPosted: Thu Jun 30, 2005 3:59 pm    Post subject: Reply with quote

Now it works fine with the new agpgart patch after emergin the edited ebuild. No black screen and glxgears is normal. 8)
Back to top
View user's profile Send private message
apache
n00b
n00b


Joined: 20 Jul 2004
Posts: 60
Location: Austria

PostPosted: Thu Jun 30, 2005 7:46 pm    Post subject: Reply with quote

Hi guys,

it works too without any external patches, but there are some things you should pay attention:

Use gentoo-sources-2.6.12-r2 (maybe also r1) but not gentoo-sources-2.6.12, for that version it doesn't work.
Use the internal AGP Part by making the following changes to your xorg.conf:

Code:
Option "UseInternalAGPGART"         "yes"


Now (after restarting xorg) direct rendering works, but one error still happens: Login with kdm works after booting but if you leave your current kde session and want to login with an other user, the login screen will not appear, you will have to restart the pc with ctrl+alt+del or the power switch.
Back to top
View user's profile Send private message
TheBurn
n00b
n00b


Joined: 30 Jun 2005
Posts: 26
Location: Nova Ves v Horach [CZ]

PostPosted: Thu Jun 30, 2005 7:48 pm    Post subject: Reply with quote

Which MB?
Back to top
View user's profile Send private message
apache
n00b
n00b


Joined: 20 Jul 2004
Posts: 60
Location: Austria

PostPosted: Thu Jun 30, 2005 7:50 pm    Post subject: Reply with quote

I'm using a MSI Board.
Back to top
View user's profile Send private message
TheBurn
n00b
n00b


Joined: 30 Jun 2005
Posts: 26
Location: Nova Ves v Horach [CZ]

PostPosted: Thu Jun 30, 2005 8:00 pm    Post subject: Reply with quote

Ee i mean chipset (nforce/sis/via/etc,..)
Back to top
View user's profile Send private message
apache
n00b
n00b


Joined: 20 Jul 2004
Posts: 60
Location: Austria

PostPosted: Thu Jun 30, 2005 8:06 pm    Post subject: Reply with quote

Oh sorry, chipset is via.
Back to top
View user's profile Send private message
TheBurn
n00b
n00b


Joined: 30 Jun 2005
Posts: 26
Location: Nova Ves v Horach [CZ]

PostPosted: Thu Jun 30, 2005 8:11 pm    Post subject: Reply with quote

Ok, that's it :]...as i know, via chipsets are without any problems,..only 2 chipsets had some problems with inicialization, but that's solved
Back to top
View user's profile Send private message
echo6
Guru
Guru


Joined: 04 Jan 2003
Posts: 587

PostPosted: Fri Jul 01, 2005 7:07 pm    Post subject: Re: patchset Reply with quote

Lenny_ wrote:
http://lenny.v-brne.net/fglrx
Where is this patch to be applied?
Back to top
View user's profile Send private message
Jimmy Jazz
Guru
Guru


Joined: 04 Oct 2004
Posts: 325
Location: Strasbourg

PostPosted: Mon Jul 04, 2005 9:31 am    Post subject: Re: patchset Reply with quote

echo6 wrote:
Lenny_ wrote:
http://lenny.v-brne.net/fglrx
Where is this patch to be applied?


Hi,

in your overlay directory, run

Code:

#mkdir media-video/ati-drivers
#cd media-video/ati-drivers
#( cd /usr/portage/media-video/ati-drivers; tar cf - files ) | tar xvf -


download the fglrx-2.6-agpgart.patch file from http://lenny.v-brne.net/fglrx, then

Code:

#cp  fglrx-2.6-agpgart.patch media-video/ati-drivers/files
#locate ati-drivers-8.14.13-r1.ebuild

copy also ati-drivers-8.14.13-r1.ebuild into your media-video/ati-drivers overlay directory
and rename it to ati-drivers-8.14.13-r2.ebuild for instance.
You can now add the patches you need, like following

Code:

# diff -ruN  /usr/portage/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild ati-drivers-8.14.13-r2.ebuild
--- /usr/portage/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild  2005-06-25 11:05:44.000000000 +0200
+++ ati-drivers-8.14.13-r2.ebuild       2005-07-04 11:04:27.000000000 +0200
@@ -73,6 +73,8 @@
        then
                epatch ${FILESDIR}/fglrx-2.6.12-pci_name.patch
                epatch ${FILESDIR}/fglrx-2.6.12-inter_module_get.patch
+               #epatch ${FILESDIR}/fglrx-2.6-agpgart.patch
+               epatch ${FILESDIR}/kernel-2.6.12-agpgart.patch
        fi
        epatch ${FILESDIR}/8.8.25-via-amd64.patch
        epatch ${FILESDIR}/8.8.25-smp.patch


Finally you need to create a digest file for your package..

Code:

#ebuild ati-drivers-8.14.13-r2.ebuild digest
#emerge -av =ati-drivers-8.14.13-r2


should work :)

Jj
_________________
« La seule condition au triomphe du mal, c'est l'inaction des gens de bien » E.Burke
Code:

+----+----+----+
|    |::::|    |
|    |::::|    |
+----+----+----+

motto: WeLCRO
WritE Less Code, Repeat Often
Back to top
View user's profile Send private message
TheRealElch
n00b
n00b


Joined: 14 Jun 2005
Posts: 21
Location: Pirna - Germany

PostPosted: Mon Jul 04, 2005 9:41 am    Post subject: Same problemes using ck-sources Reply with quote

Same situation as apache's here. I'm using ck-sources 2.6.12-ck2-r1
Ati-drivers compile fine, also DRI works...as long as i do a straight boot into KDE. But when i log out my computer hangs and i have to do a ctrl+alt+del...
Btw: My mainboard-chipset is AMD-760MPX

Update: The patch given by Jimmy Jazz solved the issue for me, that my computer hangs after log out. (Like apache I'm also using a graphical login-manager.)
Back to top
View user's profile Send private message
halz
n00b
n00b


Joined: 04 Jul 2003
Posts: 14
Location: California

PostPosted: Mon Jul 04, 2005 7:11 pm    Post subject: Reply with quote

All radeon 9700 pro, 2.6.12-gentoo-r3, and xorg 6.8.1.904 issues fixed here as well using 'kernel-2.6.12-agpgart.patch' in an overlay

EDIT: Just crashed this evening when I Ctrl-Alt-F7 back to the X serve...

The symptoms I had were blackscreen upon starting X with Option "UseInternalAGPGART" "yes" the (and X completely freezing; couldn't even kill it with 'kill -s 9' via ssh)
using Option "UseInternalAGPGART" "no" X worked with fglrx, but no DRI

After applying the patch to the ebuild, "UseInternalAGPGART" "yes" allowed X to start with DRI enabled
Code:

...
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf8d75000
(II) fglrx(0): [drm] mapped SAREA 0xf8d75000 to 0xb7c5a000
(II) fglrx(0): [drm] framebuffer handle = 0xd0000000
(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: 8.14.13
(II) fglrx(0):     Date: Jun  8 2005
(II) fglrx(0):     Desc: ATI FireGL 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.6.12-gentoo-r3
(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 = 0xe4020000
(II) fglrx(0): [agp] Mode=0x1f000217 bridge: 0x8086/0x2560
(II) fglrx(0): [agp] AGP v1/2 disable mask 0x00000000
(II) fglrx(0): [agp] AGP v3 disable mask   0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f000314
(II) fglrx(0): [agp] AGP protocol is enabled for graphics board. (cmd=0x1f000314)
(II) fglrx(0): [agp] graphics chipset has AGP v2.0
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0xf9001000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x008f7000
(II) fglrx(0): ----------------------------------
(II) fglrx(0): | panel native mode is 1680x1050 |
(II) fglrx(0): ----------------------------------
(II) fglrx(0): FBMM initialized for area (0,0)-(1728,1360)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1728,1050) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 1056)
(II) fglrx(0): Largest offscreen area available: 1728 x 296
...



With the patched ebuild, if "UseInternalAGPGART" were set to "no", X crashes/freezes upon trying to load drm
Code:

...
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xf8cf1000
(II) fglrx(0): [drm] mapped SAREA 0xf8cf1000 to 0xb7d04000
(II) fglrx(0): [drm] framebuffer handle = 0xd0000000
(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: 8.14.13
(II) fglrx(0):     Date: Jun  8 2005
(II) fglrx(0):     Desc: ATI FireGL 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.6.12-gentoo-r3
(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 = 0xe4020000
EOF



I have CONFIG_DRM=m and CONFIG_DRM_RADEON=m, left over from when I was considering using the Xorg radeon driver. (While, I am not loading either of these modules, emerge ati-drivers complains saying that DRI will not work because I have DRM enabled.)

I hope this works for others!

and just for the record, an lspci
Code:

0000:00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 02)
0000:00:01.0 PCI bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE Host-to-AGP Bridge (rev 02)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
0000:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 82)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC Bridge (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) UltraATA-100 IDE Controller (rev 02)
0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 02)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R300 ND [Radeon 9700 Pro]
0000:01:00.1 Display controller: ATI Technologies Inc Radeon R300 [Radeon 9700 Pro] (Secondary)
0000:02:00.0 Ethernet controller: 3Com Corporation 3CSOHO100B-TX 910-A01 [tulip] (rev 31)
0000:02:06.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
0000:02:06.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 08)
0000:02:07.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
0000:02:09.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX [Boomerang]
Back to top
View user's profile Send private message
Shaman
Apprentice
Apprentice


Joined: 12 Sep 2002
Posts: 167
Location: Kingston, ON

PostPosted: Tue Jul 05, 2005 9:05 pm    Post subject: Reply with quote

Ugg. ATI... move into the new century, make your drivers GPL.
Back to top
View user's profile Send private message
zaxor
n00b
n00b


Joined: 03 Jun 2005
Posts: 9

PostPosted: Fri Jul 08, 2005 2:49 pm    Post subject: Reply with quote

When I try to make the digest file for ati-drivers-8.14.13-r2.ebuild

I have this error :
Code:
!!! aux_get(): ebuild path for 'ati-drivers/ati-drivers-8.14.13-r2' not specified:
!!!            None
!!! aux_get(): ebuild path for 'ati-drivers/ati-drivers-8.14.13-r2' not specified:
!!!            None
doebuild(): aux_get() error reading ati-drivers/ati-drivers-8.14.13-r2; aborting.
Back to top
View user's profile Send private message
YannTechGeek
Tux's lil' helper
Tux's lil' helper


Joined: 30 Oct 2003
Posts: 107
Location: France 94

PostPosted: Sat Jul 09, 2005 7:37 am    Post subject: Reply with quote

Hi,

I'm now in 2.6.12 but, the patchset of ati-drivers ebuild is patched for 2.6.12! but i have the same problems : Error process vmalloc, or if i ebuild an old ati-drivers ebuild, fglrx module does not found my screen, any solutions ?




Yann
--
sorry for my bad english language ;-s
_________________
Geekeurs a plein temps --- Gentoo ~x86 2.6.12-nitro5 AMD 3000+ A7N8X-E Deluxe 1536Mo DDR PC3200 ATI X800 Pro Maxtor 200Go Western-Digital 80Go
Back to top
View user's profile Send private message
Jimmy Jazz
Guru
Guru


Joined: 04 Oct 2004
Posts: 325
Location: Strasbourg

PostPosted: Wed Jul 13, 2005 9:25 pm    Post subject: Reply with quote

@zaxor,

sorry for the delay... i have enjoyed spending my time in Dublin this week ;)... It was really sunny this time and during all the holiday lol

Perhaps, have you forgotten to specify the ebuild extension ?

To generate a "digest" for your ebuild file you need to execute the command where you put the ebuild file in. In my case in the $PORTDIR_OVERLAY/media-video/ati-drivers/ directory and of course not in the portage tree.

@TheRealElch

did you try the kernel option (CONFIG_X86_REBOOTFIXUPS) ?
You could trace the kernel as well. For that, you need to activate the option CONFIG_OPROFILE=y and emerge the package oprofile.
You will find more information on http://oprofile.sourceforge.net

@yann

Wedge_ has done a nice howto. You can read it at:
http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html
or better click directly on the link you can find in his signature ;)

Jj
_________________
« La seule condition au triomphe du mal, c'est l'inaction des gens de bien » E.Burke
Code:

+----+----+----+
|    |::::|    |
|    |::::|    |
+----+----+----+

motto: WeLCRO
WritE Less Code, Repeat Often
Back to top
View user's profile Send private message
YannTechGeek
Tux's lil' helper
Tux's lil' helper


Joined: 30 Oct 2003
Posts: 107
Location: France 94

PostPosted: Thu Jul 14, 2005 9:12 am    Post subject: Reply with quote

I have downgrade to a 2.6.11 kernel, and wait a new driver/ebuild, on 2.6.11I have a good performance ;-)
Code:
32819 frames in 5.0 seconds = 6563.800 FPS
36679 frames in 5.0 seconds = 7335.800 FPS
36369 frames in 5.0 seconds = 7273.800 FPS


8O
_________________
Geekeurs a plein temps --- Gentoo ~x86 2.6.12-nitro5 AMD 3000+ A7N8X-E Deluxe 1536Mo DDR PC3200 ATI X800 Pro Maxtor 200Go Western-Digital 80Go
Back to top
View user's profile Send private message
eqxro
n00b
n00b


Joined: 28 Nov 2004
Posts: 67
Location: In a warm place

PostPosted: Thu Jul 14, 2005 11:58 am    Post subject: Reply with quote

I got a medium of 3000 FPS in glxgears with a dual-monitor setup on a 2.6.12-ck3 kernel (drivers not yet patched, yeah, it crashes at logout, yeah, can't wait to apply them), with both displays active. Is this normal for a freshly installed gentoo (AMD 64 3200+ sk754, 512L2 cache, 2x512 PQI DDR400, 120G SATA, ASUS K8V-GD MB with ASUS ATI Radeon 9600XT/TD? :D
Back to top
View user's profile Send private message
Tsuna
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jan 2005
Posts: 147

PostPosted: Thu Jul 14, 2005 2:21 pm    Post subject: Reply with quote

I just upgraded to 2.6.12-gentoo-r4 and I can't get DRI to work


When emerging ati-drivers:

* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.12-gentoo-r4-tsunaxbook-v1
* Checking for MTRR support enabled ... [ ok ]
* Checking for AGP support enabled ... [ ok ]
* Checking for DRM support disabled ... [ ok ]
* X11 implementation is xorg-x11.
>>> Unpacking source...
>>> Unpacking fglrx_6_8_0-8.12.10-1.i386.rpm
* Applying fglrx-2.6-pagetable.patch ... [ ok ]
* Applying 8.8.25-via-amd64.patch ... [ ok ]
* Applying 8.8.25-smp.patch ... [ ok ]
>>> Source unpacked.
* Building the DRM module...
make: Entering directory `/usr/src/linux-2.6.12-gentoo-r4'
CC [M] /var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agp3.o
CC [M] /var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/nvidia-agp.o
CC [M] /var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.o
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c: In function `agp_find_supported_device':
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7150: error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7170: error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7175: error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7201: error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7221: error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7241: error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7246: error: structure has no member named `slot_name'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:6542: warning: unused variable `cap_ptr'
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c: In function `__fgl_agp_init':
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7627: warning: `pm_register' is deprecated (declared at include/linux/pm.h:106)
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c: In function `__fgl_agp_cleanup':
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:7637: warning: `pm_unregister_all' is deprecated (declared at include/linux/pm.h:116)
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c: At top level:
/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.c:6523: warning: 'agp_check_supported_device' defined but not used
make[1]: *** [/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/agpgart_be.o] Error 1
make: *** [_module_/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod] Error 2
make: Leaving directory `/usr/src/linux-2.6.12-gentoo-r4'
* DRM module not built
>>> Test phase [not enabled]: media-video/ati-drivers-8.12.10

>>> Install ati-drivers-8.12.10 into /var/tmp/portage/ati-drivers-8.12.10/image/ category media-video
install: cannot stat `/var/tmp/portage/ati-drivers-8.12.10/work/lib/modules/fglrx/build_mod/fglrx.ko': No such file or directory
_________________
I am not sending subliminal messages
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum