Blue Beard
05-06-2009, 08:30 AM
I have set up drm and radeonhd using https://help.ubuntu.com/community/RadeonHD
The audio is enabled and directed to the HDMI connector using:
# xorg.conf (X.Org X Window System server configuration file)
Section "Device"
Identifier "HD3450"
Driver "radeonhd"
Option "Monitor-DVI-D_1" "Aveis A323LT"
Option "Audio" "on"
Option "HDMI" "DVI-D 1"
Option "DRI"
Option "AccelMethod" "exa"
EndSection
Section "Monitor"
Identifier "Aveis A323LT"
Modeline "1360x768_60.00" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
Option "PreferredMode" "1360x768_60.00"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Aveis A323LT"
Device "HD3450"
EndSection
Section "DRI"
Mode 0666
EndSection
PulseAudio Manager is set to use alsa_output.hw_0_3 as the HD3450 is card 0, device 3.
When I play a mp3 or mp4 using mplayer, I see output on pavumeter and these lines show up in Xorg.0.log
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: playing with 2 channels, 48000 Hz sampling rate, 16 bits per sample,
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x01 IEC60958 status bits and 0x00 category code
alsamixer -c 0 is used to verify output is not muted.
No Sound --- Any suggestions?
The audio is enabled and directed to the HDMI connector using:
# xorg.conf (X.Org X Window System server configuration file)
Section "Device"
Identifier "HD3450"
Driver "radeonhd"
Option "Monitor-DVI-D_1" "Aveis A323LT"
Option "Audio" "on"
Option "HDMI" "DVI-D 1"
Option "DRI"
Option "AccelMethod" "exa"
EndSection
Section "Monitor"
Identifier "Aveis A323LT"
Modeline "1360x768_60.00" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
Option "PreferredMode" "1360x768_60.00"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Aveis A323LT"
Device "HD3450"
EndSection
Section "DRI"
Mode 0666
EndSection
PulseAudio Manager is set to use alsa_output.hw_0_3 as the HD3450 is card 0, device 3.
When I play a mp3 or mp4 using mplayer, I see output on pavumeter and these lines show up in Xorg.0.log
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: playing with 2 channels, 48000 Hz sampling rate, 16 bits per sample,
(II) RADEONHD(0): RHDHdmiUpdateAudioSettings: 0x01 IEC60958 status bits and 0x00 category code
alsamixer -c 0 is used to verify output is not muted.
No Sound --- Any suggestions?