i am just a linux newbie...
but the "nice" command lets you set the priority of any process running...
The "ps" command will give you a list of the processes......
"ps -l " will list all processes, and give you the priority that they are runnign with.... (under the PRI) colum)
If you could assign a higher number to it, then it sould have a lower prority....
"nice <command to lauch opera>" and that should add a value of 10 to decress the priority of Opera (by 10), or "nice -n <command to lauch opera> " were n is a number you chose.
Will this work?
I am not 100% sure, but it may be worth a try.
Like i said before, justa linux newbie myself