[solved] openbox: "ghost" window with bbpager

I don't really know where to report this bug as it was working fine a few days ago, so I'm just going to check if I'm the only one having problems with bbpager.
Basically, when I'm using bbpager outside of the dock/slit, everything's fine.
But when using bbpager -w, if I close everything, the last window still appears in the pager:
impossible to move it, but it's still there.
Once I open a new window, everything's working again, the "ghost" window dissapear.
Strange thing is, if I run a 2nd instance of bbpager without the "withdrawn" option, the one in the dock behaves correctly: the docked bbpager stop drawing the remaining window.
I tried with the default config files for both openbox and bbpager with no luck.
Problem is I have no idea how to check what's wrong with it, and unable to find another pager with autohiding feature (which is why I put bbpager in the dock).
Does someone has the same issue, or any idea of what I could do to solve this problem?
Thanks!
This is unrelated and solved:
Edit:
Just realised something else:
I'm using "windows" + Tab as a "Super alt-Tab", ie switching between tasks on all desktops, and not just the current one.
If I'm on a desktop with no window open, no problem, I just choose the window I want and I'm transfered to the correct desktop.
Problem is once the window gets focus, windows tab isn't working anymore: I can choose another window (I see the icons, can move between them, see the border...), but I'm not transfered to it.
It doesn't do a thing.
But if I do "show desktop" first, no problem, it's working again...
Edit2: AAAAaaaAAARRGGH! downgraded to openbox 3.4.7 fixed the "windows + Tab" issue, but not the bbpager one!!!
I'm completely clueless.
Edit3:
Just reinstalled openbox 4.3.8.
Did it with Pacman -Rns openbox + rm -r ~/.config/openbox, then pacman -S + cp /etc/xdg/openbox ~/.config , just to be sure.
Same issue with "windows tab", but... It's working with firefox, I don't know why!
I can switch between different firefox windows, even if they're on different desktops!
Last edited by Tekrotzen (2009-12-12 12:07:24)

Solved the openbox issues: installing openbox-git and modifying the new default rc.xml manually (don't use obkey as it's not working well with openbox 4.3.8), everything is working as expected.
Still, I still have the bbpager issue...
Edit:hmmm.
No idea why, but after a pacman -Scc and a new install of bbpager, no ghost window anymore...
Solved.
Last edited by Tekrotzen (2009-12-12 12:07:05)

Similar Messages

  • SOLVED Blurry/Ghosting LCD with Nvidia-96xx

    Hi all,
    I've spent hours trying to figure this out...  I installed the Nvidia-96xx driver for my Geforce2 MX/MX 400 and everything seems ok in my xorg.conf.  XFCE comes up with the right resolution (1280x1024 Dell 1702fp), but everything is blurry.  When i use the Nvidia X Server Settings application, it looks like everything is running correctly - 1280x1024 @ 60hz.  But this doesn't seem right, because otherwise everything wouldn't look so blurry.  And I do mean everything - fonts, icons, etc.
    So I did a bunch of reading and decided to try xrandr.  Well, that seems like a fairly cool command, but it didn't really solve my problem.  However, it did confirm my suspicions that one of these programs is giving me the wrong information, since the only 1280x1024 resolution it gives me is at a 50* 51 refresh rate.  I tried changing the rate with:
    xrandr -r 60
    It wouldn't let me do it.  It says:
    "Rate not available for this size"
    I'm really kind of puzzled about this, I've tried three different ways of generating xorg.conf files (Xorg -configure, xorgconfig, nvidia-xconfig) and they all give me the right resolution, but the wrong refresh rate.  For some reason linux wants to run things at 50hz...
    I'd post more information up here, but I'm not sure what you would want to see.  I'm pretty sure it's not the xorg.conf...
    Hope you guys can help.
    Last edited by syan (2007-02-20 17:40:50)

    Thanks for the reply, berbae.
    I've been trying different things with the xorg.conf file, but nothing I do seems to help.  I tried adding in some of the things you had in yours, like the EDID option and now my xorg.conf looks like this:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "dbe"
    Load "record"
    Load "extmod"
    Load "dri"
    Load "glx"
    Load "type1"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Dell"
    ModelName "1702FP"
    DisplaySize 337 270
    HorizSync 31-80
    VertRefresh 56-76
    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 "ShadowFB" # [<bool>]
    #Option "KGAUniversal" # [<bool>]
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV11 [GeForce2 MX/MX 400]"
    BusID "PCI:1:5:0"
    Option "UseEDIDfreqs=false"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Here's the Xorg.0.log file too:
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux mythos 2.6.20-ARCH #1 SMP PREEMPT Tue Feb 13 14:51:15 CET 2007 i686
    Build Date: 10 January 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 19 12:03:44 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1022,700e card 0000,0000 rev 13 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1022,700f card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:04:0: chip 1106,0686 card 1043,8040 rev 40 class 06,01,00 hdr 80
    (II) PCI: 00:04:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
    (II) PCI: 00:04:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
    (II) PCI: 00:04:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
    (II) PCI: 00:04:4: chip 1106,3057 card 1043,8040 rev 40 class 00,00,00 hdr 00
    (II) PCI: 00:09:0: chip 1102,0004 card 1102,0051 rev 03 class 04,01,00 hdr 80
    (II) PCI: 00:09:1: chip 1102,7003 card 1102,0040 rev 03 class 09,80,00 hdr 80
    (II) PCI: 00:09:2: chip 1102,4001 card 1102,0010 rev 00 class 0c,00,10 hdr 80
    (II) PCI: 00:0a:0: chip 1033,0035 card 1799,0001 rev 43 class 0c,03,10 hdr 80
    (II) PCI: 00:0a:1: chip 1033,0035 card 1799,0001 rev 43 class 0c,03,10 hdr 00
    (II) PCI: 00:0a:2: chip 1033,00e0 card 1799,0002 rev 04 class 0c,03,20 hdr 00
    (II) PCI: 01:05:0: chip 10de,0110 card 107d,2834 rev b2 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xce000000 - 0xcfefffff (0x1f00000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xcff00000 - 0xdf7fffff (0xf900000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:5:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xce000000/24, 0xd0000000/27, BIOS @ 0xcfff0000/16
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff
    (II) PCI Memory resource overlap reduced 0xdf800000 from 0xdf800fff to 0xdf7fffff
    (II) PCI I/O resource overlap reduced 0x0000e000 from 0x0000e003 to 0x0000dfff
    (II) Active PCI resource ranges:
    [0] -1 0 0xcb800000 - 0xcb8000ff (0x100) MX[b]
    [1] -1 0 0xcc000000 - 0xcc000fff (0x1000) MX[b]
    [2] -1 0 0xcc800000 - 0xcc800fff (0x1000) MX[b]
    [3] -1 0 0xcd000000 - 0xcd003fff (0x4000) MX[b]
    [4] -1 0 0xcd800000 - 0xcd8007ff (0x800) MX[b]
    [5] -1 0 0xdf800000 - 0xdf7fffff (0x0) MX[b]O
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
    [9] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [10] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[b]
    [11] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[b]
    [12] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
    [13] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [14] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    (II) Inactive PCI resource ranges:
    [0] -1 0 0x0000e000 - 0x0000dfff (0x0) IX[b]O
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xcb800000 - 0xcb8000ff (0x100) MX[b]
    [1] -1 0 0xcc000000 - 0xcc000fff (0x1000) MX[b]
    [2] -1 0 0xcc800000 - 0xcc800fff (0x1000) MX[b]
    [3] -1 0 0xcd000000 - 0xcd003fff (0x4000) MX[b]
    [4] -1 0 0xcd800000 - 0xcd8007ff (0x800) MX[b]
    [5] -1 0 0xdf800000 - 0xdf7fffff (0x0) MX[b]O
    [6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [7] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[b](B)
    [8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
    [9] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [10] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[b]
    [11] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[b]
    [12] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
    [13] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [14] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0x0000e000 - 0x0000dfff (0x0) IX[b]O
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xcb800000 - 0xcb8000ff (0x100) MX[b]
    [5] -1 0 0xcc000000 - 0xcc000fff (0x1000) MX[b]
    [6] -1 0 0xcc800000 - 0xcc800fff (0x1000) MX[b]
    [7] -1 0 0xcd000000 - 0xcd003fff (0x4000) MX[b]
    [8] -1 0 0xcd800000 - 0xcd8007ff (0x800) MX[b]
    [9] -1 0 0xdf800000 - 0xdf7fffff (0x0) MX[b]O
    [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [11] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[b](B)
    [12] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
    [13] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[b]
    [17] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[b]
    [18] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
    [19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [20] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [21] -1 0 0x0000e000 - 0x0000dfff (0x0) IX[b]O
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Loading /usr/lib/xorg/modules/linux/libdrm.so
    (II) Module drm: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9631
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.1.1, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.9631
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-9631 Thu Nov 9 17:39:58 PST 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:05:0
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xcb800000 - 0xcb8000ff (0x100) MX[b]
    [5] -1 0 0xcc000000 - 0xcc000fff (0x1000) MX[b]
    [6] -1 0 0xcc800000 - 0xcc800fff (0x1000) MX[b]
    [7] -1 0 0xcd000000 - 0xcd003fff (0x4000) MX[b]
    [8] -1 0 0xcd800000 - 0xcd8007ff (0x800) MX[b]
    [9] -1 0 0xdf800000 - 0xdf7fffff (0x0) MX[b]O
    [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [11] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[b](B)
    [12] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
    [13] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[b]
    [17] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[b]
    [18] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
    [19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [20] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [21] -1 0 0x0000e000 - 0x0000dfff (0x0) IX[b]O
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xcb800000 - 0xcb8000ff (0x100) MX[b]
    [5] -1 0 0xcc000000 - 0xcc000fff (0x1000) MX[b]
    [6] -1 0 0xcc800000 - 0xcc800fff (0x1000) MX[b]
    [7] -1 0 0xcd000000 - 0xcd003fff (0x4000) MX[b]
    [8] -1 0 0xcd800000 - 0xcd8007ff (0x800) MX[b]
    [9] -1 0 0xdf800000 - 0xdf7fffff (0x0) MX[b]O
    [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [11] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[b](B)
    [12] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
    [13] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[b]
    [20] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[b]
    [21] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
    [22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [23] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [24] -1 0 0x0000e000 - 0x0000dfff (0x0) IX[b]O
    [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): NVIDIA GPU GeForce2 MX/MX 400 at PCI:1:5:0 (GPU-0)
    (--) NVIDIA(0): Memory: 65536 kBytes
    (--) NVIDIA(0): VideoBIOS: 03.11.01.30.00
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are not supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce2 MX/MX 400 at
    (--) NVIDIA(0): PCI:1:5:0:
    (--) NVIDIA(0): DELL 1702FP (CRT-0)
    (--) NVIDIA(0): DELL 1702FP (CRT-0): 350.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (WW) NVIDIA(0):
    (WW) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (WW) NVIDIA(0): will be used as the requested mode.
    (WW) NVIDIA(0):
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b]
    [1] 0 0 0xce000000 - 0xceffffff (0x1000000) MX[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xcb800000 - 0xcb8000ff (0x100) MX[b]
    [7] -1 0 0xcc000000 - 0xcc000fff (0x1000) MX[b]
    [8] -1 0 0xcc800000 - 0xcc800fff (0x1000) MX[b]
    [9] -1 0 0xcd000000 - 0xcd003fff (0x4000) MX[b]
    [10] -1 0 0xcd800000 - 0xcd8007ff (0x800) MX[b]
    [11] -1 0 0xdf800000 - 0xdf7fffff (0x0) MX[b]O
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[b](B)
    [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
    [15] -1 0 0xce000000 - 0xceffffff (0x1000000) MX[b](B)
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[b]
    [22] -1 0 0x0000a400 - 0x0000a41f (0x20) IX[b]
    [23] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[b]
    [24] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
    [25] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [26] -1 0 0x0000e000 - 0x0000dfff (0x0) IX[b]O
    [27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [28] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): Option "UseEDIDfreqs=false" is not used
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "auto"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
    (II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    Apart from the warnings "No modes were requested ..." and "option "UseEDIDfreqs=false" is not used" nothing looks that bad to me.  Any ideas?  This is what I see in xfce:
    http://img299.imageshack.us/img299/5268 … ot2dk6.png
    I also tried using the gtf output a few times and that didn't work either.  I'm starting to wonder if it's a hardware problem.  Seems kind of subtle for a malfunctioning graphics card though, doesn't it?
    Thanks again

  • [SOLVED] OpenBox with XP in VirtualBox

    Hi All
    I'm hoping someone has an answer to this one. I'm in the process of switching from Gnome 3 to OpenBox. I'm almost there except for getting VirtualBox to work correctly in seamless mode.
    If I login to Gnome 3 then seamless virtualbox works brilliantly but in openBox I get a sort of screen lag as though the graphics driver is running incredibly slow. VirtualBox works fine when it's not in seamless mode though.
    Contents of .config/openbox/autostart:
    xcompmgr &
    # Restore wallpaper
    nitrogen --restore &
    # Start Devilspie to alter windows
    devilspie -a &
    # Start Main Panel
    tint2 &
    EDIT: I use Docky as a program launcher hence the need for xcompmgr. Devilspie I use to move NetBeans to the development desktop.
    Thanks
    Rich
    Last edited by RichAustin (2011-11-06 12:36:23)

    Unfortunately I don't think either xcompmgr or cairo-compmgr will work with virtualbox seamless mode.  I think seamless mode works decently with compiz and kwin, though in the past these have had problems as well. Seamless and compositing just don't mix well and unfortunately I doubt oracle cares about making it work with xcompmgr, which isn't even being developed anymore, so no fix likely to come from that end either.
    You could either use docky uncomposited, it still works, just not as pretty, use another dock, or use compiz as your window manger instead of openbox.
    Also you can move an application to a specific dektop in openbox rc.xml with
    <application class="the class of the app you want to move*">
       <desktop>2</desktop>
    </application>
    So you maybe you don't need to run Devilspie, if you use compiz it also has features to control where applications are placed. There are also more application placement variables in openbox then just my above example.

  • Cs3 bridge preview ghost windows

    I am running CS3 on a Gateway P7805-u w/ Intel Core Duo 2 CPU 2.26/2.27 ghz processor, 4.0 ram and 64 bit os machine using  Windows Vista. I am unable to use Bridge because the preview windows seem to duplicate themselves and I end up with what looks like multiple window (do they call them ghost windows?) of a preview open at once. I've tried uninstalling and reinstalling, updating my NVidia9800 1GB graphics card and updating CS3. The program ran fine when I first started using it on this machine. It works fine on my desktop computer running XP.
    I really like Bridge and would like to upgrade to CS4, but not if I can't run it on this machine. Any feedback would be appreciated.

    Simple workarounds. This is a problem with the graphics card not being up to the task.  You will also have problems with the slide mode.
    A simple way to get aroiund this is to click on restore down in upper right corner.  You can expand window to max with arrows.  If you run in max mode you will get problem you describe.
    Go to advanced preferences in Bridge and click on "use software rendering".  Seems to work OK in this mode, so not necessary to replace video card for this this problem.
    Hope this solves your problem.
    p.s.  There are a lot of problems with Nvidia 195 series drivers with Bridge and PS.

  • I can't get download to work - it will not copy the mp3 file to my chosen location (as set in tools/options) - it gives me a new window with a player - no dwnlo

    I am running windows xp sp2 and I have set my dowload location under (tools/options), but when I select an MP3 file to download, firefox does NOT copy the file to my chosen location on my HD - instead, it opens up a new window with a makeshift "player" and begins loading the player with the MP3 file. The problem is that I have no idea where on my system firefox has copied this file to, so, I cannot leave and come back later and play this MP3 file using winamp. I have to listen to it right then or lose it - if I close that new window (with that puny little "player"), then I lose the download, wherever firefox put it on my PC (I got no idea where it is). This is all under firefox 25.0
    I am also running FIrefox 12.0 on an older windows 2000 machine and that works perfectly - I can download any MP3 file I want, and firefox 12.0 (on win2k, sp4) downloads it to my chosen location (on my HD), and it gives me the download window so I can watch its progress and have some control over pause, and resume, and, when it is done, the download window offers me the option to "open containing folder" so I can make sure it got to where I wanted it. In other words, Firefox 12.0 on WIn2k, sp4 works better than firefox 25.0 on winxp sp2!!!!! What gives? I went through and set up my options for XP just like I did with Win2k and it all looks good, but firefox 25.0 just ignores my chosen location and always defaults to give me that makeshift player and I am not able to actually copy the mp3 file to my harddrive - it makes firerox 25.0 almost unusable since downloading mp3 files is a big part of my firexfox use - please help - I am not able to upgrade windows at this time, and, since firefox 12.0 still works fine on win2k, I can't understand what happened at firefox?

    Phillipp,
    I tried it again using "save link as", and this time it actually worked! I just now downloaded several more using the "save link as" option, and it works perfectly. Thanks. Problem solved.
    Littleberry

  • Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    The first step should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • I am having a problem when I try to select a photo or itunes song in Imovie or other programs. I get a window with grey lettering that says: "Open Itunes to populate this list" or "Open iphoto to see photos from your iPhoto library in this list.  I have t

    I am having a problem when I try to select a photo or itunes song in Imovie or other programs. I get a window with grey lettering that says: "Open Itunes to populate this list" or "Open iphoto to see photos from your iPhoto library in this list.  I have tried relaunching programs and nothing appears. Seemed to start happening a while back after one of my system upgrades.

    After a a lengthy conversation with Apple Tech. ($20), my problem seems to be solves. The Iphoto problem solved by trashing the plist file. The Itunes was more involved. We had to create a new Itunes folder and import the files into the new folder; and then import the playlists.

  • When I click on an Icon on my desktop to take me to a site (such as google) I get a message that it could not find the loaction. Then it goes ahead and opens a Firefox window with the site anyway as if the message never happened.

    When I click on an Icon on my desktop to take me to a site (such as Google) I get a message that it could not find the location. Then it goes ahead and opens a Firefox window with the site anyway as if the message never happened. Then when I close the window I see that the message is still there. I have to close it separately. Any suggestions? Oh, and this only happens if Firefox is NOT already active. If I have another Firefox window open when I click on the Icon, it just opens as expected. This message appears no matter which site Icon I select. It did not happen before I upgraded to ver 9.0.

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

  • [SOLVED] Openbox+Thunar, how to show usb devices in thunar?

    Hi.  I've been running a pretty standard Xfce environment for a while.  When I plug in a usb drive, I get a new item pop up in the "DEVICES" section of the left panel in thunar (note, it doesn't automount the device, it just shows that it's there and only mounts it when I click on it...I like this behaviour).
    Now, I'm setting up an even lighter-weight environment, just openbox and tint2 with thunar as the file manager.  But when I'm logged into the openbox environment, I don't get the item in the "DEVICES" section in thunar (but it still works fine in xfce).
    If it run thunar from the command line and plug in a usb drive I get this message in the terminal
    (thunar:21205): thunar-WARNING **: Failed to launch the volume manager (Failed to execute child process "thunar-volman" (No such file or directory)), make sure you have the "thunar-volman" package installed.
    I don't see why I would need thunar-volman if it works fine in xfce.  If I install thunar-volman and do the same, I get this message
    thunar-volman: Unsupported USB device type.
    thunar-volman: Unsupported USB device type.
    thunar-volman: Unknown block device type.
    So I'm wondering if maybe there is a daemon that is autostarted during an xfce session that makes thunar probe for devices to be plugged in or something like that.  Why does it work in an xfce session, but not in an openbox session?
    Last edited by Pacopag (2013-03-14 15:52:32)

    Thanks for your replies.
    henk:  I tried installing polkit-gnome and creating the rule as per the wiki, but it didn't work.  Volume detection seems to work fine in xfce without this package.
    jv2112:  I added udiskie to .config/openbox/autostart and it seems to work.  I've had problems with udiskie in the past; it seemed to have some trouble unmounting the drives properly after a write as I would find that the newly written files were corrupt.  But it seems to be working fine.
    I'll mark this as solved, but I'm still curious as to how xfce-thunar is mounting the usb devices. 
    One clue is that with udiskie, devices get mounted to /media, whereas in xfce they get mounted to /var/run/media/username/ (or something like that).

  • Closing all folders and subfolders within a window with one command

    In list view, is there a way to close all folders and subfolders within a window with one command, instead of having to close each individually?
    Thanks!

    Thanks, all, for your feedback, but no cigar, yet:
    - opening folders with "option" is possible but problematic
    - none of this solves the question of closing all the folders and subfolders within a window in one shot.
    Any better solution would be appreciated.
    Thanks!

  • Opening/focusing new/existing window with refreshed data

    hi ,
    I want to open the results in a new browser window with current requested data as soon as I click on a button from a jsp.I mean as soon as I click on a button if the new window is already opened then the opened window should be get focused with refreshed current data, if the new browser window is not already opened then clicking on button from jsp should open a new window with refreshed data.
    Following both ways are not working proper, could you tell me whts wrong with it..?
    javascript functions:
    function winOpen(statusVal)
    var resultsUrl = "http://.........";
    var fullURL= resultsUrl+"Status="+statusVal;
    var lastOpened = null
         if ( lastOpened != null ) {
              lastOpened.close();
              lastOpened = null;
    lastOpened =window.open(fullURL, null)
    lastOpened.focus();
    with this code new window is opening but if I minimize that new window and if I click on a button jsp with new querry values, the same opened window is getting focused but not with new results in that window. I.e results in window are not getting refreshed ....
    2.
    with the following code every time it opens the new new windows( irrespective of already opened window) with new requested data.
    function winOpen(statusVal)
    var resultsUrl = "http://.........";
    Openedwindow=window.open(resultsUrl+"Status="+statusVal;
    Openedwindow.focus();

    Can u let me know how you solved this.
    Thanks in advance

  • [SOLVED] XFCE - Incorrect windows placement

    Hi,
    I'm currently having a issue with XFCE's window placement. In the settings panel, under Window Manager Tweaks > Placement, window placement is set to Center for all windows, but this option has no effect. I tried changing it to place windows under the mouse, but it also has no effect on the windows placement. Windows keep opening on the screen corners.
    I checked the forums for similar problems, and found some results, but none of the solutions worked for me. Also, those are quite old topics.
    [Solved] XFCE - Having Trouble Centering Windows
    [solved] Xfce4, new windows position
    Xfce 4.8 xfwm4 window placement settings no longer have any effect.
    This is not a big problem, but I'm kind of picky, so if anyone knows a solution to this problem, please share it.
    Best Regards,
    Agkel0s
    Last edited by Agkel0s (2014-07-14 21:37:54)

    Agkel0s wrote:Currently the slider is on the minimum value, and windows of all sizes should open centered on screen.
    Shouldn't you actually have it on the maximum value?
    I believe the way this works is that the size (or ratio, the option is actually called placement_ratio IIRC and is a ratio of window size vs screen size) you specify here is the minimum to trigger "smart placement." If the window isn't (at least) of that size, then the default (i.e. center or under mouse pointer, as defined below) will be used. So if you want every window to use the default placement, you should set the minimum size for smart placement to be as large as possible. (In fact, I believe with a ratio set to 100 (i.e. slider to the max) it should always use the default placement, regardless of window size, which is want you're after if I'm not wrong.)
    If even with the slider to the max you get new windows placed using smart placement, then it sounds like a bug I'd say.
    (Also, just as FYI and though you might simply want all windows to be centered, I wasn't happy with xfwm's smart placement myself, you can see this topic for a (IMO) better alternative.)

  • IPad 2 Safari opens ghost window.

    iPad 2 safari loads previous window the first time reopened.  Subsequent opens a ghost window.  I want a blank window. I don't see this issue with iPad 2 just mac. If you know the fix please explain it like you are telling your great grandmother.

    What do you mean by "ghost window"?
    Safari on iOs will reopen any window you had opened when you closed it. Close any open tab before exiting Safari to prevent that.

  • Openbox & Docky Window Matching Failing for Wine Apps

    Hi guys,
    I'm having an issue with Docky not seeming to match the windows of Wine applications - even though I've tried all of the workarounds that I've found. Strangely, it looks like an instance of this bug: https://bugs.launchpad.net/docky/+bug/596092 which was patched in version 2.0.5 (I'm running 2.2.0).
    I have a .desktop file that looks like this pinned in Docky:
    [Desktop Entry]
    Name=YNAB 4
    Exec=/usr/bin/env WINEPREFIX="/home/chris/.wine_YNAB4" wine YNAB\ 4.exe
    Path=/home/chris/.wine_YNAB4/dosdevices/c:/Program Files (x86)/YNAB 4
    Icon=66DF_YNAB 4.0.png
    Type=Application
    StartupNotify=true
    StartupWMClass=Wine
    But when clicking on it to launch it, I wind up with two icons, the active one with a significantly lower resolution and the one I created from my .desktop file. The active one also doesn't have the 'Pin to Dock' option.
    I've found a similar instance of the bug here: https://bugs.launchpad.net/docky/+bug/665819 which is essentially the same problem again. I tried the resolution that the guy who submitted the bug found, but it hasn't worked for me.
    Any advice you can offer would be greatly appreciated, and if I can provide any more information, please let me know.
    Thanks!
    Last edited by cbuq (2015-03-04 10:17:17)

    neuwerld wrote:
    Ohh thanks guys!
    It worked as a charm, and thanks Brisbin33 for the autostart.sh tip.
    So the thing that caused my whole system not to work as it should was that I forgot to put a "&" after conky?
    haha that´s kinda anoying I have been sitting and looking through like a milllion files looking for the answer
    But again, really thanks!
    /Neuwerld
    that little "&" sends the conky process to the background freeing up the current process (your autostart.sh script) to finish doing what it's doing so you can move on to running openbox itself.  with this in mind, it should be obvious why keeping conky in the foreground would cause problems.
    also, replacing it with (sleep 1 && conky) & means... wait a second, when that's done successfully (&&) run conky, and put all of that () to the background.  that way openbox comes up immediatly and only a second later you've got your panel and monitor.
    all this after .xinitrc and before openbox

  • [SOLVED][Openbox] Sub-menus do not appear

    Just switched over to Openbox and was configuring my Menu. The only thing that doesn't want to work are my sub-menus. Using obmenu, I created a link inside an existing menu, with the proper ID of the menu I wanted to be a sub-menu. Saved menu.xml, reconfigured (and even tried restarting) Openbox, but no joy, everything shows but the sub-menus.
    I have 3 sub-menus: apps-office-libreoffice (linked in apps-office-menu), apps-development-qt (linked in apps-development-menu), and apps-games-doom (linked in apps-games-menu)
    I'm pretty confused as to why they wont show up, and google'ing around turned up absolutely no results, so I was hoping someone here could lend a hand. Here's my menu.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <openbox_menu xmlns="http://openbox.org/3.4/menu">
    <menu id="apps-accessories-menu" label="Accessories">
    <item icon="speedcrunch.png" label="SpeedCrunch">
    <action name="Execute">
    <command>speedcrunch</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Character Map">
    <action name="Execute">
    <command>gucharmap</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Thunar - Bulk Rename">
    <action name="Execute">
    <execute>/usr/lib/ThunarBulkRename</execute>
    </action>
    </item>
    <item label="PeaZip Archive Manger">
    <action name="Execute">
    <command>ark</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Xfce Notes">
    <action name="Execute">
    <execute>xfce-notes</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-development-menu" label="Development">
    <item label="GVim">
    <action name="Execute">
    <command>gvim</command>
    <startupnotify>
    <enabled>yes</enabled>
    <wmclass>GVim</wmclass>
    </startupnotify>
    </action>
    </item>
    <separator/>
    <item label="CMake">
    <action name="Execute">
    <execute>cmake-gui</execute>
    </action>
    </item>
    <item label="Meld">
    <action name="Execute">
    <execute>meld</execute>
    </action>
    </item>
    <item label="Kodos">
    <action name="Execute">
    <execute>kodos</execute>
    </action>
    </item>
    <menu id="apps-development-qt"/>
    </menu>
    <menu id="app-games-menu" label="Games">
    <item label="Battle for Wesnoth">
    <action name="Execute">
    <execute>wesnoth</execute>
    </action>
    </item>
    <menu id="apps-games-doom"/>
    <item label="Dwarf Fortress">
    <action name="Execute">
    <execute>dwarffortress</execute>
    </action>
    </item>
    <item label="Minecraft">
    <action name="Execute">
    <execute>minecraft</execute>
    </action>
    </item>
    <item label="Minetest">
    <action name="Execute">
    <execute>minetest</execute>
    </action>
    </item>
    <item label="OpenArena">
    <action name="Execute">
    <execute>openarena</execute>
    </action>
    </item>
    <item label="Skyrim">
    <action name="Execute">
    <execute>wine /games/Skyrim/skse_loader.exe</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-term-menu" label="Terminals">
    <item label="Rxvt Unicode">
    <action name="Execute">
    <command>urxvt</command>
    </action>
    </item>
    <item label="Xfce Terminal">
    <action name="Execute">
    <command>xfce4-terminal</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="TMux">
    <action name="Execute">
    <execute>tmux</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-office-menu" label="Office">
    <menu id="apps-office-libreoffice"/>
    <separator/>
    <item label="Dictionary">
    <action name="Execute">
    <execute>xfce4-dict</execute>
    </action>
    </item>
    <item label="Foxit Reader">
    <action name="Execute">
    <execute>foxitreader</execute>
    </action>
    </item>
    <item label="GNU Cash">
    <action name="Execute">
    <execute>gnucash</execute>
    </action>
    </item>
    <item label="Task Coach">
    <action name="Execute">
    <execute>taskcoach.py</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-net-menu" label="Internet">
    <item label="Firefox">
    <action name="Execute">
    <command>firefox</command>
    <startupnotify>
    <enabled>yes</enabled>
    <wmclass>Firefox</wmclass>
    </startupnotify>
    </action>
    </item>
    <item label="Thunderbird">
    <action name="Execute">
    <execute>thunderbird</execute>
    </action>
    </item>
    <item label="Pidgin">
    <action name="Execute">
    <command>pidgin</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="qBittorrent">
    <action name="Execute">
    <execute>qbittorrent</execute>
    </action>
    </item>
    <separator/>
    <item label="Dropbox">
    <action name="Execute">
    <execute>/opt/dropbox/dropboxd</execute>
    </action>
    </item>
    <item label="Mumble">
    <action name="Execute">
    <execute>mumble</execute>
    </action>
    </item>
    <item label="SpiderOak">
    <action name="Execute">
    <execute>SpiderOak</execute>
    </action>
    </item>
    <item label="Teamspeak">
    <action name="Execute">
    <execute>teamspeak3</execute>
    </action>
    </item>
    <item label="Teamviewer">
    <action name="Execute">
    <execute>/opt/teamviewer/teamviewer/7/bin/teamviewer</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-multimedia-menu" label="Multimedia">
    <item label="Amarok">
    <action name="Execute">
    <command>amarok</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Audacity">
    <action name="Execute">
    <execute>audacity</execute>
    </action>
    </item>
    <item label="VLC Media Player">
    <action name="Execute">
    <execute>vlc</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-fileman-menu" label="File Managers">
    <item label="Thunar">
    <action name="Execute">
    <command>Thunar</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    </menu>
    <menu id="apps-graphics-menu" label="Graphics">
    <item label="Gimp">
    <action name="Execute">
    <command>gimp</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    </menu>
    <menu id="system-menu" label="System">
    <item label="Openbox Menu Editor">
    <action name="Execute">
    <execute>obmenu</execute>
    </action>
    </item>
    <item label="Openbox Configuration Manager">
    <action name="Execute">
    <command>obconf</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="tint2 Configuration">
    <action name="Execute">
    <execute>tint2conf</execute>
    </action>
    </item>
    <item label="Xfce Settings">
    <action name="Execute">
    <command>xfce-setting-show</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <separator/>
    <item label="Reconfigure Openbox">
    <action name="Reconfigure"/>
    </item>
    </menu>
    <menu id="apps-wine-menu" label="Wine">
    <item label="Wine Configuration (Q4Wine)">
    <action name="Execute">
    <execute>q4wine -b</execute>
    </action>
    </item>
    <item label="WineCFG">
    <action name="Execute">
    <execute>winecfg</execute>
    </action>
    </item>
    <item label="WineTricks">
    <action name="Execute">
    <execute>winetricks</execute>
    </action>
    </item>
    <separator/>
    <item label="Steam">
    <action name="Execute">
    <execute>wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/Steam.exe -no-dwrite &gt;/dev/null 2&gt;&amp;1 &amp;</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-office-libreoffice" label="LibreOffice">
    <item label="LibreOffice">
    <action name="Execute">
    <execute>libreoffice</execute>
    </action>
    </item>
    <item label="Base">
    <action name="Execute">
    <execute>libreoffice --base</execute>
    </action>
    </item>
    <item label="Calc">
    <action name="Execute">
    <execute>libreoffice --calc</execute>
    </action>
    </item>
    <item label="Draw">
    <action name="Execute">
    <execute>libreoffice --draw</execute>
    </action>
    </item>
    <item label="Impress">
    <action name="Execute">
    <execute>libreoffice --impress</execute>
    </action>
    </item>
    <item label="Math">
    <action name="Execute">
    <execute>libreoffice --math</execute>
    </action>
    </item>
    <item label="Writer">
    <action name="Execute">
    <execute>libreoffice --writer</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-development-qt" label="Qt">
    <item label="Qt Assistant">
    <action name="Execute">
    <execute>assistant</execute>
    </action>
    </item>
    <item label="Qt Designer">
    <action name="Execute">
    <execute>designer</execute>
    </action>
    </item>
    <item label="Qt Linguist">
    <action name="Execute">
    <execute>linguist</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-games-doom" label="DOOM">
    <item label="GZDoom">
    <action name="Execute">
    <execute>gzdoom</execute>
    </action>
    </item>
    <item label="GZDoom (Brutal)">
    <action name="Execute">
    <execute>gzdoom -file /usr/share/games/doom/brutalv017gzdoom.pk3</execute>
    </action>
    </item>
    </menu>
    <menu icon="gtk-execute" id="root-menu" label="Openbox 3">
    <item label="Run Application...">
    <action name="Execute">
    <execute>xfce4-appfinder</execute>
    </action>
    </item>
    <separator label="Applications"/>
    <menu id="apps-accessories-menu"/>
    <menu id="apps-development-menu"/>
    <menu id="app-games-menu"/>
    <menu id="apps-net-menu"/>
    <menu id="apps-multimedia-menu"/>
    <menu id="apps-graphics-menu"/>
    <menu id="apps-office-menu"/>
    <menu id="apps-fileman-menu"/>
    <separator label="System"/>
    <menu id="system-menu"/>
    <menu id="apps-term-menu"/>
    <menu id="apps-wine-menu"/>
    <separator/>
    <item label="Restart">
    <action name="Restart"/>
    </item>
    <item label="Log Out">
    <action name="Exit">
    <prompt>yes</prompt>
    </action>
    </item>
    </menu>
    </openbox_menu>
    Last edited by ZeroKnight (2012-11-09 08:05:29)

    I figured out the issue. I did have all three menus defined separately, and I linked to them the same way all the other menus were linked to the root menu:
    <menu icon="gtk-execute" id="root-menu" label="Openbox 3">
    <item label="Run Application...">
    <action name="Execute">
    <execute>xfce4-appfinder</execute>
    </action>
    </item>
    <separator label="Applications"/>
    <menu id="apps-accessories-menu"/>
    <menu id="apps-development-menu"/>
    <menu id="app-games-menu"/>
    <menu id="apps-net-menu"/>
    <menu id="apps-multimedia-menu"/>
    <menu id="apps-graphics-menu"/>
    <menu id="apps-office-menu"/>
    <menu id="apps-fileman-menu"/>
    <separator label="System"/>
    <menu id="system-menu"/>
    <menu id="apps-term-menu"/>
    <menu id="apps-wine-menu"/>
    <separator/>
    <item label="Restart">
    <action name="Restart"/>
    </item>
    <item label="Log Out">
    <action name="Exit">
    <prompt>yes</prompt>
    </action>
    </item>
    </menu>
    As you can see, all of them are defined, and then linked into the root window with the: <menu id="..."/> lines. I did the same with my Qt, Doom, and LibreOffice menus; defined them separately, then linked them into my other menus that way, ie. <menu id="apps-games-doom"/>
    Defined later, near the bottom of the file:
    <menu id="apps-development-qt" label="Qt">
    <item label="Qt Assistant">
    <action name="Execute">
    <execute>assistant</execute>
    </action>
    </item>
    <item label="Qt Designer">
    <action name="Execute">
    <execute>designer</execute>
    </action>
    </item>
    <item label="Qt Linguist">
    <action name="Execute">
    <execute>linguist</execute>
    </action>
    </item>
    </menu>
    Then "linked" earlier in the file, in the "Development" menu definition:
    <menu id="apps-development-menu" label="Development">
    <item label="GVim">
    <action name="Execute">
    <command>gvim</command>
    <startupnotify>
    <enabled>yes</enabled>
    <wmclass>GVim</wmclass>
    </startupnotify>
    </action>
    </item>
    <separator/>
    <item label="CMake">
    <action name="Execute">
    <execute>cmake-gui</execute>
    </action>
    </item>
    <item label="Meld">
    <action name="Execute">
    <execute>meld</execute>
    </action>
    </item>
    <item label="Kodos">
    <action name="Execute">
    <execute>kodos</execute>
    </action>
    </item>
    <menu id="apps-development-qt"/> <<-------- just like in the root window definition...yet it doesn't work here.
    </menu>
    Anyway...I tried what you said and just put the whole menu definition itself inside of the previous ones and it worked out, strangely enough. Maybe it's just an ordering error? The definitions did get pushed to the bottom, so I wonder if that was it. Oh well...simple enough fix. Thanks for the suggestion
    I feel somewhat silly, though I really don't know why that didn't work. I guess obmenu is a little misleading
    [EDIT]
    Interestingly enough, yes, ordering was the issue. I tried moving the sub-menu definitions to the top of the file, and kept the "links" where they were, and it worked out. So for clarity:
    Menus must be defined before linking them, OR just put the sub-menu definition inside the parent menu definition.
    Last edited by ZeroKnight (2012-11-09 08:05:04)

Maybe you are looking for

  • Sequence number in a Order

    Hi, Can any body explain me regarding Sequence number in an assignement tab page of a Production Order. Under what circumstannces it is used and How? Regards, Prasad

  • JDBC issues after installing

    Hi, I installed the OE10g, however I cannot connect through JDBC, the admin tool runs at: http://127.0.0.1:9080/apex note that I changed the http port and works properly, however, when trying to reach this DB through JDeveloper's 'Create Database Con

  • Create automatic white gap/bar with paragraph style

    Hello, Thanks to your help and the Paragraph Ruler trick, I managed to get automatic title formatting (the grey background) Now, I would like to get automatically white gap as in line two but I can't figure out how to do it (tried with strikethrough

  • Error with query in OracleDataAdapter

    I have the following query: <code>SELECT FI.FACILITY_OID, FI.FACILITY_NUMBER , FI.FACILITY_NAME , FI.TYPE_CODE , TC.DESCRIPTION AS TYPE_CODE_DESCRIPTION, FI.SUB_CATEGORY_CODE , SCC.NAME AS CATEGORY_CODE_DESCRIPTION, FI.HEADWALL_TYPE, FI.EXTERNAL_LENG

  • My iPhone 4s with 5.1.1 Auto-Locked is ghosted at 1 minute and I can't change it.

    My iPhone 4s with 5.1.1 auto-locked is ghosted out and I can't change it.  This just happened and a restore doesn't help at all.  What can I do?