Bug 9593 - Application's X Windows Hang During Dragging Operation
Summary: Application's X Windows Hang During Dragging Operation
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: XFree86
Version: 6.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Preston Brown
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-19 22:55 UTC by Stuart Hansen
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-29 17:43:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Stuart Hansen 2000-02-19 22:55:27 UTC
When using the mouse to drag objects, all the application's windows hang (do not refresh,
cannot be closed) etc.  This happens frequently both with Netscape applets and
IBMs Visual Age for Java.  The xterm where I start Visual Age reports the error
X Error: BadPixmap (invalid Pixmap parameter)
X Error: BadPixmap (invalid Pixmap parameter)
X Error: BadPixmap (invalid Pixmap parameter)

If I drag very slowly, the problem seems to occur less frequently.

Comment 1 Cristian Gafton 2000-02-21 21:26:59 UTC
assigned to pbrown

Comment 2 Preston Brown 2000-02-23 20:23:59 UTC
what video card do you have?

Comment 3 Stuart Hansen 2000-02-24 15:12:59 UTC
My video card is an STB Velocity 4400  8M SDRAM AGP

The relevant sections of my XF86Config seem to be:

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier        "Generic VGA Card"
    VendorName        "Unknown"
    BoardName         "Unknown"
    Chipset           "generic"
EndSection


Section "Device"
    Identifier         "RIVA128"
    VendorName         "STB Systems, Inc."
    VideoRam           8128
EndSection

# **********************************************************************
# Screen section
# **********************************************************************

# The kernel framebuffer server
Section "Screen"
    Driver      "fbdev"
    Device      "Generic VGA Card"
    Monitor     "ING44131"
    Subsection  "Display"
#        Depth       16
        Modes       "default"
    EndSubsection
EndSection

# The 16-color VGA server
Section "Screen"
    Driver      "vga16"
    Device      "Generic VGA Card"
    Monitor     "ING44131"
    Subsection "Display"
        Modes       "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

# The Mono server
Section "Screen"
    Driver      "vga2"
    Device      "Generic VGA Card"
    Monitor     "ING44131"
    Subsection "Display"
        Modes       "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

# The svga server
Section "Screen"
    Driver      "svga"
    Device      "RIVA128"
    Monitor     "ING44131"
    DefaultColorDepth 16

    Subsection "Display"
        Depth       16

#        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        Modes       "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       8
        Modes       "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       32
#        Modes       "1152x864" "1024x768" "800x600" "640x480"
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Comment 4 Preston Brown 2000-05-08 14:08:59 UTC
what window manager are you using?

Comment 5 Stuart Hansen 2000-05-08 15:47:59 UTC
Enlightenment.
Move Methods set to Opaque
Resize Methods set to Box

Comment 6 Preston Brown 2000-06-26 19:27:38 UTC
try using a different window manager, or turning off opaque moves.

Comment 7 Stuart Hansen 2000-06-26 19:53:27 UTC
I have already explored both of these strategies in some depth and the problem
still persists.

Comment 8 Preston Brown 2000-08-29 17:43:28 UTC
we don't have other reports indicating a similar problem from other customers,
and we can't duplicate the problem in house.  I'm not saying there definitely
isn't a problem, but we haven't been able to isolate it so it can be fixed.


Note You need to log in before you can comment on or make changes to this bug.