⇤ ← Revision 1 as of 2008-07-31 13:44:21
Size: 661
Comment:
|
Size: 738
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
- apt-get install build-essential
- apt-get install libncurses5-dev
Go to: http://www.alsa-project.org/ and dowload latest alsa-driver, alsa-lib, alsa-utils archive.
- tar xjvf alsa-driver-*
- tar xjvf alsa-lib-*
- tar xjvf alsa-utils-*
- cd alsa-driver-*
- ./configure --with-card=hda-intel
- make
- sudo make install
- cd ../alsa-lib-*
- ./configure
- make
- sudo make install
- cd ../alsa-utils-*
- ./configure
- 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.