Go Back   DriverHeaven.net > Forums > Software / Tools > Linux Operating Systems

Notices

Reply
 
LinkBack Thread Tools Display Modes
Old Sep 14, 2005, 07:36 PM   #16 (permalink)
md5
DriverHeaven Senior Member
 
md5's Avatar
 
Join Date: Dec 2004
Location: Inside DriverHeaven
Posts: 856
md5 is on a distinguished road

looks ok to me good job
__________________
md5 is offline   Reply With Quote
Old Sep 14, 2005, 07:42 PM   #17 (permalink)
Ferret_Style
Bouncing off the Walls
 
Ferret_Style's Avatar
 
Join Date: Jul 2004
Location: Somewhere in the Ford Galaxy
Posts: 725
Ferret_Style is on a distinguished road
System Specs

ok still getting the keyboard error though .... any ideas .. I tried what you posted but got file exists
__________________


"You might be Eaten by a Grue" MC Frontalot!

Quote:
Originally Posted by Just Learnin' View Post
Shoot me and pry that noise from my dead skull.
Ferret_Style is offline   Reply With Quote
Old Sep 15, 2005, 03:12 AM   #18 (permalink)
Kombatant
DriverHeaven Senior Member
 
Kombatant's Avatar
 
Join Date: Apr 2003
Location: Athens, Hellas
Posts: 803
Kombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of light

Why don't you post your /etc/X11/xorg.conf file; I think that this is where the problem lies.
__________________
There is no spoon...
AMD // Kombatant's Lair

me != AMD ==> my posts != AMD's views
Kombatant is offline   Reply With Quote
Old Sep 15, 2005, 07:52 AM   #19 (permalink)
Ferret_Style
Bouncing off the Walls
 
Ferret_Style's Avatar
 
Join Date: Jul 2004
Location: Somewhere in the Ford Galaxy
Posts: 725
Ferret_Style is on a distinguished road
System Specs

here it is thanks for all the help.... i am having a blast learning this!

http://purpledragonwear.com/josh/xorg.conf

If there are any other tweaks please let me know.
__________________


"You might be Eaten by a Grue" MC Frontalot!

Quote:
Originally Posted by Just Learnin' View Post
Shoot me and pry that noise from my dead skull.
Ferret_Style is offline   Reply With Quote
Old Sep 16, 2005, 02:10 PM   #20 (permalink)
Ferret_Style
Bouncing off the Walls
 
Ferret_Style's Avatar
 
Join Date: Jul 2004
Location: Somewhere in the Ford Galaxy
Posts: 725
Ferret_Style is on a distinguished road
System Specs

Well i found this fix on another site! and it worked!

code:


# Option "XkbDisable" Option "XkbRules" "xfree86" Option "XkbModel" "itouch" Option "XkbLayout" "us"

and turn it into this
code: # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "itouch" Option "XkbLayout" "us"
__________________


"You might be Eaten by a Grue" MC Frontalot!

Quote:
Originally Posted by Just Learnin' View Post
Shoot me and pry that noise from my dead skull.
Ferret_Style is offline   Reply With Quote
Old Sep 16, 2005, 03:44 PM   #21 (permalink)
md5
DriverHeaven Senior Member
 
md5's Avatar
 
Join Date: Dec 2004
Location: Inside DriverHeaven
Posts: 856
md5 is on a distinguished road

Nice didn't know about this one, thanks
__________________
md5 is offline   Reply With Quote
Old Sep 16, 2005, 04:41 PM   #22 (permalink)
Ferret_Style
Bouncing off the Walls
 
Ferret_Style's Avatar
 
Join Date: Jul 2004
Location: Somewhere in the Ford Galaxy
Posts: 725
Ferret_Style is on a distinguished road
System Specs

yah did a few hours on google... lol lots of miss information on that error and it is due to the ati config utility!
__________________


"You might be Eaten by a Grue" MC Frontalot!

Quote:
Originally Posted by Just Learnin' View Post
Shoot me and pry that noise from my dead skull.
Ferret_Style is offline   Reply With Quote
Old Sep 17, 2005, 06:32 AM   #23 (permalink)
Kombatant
DriverHeaven Senior Member
 
Kombatant's Avatar
 
Join Date: Apr 2003
Location: Athens, Hellas
Posts: 803
Kombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of lightKombatant is a glorious beacon of light

Glad you found it; I had the same problem when I upgraded to Breezy, and I found it indirectly (meaning I generated an xorg.conf and I noticed the difference from my old xorg.conf)
__________________
There is no spoon...
AMD // Kombatant's Lair

me != AMD ==> my posts != AMD's views
Kombatant is offline   Reply With Quote
Old Sep 17, 2005, 11:54 AM   #24 (permalink)
Ferret_Style
Bouncing off the Walls
 
Ferret_Style's Avatar
 
Join Date: Jul 2004
Location: Somewhere in the Ford Galaxy
Posts: 725
Ferret_Style is on a distinguished road
System Specs

This is the guide that helped ... just worked on my desktop too!

The unnoficial ATI ubuntu howto:

1)If you have installed the drivers through synaptic or apt-get, uninstall them using apt-get or synaptic(or kynaptic).
2) Download the 50MB(!) installer from ATI (http://www2.ati.com/drivers/linux/a....16.20-i386.run)
3) check that you have your kernel headers in /usr/src/linux-headers-<version> and that /usr/src/linux is a symbolic link to that directory. This is needed to compile the fglrx kernel module.
3.1)If you don't have the headers get them by finding the package in synaptic called "linux-headers-(the name you got from uname -r)". Then "ln -s /usr/src/linux-headers<version> /usr/src/linux".
4) change to single user mode via "sudo telinit 1", this will drop you to the console.
5) start the installer as root: "sudo sh ./ati-driver-installer-xxxxx"
6) most people can just accept the defaults in the installer (just hit enter at each screen) until the driver starts installation.
7) wait for installation to finish (shouldn't take too long, 30sec at most maybe).
run "sudo fglrxconfig" to generate your /etc/X11/xorg.conf file or simply change "radeon" to "fglrx" in your Device section if it exists already. It might be a good idea to generate one even if you have one already just to see how they are different. Make sure you don't copy over the original!
9.)reboot (I recommend a reboot, even though it is technically not necessary, as I've hit problems before when not rebooting).

Troubleshooting:
Direct Rendering doesn't work:
Try "ls -l /lib/modules/(kernel version)/kernel/drivers/video/fglrx.ko". It should say the same date as the date you ran the ati driver installer. If not you will have to copy the fglrx driver from /lib/modules/fglrx/. First rename or delete /lib/modules/(kernel version)/kernel/drivers/video/fglrx.ko and then "sudo cp /lib/modules/fglrx/fglrx.(kernel version).ko /lib/modules/(kernel version)/kernel/drivers/video/fglrx.ko". Then, make sure you REBOOT.

Direct Rendering still doesn't work: Yeah...that happens. Check http://rage3d.com/board/forumdisplay.php?f=88 and search the rage3d forum and google for the ati linux howto and search this forum. Someone may have had one of your problems already. If you find a solution feel free to tell everybody.
__________________


"You might be Eaten by a Grue" MC Frontalot!

Quote:
Originally Posted by Just Learnin' View Post
Shoot me and pry that noise from my dead skull.
Ferret_Style is offline   Reply With Quote
Old Sep 18, 2005, 04:32 AM   #25 (permalink)
RIV@NVX
Freedom is a feature.
 
RIV@NVX's Avatar
 
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,381
RIV@NVX is on a distinguished road
System Specs

Quote:
Originally Posted by Kombatant
Glad you found it; I had the same problem when I upgraded to Breezy, and I found it indirectly (meaning I generated an xorg.conf and I noticed the difference from my old xorg.conf)
Did you report it to ATI so they can fix the fglrxconfig thing?
__________________
-- Vedran
RIV@NVX is offline   Reply With Quote
Old Oct 14, 2005, 10:32 AM   #26 (permalink)
Ferret_Style
Bouncing off the Walls
 
Ferret_Style's Avatar
 
Join Date: Jul 2004
Location: Somewhere in the Ford Galaxy
Posts: 725
Ferret_Style is on a distinguished road
System Specs

5.10 Breezy fixed this issue. Installed it last night with this driver and did not have this issue.
__________________


"You might be Eaten by a Grue" MC Frontalot!

Quote:
Originally Posted by Just Learnin' View Post
Shoot me and pry that noise from my dead skull.
Ferret_Style is offline   Reply With Quote
Old Oct 29, 2005, 10:25 AM   #27 (permalink)
temeteus82
DH Team Leader
 
temeteus82's Avatar
 
Join Date: Dec 2004
Location: Vantaa, Finland
Posts: 5,358
temeteus82 is a name known to alltemeteus82 is a name known to alltemeteus82 is a name known to alltemeteus82 is a name known to alltemeteus82 is a name known to alltemeteus82 is a name known to all
System Specs

BTW. I just installed 5.10 AMD 64 and I can't get my x800 GTO to work , it is detected as a x850 pro since it has R480 core it might just bee some refresh rate error but now I can't tell, since I'm at work ...
__________________
Quote:
Originally Posted by dj_stick View Post
no, stupidity is a WMD in itself
How you can help DriverHeaven by using Digg!

temeteus82 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump




 

 
Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
SporeHeaven skin by Allan "Zardon" Campbell, for Electronic Arts. vBulletin implementation by Craig '5320' Humphreys

All times are GMT -5. The time now is 12:07 PM. Copyright ©2008 DriverHeaven.net