Announcement

Collapse
No announcement yet.

window trembles when dragging

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • window trembles when dragging

    hi there,

    when I catch a window with the mouse at the upper border and drag it it "trembles" a lot, under KDE I can also drag a window by holding down ALT and clicking right into the window somewhere, if dragging the window like that it trembles much less, can someone explain this behaviour ? It makes no difference if I use fvwm2 or KDE, besides that only KDE allows to drag the window by pressing ALT and moving the mouse.

    The dragging of windows under X11 seem to be much smoother with a gfx card using a GWorse chip from Nveragain

    my system:
    XFree86 4.2.0
    1024x768@75 Hz 16bit color depth
    MGA G400 16 MB
    DRI enabled
    Duron 750

    here's my XF86Config (I omitted Section "Files" to shorten the whole thing a bit)

    Section "ServerFlags"
    Option "AllowMouseOpenFail"
    Option "BlankTime" "5"
    Option "StandbyTime" "25"
    Option "SuspendTime" "0"
    Option "OffTime" "0"
    EndSection

    Section "Module"
    Load "dbe"
    Load "type1"
    Load "speedo"
    Load "extmod"
    Load "freetype"
    Load "xie"
    Load "pex5"
    Load "record"
    Load "glx"
    Load "dri"
    EndSection

    Section "InputDevice"
    Driver "Keyboard"
    Identifier "Keyboard[0]"
    Option "Protocol" "Standard"
    Option "XkbLayout" "de"
    Option "XkbModel" "pc105"
    Option "XkbRules" "xfree86"
    Option "XkbVariant" "nodeadkeys"
    EndSection


    Section "InputDevice"
    Driver "mouse"
    Identifier "Mouse[1]"
    Option "Device" "/dev/psaux"
    Option "InputFashion" "Mouse"
    Option "Name" "CORDLESS WHEEL MOUSE"
    Option "Protocol" "IMPS/2"
    Option "Vendor" "Logitech"
    # Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    EndSection


    Section "Monitor"
    HorizSync 27-96
    Identifier "Monitor[0]"
    ModelName "VISION MASTER PRO 410 (A702HT)"
    # Option "DPMS"
    VendorName "IIYAMA"
    VertRefresh 50-85
    UseModes "Modes[0]"
    EndSection


    Section "Modes"
    Identifier "Modes[0]"
    Modeline "1024x768" 66.29 1024 1040 1216 1400 768 768 775 802
    Modeline "1024x768" 76.49 1024 1040 1216 1400 768 768 776 802
    Modeline "1024x768" 86.69 1024 1040 1216 1400 768 768 778 802
    Modeline "800x600" 40.56 800 816 928 1072 600 600 606 626
    Modeline "800x600" 46.80 800 816 928 1072 600 600 606 626
    Modeline "800x600" 53.04 800 816 928 1072 600 600 607 626
    Modeline "640x480" 25.96 640 656 720 864 480 480 484 501
    Modeline "640x480" 29.95 640 656 720 864 480 480 485 501
    Modeline "640x480" 33.95 640 656 720 864 480 480 486 501
    EndSection


    Section "Screen"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "640x480"
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection


    Section "Device"
    BoardName "MGA G400"
    BusID "1:0:0"
    Driver "mga"
    Identifier "Device[0]"
    Screen 0
    VendorName "Matrox"
    Videoram 16384
    # Option "HWCursor" "off"
    # Option "TexturedVideo" "on"
    Option "AGPMode" "2"
    Option "Accel"
    # Option "OverclockMem"
    # Option "UseFBDev"
    # Option "NoAccel" "on"
    # Option "NoHal"
    EndSection


    Section "ServerLayout"
    Identifier "Layout[all]"
    InputDevice "Keyboard[0]" "CoreKeyboard"
    InputDevice "Mouse[1]" "CorePointer"
    Option "Clone" "off"
    Option "Xinerama" "off"
    Screen "Screen[0]"
    EndSection

    Section "DRI"
    Group "video"
    Mode 0666
    EndSection

  • #2
    OS?
    Using official Matrox driver?
    Your log file?
    P4 Northwood 1.8GHz@2.7GHz 1.65V Albatron PX845PEV Pro
    Running two Dell 2005FPW 20" Widescreen LCD
    And of course, Matrox Parhelia | My Matrox histroy: Mill-I, Mill-II, Mystique, G400, Parhelia

    Comment


    • #3
      Originally posted by WyWyWyWy
      OS?
      Using official Matrox driver?
      Your log file?
      sorry....couldn't post the log earlier...

      driver: "beta 2", the latest from Matrox for G400 and Xfree 4.2.0
      OS: SuSE Linux 7.3, kernel 2.4.18

      oh, just see this forum doesn't accept messages > 10000 characters so i split the XFree86.0.log in several parts

      Comment


      • #4
        XFree86.0.log second try

        Originally posted by WyWyWyWy
        OS?
        Using official Matrox driver?
        Your log file?
        I used "split" to split the log into 3 9000bytes chunks but even that was not possible with that forum...
        Now I zipped it and try to attach it, hope it works now...
        Attached Files

        Comment


        • #5
          That is quite strange, because they are very standard XF86Config and log.

          Try removing some unnecessary modules and Option "Accel", see if it makes any difference.

          Does it only apply to windows moving? Whats the average CPU usage during movement?
          P4 Northwood 1.8GHz@2.7GHz 1.65V Albatron PX845PEV Pro
          Running two Dell 2005FPW 20" Widescreen LCD
          And of course, Matrox Parhelia | My Matrox histroy: Mill-I, Mill-II, Mystique, G400, Parhelia

          Comment


          • #6
            Originally posted by WyWyWyWy
            That is quite strange, because they are very standard XF86Config and log.

            Try removing some unnecessary modules and Option "Accel", see if it makes any difference.

            Does it only apply to windows moving? Whats the average CPU usage during movement?
            Yes, it's only when moving windows, besides that no performance problems and no other image quality problems, aver. cpu usage according to xosview something between 30-70 % sometimes even up to 100% for a few milliseconds...

            The XFree RPM's are from SuSE, maybe they have done something when compiling X that causes this, that's the only thing I can imagine, the card itself is okay

            I don't mind too much about it, just thought there might be an easy fix, maybe I try X directly from xfree86.org or another distro.....

            thanx anyway

            Comment

            Working...
            X