Difference between revisions of "Errata ROSA Marathon X1"

From Rosalab Wiki
Jump to: navigation, search
m (+ link to Italian page)
(updated to modern errata)
Line 10: Line 10:
 
If you install the system from USB Flash, you can a message about 'Emergency mode' after removing installation media rebooting. If this is the case, just insert the USB Flash back, load from it, choose 'Boot from hard drive' and finalize the installation (there will be several question from wizard). After that, you will be able to boot the system normally.
 
If you install the system from USB Flash, you can a message about 'Emergency mode' after removing installation media rebooting. If this is the case, just insert the USB Flash back, load from it, choose 'Boot from hard drive' and finalize the installation (there will be several question from wizard). After that, you will be able to boot the system normally.
  
Then you need (from root) edit {{file|/etc/fstab}} and delete all string with '''/media/'''
+
If you have Windows partitions, you may need to load Windows and run scandisk.
 +
 
 +
=== Incorrect resolution with Intel graphics cards ===
 +
If you have a modern Intel graphics card, you may need to delete the following parameter from the boot loader menu entry:
 +
<pre>
 +
nomodeset
 +
</pre>
  
 
== Hardware ==
 
== Hardware ==
 
===After update to 2012 Marathon sound is disabled===
 
===After update to 2012 Marathon sound is disabled===
 
Delete {{File|.pulse}} directory in you home folder.
 
Delete {{File|.pulse}} directory in you home folder.
 +
 +
=== Impossible to activate video driver for graphics cards on 82945G/GZ chipsets ===
 +
To load Intel video driver for cards on 82945G/GZ chipsets, one should perform the following actions:
 +
* Open ROSA Control Center and choose "Boot->Configure boot steps->Set up boot system"
 +
* Add '''pci=noacpi''' to kernel options and reboot the system
 +
* Now you can enable Intel video driver for your graphics card
 +
 +
Please refer to [http://bugs.rosalinux.ru/show_bug.cgi?id=198 bug 198] for more details.
  
 
== KDE4 ==
 
== KDE4 ==
Line 20: Line 34:
 
===KDE4 boots for too long===
 
===KDE4 boots for too long===
 
On some machines KDE4 startup takes quite a long time (40-60 sec). To fix this, you should add ROSA media and update to KDE 4.8.2.
 
On some machines KDE4 startup takes quite a long time (40-60 sec). To fix this, you should add ROSA media and update to KDE 4.8.2.
 
===ROSA window decorator is missing===
 
In some cases the brand ROSA window decorator can be missing in 2012 FREE RC. You should enable it manually from menu {{Menu|}}.
 
  
 
== Users software ==
 
== Users software ==

Revision as of 09:01, 14 May 2012

Installation

Boot from hardisk does not work

If your bootloader is located not on the first physical disk, this option will not working.

System boots into the 'Live' mode after reboot

After system installation is complete and you reboot the machine, do not forget to eject your installation DVD or USB media, since by default the 'Live' mode will activated. Alternatively, you can change the priority of boot devices or choose 'Boot from hard drive' when booting from the installation media.

If installed from USB Flash, the system displays a message about 'Emergency mode'

If you install the system from USB Flash, you can a message about 'Emergency mode' after removing installation media rebooting. If this is the case, just insert the USB Flash back, load from it, choose 'Boot from hard drive' and finalize the installation (there will be several question from wizard). After that, you will be able to boot the system normally.

If you have Windows partitions, you may need to load Windows and run scandisk.

Incorrect resolution with Intel graphics cards

If you have a modern Intel graphics card, you may need to delete the following parameter from the boot loader menu entry:

nomodeset

Hardware

After update to 2012 Marathon sound is disabled

Delete .pulse directory in you home folder.

Impossible to activate video driver for graphics cards on 82945G/GZ chipsets

To load Intel video driver for cards on 82945G/GZ chipsets, one should perform the following actions:

  • Open ROSA Control Center and choose "Boot->Configure boot steps->Set up boot system"
  • Add pci=noacpi to kernel options and reboot the system
  • Now you can enable Intel video driver for your graphics card

Please refer to bug 198 for more details.

KDE4

KDE4 boots for too long

On some machines KDE4 startup takes quite a long time (40-60 sec). To fix this, you should add ROSA media and update to KDE 4.8.2.

Users software

Unable to remove Klipper from the system tray

By default possibility to remove Klipper from tray is disabled. You can enable it by modifying corresponding configuration file.

Just add/update corresponding parameter in the [General] seciton on

AutoStart=false


Caution: Use this solution at your own risk! (see comment).