| Subcribe via RSS

How To Enable Graphical Boot with Plymouth [Fedora Tip]

November 28th, 2008 | 10 Comments | Posted in Fedora Linux, Linux

Thanks to this guide by axel, I was able to get rid of the simple blue/light blue/white bar loader and get the fancy graphical loader better known as Plymouth. Keep in mind that I am using it on a laptop that has Intel 945GM graphics.

I’m going to keep things basic without a lot of jargon. If you’d like more details on this, visit this page.

Type the following into the terminal to configure grub:

su -
gedit /boot/grub/grub.conf

Then, within the grub.conf file, add the bold text below (this value will also depend upon which screen resolution you’d like. To get this value, visit this page):

title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,9)
kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=a61c8338-e373-4389-ae00-32942185f7c2 rhgb quiet vga=792
initrd /boot/initrd-2.6.27.5-117.fc10.i686.img

If you’d like to add more themes, you’ll need to first download and install them and then set them as default. To do this, type the following into the terminal, replacing what’s within the {} with the loader of your choice):

su -
yum install plymouth-plugin-{fade-in,pulser,spinfinity}

Then, set your theme as default:

su -
plymouth-set-default-plugin pluginname
/usr/libexec/plymouth/plymouth-update-initrd

Source: http://www.my-guides.net/en/content/view/125/26/1/12/#plymouth


Tags: , , , , , ,

Like the post? Did it help you? Want to thank me?

Buy me a soda!

How To: Install VirtualBox on Fedora 10 [Tutorial]

November 25th, 2008 | 15 Comments | Posted in Fedora Linux, Linux

Updated November 25th, 2008

This is a tutorial on how to get VirtualBox up and running on Fedora 10.  Also, this tutorial is for the 32-Bit version of VirtualBox, so you’ll have to customize a little more to get the 64-bit version running. Everything in the “code” sections should be copy/pasted/typed into the terminal. Right, let’s get to it:

PreStep.) Open the terminal and get into super user mode:

su -

1.) Get the latest VirtualBox package (as of now, 2.0.6) from the VirtualBox website for Fedora 9 and install it (generally, after a few months, the Fedora 10 link will be available).

wget http://download.virtualbox.org/virtualbox/2.0.6/VirtualBox-2.0.6_39765_fedora9-1.i386.rpm && rpm -ivh VirtualBox-2.0.6_39765_fedora9-1.i386.rpm

2.) Get the kernel-devel package:

yum install make automake autoconf gcc kernel-devel dkms

3.) Run the setup file for VirtualBox:

/etc/init.d/vboxdrv setup

4.) Add yourself to the “vboxusers” group and fix the SELinux Permissions:

usermod -G vboxusers -a username
chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so

5.) Run, and enjoy!

VirtualBox

6.) To Get USB Support:

1 - create a new group called “usb”;
2 - locate file usbfs: in my case is /sys/bus/usb/drivers (I suggest to find the file with a usb device inserted;
3 - modify file /etc/fstab inserting a line containing the right path and the number corresponding the “usb” group :
none /sys/bus/usb/drivers usbfs devgid=503,devmode=664 0 0
4 - command mount -a;
5 - start VB and try…;

Source: Fedora Forums

7.) To Properly Backup the VirtualBox Machine (.vdi):

Please refer to my other page here:

How To: Properly Backup a VirtualBox Machine (.VDI)

8.) To Get Sound Working:

Highlight your virtual machine and click on the “Settings” button. Click on the “Sound” category, and then check the “Enable Sound” option. In the drop-down box, select “PulseAudio”. You should now have sound.

That’s it!  If you find yourself with problems, feel free to comment below or ask for assistance on the fedora forum thread that I have created located here.


Tags: , , , , , , , , ,

Like the post? Did it help you? Want to thank me?

Buy me a soda!

Fedora 10 Final Leaked on 11/21 at PirateBay

November 25th, 2008 | No Comments | Posted in Uncategorized

Well, posting the news now is a little late, but it’s interesting and exciting none-the-less. The final version of Fedora 10 has been “leaked” on November 21st and is available via bitorrent on The Pirate Bay. Here is the link if you just can’t seem to wait any longer for it.  The official date, by the way, is November 25th and since this post is probably outdated by the time you’ve read this, remember to do us all a favour and seed the official torrents if you do download it!

http://thepiratebay.org/torrent/4524757/Fedora-10-i386-DVD-iso_FINAL

Oh, and in case you’re wondering… it really is legit.  I’m actually using Fedora 10 to write this post!


Tags: , , , ,

Like the post? Did it help you? Want to thank me?

Buy me a soda!

How to Fix the Backlight Control Issue in Gnome 2.24 [Linux Tip]

November 25th, 2008 | No Comments | Posted in Fedora Linux, Linux, Ubuntu Linux

A quick fix to the problem of not being able to control the backlight in Gnome 2.24 (Fedora, Ubuntu, etc…) is to run a simple command in the terminal.  By no means to I take credit for finding this solution, nor do I promise that this will work for you.  It just so happens that it worked for me when my computer would freeze, hang, and crash when trying to adjust the backlight brightness using the “gnome brightness applet”.  Also, I’d like to make a note that this was tested in Fedora 10.  It should be distribution independent as long as it’s running Gnome 2.24.  Here goes:

In the terminal, run this (you may need to run as root):

xrandr --output LVDS --set BACKLIGHT_CONTROL native

Now, if your luck is anything like mine, you should be able to control your backlight using both your function keys (FN+F5 or FN+F6) and gnome brightness applet. Good luck!

Source: Ubuntu Forums


Tags: , , , , , , , , , ,

Like the post? Did it help you? Want to thank me?

Buy me a soda!

How to Install/Upgrade Banshee 1.4 in Ubuntu 8.10 Intrepid Ibex [Tutorial]

November 12th, 2008 | 6 Comments | Posted in Linux, Ubuntu Linux

On November 10, 2008, a new release of Banshee, one of the most popular music players for Linux, came out with new features and benefits (Banshee 1.4). Here’s how to upgrade your existing installation to the latest version (you can adapt this guide for other Linux distributions as well, but it was specifically written for Ubuntu 8.10):

Open your “/etc/apt/sources.list” file for edit by typing this into the terminal:

sudo gedit /etc/apt/sources.list

Add these lines to “sources.list”, and then close the editor:


deb http://ppa.launchpad.net/banshee-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/banshee-team/ubuntu intrepid main

Refresh your sources by typing the following into the terminal:

sudo apt-get update

If you have Banshee installed already, you should now see an available update. Go ahead and run the update to get the latest Banshee 1.4 installed on your system.

If you don’t already have Banshee installed, you should be able to install Banshee 1.4 by typing the following into the terminal:

sudo apt-get install banshee

Now, you should be good to go! Enjoy the many new features and benefits of Banshee 1.4!

If you have a different version of Ubuntu, you may need to change the sources.list items to reflect that. Refer to this page for instructions.


Tags: , , , , , , , , ,

Like the post? Did it help you? Want to thank me?

Buy me a soda!

  • Polls

    Should I Branch Off DerekHildreth.com?

    View Results

    Loading ... Loading ...
  • Feeling Generous?