This page (revision-69) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
69 23-Apr-2022 17:05 12 KB Harry Metske to previous
68 23-Apr-2022 17:05 12 KB Harry Metske to previous | to last
67 23-Apr-2022 17:05 12 KB Harry Metske to previous | to last
66 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
65 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
64 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last kolourpaint4
63 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last expect
62 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last sun-java5-jdk
61 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last slapd ldap-utils lat

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 added 2 lines
%%warning Since 26-06-2009 also applied to Linux Mint /%
At line 11 removed 2 lines
* install :
* copy directories from old home, including .ssh dir
At line 14 changed one line
* decrease default fonts from 10 to 9
* decrease default fonts from 10 to 9 (Liberation fonts)
At line 16 changed one line
* change gnutella/aMule port to (firewall)
* change frostwire port to 1420 (firewall)
At line 19 changed one line
* add ''alias l='ls -la --color=auto' '' to ~/.bashrc
* add ''alias l='ls -la --color=auto' '' to ~/.bashrc or /etc/bash.bashrc
* copy over /etc/hosts
* configure your printer (dcp375cw), first ''mkdir /var/spool/lpd'' , then install lpr driver, and finally the cups driver
At line 24 changed one line
* sun-java6-jdk
* sun-java6-jdk and sun-java5-jdk
At line 52 changed 2 lines
* gnomad2 (for Creative Zen mp3 player)
! gpsbabel
* gnomad2 (for Creative Zen mp3 player), see [usage instructions|Weetjes#ZenCreativeMp3Speler]
* rand
* acpi
* gnochm (viewing windows help files .chm format)
* sysstat
* iptraf
* flashblock (firefox add-on)
* pan (nntp client)
* iasl (Intel ACPI compiler)
* vim
* liberation fonts
* iotop
* mysql-client (5.1)
* cheese (video / webcam)
* gnupg2
* slapd ldap-utils lat
* expect
* kolourpaint4
* startupmanager
!! gpsbabel
At line 57 changed one line
! Improvements
!! Firefox Auto Hide Toolbar in Fullscreen Mode
At line 81 added 9 lines
When you press F11 and go fullscreen, the toolbar auto hides and appear upon mouse over.This key changes the function of auto hide part.
* Key : browser.fullscreen.autohide
* Default Value : True (Always auto hide)
* Modified Value : False (always show the toolbar)
!! Improvements
At line 68 removed one line
!! HP 6830s
At line 100 added 2 lines
!! HP 6830s specifics
At line 111 added one line
At line 116 added one line
At line 182 added 183 lines
! fan control
First disable the BIOS option "Fan Always on while on AC Power".
But after that you still see the fan going on fairly loud at 47 degrees Celsius and turning off at 42 (if the environment is not too warm).
To change this behavior you can patch the dsdt tables:
__Patching DSDT tables__
The following resources were helpful:
* [http://ubuntuforums.org/showthread.php?t=1036051]
* [http://milksnot.com/joomla/windows-xp/acpi-hacking-silencing-your-laptop]
I followed the following procedure (mainly as described in the first link above):
* disassemble the current dsdt table
{{{
mkdir dsdt
cd dsdt
cp /proc/acpi/dsdt .
# disassemble it
iasl -d dsdt
# save the original
cp dsdt.dsl dsdt-orig.dsl
# now first edit the dsdt.dsl file (see below) and then recompile:
iasl -tc dsdt.dsl
#
# update initial ramdisk
#
cp dsdt.aml /etc/initramfs-tools/DSDT.aml
VERSION=`uname -r`
update-initramfs -u -k $VERSION
#
# then reboot
}}}
__DSDT Patch__
These numbers are hexadecimal and seem to indicate the percentage of fanspeed, so 0x64 is 100% fan speed. I don't know if temperature thresholds are included, I don't think so.
{{{
Original:
Name (CPFS, Package (0x06)
{
0x64,
0x46,
0x3C,
0x32,
0x00,
0x00
})
Modified version:
Name (CPFS, Package (0x06)
{
0x64,
0x46,
0x20,
0x08,
0x00,
0x00
})
My own version:
Name (CPFS, Package (0x06)
{
0x64,
0x46,
0x20,
0x10,
0x08,
0x00
})
}}}
!! Font settings
Thanks to [http://blog.xam.dk/archives/81-Making-Eclipse-look-good-on-Linux.html]
{{{
After they are installed I ran gnome-font-properties and used the following settings:
Application/Document/Desktop font: Liberation Sans, size 8
Window title font: Liberation Sans Bold, size 10
Fixed with font: Liberation Mono, 10
Font rendering: Best contrast (the others left weird artifacts, but mostly up to taste here I think)
Under details:
Resolution: 99 dpi (to avoid the letters to get too close, need at least 1 px between them
Smoothing: Grayscale
Hinting: Full
Depending on your Eclipse font settings the above will be enough,
but if you already have tweaked some settings remember to check your Font settings under Eclipse preferences
and verify that you are actually using the System default or the Liberated fonts to get the smoother more compact look.
}}}
! GTKRC
Zie [hier|http://blog.xam.dk/archives/81-Making-Eclipse-look-good-on-Linux.html]
Je kan de file ~/.gtkrc-2.0 aanleggen, met de volgende inhoud, geeft een beter uitziende Eclipse:
%%prettify
{{{
style "gtkcompact" {
font_name="Liberation Sans 9"
GtkButton::default_border={0,0,0,0}
GtkButton::default_outside_border={0,0,0,0}
GtkButtonBox::child_min_width=0
GtkButtonBox::child_min_heigth=0
GtkButtonBox::child_internal_pad_x=0
GtkButtonBox::child_internal_pad_y=0
GtkMenu::vertical-padding=1
GtkMenuBar::internal_padding=0
GtkMenuItem::horizontal_padding=4
GtkToolbar::internal-padding=0
GtkToolbar::space-size=0
GtkOptionMenu::indicator_size=0
GtkOptionMenu::indicator_spacing=0
GtkPaned::handle_size=4
GtkRange::trough_border=0
GtkRange::stepper_spacing=0
GtkScale::value_spacing=0
GtkScrolledWindow::scrollbar_spacing=0
GtkExpander::expander_size=10
GtkExpander::expander_spacing=0
GtkTreeView::vertical-separator=0
GtkTreeView::horizontal-separator=0
GtkTreeView::expander-size=8
GtkTreeView::fixed-height-mode=TRUE
GtkWidget::focus_padding=0
}
class "GtkWidget" style "gtkcompact"
style "gtkcompactextra" {
xthickness=0
ythickness=0
}
class "GtkButton" style "gtkcompactextra"
class "GtkToolbar" style "gtkcompactextra"
class "GtkPaned" style "gtkcompactextra"
}}}
%%
!! Performance tweaks
Taken from [http://www.linuxlinks.com/article/20090927065956844/UbuntuTips-Booting-Part2.html]
* add vm.swappiness=20 to /etc/sysctl.conf
* ''hdparm -tT /dev/sda results :
{{{
gneisenau sysctl.d # hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 2172 MB in 2.00 seconds = 1086.96 MB/sec
Timing buffered disk reads: 190 MB in 3.03 seconds = 62.78 MB/sec
}}}
{{{
metskem@gladiator:~$ sudo hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 712 MB in 2.00 seconds = 355.74 MB/sec
Timing buffered disk reads: 172 MB in 3.01 seconds = 57.23 MB/sec
}}}
{{{
metskem@interceptor:~$ sudo hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 918 MB in 2.00 seconds = 458.44 MB/sec
Timing buffered disk reads: 120 MB in 3.03 seconds = 39.61 MB/sec
}}}
{{{
root@grafspee:~# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 334 MB in 2.00 seconds = 167.07 MB/sec
Timing buffered disk reads: 58 MB in 3.00 seconds = 19.30 MB/sec
}}}
* change /etc/init.d/rc : ''CONCURRENCY=shell'' => take advantage of dual-core processors
* reprofile the boot sequence to get a good readahead file (/etc/readahead folder)