LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-12-2009, 10:35 PM   #31
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15

Yes. Or well....... I should say I don't know. I ran "aticonfig --initial -f" from the konsole. Is that what you mean?

Last edited by Theoutdoorsman; 01-12-2009 at 10:37 PM.
 
Old 01-12-2009, 10:45 PM   #32
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
According to the documentation after the install of the driver you should run as root: /usr/X11R6/bin/aticonfig --initial and then reboot. I don't think aticonfig --initial -f is the same.

Give the above a try, if that still doesn't help, if you are willing we can approach this from another method. It will mean starting again with the removal of the current driver.
 
Old 01-12-2009, 10:53 PM   #33
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by {BBI}Nexus{BBI} View Post
According to the documentation after the install of the driver you should run as root: /usr/X11R6/bin/aticonfig --initial and then reboot. I don't think aticonfig --initial -f is the same.

Give the above a try, if that still doesn't help, if you are willing we can approach this from another method. It will mean starting again with the removal of the current driver.

I'm up for anything right now!!...... LOL ........ can I simply run that command in konsole after the "su" switch, or should I log in as root? Thanks for sticking with me on this!!!!
 
Old 01-12-2009, 10:54 PM   #34
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Yes you can use the su command to switch to root and then run that command.
 
Old 01-12-2009, 10:56 PM   #35
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
No go.........

[root@localhost alan]# /usr/X11R6/bin/aticonfig --initial
bash: /usr/X11R6/bin/aticonfig: No such file or directory


(There is no "bin" folder in that directory. There is, however, a "lib" folder.)

Last edited by Theoutdoorsman; 01-12-2009 at 11:01 PM.
 
Old 01-12-2009, 11:20 PM   #36
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
That's strange. Let's check exactly what is installed and working. Type exit to leave root mode, don't close the konsole.

Type: glxinfo | grep direct You should see direct.

Then do: dmesg You are looking for any references to fglrx near the bottom of the listing.

Then do: lsmod | grep fglrx You are looking for the listing to show fglrx loaded.

Finally do: less /var/log/Xorg.0.log > xorglog.txt This will create a txt file in your home/username folder.

Click on this file to open it with kwrite then go to edit select find then type this in the search box DRI Initialization Successful and click the find button.

You can use F3 to step through this file looking for that string.

Oh to get the upright stick (called a 'pipe') you use shift and the \ key.

Last edited by {BBI}Nexus{BBI}; 01-12-2009 at 11:22 PM.
 
Old 01-12-2009, 11:30 PM   #37
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
I will edit this post and update it until all your requests have been satisfied..... brb


[alan@localhost ~]$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect




dmesg command: (This is noted at the bottom)

[fglrx:firegl_cail_init] *ERROR* CAIL: AGP acquire failed, error -19
[fglrx:hal_init_asic] *ERROR* Failed to initialize ASIC.
[fglrx] ACPI is disabled on this system
[fglrx:firegl_cail_init] *ERROR* CAIL: AGP acquire failed, error -19
[fglrx:hal_init_asic] *ERROR* Failed to initialize ASIC.
[fglrx] ACPI is disabled on this system




[alan@localhost ~]$ lsmod | grep fglrx
bash: lsmod: command not found



Phrase not found for "DRI" in the xorglog.txt file. (Would you like for me to post it?)

Last edited by Theoutdoorsman; 01-12-2009 at 11:40 PM.
 
Old 01-12-2009, 11:31 PM   #38
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
You are showing great patience and hopefully gaining some commandline skills.
 
Old 01-12-2009, 11:48 PM   #39
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Editing is finished with the above post. Thank you. I'm learning more and more every day. Gotta crawl before we walk I suppose.... :-) .... Forgetting what I know with Window$ is the hardest part I think.
 
Old 01-12-2009, 11:50 PM   #40
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Ok, there seems to be some agp issues there. I think the best thing to do is to abandon the troubleshooting and get down to installing via another method. Do: ls /usr/share/fglrx you are looking for this file to be present: ati-uninstall.sh or something similar. Do you know if you have the plf repositories added to your system?
 
Old 01-13-2009, 12:01 AM   #41
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
Here's what I find:


[alan@localhost ~]$ ls /usr/share/fglrx
ls: cannot access /usr/share/fglrx: No such file or directory




"/usr/share/fglrx" does not exist.


I'm not sure about the "plf repositories".



I ran a search for the ati_uninstall.sh and could not locate anything.

Last edited by Theoutdoorsman; 01-13-2009 at 12:06 AM.
 
Old 01-13-2009, 12:13 AM   #42
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
It seems the driver either isn't installed or didn't install correctly. What we are going to do now is replace your current repository list with a fresh one and in the process your system will be updated with all current updates. After that we can get down to installing the driver.

In my signature you will see a link to smarturpmi go there and select the closest location to you from the following categories:

main release
contrib release
non-free release
plf-free release
plf-nonfree release
main updates
contrib updates
non-free updates


-- optional --

main backports
contrib backports
non-free backports
plf-free backports
plf-nonfree backports


Once you have made your choices, scroll to the very bottom and click the synthesis button. On the final screen select the option to download a script. Let me know when you have downloaded the script to your home/username folder and we will continue.
 
Old 01-13-2009, 12:34 AM   #43
Theoutdoorsman
Member
 
Registered: Sep 2003
Distribution: Mandriva 2009
Posts: 142

Original Poster
Rep: Reputation: 15
I have the script you requested. Sorry it took so looooong. :-)
 
Old 01-13-2009, 12:49 AM   #44
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
No worries. From the konsole (not as root) type: chmod +x smarturpmi.sh (this is to make the file executable) and hit enter.

Now switch to root and type: ./smarturpmi.sh and hit enter. Choose a for fully automatic. Answer 'y' or 'yes' when asked if current sources should be replaced.

I'll explain what will happen. First your current sources list will be replaced with the ones you selected from the smarturpmi website, then the script will check for any new updates for your system. It will automatically download and install the updates. This may or maynot be a lengthy process. Chances are i will have to disappear before the update is complete.

When the update is complete stay as root and type: urpmi dkms-fglrx fglrx to install the ati driver.

When driver has been installed type: XFdrake

Go to Hardware then Set up the graphical server. Select the proprietary driver when offered the choice. Restart the system when all tasks have been completed.

Last edited by {BBI}Nexus{BBI}; 01-13-2009 at 12:52 AM.
 
Old 01-13-2009, 01:04 AM   #45
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Post how you got on, i'll check this thread later.
 
  


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
Configuring the ATI RADEON 8500LE VIDEO CARD on my computer Viper1987 Linux - Newbie 2 04-18-2007 10:11 PM
Interesting Video Problem with ATI Radeon 9800 Pro (not a 3D accel based problem) binarynova Linux - Hardware 1 08-27-2005 09:49 PM
Who has video card ATI RADEON 9800 PRO!!! Bonny Linux - Newbie 8 07-12-2005 09:01 PM
ATI Radeon 9800 pro slan124 Mandriva 6 01-25-2005 03:12 PM
help configuring radeon 9800 pro ilyash Linux - Hardware 2 10-24-2004 02:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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