You are not logged in.

#1 2010-11-14 17:19:27

luuuciano
Member
Registered: 2007-01-27
Posts: 310

openbox + firefox + certain pages: kills X (?)

Hi!

I am using arch, openbox, firefox... up to date....

A few weeks ago I realiced that certain page in dealextreme.com was killing X (I tried to see it 4 times)... it was not too important, so "I continued the show"
Now, I have found another page (this time a public page)... here it is: http://gotchance.com/demos/z-index/
when I try to see it in firefox X gets killed, and slim shows up...
It only happens with firefox... that page is only html+css... no flash, etc...

any idea? what to see/search for?


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

#2 2010-11-14 17:30:49

munkyeetr
Member
From: Merritt, BC
Registered: 2008-08-07
Posts: 83

Re: openbox + firefox + certain pages: kills X (?)

No problem here with OB + Firefox (4.0b7 or 3.6) in either of those sites.


If the advice you're given in this forum solves your issue, please mark the post as [SOLVED] in consideration to others.

"More than any time in history mankind faces a crossroads. One path leads to despair and utter hopelessness, the other to total extinction.
Let us pray that we have the wisdom to choose correctly." -- Woody Allen

Offline

#3 2010-11-14 17:54:33

luuuciano
Member
Registered: 2007-01-27
Posts: 310

Re: openbox + firefox + certain pages: kills X (?)

my openbox is a 3.4.11.2-2 version

maybe a video issue? here my conf (it is a laptop, vostro 1710)

$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)

using intel driver
here the xorg conf

$ cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option "AutoAddDevices" "False"
        Option "DontZap" "false"
        Option  "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "dri"
        Load  "xtrap"
        Load  "dbe"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout" "latam"
        Option      "XkbVariant" ""
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      370   230     # mm
        Identifier   "Monitor0"
        VendorName   "AUO"
        ModelName    "6387"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1400x900"
        EndSubSection
EndSection

Last edited by luuuciano (2010-11-14 17:55:30)


I arch, you arch, he arch, she arch, we arch, they arch...

Offline

Board footer

Powered by FluxBB