

Code: Select all
Linux Kernel v2.6.10-gentoo-r6 Configuration
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
┌──────────────────────────────────────────────────────── Graphics support ─────────────────────────────────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus --->. Highlighted letters are hotkeys. Pressing <Y> includes, <N> │
│ excludes, <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, </> for Search. Legend: [*] built-in [ ] excluded │
│ <M> module < > module capable │
│ │
│ ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │
│ │ [*] Support for frame buffer devices │ │
│ │ --- Enable Video Mode Handling Helpers │ │
│ │ [ ] Enable Tile Blitting Support │ │
│ │ < > Cirrus Logic support │ │
│ │ < > Permedia2 support │ │
│ │ < > CyberPro 2000/2010/5000 support │ │
│ │ [ ] Chips 69000 display support │ │
│ │ [ ] IMS Twin Turbo display support │ │
│ │ < > VGA 16-color graphics support │ │
│ │ < > VESA VGA graphics support │ │
│ │ < > Hercules mono graphics support │ │
│ │ < > nVidia Riva support │ │
│ │ < > Intel 810/815 support (EXPERIMENTAL) │ │
│ │ < > Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL) │ │
│ │ < > Matrox acceleration │ │
│ │ < > ATI Radeon display support (Old driver) │ │
│ │ <*> ATI Radeon display support │ │
│ │ [*] DDC/I2C for ATI Radeon support │ │
│ │ [*] Lots of debug output from Radeon driver │ │
│ │ < > ATI Rage128 display support │ │
│ │ < > ATI Mach64 display support │ │
│ │ < > S3 Savage support │ │
│ │ < > SiS acceleration │ │
│ │ < > NeoMagic display support │ │
│ │ < > IMG Kyro support │ │
│ │ < > 3Dfx Banshee/Voodoo3 display support │ │
│ │ < > 3Dfx Voodoo Graphics (sst1) support │ │
│ │ < > Trident support │ │
│ │ < > Virtual Frame Buffer support (ONLY FOR TESTING!) │ │
│ │ Console display driver support ---> │ │
│ │ Logo configuration ---> │ │
│ │ [*] Support for the framebuffer splash Code: Select all
kernel /kernel-2.6.10-gentoo-r6 video=radeonfb:ywrap,pmipal,mtrr,1024x768-32@60 splash=silent,theme:emergence resume2=/dev/hdc2
initrd /fbsplash-2.6.10-gentoo-r6

It's an older laptop, so the chances of changing graphics cards in it is a bit slim, plus it doesn't cause gensplash graphics to go corrupt when switching from silent to verbose during boot when I compile it into the kernelSith_Happens wrote:You use the in kernel radeon support? I use the ATI drivers ebuild and load the drivers as a module. Then again I have a newer card, that only works with the latest drivers. However I don't think it's really ever a good idea to use in kernel support when it comes to graphics cards.