PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Anwendungen frieren beim Fensterverschieben ein



Darkforce
07.04.05, 18:34
Hi,

ich habe das Problem, dass alle Anwendungen beim verschieben eines Fensters einfrieren. Das ist ärgerlich weil beispielsweise XMMS dadurch natürlich kurz stockt.
Schalte ich bei xorg die Composite-extension ein habe ich das Problem komischerweise nicht.

Xorg V. 6.8.2
Fluxbox 0.9.12

Hat jemand eine Idee woran das liegen könnte?

Viele Grüße,
Johannes

`kk
07.04.05, 18:44
Häng doch mal bitte die ganze Config an.

Shutdown
07.04.05, 18:50
Äh nochmal langsam - es funktioniert mit der Composite Extension besser als ohne?? :ugly:
Irgendwie is das bemerkenswert...

Shutdown

Darkforce
07.04.05, 18:54
xorg.conf


Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/corefonts"
EndSection

Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "blank time" "10" # 10 minutes
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "300 30"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbModel" "pc105"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/psaux"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "Resolution" "400"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 31.5 - 64.3
VertRefresh 50-70
EndSection

Section "Device"
Identifier "My Video Card"
Driver "nvidia"
Option "TwinView"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,NULL; 1152x864,NULL; 800x600,NULL; 640x480,NULL"
Option "TwinViewOrientation" "CRT-0 RightOf DFP-0"
Option "SecondMonitorHorizSync" "31.5-108.94"
Option "SecondMonitorVertRefresh" "85"
Option "NoLogo"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "Generic Monitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection

EndSection

Section "ServerLayout"
Identifier "simple layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection


.fluxbox/init


session.screen0.menu.alpha: 180
session.screen0.overlay.lineWidth: 1
session.screen0.overlay.lineStyle: LineSolid
session.screen0.overlay.joinStyle: JoinMiter
session.screen0.overlay.capStyle: CapNotLast
session.screen0.toolbar.height: 0
session.screen0.toolbar.placement: TopLeft
session.screen0.toolbar.maxOver: false
session.screen0.toolbar.visible: true
session.screen0.toolbar.autoHide: false
session.screen0.toolbar.alpha: 255
session.screen0.toolbar.onhead: 0
session.screen0.toolbar.tools: workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, clock
session.screen0.toolbar.onTop: False
session.screen0.toolbar.widthPercent: 89
session.screen0.toolbar.layer: Dock
session.screen0.iconbar.wheelMode: Screen
session.screen0.iconbar.iconTextPadding: 10l
session.screen0.iconbar.alignment: Relative
session.screen0.iconbar.deiconifyMode: Follow
session.screen0.iconbar.mode: Workspace
session.screen0.iconbar.usePixmap: true
session.screen0.iconbar.iconWidth: 70
session.screen0.window.focus.alpha: 255
session.screen0.window.unfocus.alpha: 255
session.screen0.slit.maxOver: false
session.screen0.slit.placement: BottomRight
session.screen0.slit.direction: Vertical
session.screen0.slit.onhead: 0
session.screen0.slit.onTop: False
session.screen0.slit.autoHide: false
session.screen0.slit.layer: Dock
session.screen0.slit.alpha: 255
session.screen0.tab.placement: Top
session.screen0.tab.rotatevertical: True
session.screen0.tab.alignment: Left
session.screen0.tab.height: 16
session.screen0.tab.width: 64
session.screen0.antialias: true
session.screen0.windowPlacement: RowSmartPlacement
session.screen0.clickRaises: true
session.screen0.imageDither: false
session.screen0.menuDelay: 0
session.screen0.desktopwheeling: true
session.screen0.edgeSnapThreshold: 0
session.screen0.focusLastWindow: true
session.screen0.rootCommand:
session.screen0.colPlacementDirection: TopToBottom
session.screen0.workspaceNames: one,two,three,four,
session.screen0.strftimeFormat: %k:%M
session.screen0.rowPlacementDirection: LeftToRight
session.screen0.workspacewarping: true
session.screen0.autoRaise: false
session.screen0.windowMenu:
session.screen0.focusNewWindows: true
session.screen0.menuMode: Delay
session.screen0.showwindowposition: true
session.screen0.opaqueMove: false
session.screen0.menuDelayClose: 0
session.screen0.decorateTransient: false
session.screen0.sloppywindowgrouping: true
session.screen0.followModel: Ignore
session.screen0.resizeMode: Bottom
session.screen0.fullMaximization: false
session.screen0.workspaces: 4
session.screen0.focusModel: ClickToFocus
session.titlebar.left: Stick
session.titlebar.right: Minimize Maximize Close
session.doubleClickInterval: 250
session.keyFile: ~/.fluxbox/keys
session.imageDither: True
session.menuFile: ~/.fluxbox/menu
session.updateDelayTime: 0
session.tabsAttachArea: Window
session.styleFile: /home/darkforce/.fluxbox/styles/slack_by_naytro
session.numLayers: 13
session.tabPadding: 0
session.slitlistFile:
session.focusTabMinWidth: 0
session.ignoreBorder: false
session.useMod1: true
session.groupFile:
session.cacheLife: 5l
session.opaqueMove: False
session.autoRaiseDelay: 250
session.tabs: true
session.colorsPerChannel: 4
session.cacheMax: 200l
session.iconbar: true
session.appsFile: ~/.fluxbox/apps
session.forcePseudoTransparency: false



Äh nochmal langsam - es funktioniert mit der Composite Extension besser als ohne?? :ugly:
Irgendwie is das bemerkenswert...

Shutdown

Ja, hat mich auch gewundert. Aber sobald ich sie aktiviere kann ich die Fenster ohne aussetzer verschieben :confused:

Darkforce
07.04.05, 19:03
Hi,

Kommando zurück. Ich habs hinbekommen. Mit Opaque Window Moving funktioniert es. Warum es mit Composite-Extension auch so ging, keine Ahnung.

Ist wieder mal typisch. Man bastelt und sucht ne ganze Zeit, postet sein Problem dann doch und nach kurzer Zeit hat mans dann doch geschafft. Sorry.

Viele Grüße
Johannes