 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |
|
View Poll Results: Did it work for you
|
|
Yes
|
  
|
451 |
48.81% |
|
No
|
  
|
336 |
36.36% |
|
Nearly worked
|
  
|
137 |
14.83% |

21st August 2007, 04:53 PM
|
 |
Registered User
|
|
Join Date: Sep 2006
Location: Dundee, Michigan
Age: 34
Posts: 1,207

|
|
|
Right now is the 3.40 version of the ati drivers better then 3.39
or do they both still have issues
__________________
Andrew Jamison
IRC:ajamison5579
Linux Counter # 435228
-----------------
Wiki page helping to show appropriate Fedora versions of Ubuntu commands [url=https://fedoraproject.org/wiki/FedorianDictionary]Fedora Dictionary[/url <--- Outdated been very busy looking to update it soon
|

21st August 2007, 09:41 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
Quote:
|
Originally Posted by leigh123@linux
you can leave the perl command as it wont affect you.
Code:
Transaction Check Error:
package kmod-fglrx-8.40.4-2.2.6.22.1_41.fc7 (which is newer than kmod-fglrx-8.39.4-2.2.6.22.1_41.fc7) is already installed
you already have kmod-fglrx installed
can you post
su
yum list kernel kernel-devel kmod-fglrx ati-x11-drv
and
su
yum repolist
|
I am having x11 problems when restart, the gui doesnt start up. something having to do with (breif error message)
Quote:
Build ID: xorg-x11-server1.3.0.0-9.fc7
"etc/x11/xorg.conf"
no devices detected
|
theres an output
Quote:
|
(**) |--screen"screen0" (0)
|
Im at work right now. get back to you as soon as I get home. Since Im not accessible to my pc. thanks for replying.
|

22nd August 2007, 02:21 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
here is the report:
Quote:
[root@localhost ~]# yum list kernel kernel-dev kmod-fglrx ati-x11-drv
Loading "protectbase" plugin
0 packages excluded due to repository protections
Installed Packages
kernel.i686 2.6.22.1-41.fc7 installed
kernel.i686 2.6.21-1.3194.fc7 installed
kmod-fglrx.i686 8.40.4-2.2.6.22.1_41.f installed
Available Packages
kernel.i586 2.6.22.1-41.fc7 updates
kmod-fglrx.i586
|
Quote:
[root@localhost ~]# yum repolist
Loading "protectbase" plugin
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled
fedora Fedora 7 - i386 enabled
livna Livna for Fedora Core 7 - i386 - Base enabled
updates Fedora 7 - i386 - Updates enabled
|
thank you
|

22nd August 2007, 02:37 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by dubb
here is the report:
thank you
|
Quote:
im running
fedora 7 i386
video card: Asus fx v9570
|
If this is your hardware you have a nvidia card ( FX 5700 )
to confirm these run this command
Code:
su -
lspci |grep VGA
Remove all the changes in xorg.conf that you made then run these commands
Code:
su -
init 3
yum remove kmod-fglrx
yum install kmod-nvidia beryl*
nvidia-config-display enable
service nvidia restart
reboot
then post your xorg.conf
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

22nd August 2007, 05:15 PM
|
 |
Registered User
|
|
Join Date: Sep 2006
Location: Dundee, Michigan
Age: 34
Posts: 1,207

|
|
|
Just an update it appears that the latest livna kernel modules support a 1440x900 resolution again incase anyone had that same problem as me.
__________________
Andrew Jamison
IRC:ajamison5579
Linux Counter # 435228
-----------------
Wiki page helping to show appropriate Fedora versions of Ubuntu commands [url=https://fedoraproject.org/wiki/FedorianDictionary]Fedora Dictionary[/url <--- Outdated been very busy looking to update it soon
|

22nd August 2007, 08:06 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 27

|
|
|
OK, here is my experience (apologies if this has already been covered, I stopped reading at page 5):
After waiting for AMD to release a compatible driver, I did a fresh install of Fedora 7. The system is an AMD Sempron 3400+ (x86_64) with an onboard Radeon Xpress 200.
I followed the instructions in Post #2 for livna and x86_64. After doing everything up to XGL, I restarted X and it still showed Mesa and no direct rendering. I went back to this thread and saw on page 3 or 4 the suggestion to do a yum remove, then yum install and yum update. I did that and it finally showed
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.0.6747 (8.40.4)
I then restarted X again and it died with a Signal 11 (invalid memory reference). I booted my old FC6 and came back to this thread. I realized I didn't apply the patch in post #2 after doing the yum install again. I applied the patch and now it works fine.
|

23rd August 2007, 02:52 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
That was a releif. Now my system reboots without errors. Thank you. Here is the report for my xorg.conf file
Quote:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
"xorg.conf" [readonly] 46L, 1014C
|
|

23rd August 2007, 03:31 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
|
It works now. I just did the rest of the steps, edit xorg.conf file, ran the script file and now it works!!! thanks. this is really cool
|

23rd August 2007, 04:11 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by dubb
It works now. I just did the rest of the steps, edit xorg.conf file, ran the script file and now it works!!! thanks. this is really cool
|
You dont need the XGL script with a nvidia card .
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

23rd August 2007, 02:49 PM
|
|
Registered User
|
|
Join Date: Aug 2007
Location: Liverpool, UK
Posts: 733

|
|
fglrx (livna) works for me on an Acer 1694WLMi (X700 graphics card) - XGL only kind-of worked - everything ran but it was so slow it was unusable. glxgears gives 8500
For anyone having problems with Google Earth hanging at "initializing" stage (never getting past the logo screen) see here for a solution that worked for me.
One annoyance is that when using these drivers the fan(s) in the PC are constantly spinning at top speed which is a bit noisy.
|

23rd August 2007, 06:49 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
Quote:
|
Originally Posted by BlueC
fglrx (livna) works for me on an Acer 1694WLMi (X700 graphics card) - XGL only kind-of worked - everything ran but it was so slow it was unusable. glxgears gives 8500
For anyone having problems with Google Earth hanging at "initializing" stage (never getting past the logo screen) see here for a solution that worked for me.
One annoyance is that when using these drivers the fan(s) in the PC are constantly spinning at top speed which is a bit noisy.
|
My beryl works great. I am having problems with Google Earth and some other Thing with Glibc. I get a SELinux Troubleshooter Alert. As soon as I get home, Im gonna try to fix Google Earth.
|

23rd August 2007, 06:52 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Escondido, CA
Age: 33
Posts: 332

|
|
Quote:
|
Originally Posted by leigh123@linux
You dont need the XGL script with a nvidia card .
|
Thanks for telling me. Did that mess anything up? It does work fine tho. If I ran the script would it affect anything if i have nvidia installed already? Thanks for all your help.
|

23rd August 2007, 07:04 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by dubb
Thanks for telling me. Did that mess anything up? It does work fine tho. If I ran the script would it affect anything if i have nvidia installed already? Thanks for all your help.
|
The easiest way to tell if you don't need xgl would be to log into a non xgl gnome or kde session and see if beryl still works , if it does run the script again with -r at the end to remove xgl
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

24th August 2007, 12:55 AM
|
|
Registered User
|
|
Join Date: Aug 2007
Posts: 19

|
|
|
i ran:
yum install ati-x11-drv
and got all this:
Loading "protectbase" plugin
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
73 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
etc etc and ended up with this:
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package ati-x11-drv.x86_64 0:8.40.4-2.fc7 set to be updated
Error: Unable to satisfy dependencies
Error: Package ati-x11-drv conflicts with xorg-x11-drv-fglrx.
how do i fix these errors so i can finally get my ati drivers to work?!
thanks
edit: I installed the ati radeon x800 linux x64 drivers straight from the website and nomatter what ive tried im not able to start the x server, so i switched to fglrx and it still wont start x server, so it goes into default ati generic drivers....i figured this howto would help me get my exact drivers running...
just figured id post some info!
__________________
----------------------------------
F7 x86_64 smolt
ECS KN1 Extreme
AMD Athlon 64 3700+ (2.4ghz, 939 pin)
OCZ Gold 3200 Dual Channel RAM (2 x 512mb)
Radeon x800 PCI-e
SATA 150 Seagate Barracuda 200gig HDD
Liteon 18x DVD Burner
Good ol' Floppy drive
Antec Truepower 480 watt PSU
Last edited by Pharm0r; 24th August 2007 at 01:01 AM.
|

24th August 2007, 01:01 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by Pharm0r
i ran:
yum install ati-x11-drv
and got all this:
Loading "protectbase" plugin
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
73 packages excluded due to repository protections
Resolving Dependencies
--> Running transaction check
etc etc and ended up with this:
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package ati-x11-drv.x86_64 0:8.40.4-2.fc7 set to be updated
Error: Unable to satisfy dependencies
Error: Package ati-x11-drv conflicts with xorg-x11-drv-fglrx.
how do i fix these errors so i can finally get my ati drivers to work?!
thanks
edit: I installed the ati radeon x800 linux x64 drivers straight from the website and nomatter what ive tried im not able to start the x server, so i switched to fglrx and it still wont start x server, so it goes into default ati generic drivers....i figured this howto would help me get my exact drivers running...
just figured id post some info!
|
You can have only one driver ( you are just plain greedy wanting two  )
try
Code:
su -
yum remove kmod-fglrx livna-config-display
yum install ati-x11-drv
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 09:43 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|