Splashing out Sebastian Kaulitzki , Fotolia

Total Page:16

File Type:pdf, Size:1020Kb

Splashing out Sebastian Kaulitzki , Fotolia LINUXUSER Modifying the Bootsplash Individual bootsplash for your own system SplaShing Out Sebastian Kaulitzki , Fotolia , Kaulitzki Sebastian Users interested in customizing even the smallest detail of their machines will probably want to modify the boot screen. We show you how to carry out this task with openSUSE 11, Ubuntu 8.x, and their derivatives. BY ANDREAS BOHLE AND JÖRG LUTHER any recent distributions hide buggy. For another, it makes configura- two packages with data for the the Linux system’s start mes- tion and customization easier. bootsplash: bootsplash contains the Msages behind a colorful image framework and bootsplash-brand- with a progress indicator. The OpenSUSE 11.0 ing-openSUSE has the files with the cur- bootsplash [1] has long become the OpenSUSE still relies on the legacy, ker- rent openSUSE theme (Figure 1). trademark of each distribution – and is a nel-based bootsplash method. After in- On your local filesystem you need the well-known phenomenon in the world of stalling the system, YaST2 takes you to files from the second package in /etc/ Windows. A customized system needs a fair amount of manual attention. Table 1: Bootsplash Commands Thus far, modifying the bootsplash Variable Value Description meant manually modifying the kernel version 2 or 3 Bootsplash version used [2]. For one thing, you needed to enable state 0 or 1 Enable/ disable graphical bootsplash support for the framebuffer device with jpeg Pathname Background for outputting boot messages support for at least 16-bit color. For an- silentjpeg Pathname Graphic for non-output mode other, it also meant installing a patch fgcolor 0 to 8 Text foreground color from the bootsplash homepage, although bgcolor 0 to 8 Text background color the makers of the original bootsplash tx/ty Numeric values Top left corner of a text frame system refer to more state-of-the-art ap- tw/th Numeric values Width/ height of a text frame proaches on their front page. text_x/text_y Numeric values Top left corner of TrueType text Several alternative approaches are text_size Numeric value Size of text in points available to Linux users now: Splashy text_color Hexadecimal value Text color [3], USplash [4], and Red Hat Graphical box See documentation Draws boxes on the background image Boot. Splashy and USplash run in user- overpaintok 0 or 1 Update boxes only, not the whole screen space, which means on a user account. progress_enable 0 or 1 Enable/ disable progress indicator This offers a number of advantages. For percent 0 to 65535 Starting value for calculating the progress in- one thing, it does not affect system sta- dicator bility if the program code turns out to be 84 ISSUE 99 FEBRUARY 2009 Modifying the Bootsplash LINUXUSER the required files the process for modifying and integrat- by scaling the ing them is fairly convoluted [7]. The original image to steps for creating splash screens for the the right size or by USplash system introduced by Ubuntu, cropping the which displays the Ubuntu logotype and image. The Con- a progress indicator when you boot the vert tool from the distribution, turns out to be even more Imagemagick complex. To do this, you need to inte- package does this grate the required image with a shared for you automati- library (.so) and dump it at the right cally; you just place on the system. need to modify Fortunately, an easier approach lets the original users of Debian, Ubuntu, and their deri- graphic. vates define splash screens for Grub and To add anima- USplash via a graphical interface. The tion to your boot tool for this is the StartUp Manager [8], Figure 1: The default background in openSUSE can get fairly boring. screen, create a which can modify a number of other series of PNG-for- startup settings into the bargain. On bootsplash/themes. Check the directory matted images, which you should num- Ubuntu and its derivatives, you need to for the folder openSUSE, which contains ber in the correct sequence. Make sure install the StartUp Manager by loading all the critical files for an animated you pad the start of the file name with the startupmanager package from the bootsplash along with the background zeros to help the filesystem sort files in Universe repository. After loading the for the kernel and startup messages. the right order. Then use convert to add package, the StartUp Manager will be Pressing F2 at boot toggles between the individual files to the animation: available in System | System Manage- normal startup screen and detailed mes- ment in your Gnome menu. sages. convert -delay 20 anim*.png anim.mng The tool has four tabs with various op- The hierarchy in the openSUSE folder tions for the boot environment. The op- does not completely reflect the instruc- The next step is to put the pieces to- tions you need for configuring the Grub tions on the bootsplash homepage. Ac- gether. All the central settings are lo- and USplash settings are located in the cording to the HOWTO, if you want to cated in the config/ directory, and you first two tabs: Boot Options and Appear- define a new theme, you need images/, can edit the files for the individual ance. config/, and animations/ directories for screen sizes, all of which start with the the graphics data and configuration. The word bootsplash- and have a .cfg suffix. Finding Graphics additional bootloader folder stores the Various configuration commands are In the Display tab in Boot Options (Fig- files with the text that openSUSE dis- available, depending on the bootsplash ure 2), you can set the resolution and plays in the boot menu. package version you are using. color depth for displaying the USplash Whether or not you get to see a The current openSUSE uses com- image. Others lets you specify whether bootsplash, and which one if so, is con- mands from version 3. The “Bootsplash the boot menu and bootsplash should figured in the /etc/sysconfig/bootsplash Commands” table gives you an over- be visible and whether system messages file with two variables: SPLASH and view, and more details are available on THEME. The first of these can be set to the web [6] or in the/usr/share/doc/ yes or no to enable or disable the boot bootsplash/README.config file on any screen. The second variable references openSUSE machine with the bootsplash the folder (below /etc/bootsplash/ package installed. themes) with the bootsplash data. Finally, you need to create a new ini- The variety of screen resolutions tial ramdisk. The following command makes working with a generic theme for takes care of this for you: distribution on the Internet difficult. To avoid seeing black borders or just a sec- mkinitrd -s Screen width x U tion of the original image, you will need Screen height a separate background image for each screen size. The easiest way of handling This completes the package deal, and this is to create a copy of the openSUSE after you shut down your machine and directory. restart, you should see the new graphics To modify the background image, use and texts you created. an image manipulation tool like GIMP (see the GIMP article on page FIXME ff.) Ubuntu StartUp Manager Figure 2: The StartUp Manager has a total of or a vector drawing program such as The Grub boot manager supports the use four tabs with numerous options for modify- Inkscape [5]. In this way, you can create of individual splash screens; however, ing the boot process look and sequence. FEBRUARY 2009 ISSUE 99 85 LINUXUSER Modifying the Bootsplash should appear in the bootsplash. The Appearance tab has Boot menu themes and Usplash themes sections in which you can specify the images to use. To do so, you need to populate the lists with candidates from your filesystem by pressing Manage…. Boot menu themes can be practically any graphic in a format that Linux sup- ports (e.g., GIF, JPG, PNG). The StartUp Manager will then attempt to use Im- agemagick to convert the file to a format that Grub can handle. Some fairly strict rules apply to the formats, and the results are not always what you expect. In most cases, some TLC makes sense (see the “Bootsplashes for Grub” box). Images for the USplash theme must be packed in a shared library, as mentioned earlier. For a selection, check out Figure 3: The Gnome and Ubuntu artwork pages have many USplash themes in various Ubuntu-art.org [9] or Gnome-look.org shapes and colors. [10] (Figure 3) – type “usplash” as your search key. Typically, you can then The next time you launch Linux you resolutions and color depths will typi- download tarballs with packed USplash will (hopefully) see a neat, new splash cally give you more attractive results, themes and unpack the library (file suf- screen. The text in the Grub selection you do need to keep to the physical lim- fix .so) in any directory. Then browse menu might be difficult to read depend- its of your graphics adapter and display. and select by pressing Manage Usplash ing on your choice of background image, Themes. but don’t worry. After booting, you can Conclusions launch the StartUp Manager again and Just a couple of manual steps lets you Polishing modify the background, selection bar customize some important system files After setting up everything to your satis- and text colors in the Appearance tab. to suit your own tastes. In addition, you faction, you can save the settings and Also, don’t forget to check Apply colors do not need to be well versed in configu- click Close.
Recommended publications
  • Prebrane Zo Stranky
    Manuál pre začiatočníkov a používateľov Microsoft Windows Galadriel 1.7.4 Manuál je primárne tvorený pre Ubuntu 7.04 Feisty Fawn. Dá sa však použiť aj pre Kubuntu, Xubuntu, Edubuntu, Ubuntu Studio a neoficiálne distribúcie založené na Ubuntu. Pokryté verzie: 7.10, 7.04, 6.10, 6.06 a 5.10 (čiastočne) Vypracoval Stanislav Hoferek (ICQ# 258126362) s komunitou ľudí na stránkach: linuxos.sk kubuntu.sk ubuntu.wz.cz debian.nfo.sk root.cz 1 Začíname! 5 Pracovné prostredie 9 Live CD 1.1 Postup pre začiatočníkov 5.1 Programové vybavenie 9.1 Vysvetlenie 1.2 Zoznámenie s manuálom 5.1.1 Prvé kroky v Ubuntu 9.2 Prístup k internetu 1.3 Zoznámenie s Ubuntu 5.1.2 Základné programy 9.3 Pripojenie pevných diskov 1.3.1 Ubuntu, teší ma! 5.1.3 Prídavné programy 9.4 Výhody a nevýhody Live CD 1.3.2 Čo tu nájdem? 5.2 Nastavenie jazyka 9.5 Live CD v prostredí Windows 1.3.3 Root 5.3 Multimédia 9.6 Ad-Aware pod Live CD 1.4. Užitočné informácie 5.3.1 Audio a Video Strana 48 1.4.1 Odkazy 5.3.2 Úprava fotografii 1.4.2 Slovníček 5.4 Kancelária 10 FAQ 1.4.3 Ako Linux funguje? 5.4.1 OpenOffice.org 10 FAQ 1.4.4 Spúšťanie programov 5.4.2 PDF z obrázku Strana 50 1.5 Licencia 5.4.3 Ostatné Strana 2 5.5 Hry 11 Tipy a triky 5.6 Estetika 11.1 Všeobecné rady 2 Linux a Windows 5.7 Zavádzanie systému 11.2 Pokročilé prispôsobenie systému 2.1 Porovnanie OS 5.7.1 Zavádzač 11.3 Spustenie pri štarte 2.2 Náhrada Windows Programov 5.7.2 Prihlasovacie okno 11.4 ALT+F2 2.3 Formáty 5.7.3 Automatické prihlásenie 11.5 Windows XP plocha 2.4 Rozdiely v ovládaní 5.8 Napaľovanie v Linuxe Strana 55 2.5 Spustenie programov pre Windows 5.9 Klávesové skratky 2.6 Disky 5.10 Gconf-editor 12 Konfigurácia 2.7 Klávesnica Strana 27 12.1 Nástroje na úpravu konfigurákov Strana 12 12.2 Najdôležitejšie konf.
    [Show full text]
  • Universidad Francisco Gavidia Facultad De Ingeniería Y Arquitectura
    UNIVERSIDAD FRANCISCO GAVIDIA FACULTAD DE INGENIERÍA Y ARQUITECTURA PROYECTO DE INVESTIGACIÓN: “REMASTERIZACIÓN DE UN SISTEMA OPERATIVO DE LIBRE DISTRIBUCIÓN CON APLICACIONES DE CARÁCTER PEDAGÓGICO PARA SER UTILIZADO EN EL ÁREA DE EDUCACIÓN BÁSICA DEL COLEGIO EVANGÉLICO MISIÓN CENTROAMERICANA (CEMCA)” PRESENTADO POR: CARLOS ALBERTO CASTRO FLORES JOHANNA MYRLENA GUILLEN ASENCIO JAIME JAVIER RIERA BARRAZA PARA OPTAR AL GRADO DE: INGENIERO EN CIENCIAS DE LA COMPUTACIÓN SANTA ANA, EL SALVADOR C.A JUNIO DE 2010. UNIVERSIDAD FRANCISCO GAVIDIA FACULTAD DE INGENIERÍA Y ARQUITECTURA AUTORIDADES ING. MARIO ANTONIO RUIZ RAMÍREZ RECTOR LICDA. TERESA DE JESÚS GONZÁLEZ DE MENDOZA SECRETARIA GENERAL INGRA. ELBA PATRICIA CASTANEDO DE UMAÑA DECANA DE LA FACULTAD DE INGENIERÍA Y ARQUITECTURA ACTA DE APROBACIÓN AGRADECIMIENTOS Esta tesis, si bien ha requerido de esfuerzo y mucha dedicación por parte de los autores, no hubiese sido posible su finalización sin la cooperación desinteresada de todas y cada una de las personas que colaboraron para poder llegar a la cumbre de tan ansiado deseo. En primer lugar queremos agradecer a Dios Todopoderoso, por habernos permitido obtener este triunfo académico, además por la vida, la sabiduría que nos ha regalado y por mostrarnos personas que fueron de gran apoyo. Agradecer a nuestro asesor Ing. Luis Ángel Figueroa Recinos, por brindarnos de su conocimiento y apoyarnos para que de esta manera saliéramos triunfadores. A todas y cada una de las persona que siempre estuvieron pendientes de nosotros y nos brindaron su confianza, amor, comprensión y ayuda. Mil Gracias a todos. “ Por que Jehová da la sabiduría, y de su boca viene el conocimiento y la inteligencia ” Proverbios 2.6 Equipo de Tesis.
    [Show full text]
  • 06523078 Galih Hendro Martono.Pdf (8.658Mb)
    PANDUAN MIGRASI DARI WINDOWS KE UBUNTU TUGAS AKHIR Diajukan Sebagai Salah Satu Syarat Untuk Memperoleh Geiar Sarjana Teknik Informatika ^\\\N<£V\V >> ^. ^v- Vi-Ol3V< Disusun Oleh : Nama : Galih Hendro Martono No. Mahasiswa : 06523078 JURUSAN TEKNIK INFORMATIKA FAKULTAS TEKNOLOGI INDUSTRl UNIVERSITAS ISLAM INDONESIA 2010 LEMBAR PENGESAHAN PEMBIMBING PANDUAN MIGRASI DARI WINDOWS KE UBUNTU LAPORAN TUGAS AKHIR Disusun Oleh : Nama : Galih Hendro Martono No. Mahasiswa : 06523078 Yogyakarta, 12 April 2010 Telah DitejHha Dan Disctujui Dengan Baik Oleh Dosen Pembimbing -0 (Zainudki Zukhri, ST., M.I.T.) ^y( LEMBAR PERNYATAAN KEASLIAN TUGAS AKIilR Sa\a sane bertanda langan di bawah ini, Nama : Galih Hendro Martono No- Mahasiswa : 06523078 Menyatakan bahwu seluruh komponen dan isi dalam laporan 7'ugas Akhir ini adalah hasi! karya sendiri. Apahiia dikemudian hari terbukti bahwa ada beberapa bagian dari karya ini adalah bukan hassl karya saya sendiri, maka sava siap menanggung resiko dan konsckuensi apapun. Demikian pennalaan ini sa\a buaL semoga dapa! dipergunakan sebauaimana mesthna. Yogvakarta, 12 April 2010 ((ialih Hendro Martono) LEMBAR PENGESAHAN PENGUJI PANDUAN MIGRASI DARI WINDOWS KE UBUNTU TUGASAKHIR Disusun Oleh : Nama Galih Hendro Martono No. MahaMSwa 0f>52.'iU78 Telah Dipertahankan di Depan Sidang Penguji Sebagai Salah Satti Syarat t'nUik Memperoleh r>ekii Sarjana leknik 'nlormaUka Fakutlss Teknologi fiuiii3iri Universitas Islam Indonesia- Yogvakai .'/ April 2010 Tim Penguji Zainuditi Zukhri. ST., M.i.T Ketua Yudi Prayudi S.SUM.Kom Anggota Irving Vitra Paputungan,JO^ M.Sc Anggota lengelahui, "" ,&'$5fcysan Teknik liInformatika 'Islam Indonesia i*YGGYA^F' +\ ^^AlKfevudi. S-Si.. M. Kom, IV CO iU 'T 'P ''• H- rt 2 r1 > -z o •v PI c^ --(- -^ ,: »••* £ ii fc JV t 03 L—* ** r^ > ' ^ (T a- !—• "J — ., U > ~J- i-J- T-,' * -" iv U> MOTTO "liada 1'ufian sefainflffaft dan Jiabi 'Muhamadadafafi Vtusan-Tiya" "(BerdoaCzfi ^epada%u niscaya a^anjl^u ^a6u0ian (QS.
    [Show full text]
  • Linux Fundamentals Paul Cobbaut Linux Fundamentals Paul Cobbaut
    Linux Fundamentals Paul Cobbaut Linux Fundamentals Paul Cobbaut Publication date 2015-05-24 CEST Abstract This book is meant to be used in an instructor-led training. For self-study, the intent is to read this book next to a working Linux computer so you can immediately do every subject, practicing each command. This book is aimed at novice Linux system administrators (and might be interesting and useful for home users that want to know a bit more about their Linux system). However, this book is not meant as an introduction to Linux desktop applications like text editors, browsers, mail clients, multimedia or office applications. More information and free .pdf available at http://linux-training.be . Feel free to contact the author: • Paul Cobbaut: [email protected], http://www.linkedin.com/in/cobbaut Contributors to the Linux Training project are: • Serge van Ginderachter: [email protected], build scripts and infrastructure setup • Ywein Van den Brande: [email protected], license and legal sections • Hendrik De Vloed: [email protected], buildheader.pl script We'd also like to thank our reviewers: • Wouter Verhelst: [email protected], http://grep.be • Geert Goossens: [email protected], http://www.linkedin.com/in/ geertgoossens • Elie De Brauwer: [email protected], http://www.de-brauwer.be • Christophe Vandeplas: [email protected], http://christophe.vandeplas.com • Bert Desmet: [email protected], http://blog.bdesmet.be • Rich Yonts: [email protected], Copyright 2007-2015 Netsec BVBA, Paul Cobbaut Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
    [Show full text]
  • Instalación Y Administración Básica
    LINUX Instalación y administración básica Versión: 1.0.1 Alfredo Barrainkua Zallo Mayo del 2007 CreativeCommons - ShareAlike Lizentzia laburpena: English Castellano Linux: Instalación y administración básica Índice 1. Introducción...................................................................................................................................................4 1.1. GPL (General Public License) o Copyleft............................................................................................4 1.2. Linux......................................................................................................................................................5 1.3. FLOSS (Free Libre Open Source Software).........................................................................................5 1.4. GNU / Linux..........................................................................................................................................5 1.5. Distribuciones Linux.............................................................................................................................5 1.6. El administrador....................................................................................................................................6 1.7. Particionado del disco duro...................................................................................................................6 2. Instalación......................................................................................................................................................8
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Splash Release V2.10.1
    splash Release v2.10.1 Daniel Price Jun 24, 2020 USERGUIDE 1 Introduction 3 1.1 What it does...............................................3 1.2 What it doesn’t do............................................4 1.3 splash, the paper.............................................4 1.4 Version History..............................................4 1.5 License..................................................8 2 Getting started 9 2.1 Installing from your package manager..................................9 2.1.1 Stable version..........................................9 2.1.2 Development version......................................9 2.2 Compiling from source.......................................... 10 2.2.1 Basic instructions........................................ 10 2.3 Advanced installation guide....................................... 10 2.3.1 Fortran compilers........................................ 10 2.3.2 Cairo graphics library...................................... 11 2.3.3 Compiling and linking with giza................................ 11 2.4 Reading your data............................................ 11 2.5 Command line options.......................................... 13 3 Basic splash usage 17 3.1 Simple two column plot......................................... 17 3.2 Interactive mode............................................. 19 3.3 Rendered plots.............................................. 20 3.4 Cross section............................................... 20 3.5 Vector plots................................................ 21
    [Show full text]
  • * His Is the Original Ubuntuguide. You Are Free to Copy This Guide but Not to Sell It Or Any Derivative of It. Copyright Of
    * his is the original Ubuntuguide. You are free to copy this guide but not to sell it or any derivative of it. Copyright of the names Ubuntuguide and Ubuntu Guide reside solely with this site. This guide is neither sold nor distributed in any other medium. Beware of copies that are for sale or are similarly named; they are neither endorsed nor sanctioned by this guide. Ubuntuguide is not associated with Canonical Ltd nor with any commercial enterprise. * Ubuntu allows a user to accomplish tasks from either a menu-driven Graphical User Interface (GUI) or from a text-based command-line interface (CLI). In Ubuntu, the command-line-interface terminal is called Terminal, which is started: Applications -> Accessories -> Terminal. Text inside the grey dotted box like this should be put into the command-line Terminal. * Many changes to the operating system can only be done by a User with Administrative privileges. 'sudo' elevates a User's privileges to the Administrator level temporarily (i.e. when installing programs or making changes to the system). Example: sudo bash * 'gksudo' should be used instead of 'sudo' when opening a Graphical Application through the "Run Command" dialog box. Example: gksudo gedit /etc/apt/sources.list * "man" command can be used to find help manual for a command. For example, "man sudo" will display the manual page for the "sudo" command: man sudo * While "apt-get" and "aptitude" are fast ways of installing programs/packages, you can also use the Synaptic Package Manager, a GUI method for installing programs/packages. Most (but not all) programs/packages available with apt-get install will also be available from the Synaptic Package Manager.
    [Show full text]
  • Ubuntu:Precise Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu:Precise - http://ubuntuguide.org/index.php?title=Ubuntu:Precise&prin... Ubuntu:Precise From Ubuntu 12.04 LTS (Precise Pangolin) Introduction On April 26, 2012, Ubuntu (http://www.ubuntu.com/) 12.04 LTS was released. It is codenamed Precise Pangolin and is the successor to Oneiric Ocelot 11.10 (http://ubuntuguide.org/wiki/Ubuntu_Oneiric) (Oneiric+1). Precise Pangolin is an LTS (Long Term Support) release. It will be supported with security updates for both the desktop and server versions until April 2017. Contents 1 Ubuntu 12.04 LTS (Precise Pangolin) 1.1 Introduction 1.2 General Notes 1.2.1 General Notes 1.3 Other versions 1.3.1 How to find out which version of Ubuntu you're using 1.3.2 How to find out which kernel you are using 1.3.3 Newer Versions of Ubuntu 1.3.4 Older Versions of Ubuntu 1.4 Other Resources 1.4.1 Ubuntu Resources 1.4.1.1 Unity Desktop 1.4.1.2 Gnome Project 1.4.1.3 Ubuntu Screenshots and Screencasts 1.4.1.4 New Applications Resources 1.4.2 Other *buntu guides and help manuals 2 Installing Ubuntu 2.1 Hardware requirements 2.2 Fresh Installation 2.3 Install a classic Gnome-appearing User Interface 2.4 Dual-Booting Windows and Ubuntu 1 of 212 05/24/2012 07:12 AM Ubuntu:Precise - http://ubuntuguide.org/index.php?title=Ubuntu:Precise&prin... 2.5 Installing multiple OS on a single computer 2.6 Use Startup Manager to change Grub settings 2.7 Dual-Booting Mac OS X and Ubuntu 2.7.1 Installing Mac OS X after Ubuntu 2.7.2 Installing Ubuntu after Mac OS X 2.7.3 Upgrading from older versions 2.7.4 Reinstalling applications after
    [Show full text]
  • Ubuntu-Linux Und Seine Vettern
    Ubuntu Ubuntu ist eine Linux-Distribution , die auf Debian GNU/Linux basiert. Die Entwickler verfolgen mit Ubuntu das Ziel, ein einfach installier- und bedienbares Desktop-Betriebssystem mit aufeinander abgestimmter Software zu schaffen. Dies soll unter anderem dadurch erreicht werden, dass für jede Aufgabe genau ein Programm zur Verfügung gestellt wird. Ubuntu wird vom Unternehmen Canonical Ltd. gesponsert, das von Mark Shuttleworth gegründet wurde. [1] Nachdem im Oktober 2004 die erste Version erschienen war, wurde Ubuntu sehr schnell bekannt und innerhalb von nur ein bis zwei Jahren zu einer der meist genutzten Linux- Distributionen. [2] Neben Ubuntu selbst, welches GNOME als Desktopumgebung einsetzt, existieren verschiedene Abwandlungen . Zu den offiziellen Unterprojekten gehören Kubuntu und Xubuntu mit KDE beziehungsweise Xfce als Desktopumgebung, sowie Edubuntu, das besonders an die Bedürfnisse von Schulen und Kindern angepasst ist. Die aktuelle Version, Ubuntu 7.10 ( Gutsy Gibbon ) wurde am 18. Oktober 2007 veröffentlicht. [3] Die Veröffentlichung von Ubuntu 8.04 ( Hardy Heron ), einem Release mit verlängertem Support („LTS“ = Long Term Support , englisch) ist für den 24. April 2008 geplant. Die Finanzierung des Ubuntu-Projektes ist für eine Linux-Distribution ungewöhnlich. Initiiert wurde das Ubuntu-Projekt durch den südafrikanischen Milliardär Mark Shuttleworth , der sich selbst als „wohlwollenden Diktator“ bezeichnet. Er selbst finanziert einerseits einen Großteil des Projektes, wodurch dieses weitaus größere finanzielle Mittel zur Verfügung hat, als die meisten anderen Distributionen, ist aber auch selbst als Entwickler tätig. Die meisten der ungefähr 40 hauptberuflichen Ubuntu-Entwickler kommen aus den Debian- und GNOME- Communitys [4] und werden vom Unternehmen Canonical Limited mit Sitz auf der Isle of Man bezahlt, das Shuttleworth gehört und das Projekt hauptsächlich sponsert.
    [Show full text]
  • Mac Ubuntu Dual Boot
    Dual Boot Mac + Linux Really Easy Installing Ubuntu alongside OS X (Dual Boot, no rEFIt) Edit by techflat Idea taken from http://www.isriya.com/node/1804/ubuntu-on-macbook-air-~ Note: This worked under OS X Leopard, it could work on Tiger but I haven't tried that. The site from where the idea was taken talked about installing Ubuntu on a MacBook Air but it made sense and the installation seemed very easy and straight forward. After trying the suggestion, it worked fine. The installation was made on a system with OS X Leopard already installed and up to date. Because of the nature of the installation, I think it could work on all MacBook models and on all MacBook Pro models with Leopard installed. So, here are the steps: 1. Boot into OS X Leopard 2. Use BootCamp to partition the drive, the size depends on your needs but 10GB should be fine, 9 for the ext3 partition and 1 for the swap one. (There is a manual on how to use BootCamp to install Windows, the steps are very similar except the Windows install part, so if you need to know how to partition the drive with BootCamp, this is a good resource: http:// manuals.info.apple.com/en/Boot_Camp_Install-Setup.pdf) 3. Restart the computer with Ubuntu 8.04 Desktop CD inserted (64-bit or 32-bit version), just when the computer starts keep pressed the C key (that's for booting from the CD). Stop pressing the key when the screen goes black. ~-(Strange behavior I got: Holding the key for too long made the keyboard and mousepad unresponsive) 4.
    [Show full text]
  • Tips and Tricks for Working with Ubuntu
    K@GJKI@:BJ Ubuntu GiXZk`ZXc\og\ik`j\ K@GJ8E; KI@:BJ We let you in on some secret, and not so secret, tips and tricks for working with Ubuntu. BY HEIKE JURZIK buntu comes with several useful every last detail of Compiz and its effects The Resolution and Refresh Rate selec- utilities for customizing your (see Figure 1).To start the program, enter tion lists are fairly self-explanatory. The Lsystem and creating a new look ccsm either from the Run Application Rotation field allows you to configure for your computer interface. If you are window (Alt+F2) or from the menu settings when more than one monitor is interested in exploring some of the ad- item System | Preferences | Advanced connected. The drop-down boxes make vanced techniques used by the experts, Desktop Effects Settings. it easy to select one of the available set- these handy Ubuntu tricks should get tings. you started. :fe]`^li`e^Dfe`kfi The Detect Display button begins a I\jfclk`fe scan for available monitors. When one is Jn`kZ_`e^F]]*;<]]\Zkj Ubuntu comes with a graphical tool that found, you can then configure it. If you If the X.org driver for your graphics card leads you by the hand through the tricky change your configuration on a regular supports 3D acceleration, then by de- steps of configuring your monitor. This basis, the activation box Show Displays fault, Ubuntu 8.10 enables its 3D effects practical utility can be found in the menu in Panel provides a panel icon that lets on the desktop.
    [Show full text]