Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

85 Hz framebuffer - RADEON

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
12 posts • Page 1 of 1
Author
Message
chocoba65
n00b
n00b
Posts: 33
Joined: Tue Apr 08, 2003 6:03 am

85 Hz framebuffer - RADEON

  • Quote

Post by chocoba65 » Tue Jul 27, 2004 9:58 pm

Before we begin: Yes, I have tried searching the forums. Yes, I'm stupid. Now, let us begin.
How do I get an ATI RADEON to run at 85 Hz (1024x768@85) in the framebuffer? 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.
Top
Wonkey_Donkey
Tux's lil' helper
Tux's lil' helper
Posts: 93
Joined: Tue Oct 14, 2003 9:14 pm

  • Quote

Post by Wonkey_Donkey » Tue Jul 27, 2004 10:26 pm

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...
Top
chocoba65
n00b
n00b
Posts: 33
Joined: Tue Apr 08, 2003 6:03 am

  • Quote

Post by chocoba65 » Mon Aug 02, 2004 11:13 pm

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...
What kernel parameters are you using (/proc/cmdline)?
Which hardware did you want to know about? My video card is a RADEON 9600 XT, my monitor is a SyncMaster 750s, and my motherboard has a SiS745 chipset. I tried using setting up vesafb_modes.h and using vga=0x517, but when I tried to boot, the monitor just went black, and the OSD said it was running at 60 Hz.
Top
chocoba65
n00b
n00b
Posts: 33
Joined: Tue Apr 08, 2003 6:03 am

  • Quote

Post by chocoba65 » Sat Sep 04, 2004 4:54 pm

bump
Top
>Octoploid<
n00b
n00b
User avatar
Posts: 57
Joined: Sun Jun 27, 2004 5:05 am

  • Quote

Post by >Octoploid< » Sat Sep 04, 2004 6:07 pm

>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

and here .config:
#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
# CONFIG_FB_RADEON_I2C is not set
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
Top
hotplainrice
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Sun Apr 25, 2004 1:07 pm

  • Quote

Post by hotplainrice » Sun Sep 05, 2004 1:16 am

I know this is abit off topic.. I'm using radeonfb so that my laptop can utilize the 1024x600 screen rather than giving me the 640x??? console (waste of space).. and my xorg is set to fbdev. What happens if I set xorg to use its own radeon module? (ATI Radeon LY DDR SGRAM 8 MB ) Will it not use the framebuffer interface and directly access the radeon card?
Top
chocoba65
n00b
n00b
Posts: 33
Joined: Tue Apr 08, 2003 6:03 am

  • Quote

Post by chocoba65 » Sun Sep 05, 2004 6:01 am

>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
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)
Top
thepi
Guru
Guru
User avatar
Posts: 352
Joined: Tue Jan 06, 2004 10:57 pm
Location: Tokyo, Japan

  • Quote

Post by thepi » Sun Sep 05, 2004 12:40 pm

@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~
Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF!
Top
hotplainrice
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Sun Apr 25, 2004 1:07 pm

  • Quote

Post by hotplainrice » Sun Sep 05, 2004 12:44 pm

Yeah, I guess its true.. It feels tiny lil bit slower than the last installation of gentoo where i used the driver in xorg. Unnoticeable until u resize ur window..
Top
Kovid
Apprentice
Apprentice
Posts: 217
Joined: Mon Aug 25, 2003 4:50 am
Location: California, USA
Contact:
Contact Kovid
Website

@thepi

  • Quote

Post by Kovid » Sun Sep 05, 2004 7:32 pm

I use radeonfb and the X11 radeon driver with DRI and xv support.
Works just fine, get ~900FPS in glxgears and I can switch back and forth between the console and X
Using the latest Xorg server (6.7.99.902)

Ofcourse I have a rather ancient
ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]

The relevant config sections are
xorg.conf:

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
grub.conf:

Code: Select all

kernel /vmlinuz root=/dev/hda5 gentoo=nodevfs video=radeonfb:1024x768-32@60 splash=verbose,theme:emergence
radeonfb is much faster than vesafb
Top
thepi
Guru
Guru
User avatar
Posts: 352
Joined: Tue Jan 06, 2004 10:57 pm
Location: Tokyo, Japan

  • Quote

Post by thepi » Sat Sep 11, 2004 12:29 pm

thanks for the hint kovid

i'm currently using radeon-drm & vesafb (on radeon m9), and it works flawlessly. i think i'll try the combination with radeonfb the next time everything else works :D a working system is an outdated system.

first i've got to solve that "switch to 2.6.8 - cd burner gone" problem. 8)

pi~
Last edited by thepi on Sat Sep 11, 2004 1:45 pm, edited 1 time in total.
Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF!
Top
Wedge_
Advocate
Advocate
User avatar
Posts: 3614
Joined: Thu Aug 08, 2002 4:00 pm
Location: Scotland

  • Quote

Post by Wedge_ » Sat Sep 11, 2004 12:58 pm

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~
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.
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Top
Post Reply

12 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy