Opera without Sugar: Difference between revisions
Jump to navigation
Jump to search
(Creating new page) |
mNo edit summary |
||
Line 1: | Line 1: | ||
If you one want |
If you one want to use XO for surfing, you can use the [[Opera]] browser without having to run Sugar. |
||
== |
==Remove Sugar== |
||
To prevent Sugar from starting up, edit <tt>/etc/inittab</tt> and comment out this line by adding '#' at the beginning: |
To prevent Sugar from starting up, edit <tt>/etc/inittab</tt> and comment out this line by adding '#' at the beginning: |
||
Line 27: | Line 27: | ||
==Edit .xinitrc== |
==Edit .xinitrc== |
||
To start Opera automatically when the X server is started, edit <tt>. |
To start Opera automatically when the X server is started, edit <tt>.xinitrc</tt> in the home directory. The file should contain only one line: |
||
opera |
opera |
||
==Start X server== |
==Start the X server== |
||
startx |
startx |
Revision as of 22:58, 11 June 2008
If you one want to use XO for surfing, you can use the Opera browser without having to run Sugar.
Remove Sugar
To prevent Sugar from starting up, edit /etc/inittab and comment out this line by adding '#' at the beginning:
x:5:respawn:/usr/sbin/olpc-dm
The line should therefore be:
#x:5:respawn:/usr/sbin/olpc-dm
Restart network
When Sugar is not running, the network must be restarted manually.
Download Opera
Download a RedHat version of Opera:
wget ...
and install it
rpm -i ...
Edit .xinitrc
To start Opera automatically when the X server is started, edit .xinitrc in the home directory. The file should contain only one line:
opera
Start the X server
startx
Configure Opera
To increase performance, Opera should be configured to run without disk caching. To turn it off, select Tools->Preferences->Advanced->History and set Disk Cache to off.