![]() |
wow, rpmfusion is fast indeed, only now I got the kernel 2.6.27.5-37 through yum, let me try the new version now. Glad to know rpmfusion is doing a great job :)
|
Quote:
|
For anybody wondering... the main driver download page at ati.amd.com shows that its good for xorg 7.3, however, it actually supports 7.4/xserver1.5 as stated in the release notes. Whoever it is who manages that web page is just prone to oversights -- up until 8.10, the page title showed something like 8.5, so this is nothing new. 8.11 does indeed support 7.4/1.5.
|
It works ! Of course it needs a hack :p (at least in my case)
what I did (worked here, do it at your own risk, works on x64): yum clean all yum --enablerepo=updates-testing-newkey update kernel* yum remove *fglrx* # I'm using x64, so I installed the extra i386 libs package in an attempt to make opengl work with wine, might not be needed yum install akmod-fglrx kmod-fglrx xorg-x11-drv-fglrx-libs.i386 reboot # Now if you are using the x64 version you will notice you have no glx at all, that's because it is looking for the driver in the wrong place, maybe because I've installed the i386 package, in that case: mv /usr/lib/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so.backup cp /usr/lib64/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so Now compiz is working fine again ! :) I will try removing the i386 package to see if it looks for the driver in the right place. |
Oh, and my tremulous is dog slow ...
|
hy there i have an ATI RADEON HD3850 from HIS on AGP 512DDR3 but i cant figure out how to install drivers for my video card,im still new to linux
tryed some guides i got error to start x server,i did restore my old xorg.conf and it works normally but i would be gladly if my video card will be installed.thank you here it is the trouble maker xorg.conf Code:
|
Quote:
|
Minase, do you have two video cards ? You have many duplicated Sections, I would try commenting out those duplicated Sections not related to the ATI card
here is my xorg.conf in case it might help: Code:
Section "ServerLayout" |
what you mean im a bit confused about your post :|
all replys from previous topic did not work :( |
Minase, check my xorg.conf, just edited my previous post to add it hehe
|
i dont have 2 video cards and my ati driver is not installed =/
just the control panel when i start CP it's saying that driver is not installed |
To get your ATI driver working you should:
# 1 - install the rpmfusion repo: http://rpmfusion.org/Configuration # 2 - update your kernel (as root): yum clean all yum --enablerepo=updates-testing-newkey update kernel* # 3 - install the ATI drivers (as root): yum install akmod-fglrx kmod-fglrx # 4 - reboot If it still not works you shoud check your xorg.conf |
Quote:
Code:
# Xorg configuration created by livna-config-display |
tryed that it return just an trembling image
everything is blury i did look at hardware and it did not recognize my video card it was "unknow video card" thank for reply ;) other solutions? |
You can try the aticonfig command, "aticonfig --initial" should create a minimum working config file
|
| All times are GMT +1. The time now is 12:02 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.