LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-12-2006, 10:34 AM   #1
roonjha
LQ Newbie
 
Registered: Jul 2006
Distribution: Fedora Core 5
Posts: 23

Rep: Reputation: 15
Exclamation D101GGC with ATI chipset.


Hi,

I am using FC 5.Everything is working fine on FC 5 except for the graphics.My ATI chipset is a RADEON xpress 200 series.The video video card is integrated ATI RC 410 on a D101 GGC mobo.I have tried various methods to install the driver but failed everytime.Right now I am running FC 5 with 'vesa' settings.I have tried the livna's driver by following the method given in fedorafaq site.I also have tried the 50 mb or so installer in the ATI's website by following the method given in the ATI's website.I have also tried it with the method given in the unofficial ATI linux driver wiki.but nothing is working for me.I want know that has anyone else who is using the same mobo with the same settings has tried to install these drivers on FC 5 and succeeded?if so please reply back with the method of installation.
 
Old 09-13-2006, 07:27 PM   #2
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
I was one of the Linux testers on that board while at Intel (I wrote the alsa sound driver support for it). To install the Linux ATI drivers, you need to have either the kernel-source rpm or the kernel-devel rpm installed (kernel-smp-devel if you are running HT or dual core). The ATI driver from ATI's web site is compiled on the fly to match your kernel.
 
Old 09-14-2006, 03:53 PM   #3
roonjha
LQ Newbie
 
Registered: Jul 2006
Distribution: Fedora Core 5
Posts: 23

Original Poster
Rep: Reputation: 15
Arrow

Hi,

I installed the driver after upgrading the kernel and installing the kenel-dev.After that I checked that whether it is installed correctly or not by entering the fglrxinfo | grep direct command it returned this:

Code:
fglrxinfo: error while loading shared libraries: /usr/lib/fglrx/libGL.so.1: cannot restore segment prot after reloc: Permission denied

Please help me solve this problem.
 
Old 09-14-2006, 05:11 PM   #4
roonjha
LQ Newbie
 
Registered: Jul 2006
Distribution: Fedora Core 5
Posts: 23

Original Poster
Rep: Reputation: 15
plz help me.
 
Old 09-15-2006, 12:30 AM   #5
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
Are you running the 32 bit version of Fedora Core, or the x86_64 version? Make sure that the ATI driver you are installing is the same.

Beyond that, I don't have a system I can test the ATI driver installation on. I do know that it worked for me on Redhat 4 update 4, Novell SLED 10, and Mandriva 2006, the later two are my distros of choice.
 
Old 09-23-2006, 05:37 AM   #6
roonjha
LQ Newbie
 
Registered: Jul 2006
Distribution: Fedora Core 5
Posts: 23

Original Poster
Rep: Reputation: 15
Smile Thanks

Hi,

Thanks Gruemaster for ur help.The driver problem is solved.The SElinux was not letting the driver to be properly installed.I just had to change the SElinux status from "enforcing" to "permissive".
 
Old 10-28-2006, 10:51 AM   #7
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Rep: Reputation: 30
Dear all,

I have same problem.Now i m using mandriva 2007.0

so i can n't use XGL support..

pls help out.
 
Old 10-28-2006, 10:56 AM   #8
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Rep: Reputation: 30
Here is a error while compile fglrx manually..


Quote:
[root@localhost build_mod]# bash make.sh
ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
Assuming default VMAP API
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.17-5mdv/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/linux-2.6.17-5mdv'

WARNING: Symbol version dump /usr/src/linux-2.6.17-5mdv/Module.symvers
is missing; modules will have no dependencies and modversions.

CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
In file included from include/asm/system.h:5,
from include/asm/processor.h:18,
from include/asm/thread_info.h:17,
from include/linux/thread_info.h:21,
from include/linux/preempt.h:10,
from include/linux/spinlock.h:50,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from include/linux/module.h:10,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:87:
include/linux/kernel.h:110: warning: conflicting types for built-in function ‘snprintf’
include/linux/kernel.h:112: warning: conflicting types for built-in function ‘vsnprintf’
In file included from include/linux/string.h:21,
from include/linux/bitmap.h:8,
from include/linux/cpumask.h:86,
from include/asm/processor.h:23,
from include/asm/thread_info.h:17,
from include/linux/thread_info.h:21,
from include/linux/preempt.h:10,
from include/linux/spinlock.h:50,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from include/linux/module.h:10,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:87:
include/asm/string.h:45: warning: conflicting types for built-in function ‘strncpy’
include/asm/string.h:81: warning: conflicting types for built-in function ‘strncat’
include/asm/string.h:126: warning: conflicting types for built-in function ‘strncmp’
include/asm/string.h:190: warning: conflicting types for built-in function ‘strlen’
include/asm/string.h:327: warning: conflicting types for built-in function ‘memmove’
In file included from include/linux/bitmap.h:8,
from include/linux/cpumask.h:86,
from include/asm/processor.h:23,
from include/asm/thread_info.h:17,
from include/linux/thread_info.h:21,
from include/linux/preempt.h:10,
from include/linux/spinlock.h:50,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from include/linux/module.h:10,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:87:
include/linux/string.h:75: warning: conflicting types for built-in function ‘strspn’
include/linux/string.h:78: warning: conflicting types for built-in function ‘strcspn’
include/linux/string.h:94: warning: conflicting types for built-in function ‘__builtin_memcmp’
In file included from include/asm/smp.h:18,
from include/linux/smp.h:19,
from include/linux/sched.h:26,
from include/linux/module.h:10,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:87:
include/asm/mpspec.h:6:25: error: mach_mpspec.h: No such file or directory
In file included from include/asm/smp.h:18,
from include/linux/smp.h:19,
from include/linux/sched.h:26,
from include/linux/module.h:10,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:87:
include/asm/mpspec.h:8: error: ‘MAX_MP_BUSSES’ undeclared here (not in a function)
include/asm/mpspec.h:22: error: ‘MAX_IRQ_SOURCES’ undeclared here (not in a function)
In file included from include/linux/smp.h:19,
from include/linux/sched.h:26,
from include/linux/module.h:10,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:87:
include/asm/smp.h:77:26: error: mach_apicdef.h: No such file or directory
In file included from include/linux/smp.h:19,
from include/linux/sched.h:26,
from include/linux/module.h:10,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:87:
include/asm/smp.h: In function ‘hard_smp_processor_id’:
include/asm/smp.h:81: warning: implicit declaration of function ‘GET_APIC_ID’
In file included from include/linux/irq.h:22,
from include/asm/hardirq.h:6,
from include/linux/hardirq.h:7,
from include/linux/interrupt.h:11,
from include/asm/highmem.h:24,
from include/linux/highmem.h:24,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:103:
include/asm/irq.h:16:25: error: irq_vectors.h: No such file or directory
In file included from include/asm/hardirq.h:6,
from include/linux/hardirq.h:7,
from include/linux/interrupt.h:11,
from include/asm/highmem.h:24,
from include/linux/highmem.h:24,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:103:
include/linux/irq.h: At top level:
include/linux/irq.h:85: error: ‘NR_IRQS’ undeclared here (not in a function)
In file included from include/linux/irq.h:94,
from include/asm/hardirq.h:6,
from include/linux/hardirq.h:7,
from include/linux/interrupt.h:11,
from include/asm/highmem.h:24,
from include/linux/highmem.h:24,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:103:
include/asm/hw_irq.h:30: error: ‘NR_IRQ_VECTORS’ undeclared here (not in a function)
In file included from include/linux/interrupt.h:11,
from include/asm/highmem.h:24,
from include/linux/highmem.h:24,
from /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:103:
include/linux/hardirq.h:35:27: warning: "NR_IRQS" is not defined
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:146:24: error: asm/compat.h: No such file or directory
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:456: warning: initialization from incompatible pointer type
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘firegl_stub_open’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:579: warning: assignment discards qualifiers from pointer target type
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘firegl_put_user_ptr’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1339: warning: assignment makes integer from pointer without a cast
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_compat_alloc_user_space’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1712: warning: implicit declaration of function ‘compat_alloc_user_space’
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1712: warning: return makes pointer from integer without a cast
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_get_vm_phys_addr’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1997: error: ‘pte_t’ has no member named ‘pte’
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_register_ioctl32_conversion’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2517: warning: implicit declaration of function ‘register_ioctl32_conversion’
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_unregister_ioctl32_conversion’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2526: warning: implicit declaration of function ‘unregister_ioctl32_conversion’
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_pte_phys_addr_str’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3027: error: ‘pte_t’ has no member named ‘pte’
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_get_vm_phys_addr’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2001: warning: control reaches end of non-void function
make[2]: *** [/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.17-5mdv'
make: *** [kmod_build] Error 2
build failed with return value 2
[root@localhost build_mod]#
Also i have moved a patch given with ati fglrx.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound and Graphics not working in Intel D101GGC with ATI graphics and Realtek audio sanu1 Linux - Hardware 2 12-28-2008 07:29 PM
ATI Theater 550 Chipset? pblogic Linux - Hardware 3 05-13-2007 06:40 PM
Soundcard and Graphics not detected in Intel D101Ggc motherboard with ATI chipset devansh Linux - Hardware 1 12-31-2005 01:33 PM
ATI SB400 chipset support monz Solaris / OpenSolaris 1 08-20-2005 09:01 AM
Ati chipset decriptor Linux - Hardware 3 02-17-2004 06:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration