Showing posts with label Startup. Show all posts
Showing posts with label Startup. Show all posts

Mar 17, 2009

Fix: Bluetooth Disconnect at Startup for Ubuntu

Bluetooth connectivity problems at startup: Fixes bluetooth disconnecting at login for Ubuntu
> gksu gedit /etc/default/bluetooth> gksu gedit /etc/init.d/rc
HID2HCI_ENABLED=0
HID2HCI_UNDO=1
.

Startup tweaks for Ubuntu and Dual/Quad Core CPUs

Less wait time for boot menu at startup
> gksu gedit /boot/grub/menu.lst
"timeout 1"
For Dual CPU Ubuntu machines: Faster startup sends boot process to two CPUs
> gksu gedit /etc/init.d/rc
CONCERRENCY=shell
.