On 6/21/05, Richard Fish <[EMAIL PROTECTED]> wrote:
> Mark Knecht wrote:
> 
> > Hi,
> > I wonder if anyone happens to have any info on whether hardware
> > acceleration should/can/does work on a Pundit-R? My laptop, which has
> > an ATI 9200 Mobility, has hardware acceleration working fine. That
> > kernel is 2.6.11.-gentoo-r6.
> >
> 
> [snip]
> 
> >
> > fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies,
> 
> 
> Well, if it is the "IGP" or "Mobility" version of the chip, only 2D is
> supported by the fglrx driver, but maybe that is a hardware
> limitation??  The 'radeon' driver should support hardware 3D
> acceleration on 9100 chips, so you might want to try that.
> 
> -Richard

Hey Richard,
   So this Pundit-R is driving the S-Video input on a TV set. (Since
this is what MythTV is for, right?) Anyway, with the fglrx driver I'm
able to get the TV to sync but with the radeon driver I'm not. With
the fglrx driver I'm using:

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   21 - 68
    VertRefresh 60
    Option "DPMS"
    DisplaySize 320 180
EndSection

however these settings don't seem to work with the radeon driver. I
just get slumped over picture - rolling/sideways, like all the sync
rates are wrong.

   Looking through the log file I see more problems with the AGP
stuff. From dmesg:

Linux agpgart interface v0.100 (c) Dave Jones
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI interrupt 0000:01:05.0[A] -> GSI 16 (level, low) -> IRQ 16
[drm] Initialized radeon 1.14.0 20050125 on minor 0: PCI device
1002:5834 (ATI Technologies Inc)
<SNIP>
[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:drm_unlock] *ERROR* Process 6162 using kernel context 0
myth11 root #

and from Xorg.0.log

(II) RADEON(0): [drm] DRM interface version 1.2
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:05.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xcc872000
(II) RADEON(0): [drm] mapped SAREA 0xcc872000 to 0xb3d1d000
(II) RADEON(0): [drm] framebuffer handle = 0xe8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
is loaded before the radeon kernel module.
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xcc872000 at 0xb3d1d00

I am loading agpgart before radeon:

myth11 root # cat /etc/modules.autoload.d/kernel-2.6

<SNIP>

# For example:
# 3c59x
agpgart
#fglrx
radeon
myth11 root #

and the modules are loaded:

myth11 root # lsmod
Module                  Size  Used by
snd_usb_audio          63680  0
snd_usb_lib            11520  1 snd_usb_audio
snd_rawmidi            20640  1 snd_usb_lib
snd_atiixp             17120  0
snd_ac97_codec         75384  1 snd_atiixp
radeon                 75776  0
drm                    60820  1 radeon
agpgart                28968  1 drm
myth11 root #


   Can you recommend where I'd look to find the right settings for
driving a TV input with the radeon driver and 9100 IGP chipset?

Thanks,
Mark

-- 
[email protected] mailing list

Reply via email to