Asus1201ha: различия между версиями

Материал из noname.com.ua
Перейти к навигацииПерейти к поиску
(Новая: Ubuntu 10.04 Overall impression quite similar to previous 9.10 installation on this device: Most devices like graphics, wireless, sound, etc. work out of the box and very nice optimizat...)
 
Строка 4: Строка 4:
   
 
Issues:
 
Issues:
  +
<BR>
 
* for wireless issue (see Karmic) Run '
+
* for wireless issue (see Karmic) Run
 
<PRE>
 
<PRE>
 
sudo apt-get install linux-backports-modules-wireless-lucid-generic
 
sudo apt-get install linux-backports-modules-wireless-lucid-generic
</PRE>' instead.
+
</PRE>instead.
* Microphone does not work out of the box. Install the pulse audio volume control app 'sudo apt-get install pavucontrol' and at the Input Devices tab, set front left channel to 100% and the front right channel to 0%.
+
* Microphone does not work out of the box. Install the pulse audio volume control app '
  +
<PRE>
  +
sudo apt-get install pavucontrol
  +
</PRE>' and at the Input Devices tab, set front left channel to 100% and the front right channel to 0%.
 
* Hotkeys don't work out of the box, you have to add a kernel parameter to the grub config:
 
* Hotkeys don't work out of the box, you have to add a kernel parameter to the grub config:
 
o Run 'sudo gedit /etc/default/grub'
 
o Run 'sudo gedit /etc/default/grub'

Версия 21:46, 28 февраля 2011

Ubuntu 10.04

Overall impression quite similar to previous 9.10 installation on this device: Most devices like graphics, wireless, sound, etc. work out of the box and very nice optimization for this device!

Issues:

  • for wireless issue (see Karmic) Run
sudo apt-get install linux-backports-modules-wireless-lucid-generic

instead.

  • Microphone does not work out of the box. Install the pulse audio volume control app '
sudo apt-get install pavucontrol

' and at the Input Devices tab, set front left channel to 100% and the front right channel to 0%.

   * Hotkeys don't work out of the box, you have to add a kernel parameter to the grub config:
         o Run 'sudo gedit /etc/default/grub'
         o
           Edit the line with GRUB_CMDLINE_LINUX_DEFAULT and add " acpi_osi=Linux". The line should then look like -> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
         o Save and then run 'sudo update-grub'
         o Reboot 
   * Multitouch doesn't work out of the box.
         o Open your textediting program e/g gedit. kate, kwrie, mousepad etc
         o Paste this in it. (Each command on a separate line. )
               +
                  #!/bin/bash
                 sleep 10
                 xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Two-Finger Scrolling" 8 1
                 xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 8 1 1
                 xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Pressure" 32 10
                 xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Width" 32 8