Ubuntu

From The Incoherency.Net Wiki
Revision as of 21:46, 30 October 2008 by Denis (talk | contribs)
Jump to navigation Jump to search

http://www.denis.lemire.name/images/posts/ubuntu.png

Fixing the Default Editor

Ubuntu defaults to using nano over Vi. To correct this sacrilegious behavior, use the following command:

sudo update-alternatives –config editor

Fixing the Boot-up Splash

On some notebook LCDs the splash screen will fail to display unless the resolution is manually configured. The resolution is specified in /etc/usplash.conf

# Usplash configuration file
xres=1024
yres=768

After making the adjustments, run the following:

sudo dpkg-reconfigure usplash

Enabling DVD Playback

sudo apt-get install libdvdread3
sudo /usr/share/doc/libdvdread3/install-css.sh 

Enabling Desktop Icons

  • ALT+F2
  • Enter gconf-editor in the Run Application dialogue box.
  • Navigate to apps -> nautilus -> desktop
  • Toggle the desired _icon_visible booleans

Rebuild X11 Configuration

sudo dpkg-reconfigure -phigh xserver-xorg

Building a Custom Kernel

See How To Compile A Kernel - The Ubuntu Way on HowtoForge for complete details.

Summary:

apt-get update
apt-get install linux_source kernel-package libncurses5-dev fakeroot wget bzip2
make-kpkg clean
fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

Installing Modules to an Alternate Path

make modules_install INSTALL_MOD_PATH=/home/denis/tmproot/


Theme Goodness

apt-get install murrine-themes
apt-get install gnome-backgrounds
apt-get install community-themes