Diff for "MacPro"


Differences between revisions 1 and 2
Revision 1 as of 2008-07-31 13:44:21
Size: 661
Editor: firewall
Comment:
Revision 2 as of 2008-07-31 13:46:44
Size: 738
Editor: firewall
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:

=== Video ===

There a lot of artifacts using a 30inch Cinema Display.

Issues

Sound

For HDA intel sound

  1. apt-get install build-essential
  2. apt-get install libncurses5-dev
  3. Go to: http://www.alsa-project.org/ and dowload latest alsa-driver, alsa-lib, alsa-utils archive.

  4. tar xjvf alsa-driver-*
  5. tar xjvf alsa-lib-*
  6. tar xjvf alsa-utils-*
  7. cd alsa-driver-*
  8. ./configure --with-card=hda-intel
  9. make
  10. sudo make install
  11. cd ../alsa-lib-*
  12. ./configure
  13. make
  14. sudo make install
  15. cd ../alsa-utils-*
  16. ./configure
  17. sudo make install

Currently Only the back sound output port is working properly. The front audio port does not output at full volume.

Video

There a lot of artifacts using a 30inch Cinema Display.

MacPro (last edited 2015-10-15 08:57:07 by http-hide)