വെറുതേ കളയുന്ന പാഴ് വസ്തുക്കളില് നിന്ന് പോലും നമുക്ക് രസകരമായ ചില സാധനങ്ങള് ഉണ്ടാക്കാം. അതുപോലെ എന്റെ വീട്ടില് എന്റെ അമ്മ പിസ്ത തൊണ്ട് കൊണ്ട് ഉണ്ടാക്കിയ ഒരു അലങ്കാര വസ്തുവിന്റെ ചിത്രമാണു് താഴെ കൊടുത്തിരിക്കുന്നത്. എങ്ങനെ ഉണ്ട് ? നല്ലതല്ലേ ? ഐഡിയ എന്റേതു തന്നെയാണു. ഇപ്പോള് വീട്ടില് വരുന്ന എല്ലാവരും ഇതു കണ്ട് ഉബുണ്ടു എന്താണെന്ന് ചോദിക്കും. പിന്നെ എന്റെ ക്ലാസ്സ് തുടങ്ങുകയായി. അവസാനം അവര് ഉബുണ്ടു കൊണ്ടു പോയി ഇന്സ്ടാള് ചെയ്യുന്നു. ഇതുവരെ [...]
Entries Tagged as ‘Artwork’
April 14, 2008
Changing Ubuntu Bootsplash
sudo apt-get install startupmanager
Be sure to set the resolution to 1024×768.
Add the ***.so file under Manage usplash themes (Downloaded from GNOME Look)
Widescreen
Startupmanager doesn’t support those resolutions so you have to do something else.
Start by adding the .so file as previous described. Don’t mind the resolution.
sudo apt-get install hwinfo
sudo hwinfo –framebuffer
Look for your optimal resolution 24bit.
Remember [...]
April 11, 2008
Making GRUB Splashimages
Here is a simple way to make your own Grub Splashimage:
Create your own Graphic image.png
convert -resize 640×480 -colors 14 image.png image.xpm && gzip image.xpm
copy image.xpm to /boot/grub/
vim /boot/grub.menu.lst
Add the following line
splashimage (hd0,1)/boot/grub/image.xpm
Note: Assuming your Linux partition as /dev/hda2