eee 1000 (Linux)

hardware

UK version has 105 keys (full size enter and | key between shift and z).

The keyboard has right shift placed "wrong", swap it with up key: http://wiki.eeeuser.com/howto:moveshiftkey

SSD doesn't support smart (smartmontools won't work).

pre-installed xandros

Esiasennus-xandrosiin (/Xandros) ei saa softia, joten sen voi korvata ubuntu eee:llä, joka taas toimii hyvin. (ubuntu 8.04)

ubuntu eee (8.04/hardy)

bluetooth: echo 1 | sudo tee /proc/acpi/asus/bt ja bluez-gnome, gnome-vfs-obexftp

alt-gr ja suspend: /etc/acpi/resume.d/88-altgr-fix.sh: xmodmap -e "remove mod1 = ISO_Level3_Shift"

3g? ja muutenkin nm-applet päivitys: http://www.barq.org/blog/?p=50

nm-applet ja salasana: http://ubuntuforums.org/showthread.php?t=187874 System > Administration > Authorizations, enable your account to modify system connections

maximus: http://forum.eeeuser.com/viewtopic.php?pid=454183

xprop |grep WM_CLASS
gconf-editor # /apps/maximus/exclude_class (double-click on the key, and choose Add"

usb tikku: http://forum.eeeuser.com/viewtopic.php?id=45058

ooo-3: ppa.launchpad.net, http://ubuntuforums.org/archive/index.php/t-961613.html, unfortunately this was broken as of 11/2009.

gnucash: http://ubuntuforums.org/archive/index.php/t-913436.html

cpu freq: sudo dpkg-reconfigure gnome-applets

rottamatto: http://en.gentoo-wiki.com/wiki/Asus_Eee_PC_901#Touchpad normi https://help.ubuntu.com/community/SynapticsTouchpad/Hardy#shmconfig ei toimi suoraan

päivitys: https://answers.launchpad.net/ubuntu-eee/+question/49610

vlc 0.9: http://yabblog.com/2008/09/16/updating-vlc-to-092-for-ubuntu-users/

gqview: http://linuxappfinder.com/package/gqview

xine volume 0: https://bugs.launchpad.net/ubuntu/+source/xine-ui/+bug/231507

netbook remix team, all kind of updates: https://launchpad.net/~netbook-remix-team/+archive/ppa/+packages

eclipse: https://launchpad.net/~eclipse-team/+archive/ppa

Battery (as "new")

/proc/acpi/battery
design capacity:         6580 mAh
last full capacity:      6176 mAh

make drive-mount applet ignore bios

$ cat /usr/share/hal/fdi/policy/20thirdparty/30-ignore-bios.fdi 
<?xml version="1.0" encoding="UTF-8"?>

<deviceinfo version="0.2">
  <device>
    <match key="volume.fsusage" string="filesystem">
      <match key="volume.label" string="BIOS">
          <merge key="volume.ignore" type="bool">true</merge>
        </match>
      </match>
  </device>
</deviceinfo>

firefox slow

Move stuff to smaller sda, it's faster than sdb. Cache on eee SSD is quite slow. Clear cache first (cannot be cleared once disabled) and

about:config
browser.cache.disk.enable false
browser.cache.memory.capacity 32000

ff3.5
toolkit.storage.synchronous 0
find -name *.sqlite -exec sqlite3 {} "vacuum;" \;

ssd performance

Use different scheduler:

# apt-get install sysfsutils
/etc/sysfs.conf:
block/sda/queue/scheduler=deadline
block/sdb/queue/scheduler=deadline
block/sda/queue/iosched/write_expire=5000
block/sda/queue/iosched/writes_starved=4
# etc
# block/sda/queue/iosched/fifo_batch=1 may also help

swap performance

# do not swap unless absolutely neccessary
echo 'vm.swappiness=0' | sudo tee -a /etc/sysctl.conf
echo 0 | sudo tee /proc/sys/vm/swappiness

more sane thunderbird layout

Extension to allow a wide layout for thunderbird http://morelayoutsforthunderbird.mozdev.org/

Other useful extensions: Compact Menu, LookOut, Sync Kolab, Toolbar Buttons.

compiling openoffice 3.1.1 for hardy

It's possible to compile ooo 3.1.1 in karmic (9.10) under hardy. It takes about 12G of disk space and about 48 hours to compile (on eee).

mixer script

set 
/desktop/gnome/sound/default_mixer_device=alsamixer:hw:0
/desktop/gnome/sound/default_mixer_tracks=[PCM]
/apps/metacity/keybinding_commands/command_1=amixer -q set Master toggle
/apps/metacity/global_keybindings/run_command_1=0xa0

/etc/pm/sleep.d/mute-mixer.sh: 
#!/bin/bash

amixer -q set Master mute
amixer -q set Front 50
amixer -q set Front 100

Jesh/Eee (last edited 2010-02-04 11:58:06 by jesh)