![]() |
2007-06-29
, 16:41
|
Posts: 245 |
Thanked: 25 times |
Joined on Apr 2007
|
#2
|
I also turn flash on in the browser when not needing it for a specific purpose and am very pleased with the speed results.
Another tip for Opera (or minimo if you use it) is to create an html file with your favorite sites in it and use it for your home page. I have my links sorted and listed in three columns. Makes if very fast to get to my usual places and I can use the same home page for minimo.
By adding a target="_blank" to each a href you can make those links open in new windows.
![]() |
2007-06-29
, 17:27
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
|
#4
|
Edit the file /home/user/.opera/opera.ini
and change the lines to
Max Connections Server=32
Max Connections Total=64
![]() |
2007-06-29
, 17:39
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#5
|
![]() |
2007-06-29
, 18:43
|
|
Posts: 231 |
Thanked: 21 times |
Joined on May 2007
@ Singapore
|
#6
|
![]() |
2007-06-29
, 19:17
|
Posts: 42 |
Thanked: 1 time |
Joined on Dec 2005
|
#7
|
![]() |
2007-06-29
, 23:15
|
Posts: 309 |
Thanked: 51 times |
Joined on Apr 2007
|
#8
|
Also, I recommend modifying the input.ini to use page up and page down for the dpad. I also configured dpad middle button to page down.
![]() |
2007-06-30
, 00:30
|
|
Posts: 230 |
Thanked: 35 times |
Joined on Mar 2007
|
#9
|
![]() |
2007-06-30
, 01:47
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#10
|
1. Copy opera.ini to the "Documents" directory (which is visible from the file manager). If you give the copy a .txt extension, you'll be able to open and edit it in Notes:
(Cut and paste this command in xterm after you become root)
cp ./.opera/opera.ini ./MyDocs/.documents/operaini.txt
2. When you've made the changes you want, make sure that Opera is closed and copy the results back:
(Cut and paste this command in xterm after you become root)
cp -f ./MyDocs/.documents/operaini.txt ./.opera/opera.ini
Note: Shamelessly ripped from part of artkavanagh's post.
Here is a tip for getting the Opera browser running much faster.
Edit the file /home/user/.opera/opera.ini
and change the lines to
Max Connections Server=32
Max Connections Total=64
This gives Opera an incredible boost to speed. You can use other values here but the default values made me feel I was on a 14.4 modem
I also turn flash on in the browser when not needing it for a specific purpose and am very pleased with the speed results.
The only thing that would be better is to make every link open an new window so I'd never have to use the back button.
Another tip for Opera (or minimo if you use it) is to create an html file with your favorite sites in it and use it for your home page. I have my links sorted and listed in three columns. Makes if very fast to get to my usual places and I can use the same home page for minimo.
By adding a target="_blank" to each a href you can make those links open in new windows.
I also set Minimum Font Size=16 in the opera.ini file and it makes pages a lot easier to read making the main text area easier to read (got that from another post in this forum).