[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with fglrx
- From: "Örjan Persson" <orange at fobie dot net>
- Date: Tue, 11 May 2004 22:00:41 +0200
Santiago Vazquez Salgado (okupita at tiscali dot es) wrote:
hi, i compiled the fglrx driver under a kernel 2.6.5 without errors (it
seems) but.. there is no 3d accel.. three months away i have accel under
knoppix and the same laptop (centrino whit ati radeon 9600) so i send
I'm no expert, but I will try to give it a shot.
[..]
0000:00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller (rev 21)
0000:00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev 21)
[..]
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
CONFIG_AGP_ATI=m
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
Looking at your lspci output, it says that your AGP controller is
branded Intel and not ATI. So you should make sure that the correct
module gets loaded. (If it's even possible to load wrong. ;)
[..]
CONFIG_DRM=y
CONFIG_DRM_TDFX=y
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
CONFIG_DRM_I810=m
I believe that you don't need this if you're using the fglrx, correct
me if I'm wrong. But, you could at least try to compile it as a module
instead (the RADEON part) and check the result when you don't use it. I
for one use DRI w/o it.
Örjan