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 11-12-2006, 08:54 PM   #1
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Rep: Reputation: 15
ATI X800 and FC6


After reviewing the sticky at the top I tried both:

* ATI: "yum install kmod-fglrx" or "yum install kmod-fglrx-smp" if you use a SMP-Kernel


I got a "nothing to do for the smp, but I got this for the regular:

--> Running transaction check
--> Processing Dependency: kernel-i686 = 2.6.18-1.2849.fc6 for package: kmod-fglrx
--> Finished Dependency Resolution
Error: Missing Dependency: kernel-i686 = 2.6.18-1.2849.fc6 is needed by package kmod-fglrx



I am a noobie, so be gentle and tell me what to do next. Thanks in advance. Trying to get my video to like Cedega for gaming.



Tom
 
Old 11-13-2006, 03:49 PM   #2
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
can you do, in a command console, uname -a and post the result?

At the same time, do a rpm -q kernel --qf '%{ARCH}\n' and post the result.
 
Old 11-13-2006, 08:13 PM   #3
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Original Poster
Rep: Reputation: 15
OK, here is what I got. But I think I missed what exactly you want me to do with the second. I am a noobie, so be gentle. HAHA Thanks for the help!

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006 i686 i686 i386 GNU/Linux
[root@localhost ~]# rpm -q kernel -qf '%{ARCH}\n'
error: file /root/kernel: No such file or directory
error: file /root/%{ARCH}\n: No such file or directory



Tom
 
Old 11-13-2006, 08:26 PM   #4
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
my bad, the second command should have veen rpm -qa kernel --qf '%{ARCH}\n'
 
Old 11-13-2006, 08:36 PM   #5
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Original Poster
Rep: Reputation: 15
OK, that read back:

i686
i686

But I think whatever it was fixed that, becouse on another issue I resolved with a yum -y. The drivers now installed as stated above with a yum install kmod-fglrx

Not sure if I have to do anything more or not, but the main thing I am trying to do is use Cedega but it still says I am using a Tungsten Graphics, Inc. Mesa DRI R300 20060815 AGP 1x x86/MMX/SSE2 TCL with 128 mem (under its auto detect). But I am running an ATI X800 with 256. I am guessing that may be my onboard, never really looked.

Tom
 
Old 11-13-2006, 09:40 PM   #6
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
Do this:

Open a console terminal:

Code:
/sbin/modprobe fglrx
/sbin/ldconfig
aticonfig --initial --input=/etc/X11/xorg.conf
Then restart X or reboot your computer.

Once back, open a console terminal:

Code:
glxinfo | grep direct
Post the results.

Last edited by glussier; 11-13-2006 at 09:41 PM.
 
Old 11-13-2006, 11:23 PM   #7
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Original Poster
Rep: Reputation: 15
OK, the modprobe fglrx had a fatal error, did the rest and the video is different. Not sure if better or worse, but seems sharper. Here is the print out.

[wc5b@localhost ~]$ glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
[wc5b@localhost ~]$





Thanks for sticking it out with me.
 
Old 11-14-2006, 12:36 AM   #8
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
Not right yet.

Can you do?

Open a console:

Code:
/sbin/lsmod | grep fglrx
glxinfo | grep direct
cat /var/log/Xorg.0.log | grep WW && cat /var/log/Xorg.0.log | grep EE
And, post the results.

Last edited by glussier; 11-14-2006 at 12:37 AM.
 
Old 11-14-2006, 02:21 PM   #9
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Original Poster
Rep: Reputation: 15
I am thinking I screwed something up playing with it myself before. Wondering if a reload would be better and start from scratch? Here is the read out of the requested stuff. Thanks again

Tom


[root@localhost ~]# cd /sbin
[root@localhost sbin]# lsmod | grep fglrx
fglrx 406700 0
[root@localhost sbin]# glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
[root@localhost sbin]# cat /var/log/Xorg.0.log | grep WW && cat /var/log/Xorg.0.log | grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The core pointer device wasn't specified explicitly in the layout.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): GetVBEMode failed
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(WW) <default pointer>: No Device specified, looking for one...
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) AIGLX: Screen 0 is not DRI capable
[root@localhost sbin]#
 
Old 11-14-2006, 02:42 PM   #10
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
Do nothing, the fglrx module is loaded properly.

Show me the content of /etc/X11/xorg.conf
 
Old 11-14-2006, 03:16 PM   #11
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Original Poster
Rep: Reputation: 15
Thats refreashing. LOL

Here is xorg.conf


# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dri"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
 
Old 11-14-2006, 04:03 PM   #12
glussier
Member
 
Registered: Jul 2005
Location: Montreal, Qc, Canada
Distribution: Fedora Core 5/6 Slackware 10.1/11
Posts: 120

Rep: Reputation: 15
Add the following at the bottom of you /etc/X11/xorg.conf file. Do not forget to press ENTER at the end of the last line.

Code:
Section "ServerFlags"
	Option	    "AIGLX" "off"
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "off"
EndSection
Restart X, and do glxinfo | grep direct
 
Old 11-14-2006, 05:34 PM   #13
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Original Poster
Rep: Reputation: 15
OK, this is what I get after the edit.

[root@localhost ~]# glxinfo | grep direct
'ERROR: DDX driver fingerprint mismatch: got 0x781B6E97, but expected 0x7A3E2CF0
libGL error: InitDriver failed
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
 
Old 11-16-2006, 11:05 PM   #14
wc5b
LQ Newbie
 
Registered: Nov 2006
Posts: 28

Original Poster
Rep: Reputation: 15
Bumping this one for more help, kinda left open ended hanging.

Tnx
Tom
 
Old 11-17-2006, 04:30 PM   #15
borchen
Member
 
Registered: Feb 2005
Posts: 57

Rep: Reputation: 15
Hi,

I also have an ATI X800(XL) and it is running fine on my FC6 64bit installation.

I did the following stuff to get it working:

- Download latest drivers from ATI site (ati-driver-installer-8.31.5-x86.x86_64.run)
- Open a terminal window
- Make the driver-file executable with: 'chmod +x ati-driver-installer-8.31.5-x86.x86_64.run'
- Go to directory (as root): '/lib/modules/<PUT YOUR KERNEL VERSION HERE>/build/include/linux'
- Make the following link (as root): ln -s autoconf.h config.h
- Go back to the ATI driver file dir.
- Run the ATI driver (as root) file with: ./ati-driver-installer-8.31.5-x86.x86_64.run
- Just stick to the default settings and click next, next etc.
- Go to runlevel 3 with 'init 3'
- Remove the radeon-driver from memory with: 'modprobe -r radeon'
- Load the fglrx-driver with: 'modprobe fglrx'
- Check if it's loaded with: 'lsmod | grep fglrx'
- Doublecheck with: 'dmesg'
- run: aticonfig --initial --input=/etc/X11/xorg.conf
- Add the following lines to the '/etc/X11/xorg.conf' file:

Section "Extensions"
Option "Composite" "Disable"
EndSection

- Now go to runlevel 5 with 'init 5' and you should have a visible desktop with direct rendering, 3D etc...

Good Luck!

Last edited by borchen; 11-17-2006 at 04:33 PM.
 
  


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
ATI X800 XT is it possible? flapjack242 Linux - Hardware 2 09-07-2006 01:23 PM
Ati X800-se dumbofant Linux - Hardware 4 12-31-2005 05:23 AM
ATi x800 franznietzsche Linux - Hardware 1 04-10-2005 04:48 AM
Ati X800 noobtesting Linux - Hardware 3 01-13-2005 12:40 AM
Ati X800.... fubar199 Linux - Hardware 0 09-15-2004 05:12 PM

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

All times are GMT -5. The time now is 04:49 AM.

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