LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-14-2005, 09:51 AM   #31
alesz
Member
 
Registered: Mar 2005
Distribution: FC5 on disk, Knoppix as LiveCD
Posts: 48

Rep: Reputation: 15
what about fglrx + 2.6.12 FC4 kernel?


Did anyone get any ATI drivers working for 2.6.12-1.1390_FC4?

I first tried these drivers here, with the 2.6.12 kernel, so i installed rpm --force ati.rpm, patched and it did not work, when i did sh make.sh.
Then i tried the rpm's from livna, and they don't work either. Could it be that i ruined something, because I did rpm --force ati.rpm first?

Drivers from this site were working for me on FC3 with 2.6.11 kernel flawlessly.

EDIT: I resolved the problem. Sory for bothering, but here's the thing I did:
I had to load different rpm and patch it with different patch, all here:
http://forums.fedoraforum.org/showth...oto=nextnewest


Last edited by alesz; 07-14-2005 at 03:19 PM.
 
Old 07-18-2005, 12:06 AM   #32
stunter
Member
 
Registered: May 2004
Location: Kitsap, Washington
Distribution: Fedora Core 4
Posts: 107

Rep: Reputation: 15
Yea, didn't work for me either. Fedora Core 4 with ATI 9600. Had this all working in Mandrake 10.1, but decided to jump to Fedora and no joy. Just hangs on the patch. I was able to sh make.sh, though. Seemed to build fine. But I still have no direct rendering.

What a pain. Wish I could remember how I got in working in Mandrake. Sigh...

stunter

Edit:

OK, after going back and reading the ENTIRE thread, I think I see my problem. Will try again tonight.

Last edited by stunter; 07-18-2005 at 11:24 AM.
 
Old 07-18-2005, 08:36 PM   #33
stunter
Member
 
Registered: May 2004
Location: Kitsap, Washington
Distribution: Fedora Core 4
Posts: 107

Rep: Reputation: 15
Well, still not joy. I installed the fglrx drivers as the HowTo indicate and was able to successfully patch them. At least it returned that it was all successful. The I tried

sh make.sh

and got this

ATI module generator V 2.0
==========================
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
doing Makefile based build for kernel 2.6.x and higher
ln: `./libfglrx_ip.a.GCC4': File exists
make: *** [libfglrx_ip.a.GCC4] Error 1
build failed with return value 2

There is a 21 byte file in the /lib/modules/fglrx/build_mod/2.6X directory called libfglrx_ip.a.GCC4 that appears to be a symlink, but I tried clicking on it an it disappeared. Then I tried to run sh make.sh again and got:

[root@localhost build_mod]# sh make.sh
ATI module generator V 2.0
==========================
initializing...
Error: could not resolve matching ip-library.
[root@localhost build_mod]#


So, any ideas. I did this in a terminal and su to root. Should I try it again logging on as root?

Thanks (going crazy in Washington)

stunter

Edit:

Probably should post the complete make file log output:

TI module generator V 2.0
==========================
initializing...
build_date =Mon Jul 18 18:49:57 PDT 2005
uname -a =Linux localhost.localdomain 2.6.12-1.1398_FC4 #1 Fri Jul 15 00:52:32 EDT 2005 i686 i686 i386 GNU/Linux
uname -s =Linux
uname -m =i686
uname -r =2.6.12-1.1398_FC4
uname -v =#1 Fri Jul 15 00:52:32 EDT 2005
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) context=root:system_r:unconfined_t
.
drwxr-xr-x 119 root root 20480 Jul 18 18:21 /usr/include
.
total 24
drwxr-xr-x 2 root root 4096 Jul 18 18:46 ATI
drwxr-xr-x 4 root root 4096 Jul 17 23:32 kernels
drwxr-xr-x 7 root root 4096 Jul 13 08:44 redhat
.
file /lib/modules/2.6.12-1.1398_FC4/build/include/linux/agp_backend.h says: AGP=1
assuming default: SMP=0
file /lib/modules/2.6.12-1.1398_FC4/build/include/linux/autoconf.h says: MODVERSIONS=1
.
CC=gcc
cc_version=
found major but not minor version match for gcc and the ip-library
ls -l ./libfglrx_ip.a
lrwxrwxrwx 1 root root 20 Jul 18 18:49 ./libfglrx_ip.a -> ./libfglrx_ip.a.GCC3
.
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
def_vma_api_version=-DFGL_LINUX253P1_VMA_API
doing Makefile based build for kernel 2.6.x and higher
ln: `./libfglrx_ip.a.GCC4': File exists
make: *** [libfglrx_ip.a.GCC4] Error 1
build failed with return value 2

Last edited by stunter; 07-18-2005 at 08:57 PM.
 
Old 07-19-2005, 03:01 PM   #34
alesz
Member
 
Registered: Mar 2005
Distribution: FC5 on disk, Knoppix as LiveCD
Posts: 48

Rep: Reputation: 15
In your file log output I see, you have 2.6.12 kernel. This driver works only for 2.6.11 (at list id didn't work for me at 6.12).
did you try post #35, for FC4?

follow the link
http://forums.fedoraforum.org/showt...goto=nextnewest
 
Old 07-19-2005, 04:14 PM   #35
stunter
Member
 
Registered: May 2004
Location: Kitsap, Washington
Distribution: Fedora Core 4
Posts: 107

Rep: Reputation: 15
alesz,

Thanks, I'll try that. What fun.

stunter

Edit:
That did it. Used the directions here:

http://forums.fedoraforum.org/forum/...ad.php?t=63910

Did the trick. Unfortunately, I'll have to be sure to update these drivers whenever I update the kernel, but seems a small price to pay for everything working.

Hey!!!!! 2200 fps can't be all bad.

stunter

Last edited by stunter; 07-19-2005 at 07:59 PM.
 
Old 08-01-2005, 01:26 PM   #36
Karmas
LQ Newbie
 
Registered: Jul 2005
Posts: 10

Rep: Reputation: 0
Hello

I am struggling for weeks with the ati X700 mobility on my laptop. I can not install the proper driver and configure the screen as it should be! I installed fedora core 3 >> kernel 2.6.12. Could anyone lead me to a nice and clear howto? At the moment I don't know what to do anymore?Thanks
 
Old 08-01-2005, 03:29 PM   #37
antidelldude
Member
 
Registered: Jan 2005
Distribution: Fedora Core 3/Ubuntu (debian)
Posts: 103

Original Poster
Rep: Reputation: 15
Try Yum

Yum has just released their newest fglrx drivers for fedora core 3.

yum install fglrx

that should get it working... if not or if so please post back.
 
Old 08-01-2005, 03:30 PM   #38
antidelldude
Member
 
Registered: Jan 2005
Distribution: Fedora Core 3/Ubuntu (debian)
Posts: 103

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by stunter

Hey!!!!! 2200 fps can't be all bad.

stunter [/B]
Actually, compared to nvidia's 5900 card at 16000fps it is pretty bad.
 
Old 08-04-2005, 02:51 AM   #39
Be.Gurmeet.Be
Member
 
Registered: Jul 2005
Location: Punjab - [ India ]
Distribution: OpenSuSE 10.0 x86_64 Edition. & Mandriva Linux 2006 x86_64 Edition.
Posts: 67

Rep: Reputation: 15
Dear " antidelldude "

does your way work for AMD 64 Processor and MSI motherboard having " ATI Radeon XPress 200G Graphics Series " Graphics Card.

Please Help me , my system is not installing the correct ATI graphics Card and as a result my monitor gives me a very bad and blurry look.

PLEASE HELP , ONLY ONCE.

I will highlyy thankful to you.

-Regards.
 
Old 08-05-2005, 08:27 AM   #40
Be.Gurmeet.Be
Member
 
Registered: Jul 2005
Location: Punjab - [ India ]
Distribution: OpenSuSE 10.0 x86_64 Edition. & Mandriva Linux 2006 x86_64 Edition.
Posts: 67

Rep: Reputation: 15
hi all,

i did the following to install my ATI Radeon XPress 200G Graphics Card Drivers.

1. i downloaded the ati driver.rpm from www.ati.com
2. installed it with rpm -Uvh --force [filename.rpm] . it installed successfully.
3. Then, i copied the 2 patches from on thread and saved them in /lib/modules/fglrx/build_mod directory.
and ran it . it executed successfully.
4.Then i run the command sh make.sh & sh make_install.sh



Here i got problem. when i run first command ,

it gives the out put
'
ATI module generator V 2.0
==========================
initializing...
kernel includes at /usr/src/linux/include not found or incomplete
file: /usr/src/linux/include/linux/version.h
'

and the output of ' sh make_install.sh ' command is as following...

'
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
'
Any idea.
 
Old 08-06-2005, 06:54 AM   #41
Karmas
LQ Newbie
 
Registered: Jul 2005
Posts: 10

Rep: Reputation: 0
antidelldude,

I've tried the yum install fglrx and this what I've got in return:

[root@localhost dimi]# yum install fglrx
Setting up Install Process
Setting up Repos
base 100% |=========================| 1.1 kB 00:00
updates-released 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 797 kB 00:03
MD Read : ################################################## 2623/2623
base : ################################################## 2622/2622
primary.xml.gz 100% |=========================| 376 kB 00:01
MD Read : ################################################## 966/966
updates-re: ################################################## 966/966
Parsing package install arguments
No Match for argument: fglrx
Nothing to do

I hope this tells you something more?

greets

dimi
 
Old 08-06-2005, 12:48 PM   #42
Be.Gurmeet.Be
Member
 
Registered: Jul 2005
Location: Punjab - [ India ]
Distribution: OpenSuSE 10.0 x86_64 Edition. & Mandriva Linux 2006 x86_64 Edition.
Posts: 67

Rep: Reputation: 15
Dear " Stunter "

i get the same error every time.

which ATI Card you are trying to install.

i strongly believe that we are beating the bush. nothing can happen.

any way, no success in my case, some time , one error , next time , other.

i am really fed up.

please let me know if any progress.


-regards.
 
Old 08-08-2005, 11:37 AM   #43
stunter
Member
 
Registered: May 2004
Location: Kitsap, Washington
Distribution: Fedora Core 4
Posts: 107

Rep: Reputation: 15
antidelldude,

2200 fps on an ATI 9550 isn't bad at all.

Be.Gurmeet.Be,

try: yum install ati-fglrx. Be sure you have livna repo installed.
 
Old 08-10-2005, 01:12 PM   #44
Karmas
LQ Newbie
 
Registered: Jul 2005
Posts: 10

Rep: Reputation: 0
Hello

I've managed to install livna.repo and update through yum install ati-fglrx. After installing I've had to install the kernel module. That was easy with yum. But afterwards when I ran fglrxinfo I've got this message:

Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

Does anyone know what this means and why isn't there any ati comment?? When I rebooted the system I saw that the Kernel? was "checking" for ati-fglrx and not starting the driver. Could that be the problem?

Thanks

Karmas
 
Old 08-10-2005, 03:18 PM   #45
stunter
Member
 
Registered: May 2004
Location: Kitsap, Washington
Distribution: Fedora Core 4
Posts: 107

Rep: Reputation: 15
Karmas,

Did you run the fglrx config program?
 
  


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
at long last, the new ati drivers WORK! garba Linux - Hardware 1 11-08-2005 10:02 AM
Trying to get new ATI OpenGL drivers to work jgpatton SUSE / openSUSE 2 07-31-2005 06:51 PM
DISCUSSION: Making ATI drivers work with nforce2 and kernel 2.6 in Gentoo ElPuello LinuxAnswers Discussion 1 07-24-2005 12:41 AM
how to get ATI drivers to work? kholdstayr Slackware 11 07-20-2005 12:08 PM
cannot get DRI to work with ATI fglrx drivers under X alesz Fedora 2 06-09-2005 07:39 AM

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

All times are GMT -5. The time now is 07:41 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