I created the following file and it started to work. Maybe it will help you too?
bash-3.1$ cat /etc/pm/config.d/unload_modules
SUSPEND_MODULES="video"
before that my laptop went to...
Type: Posts; User: dolphin77; Keyword(s):
I created the following file and it started to work. Maybe it will help you too?
bash-3.1$ cat /etc/pm/config.d/unload_modules
SUSPEND_MODULES="video"
before that my laptop went to...
updating to linux-2.6.33-rc3-git2 solved the problem for me.
the link you gave for R700_rlc.bin is broken
Ooops sorry, put the wrong dmesg (it was from 2.6.32 kernel). This one goes for 2.6.33-rc1:
[drm] Initialized drm 1.1.0 20060810 ...
Hello again,
many thanks to the people developing opesource radeon, mesa, drm and etc.
Everything works nice for me with 2.6.32, mesa, drm and ati from git.
I have tried the new 2.6.33-rc1...
Why not blacklist radeon module in /etc/modprobe.d/blacklist.conf
root@darkstar:/usr/src# cat /etc/modprobe.d/blacklist.conf | grep radeon
blacklist radeonfb
blacklist radeon
and load it...
Not sure, but I think you have issues of initialization of radeon driver before root is mounted and thus it cannot load firware for the driver.
Try to add radeon and radeonfb to blacklist...
) KERNEL PART:
In order to make this work, we will need a kernel 2.6.32-rc7 (or later).
It should be compiled with this options in .config:
CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_KMS=y
...
today 2.6.32-rc7 was released. Seems that the neccessary updates are in there. Playing around for few hours already. looks very stable.
PS forgot to mention in previous posts. For those who want...
Thank you for hint. I will try to build drm-next when my daughter will go to sleep and post the result here.
Added:
Ok, so I am already here up and running about 20 minutes. I have here...
to: Kano
thank you for correction. I will change scripts. Once again I am not a programmer and I do not remember origin of this scripts. Most probably you right and originally this was from some...
My scripts for git versions of libdrm, mesa and xf86-ati:
get-libdrm.sh:
rm -rf libdrm
git clone git://cgit.freedesktop.org/mesa/drm
( cd drm ; find . -type d -name .git -exec rm -rf {} \; 2>...
Yeah, but what I am trying to underline is that with 2.6.32-rc3 everything works fine for me!!!
I am not a programmer and it is really hard for me to read/understand patches and other code. What...
Hello everybody.
I have a sony laptop with ATI HD3400 Videocard. I use Slackware64-current, mesa, libdrm, ati ddx from GIT. I tried kernels 2.6.32 different release candidates.
I am very happy...