FINAL DESIGN STUDIOS
FDS Services | FDS Repository | Search our Services | Bookmark FDSFDS London UK


Ubuntu Super and Hyper Key assignments

xmodmap -e “keycode 234 = Super_L”
xmodmap -e “keycode 233 = Super_R”

Userland method (of course you’re using GNOME and FC6):
First method:
Create in $HOME a .Xmodmap file. It must be as such:
! Xmodmap for IBM Thinkpad T30: ! map browser keys to Super (Windows) and Hyper keys keycode 233 […]

Ubuntu CPU Frequency Management

Having changed the CPU frequency to ‘Performance’ I decided to go back to ‘On Demand’ so that the processor would not get so hot. My laptop’s Intel Centrino 1.7Ghz processor was heating up to 81 degrees celcius! Intel say that the maximun operating temperature for this processor is 100 degrees, but I think I would […]

Ubuntu Animated Desktop

For Compiz Users
An embedded screensaver is light on memory usage, but won’t play nice with Compiz Fusion.
gconftool‐2 ‐‐type bool ‐‐set /apps/nautilus/preferences/show_desktop false /usr/lib/xscreensaver/glmatrix ‐root

If you don’t like the Matrix look, you can substitute any listed screensaver instead of “glmatrix.”
For Compiz Fusion Users:
XWinWrap is not available in the Ubuntu repositories. I […]

Ubuntu Themes

Imitating OSX by Lauri Taimila
GTK Only
MacForLin (Mac4Lin) by infra_red_dude. Additional Support and Official Linux Forums Thread

Shift + Backspace Killing Ubuntu

Ever been typing on your computer with an Ubuntu installation and find the screen go black or that you have been logged out, shutting down all your open applications because you forget and hit the backspace key whilst holding down the Shift key? Major pain.
Here’s a solution I have come accross:
Open your terminal […]

Wine Sub-Programs

These sub-programs are usually accessible by running ‘wine <wineprogram>’ . With some exceptions, the programs can be also be accessed with just ‘<wineprogram>’ (if Wine was installed in the user’s $PATH), although it is usually safer to use the former invocation.
A complete list of these programs can be found in the source […]

Adding New True Type Fonts to Linux Ubuntu

In GNOME GUI
Here is a method for doing this via Gnome. In gnome, choose Places | Home Folder from the menu panel (ie open nautilus). When file browser opens, enter “fonts:///” as the Location. Then simply drag the new font into the fonts directory.
Alternately, you can get to the fonts directory by going to System […]