
What kernel parameters are you using (/proc/cmdline)?Wonkey_Donkey wrote:Which Radeon are you talking about exactly ?
I have my old trusty 8500 running at 1280x1024 @ 85 Hz using the plain vesafb. I have nothing Radeon-related compiled in the kernel.
A little more info on your hardware may be a good start...


Thanks, it finally works. I had some other stuff on my video line that was probably screwing it up. (video=radeonfb:1024x768-32@85,mtrr,ywrap,accel)>Octoploid< wrote:>Which driver do I use? vesafb-rcc? vesafb-tng? old radeonfb? new
>radeonfb? Or do I need to use some fancy hack? This is driving me crazy.
Use radeonfb. Here is a part of my grub.conf:
kernel (hd2,0)/kernel-2.6.9-rc1-mm2 root=/dev/hda1 video=radeonfb:1024x768-32@100

Code: Select all
Load "glx"
Load "dri"
Section "DRI"
Mode 0666
EndSection
Section "Device"
Identifier "LaptopCard"
VendorName "ATI technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
Driver "radeon"
Option "AGPFastWrite" "true"
EndSection
Code: Select all
kernel /vmlinuz root=/dev/hda5 gentoo=nodevfs video=radeonfb:1024x768-32@60 splash=verbose,theme:emergence
I believe that all the problems appear only if you're using the ATI binary driver and radeonfb. If you use the "radeon" DRI driver, I think everything will work normally.thepi wrote:@hotplainrice: this config is likely to screw up your system. there have been reported a lot of problems for the radeonfb & radeon-dri combination. namely, a switch from xorg back to the console (ctrl+alt+F?) would result in a lockup.
i haven't heard of it working, sadly enough. radeonfb's supposed to be a lot faster than plain vesafb, is that correct?
pi~