blabla
Tuning Debian Etch 4.0
May 19, 2007During using Debian Etch I found some issues which I have described in this article.
Ugly fonts in the Iceweasel (Firefox) application
When I changed Gnome to KDE the fonts in Iceweasel became to differ from other GTK applications (e.g. GIMP, Evolution). For resolving this issue I found the following solution:
Add this string gtk-font-name="Your favorite font name and size" in the gtk config. In my case this look like this:
File “.gtkrc-2.0.mine” included in the .gtkrc-2.0 :
gtk-font-name="Tahoma 8"
Debian Etch 4.0 on the Acer Aspire 1642
April 22, 2007Goto http://sinnus.blogspot.com/
Quick Guide
Here’s a short guide to installing Debian Etch 4.0 on the Acer Aspire 1642. Let’s go!
Hardware
| Part | Type |
| Processor | Intel Pentium M 1.7G |
| Memory | 512Mb |
| Video card | Intel 915G |
| Sound card | Intel HDA (ALC 883 chipset) |
| Touchpad | Synaptics Touchpad |
| Pair of hands | Not growing from an ass |
After installation of Debian Etch 4.0 I found the following issues
- sound card is not supported by kernel 2.6.18
- resolution 1280×800 is not supported
Sound
For resolving first issue you must change kernel to version 2.6.20+, because sound card is not supported by kernel 2.6.18. You should download kernel 2.6.20 from www.kernel.org and compile it using the following command:
# make-kpkg --append_to_version -smp --initrd kernel_image modules_image
Then you should install it:
# dpkg -i kernel_blablabla.deb
and add “model” parameter into file /etc/modprobe.d/sound:
options snd-hda-intel index=0 model=acer
and reboot linux. When you run amarok or another audio player sound will rise from the dead
Video
We need to install 915resolution package so open up a terminal and type:
# apt-get install 915resolution
Reboot X11 and enjoy with new resolution.
Useful links
- KDE multimedia installation
- Opera browser (if you hate a slow mozilla firefox, fortunately, you can use konqueror)
- Tuning Debian Sarge (russian language)
- http://wiki.debian-fr.net/materiel/portable/acer/aspire1642zwlmi
Posted by sinnus