Found /etc/X11/xorg.conf had the following in the "ServerFlags"
#Option "AutoAddDevices" "off"Changed to
Option "AutoAddDevices" "off"
Little things I learned, other might want to know...
#Option "AutoAddDevices" "off"Changed to
Option "AutoAddDevices" "off"
#> sudo bash
#> /etc/init.d/gdm restart
#> /etc/init.d/gdm start
#> /etc/init.d/gdm stop
set timeout=-1to
set timeout=5in /etc/grub.d/00_header and then executed the update-grub (of course none of this is possible without sudo)
if [ \${recordfail} = 1 ]; then
set timeout=5
else
set timeout=${GRUB_TIMEOUT}
fi
update-grub
rm abi-2.6.31-19-generic
rm initrd.img-2.6.31-19-generic
rm vmcoreinfo-2.6.31-19-generic
rm config-2.6.31-19-generic
rm System.map-2.6.31-19-generic
rm vmlinuz-2.6.31-19-generic
update-grub
sudo aptitude install vlc or using "add/remove software" type application.gnome-terminal --geometry 100x25 for example)sudo aptitude install gnome-vim works /dump partition which is common to all the distros. Here is where I store all my music, pictures, etc.
Before I did not know the easy way, I did it the hard way.
Download the font (whatever.tar.bz2). Then unzip it (tar jzvf ) to ~/.fonts directory (mkdir if does not exits).
Finally run fc-cache. Restart the browser (most of the times refreshing the 'foreign' page worked for me).
Was it simple? Well I found it was simpler to just start synaptic (mintlinux, probably common on all 'debian' based distros) and search for the font, right click, say mark for installation, then 'apply' (of course restart/refresh the web page)
yum install firefox thunderbird gvim
yum install python-tools
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install vlc
ls -l /dev/disk/by-uuid
After installing kubuntu 8.04, the screen resolution was too low.
apt-get install nvidia-glx
nvidia-xconfig
restart X to solve the problem
Installing kubuntu 8.04 LTS
Installation did not go smooth on my multi OS machine.
The installation did not boot with hd6 (for /dev/sda7). Tried “grub-install (hd6)”, then “setup /dev/hd0″. The sytsem stopped booting. It was stuck at “grub>” prompt.
Installed again with grub at (hd0,6) to (somewhat) solve the problem. It works now, I get into Kubuntu’s boot prompt and I can select any of the other OSs.
Time to bring back life to my blog!
Recently I learned how to execute programs in different directories and direct the output to a single log file in a single command
#> cd ~
#> (cd perl/bin; perlfind.pl; cd tcl/bin; tclfind.tcl) > find_out.txt