doc:appunti:hardware:eeepc_debian
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:hardware:eeepc_debian [2010/10/31 18:33] – niccolo | doc:appunti:hardware:eeepc_debian [2014/01/17 00:06] (current) – [Optimizing Xfce] niccolo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== Debian Lenny on the EeePC ====== |
The main source of information is **[[http:// | The main source of information is **[[http:// | ||
- | |||
- | |||
===== Kernel 2.6.26 on the EeePC 900 ===== | ===== Kernel 2.6.26 on the EeePC 900 ===== | ||
Line 175: | Line 173: | ||
* / | * / | ||
- | |||
- | |||
===== Changing the original GRUB menu ===== | ===== Changing the original GRUB menu ===== | ||
Line 218: | Line 214: | ||
</ | </ | ||
- | To have the **compose key** help in typing characters that are not present on the keyboard, you can edit / | + | To have the **compose key** help in typing characters that are not present on the keyboard, you can edit / |
===== Controllare la frequenza ===== | ===== Controllare la frequenza ===== | ||
Line 319: | Line 315: | ||
</ | </ | ||
- | ====== | + | ====== Debian Squeeze on the EeePC ====== |
===== X.org ===== | ===== X.org ===== | ||
Line 363: | Line 359: | ||
EndSection | EndSection | ||
</ | </ | ||
+ | |||
+ | Per vedere le '' | ||
+ | |||
+ | < | ||
+ | setxkbmap -print | ||
+ | xkb_keymap { | ||
+ | xkb_keycodes | ||
+ | xkb_types | ||
+ | xkb_compat | ||
+ | xkb_symbols | ||
+ | " | ||
+ | xkb_geometry | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | Per impostare le opzioni //una tantum// da riga di comando: | ||
+ | |||
+ | < | ||
+ | setxkbmap -option lv3: | ||
+ | </ | ||
===== xfce ===== | ===== xfce ===== | ||
Line 382: | Line 398: | ||
The KDE services approach **does not work** too: there is a //Launch KDE services on startup// into the // | The KDE services approach **does not work** too: there is a //Launch KDE services on startup// into the // | ||
+ | |||
+ | Adding the user into the **'' | ||
+ | |||
+ | FIXME There is a problem if the Xfce panel has the **autohide** option enabled: the '' | ||
+ | |||
+ | ===== Web browser ===== | ||
+ | |||
+ | To choose Mozilla Iceweasel instead of Konqueror: | ||
+ | |||
+ | < | ||
+ | update-alternatives --config x-www-browser | ||
+ | </ | ||
+ | |||
+ | ===== Disk performances ===== | ||
+ | |||
+ | Asus EeePC 900, disk performances measured with **'' | ||
+ | |||
+ | ^ / | ||
+ | ^ / | ||
+ | ^ / | ||
+ | |||
+ | ==== TRIM command ==== | ||
+ | |||
+ | Solid State Disks should support the [[wp> | ||
+ | |||
+ | It seems that EeePC 900 disks do not support TRIM. | ||
+ | |||
+ | For on-line operation, Linux kernel supports TRIM starting from 2.6.33. For off-line operation **'' | ||
+ | |||
+ | < | ||
+ | mount -o ro /dev/sda1 / | ||
+ | ./wiper.sh /dev/sda1 --commit --verbose | ||
+ | |||
+ | wiper.sh: Linux SATA SSD TRIM utility, version 2.8, by Mark Lord. | ||
+ | rootdev=/ | ||
+ | fsmode2: fsmode=read-only | ||
+ | /dev/sda: DSM/TRIM command not supported, aborting. | ||
+ | </ | ||
+ | |||
+ | ==== Journal data writeback ==== | ||
+ | |||
+ | To gain a little in disk performances, | ||
+ | |||
+ | < | ||
+ | tune2fs -o journal_data_writeback /dev/sdb1 | ||
+ | mount -o remount, | ||
+ | </ | ||
+ | |||
+ | To enable this option on bootstrap, you have to change **''/ | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | For the root filesystem, it is required also to pass the option to the kernel, using a GRUB parameter. With Debian Squeeze the option is added into **''/ | ||
+ | |||
+ | < | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
+ | GRUB_CMDLINE_LINUX=" | ||
+ | </ | ||
+ | |||
+ | Run **'' | ||
+ | |||
+ | ===== WiFi interface ===== | ||
+ | |||
+ | The WiFi interface is supported by the new **ath5k** kernel module. Once loaded, the **wlan0** interface is available. | ||
+ | |||
+ | The new **'' | ||
+ | |||
+ | Here it is an example on how to deconfigure/ | ||
+ | |||
+ | < | ||
+ | iw dev wlan0 del | ||
+ | iw phy phy1 interface add wlan0 type managed | ||
+ | </ | ||
+ | |||
+ | To use the WiFi interface with **'' | ||
+ | |||
+ | < | ||
+ | source=ath5k, | ||
+ | </ | ||
+ | |||
+ | After exiting '' |
doc/appunti/hardware/eeepc_debian.1288546405.txt.gz · Last modified: 2010/10/31 18:33 by niccolo