View previous topic :: View next topic |
Author |
Message |
rharvey@cox Apprentice
Joined: 14 Oct 2003 Posts: 238 Location: Victoria, Texas
|
Posted: Sun Mar 26, 2006 1:31 am Post subject: Fox News locks up Mozilla-firefox and my computer! |
|
|
I'm running Mozill-Firefox 1.07 and have run into an odd problem. Every time I try to log on to Fox News, Firefox locks and also locks my computer. I can move the mouse around but my menus at the top and bottom of my screen will not unhide. I cannot change to another screen. have to exit X via ctrl-alt-bkspace. I don't know of any other web site that locks my computer up like this.
Does anyone have any ideas as to what is going on and how to fix it?
Thanks. _________________ "The beatings will continue until morale improves"
Last edited by rharvey@cox on Sat May 27, 2006 6:53 pm; edited 2 times in total |
|
Back to top |
|
|
mark_alec Bodhisattva
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Sun Mar 26, 2006 1:50 am Post subject: |
|
|
Are you by any chance running X with the composite extension enabled? |
|
Back to top |
|
|
rharvey@cox Apprentice
Joined: 14 Oct 2003 Posts: 238 Location: Victoria, Texas
|
Posted: Sun Mar 26, 2006 2:17 am Post subject: |
|
|
I have Adblock and Foxclocks enabled. I have not heard of the composite extension. What is it?
Thanks for your help! _________________ "The beatings will continue until morale improves" |
|
Back to top |
|
|
ecatmur Advocate
Joined: 20 Oct 2003 Posts: 3595 Location: Edinburgh
|
|
Back to top |
|
|
rharvey@cox Apprentice
Joined: 14 Oct 2003 Posts: 238 Location: Victoria, Texas
|
Posted: Sun Mar 26, 2006 1:23 pm Post subject: |
|
|
I don't see that line in my xorg.conf. What section is it supposed to be in? What function does it peform?
Thanks. _________________ "The beatings will continue until morale improves" |
|
Back to top |
|
|
ecatmur Advocate
Joined: 20 Oct 2003 Posts: 3595 Location: Edinburgh
|
Posted: Sun Mar 26, 2006 2:29 pm Post subject: |
|
|
It's in its own section: Code: |
Section "Extensions"
Option "Composite" "Enable"
EndSection
| It improves performance and enables cool effects (transparency etc.) by using video acceleration. It increases the stress on the video card, which means it can expose bugs in video drivers. _________________ No more cruft
dep: Revdeps that work
Using command-line ACCEPT_KEYWORDS? |
|
Back to top |
|
|
rharvey@cox Apprentice
Joined: 14 Oct 2003 Posts: 238 Location: Victoria, Texas
|
Posted: Sun Mar 26, 2006 7:33 pm Post subject: |
|
|
That seems to have worked.
Thanks much. _________________ "The beatings will continue until morale improves" |
|
Back to top |
|
|
rharvey@cox Apprentice
Joined: 14 Oct 2003 Posts: 238 Location: Victoria, Texas
|
Posted: Sat May 27, 2006 6:52 pm Post subject: |
|
|
The fix
Section "Extensions"
Option "Composite" "Enable"
EndSection
seems to have stopped working. I just checked, and I have that in my xorg.conf, but Foxnews has started locking everything up again. Any new ideas?
Thanks. _________________ "The beatings will continue until morale improves" |
|
Back to top |
|
|
01mf02 Veteran
Joined: 21 Nov 2004 Posts: 1070 Location: Innsbruck, Austria
|
Posted: Sat May 27, 2006 9:01 pm Post subject: |
|
|
Well, those lines are not the fix, they are the bug.
So remove those lines.
Unfortunately I don't have an idea what could cause this. Try opening this page as another user. |
|
Back to top |
|
|
converter Apprentice
Joined: 24 Dec 2002 Posts: 163
|
Posted: Sat May 27, 2006 9:16 pm Post subject: |
|
|
In one term:
Code: | strace -o firefox.strace -f firefox |
In another term:
Code: | tail -f firefox.strace |
Visit the problem site and observe the strace output. You'll probably see firefox trying to open a file that belongs to root and has a restrictive mode, or trying to open a sound device that's already in use by another program (the eSound daemon "esd" is often the culprit).
Nevermind, I'm being a retard. I should have read more carefully. Carry on. _________________ converter |
|
Back to top |
|
|
rharvey@cox Apprentice
Joined: 14 Oct 2003 Posts: 238 Location: Victoria, Texas
|
Posted: Sun May 28, 2006 12:04 am Post subject: |
|
|
Thanks. _________________ "The beatings will continue until morale improves" |
|
Back to top |
|
|
|