Metztli I. T.  Blog

    Back to Metztli IT Main Site
Posted by vato on Apr 11 2008 in Linux, uninstall/install, Current Trends, Symphony
  • « The past meets the present ...and open standards technology is the facilitator.
  • Use of IBM Lotus Symphony Has The Potential To Shield Home and Office Productivity Users From Malicious Attacks. »

Fedora 8 WereWolf, compiz, & IBM Lotus Symphony Beta 4.

Fedora 8 WereWolf, background:  http://www.molaora.com

Having installed Lotus Symphony into Debian, CentOS5, and both of Novell's OpenSuSE 10.3 as well as supported SuSE Linux Enterprise Desktop (SLED) 10, I proceeded to try the installation into an Fedora 8 distribution. As it may be known, Fedora 8 is the testing platform for (supported) Red Hat distributions. Fedora is roughly as cutting edge as Debian GNU/Linux lenny/sid, that I use as my preferred operating system.

There was a branded x86 box around here that originally came with a proprietary operating system of the name suggesting the technological prowess of a “millennium” achievement but, sadly enough, it was only a marketing gimmick designed to fool the customer –as is the case with all the closed source operating systems from that software organization. In other words, the x86 box was too much for the proprietary operating system that came preinstalled.

Fedora 8 was predestined to occupy the hard drive space of that x86 branded box. The box has a 1.5GHz central processing unit (CPU), 1Gb of random access memory (RAM), and an NVidia NV20 GeForce3 with 64Mb of video RAM. Yes it is an older system where the efficient resource usage of any GNU/Linux distribution really shines –unlike that of the proprietary operating system that came preinstalled.

F8 CPU & RAM resources thumb

I installed Fedora 8 from an DVD image that I had previously downloaded and subsequently burned onto hard media. The installation went smooth and after some time I found myself at a pristine Desktop or Escritorio –since I decided to install Spanish as the default language for the operating system.

Subsequently, the required updates Gnome applet appears; of course, the user must be connected to the Internet for the this process to occur.

Gnome updates applet

Allow your system to become updated by pressing the button in the applet –you will be prompted for super user or root password. Provide the required password and then select the repositories button to de-select (remove the green check mark) the Fedora 8 Install media (DVD source) from the ensuing repository list dialog window:

Deselect DVD source InstallMedial repository -allow only online update

Proceed to press the Close - Cerrar button for the Fedora 8 updates download to begin. Subsequently, after the updates have been downloaded press the Apply - Applicar updates button.

Package Updater: Apply - Applicar thumbnail

Make sure to do the above before proceeding with the proprietary video driver installation; the time required for the download of the Fedora 8 updates depends on the connection bandwidth. But be sure to let the procedure finish.

Application of the NVidia NV20 GeForce3 proprietary video driver.

Before installing IBM Lotus Symphony, I realized that if Fedora 8 were to be able to use the beta version viewer/navigator of Second Life or the Compiz Linux window manager special effects, an proprietary video driver needed to be downloaded from the Nvidia Unix-GNU/Linux download site. For anyone who has manually installed an proprietary video driver under Linux, he or she knows that the procedure is error prone and potentially time consuming. Even with the relevant GNU/Linux kernel/header specific source data, sometimes the module/driver compilation will fail for various reasons.

Fortunately, Fedora is supported by Livna, a repository of add-on packages that might simplify the proprietary video driver installation, either Nvidia and/or ATI, on Fedora. The only requirement is that the user identify her/his video card (chipset) appropriately. As an example, the NVIdia video card providing the hardware resources for the Fedora 8 Xorg distribution is identified as 96.43.xx.

Shell prompt or Terminal thumbnail

For the user who desires to add the Livna repository to his Fedora 8 system, s/he may follow the directions for the Fedora 7 at Softpedia by Marius Nestor, taking care to replace Fedora 7 specifics with the current Fedora 8 that, in my specific case, applies. Accordingly, this is what was required to simplify the installation of the NV20 GeForce3 96.43.xx proprietary video drivers into this x86 Fedora 8 box. Open a Fedora shell prompt (Terminal icon highlighted in blue in expanded menu pictured above) and type:

su root

The user is prompted to enter his super user (root) password --proceed to do so.

After the user has become root, s/he should make a copy of her/his working xorg.conf video configuration file:

cp -iv /etc/X11/xorg.conf /etc/X11/xorg.confOriginalBak

Needless to say, it is always good to have a working reference when you are making changes that may make the X window display in your Fedora inoperative.

Continue the procedure by typing the following to add the Livna repository to Fedora 8:

rpm -ivhU http://rpm.livna.org/livna-release-8.rpm

In short, the options passed to the package management rpm utility (those after the dash) are: i(nstall), be v(erbose) about it, show a process status h(ash), and U(pdate) an existing repository.

Please be aware that if this step is bypassed, the subsequent installation (using the yum command utility) of the video driver will fail because your Fedora 8 will not know where to find the driver(s).

As Marius Nestor instructs, there some possible scenarios that may apply when installing your NVIdia proprietary video driver from the Livna repository.

If an user has a relatively newer video card, the user must type:

yum -y install kmod-nvidia glx-utils

In my specific case, having an NV20 GeForce3 96.43.xx, I typed:

yum -y install kmod-nvidia-96xx

else Marius advises the user to enter at her/his shell prompt:

yum install kmod-nvidia-legacy

As can be seen the yum parameter -y is only needed if the user does not want to be prompted to accept/deny the actions taken by the yum utility; if the user does not include it s/he should expect to be prompted accordingly before any action is taken.

But what happens if the video driver installed was the wrong one and the user is subsequently faced with a black screen of a shell prompt --with the only option to log into a shell prompt? Well, log in as root or super user and simply uninstall the video driver that was just recently installed.

For instance, assuming that I mistakenly installed the newer NVidia video driver instead of the older one that I referenced above as appropriate for my video card. On the reboot and subsequent log in as root I should type:

yum remove kmod-nvidia glx-utils

that is, I replaced the install directive by the remove one to achieve the desired wrong video driver removal effect. It is likely that upon reboot your X Window display will be working. If not, rewrite your xorg.conf file with the backed original that you saved prior to engaging in the procedure. On the other hand, you may install another Nvidia video driver from your shell prompt –that is, outside of the graphical user interface (GUI).

IBM Lotus Symphony should be installed with the special effects in Fedora 8 disabled.

Well, that is it. Now you should be able to download and install your Second Life beta viewer for your GNU/Linux operating system and enable the compiz special effects for Fedora 8 from the menu item System. But wait! At least in my specific case, the special effects should be disabled in Fedora 8 before attempting to install the IBM Lotus Symphony productivity office suite –else the Lotus Symphony installation routine simply hangs its dialog and does not do any more.

Additionally, for a pristine installation of Fedora 8 to accept the IBM Lotus Symphony (or possibly another application which installation is based on a Java runtime –like some versions of Maple V mathematical software), another package should be installed.

From the Desktop Applications menu select software management (highlighted in blue at the bottom);

F8 Applications - /> Software Management thumb

once clicked a dialog will prompt you for your root or super user password; enter the password. From the ensuing dialog window, select the Search (Buscar) tab and enter in the field: compat-libstdc. Press the Search / Buscar button and a list of the libraries containing the string requested will shortly appear in the field below:

Package Admin. (de paquetes) thumb

Select (by clicking on it) the compat-libstdc++-33 – 3.2.3-62.i386 (note that my x86 box has a 32-bit only CPU). And press the Apply (Aplicar) button. After the update of the libraries is finished, then the IBM Lotus Symphony may be installed as explained elsewhere in this site for other GNU/Linux distributions.

You may then enable the special effects in your Fedora 8 distribution as illustrated in the snapshot below:

Selecing Fedora 8 Desktop special effects

If those work fine, then an user might decide to install compiz fusion components. The following snapshot only shows some of those installed in this specific case:

compiz fusion in Fedora 8 package management.

If you like the default desktop background of the Fedora 8 distribution --or one of the other available backgrounds, then you may overlook this step. On the other hand, code naming Fedora 8 as WereWolf but with no visual indication of that beast to be found, leaves an user wishing for a more adequate background picture. You may download work of art from the immense creativity of the open source communities in the Web, for instance those available at the Mola Home Page Fedora Gallery. Looking at those cool backgrounds, especially the WereWolf, leaves one wondering why the Fedora 8 team did not select it as its default background.

Of course, after the IBM Lotus Symphony is installed as explained elswhere at Metztli IT's Blog, the language plugin (other than the default of English), should be installed. Additionally the Spanish / Español (only the version spoken in Spain at this Symphony beta 4 release plugin) language should be enabled from the Symphony File menu, followed by Preferences, that should be selected from the cascading menu.

Symphony menu: File = />Preferences cascading menu.

To access the Language Settings / Configuración de idiomas, the user should select to expand the small arrow on the left of the IBM Lotus Symphony (see the red arrow) in the Preferences / Preferencias dialog:

Symphony Preferences Language / Idiomas Config

After selecting Language / Idiomas, the user should see a section where the default language of English can be changed --either for the current page only (by marking the appropriate option) or as a global change.

Language selection in IBM Lotus Symphony Beta 4

NOTE: suggestion code for commands entered at the Linux shell(s) prompt are provided on an as-is basis. Although due diligence has been applied, the information may not be accurate under all circumstances. Accordingly, please do not hold Metztli IT responsible if unforseen effects are experienced. You are not obliged to use the information provided.

Tags: compizfedora 8geforce3ibmlinuxlotusnv20nvidiared hatsymphony
This entry was posted by Jose and filed under Linux, uninstall/install, Current Trends, Symphony. Tags: compiz, fedora 8, geforce3, ibm, linux, lotus, nv20, nvidia, red hat, symphony.

No feedback yet


Form is loading...

My blogs

  • Metztli IT's
  • Metztli Bits
  • Ixiptli
  • TIGroup
  • Amatl
  • Calli
May 2025
Mon Tue Wed Thu Fri Sat Sun
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
 << <   > >>

NahuiFS: Reiser4 Wiki (link)

Reiser4 Official Reference wiki

Apache OpenOffice: Suite libre y gratuita para la oficina

OpenOffice download: Bajar suite de Oficina Abierta

Axitlani

Send Telegram to @metztli_it ?

Metztli Reiser4 based on Debian Amatlocuilin, i.e., Bookworm

Download Metztli Reiser4 Debian 12 Amatlocuilin, i.e., Bookworm, Installer
Click image to be directed to download for free Reiser4-enabled Debian-Installer netboot ISO image hosted at SourceForge

Tlacayotl: Человечество : Humanity : Humanidad

  • Israeli forces Genocidal Apartheid Zionists land thieves arrested 22-yro Palestinian activist Ahed Tamimi in the village of Nabi Saleh in the occupied West Bank.

  • - Ahed Tamimi (Arabic: عهد التميمي, romanized: ‘Ahad at-Tamīmī, also romanized Ahd; born 31 January 2001)] is a Palestinian activist from the village of Nabi Salih in the occupied West Bank in Palestine. She is best known for appearances in images and videos in which she confronts Israeli soldiers.
  • Over a week ago they arrested her father, Bassem Tamimi while he was trying to make his way to Jordan. The family still has no idea where he’s being held.
- Israeli soldiers raided Ahed Tamimi’s home, turned everything upside down and held her mother in another room, preventing her from being with her daughter.
Human Rights Abuses Telegram

Spanish Cartel : Cártel Español

Spanish Cartel : Cártel Español

Search

  • Home
  • Recently
  • Archives
  • Categories
  • Latest comments

Categories

Metztli I. T.  Blog

  • Current Trends
    • Cloud Computing
      • Platform as a Service
    • nginx
  • Linux
    • Applications
      • Office
        • Symphony
          • Apache OpenOffice
        • uninstall/install
    • Debian
    • Installation
    • Java
    • Reiser4
    • reiser5
    • system
  • OS/2
    • Applications
    • Google Web Toolkit
  • Social Nework
  • Spam/Scam
  • Virtualization
  • php7

XML Feeds

  • RSS 2.0: Posts, Comments
  • Atom: Posts, Comments
What is RSS?

Learn, support Nahuatl...


Powered by translatenahuatl.com

University of Oregon Wired Humanities' Nahuatl Dictionary appreciates your donation.
Rechercher directement un mot Nahuatl

Metztli IT's recent entries:

  • Debian Amatlocuilin, i.e., Bookworm, & Metztli Reiser4 5.17.13-1+reiser4.0.2 downgraded Linux Kernel
  • Tlacatecolotl: OS/2 for Symmetrical Multiprocessing(SMP) v2.11 HPFS386 on Headless VirtualBox 7.0.12
  • The Ritual of a Reiser4 Debianized Kernel Macuilli.Caxtolli_Omome.Matlactetl_Omome (5.17.12) Build
  • Tlahuizcalpanteuhctli
  • Reiser4 and Linux version Macuilli.Matlactli, i.e., 5.10
  • Reiser5 Moiocoiani: Metztli Reiser4, Software Framework Release Number (SFRN) 5.1.3 Debian installer
  • Exposing Hacks for ZSTD -compressed Metztli Reiser4 / Debian Buster bps Linux 5.5.caxtolli∙omome and initramfs
  • Build PHP 7.3.9̶ 10 ZTS and puppies...er, pthreads, on Metztli Reiser4: Как же мало нужно для счастья.
  • Build PHP 7.3.5̶ 6 for Nginx 1.17.0 on Metztli Reiser4 'the Debian Way' for Stretch Backports on AMD64.
  • Nginx at Metztli IT: ModSecurity v3 module, Engine X v1.15.9, and libmodsecurity3 Connector, Integrated Hack.

Open Source Power!

Powered by Nginx at Metztli IT

Powered by MariaDB

Protected by Zmanda

Recent comments

  • Artur on Exposing Hacks for ZSTD -compressed Metztli Reiser4 / Debian Buster bps Linux 5.5.caxtolli∙omome and initramfs
  • vato on Exposing Hacks for ZSTD -compressed Metztli Reiser4 / Debian Buster bps Linux 5.5.caxtolli∙omome and initramfs
  • Artur on Exposing Hacks for ZSTD -compressed Metztli Reiser4 / Debian Buster bps Linux 5.5.caxtolli∙omome and initramfs
  • Jordi L'Escala on Building A Reiser4-Patched Development Linux Kernel Package 'The Debian Way'.
  • hans on Building A Reiser4-Patched Development Linux Kernel Package 'The Debian Way'.
  • jess on OS/2 Warp Server for E-Business (WSEB) hosting b2evolution 2.4.2 "Palms" stable.
  • vato on Hecamalotl: OS/2 Hosting Drupal 7.0 RC1 Content Management System (CMS)
  • Per on Hecamalotl: OS/2 Hosting Drupal 7.0 RC1 Content Management System (CMS)
  • Alen on OS/2 Gradd video driver for Virtual Machine or older hardware.
  • Anonimo on Deploying b2evolution blog/CMS on Red Hat's Cloud OpenShift PaaS
Metztli Reiser4 on AMD Epyc Cloud Fabric

©2025 by Jose • Contact • Help • Open Source CMS