hdmi - sound - ati some help (for you)

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
a wanted man

hdmi - sound - ati some help (for you)

Post by a wanted man »

As most people are aware, the current ati prop. drivers are pretty hit and miss (depends on the model) but there are issues with using hdmi output on non-prop drivers.

Get display output (not just the desktop and nothing else showing):

- in system settings - displays - set the checkbox for mirror displays, set the resolution to the highest on the hdmi device not on the monitor (as the res on the output device attached to the hdmi will be lower)

Fix the fast forward playing videos:

- change: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
To: GRUB_CMDLINE_LINUX_DEFAULT=" quiet splash radeon.audio=1 radeon.modeset=1"
in the /etc/default/grub file, then do update-grub

1st extra param: forces audio recognition
2nd extra param: forces kernel mode setting to see the radeon card

- apt-get install linux-firmware-nonfree
- reboot

Installs some extra drivers (mainly tv cards, but also radeon drivers)

To get sound:

- install paman - pulse audio manager and pavucontrol - pulse audio volume control
- play a video
- open pulse audio volume control, and increase the volume on the hdmi output

ATI Extras

Edit or Create: /etc/modprobe.d/radeon-kms.conf
Insert this line: options radeon modeset=1 dynpm=1
1st param: forces audio recognition
2nd param: forces dynamic power management , i.e gpu clock frequencies are set according to work load


all should work

Some useful links:

KMS: https://wiki.ubuntu.com/X/KernelModeSetting
A Radeon Odyssey: http://radeon.koolfy.be/
XOrg Wiki: http://www.x.org/wiki/radeonBuildHowTo
Unofficial Wiki for the AMD Linux Driver: http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide
Last edited by a wanted man on Sun Jan 29, 2012 6:13 am, edited 1 time in total.
dagon
Level 7
Level 7
Posts: 1655
Joined: Mon Dec 06, 2010 4:33 am
Location: Kungälv, Sweden
Contact:

Re: hdmi - sound - ati some help (for you)

Post by dagon »

Moved here by moderator
Post Reply

Return to “Tutorials”