Bug#620691: [compiz-plugins] resize plugin with mode 2 (rectangle): rectangular relics if trying to resize a window while keyboard is grabbed

2011-04-03 Thread Petr Gajdůšek

Package: compiz-plugins
Version: 0.8.4-4
Severity: normal

--- Please enter the report below this line. ---

Hello,

If i.e. seahorse-agent window is displayed - it grabs keyboard, I am not 
able to resize, move or manipulate windows in any other way. Metacity 
behaves same so this probably has reason. But, if I am using the 
rectangular preview mode (2) for windows resizing and try to resize some 
window, there appear rectangular relicts or even full-sized rectangles 
above all windows. Only way I can make disappear them is to minimize and 
restore affected windows.


Cheers,
Petr


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: 6.0.1
  990 stable  ftp.cz.debian.org
  500 stable-updates  ftp.cz.debian.org
  500 squeeze-backports mozilla.debian.net
  500 proposed-updates ftp.cz.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-==
compiz-core  (= 0.8.4-4) | 0.8.4-4
libc6   (>= 2.8) | 2.11.2-10
libcairo2 (>= 1.2.4) | 1.8.10-6
libdbus-1-3   (>= 1.0.2) | 1.2.24-4
libdecoration0(>= 0.8.4) | 0.8.4-4
libglib2.0-0 (>= 2.12.0) | 2.24.2-1
libglu1-mesa | 7.7.1-4
 OR libglu1  |
libgtk2.0-0   (>= 2.8.0) | 2.20.1-2
libpng12-0 (>= 1.2.13-4) | 1.2.44-1
librsvg2-2   (>= 2.26.0) | 2.26.3-1
libx11-6  (>= 0) | 2:1.3.3-4
libxml2   (>= 2.7.4) | 2.7.8.dfsg-2
libxrender1  | 1:0.9.6-1
gconf2 (>= 2.28.1-2) | 2.28.1-6


Package's Recommends field is empty.

Package's Suggests field is empty.




--
S pozdravem,
Petr Gajdůšek



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d987db2.20...@centrum.cz



Bug#620673: [compiz] Windows do not receive GDK_WINDOW_STATE_WITHDRAWN signal if they disappear due switching to other workspace

2011-04-03 Thread Petr Gajdůšek

Package: compiz
Version: 0.8.4-4
Severity: normal

--- Please enter the report below this line. ---

Hello,

I have usability issues with seahorse password prompt (seahorse-agent 
from seahorse-plugins package) but it seems to be compiz issue.


Seahorse-agent window is _NET_WM_STATE_ABOVE and grabs keyboard. It has 
handler for window-state-event signal - it ungrabs keyboard if state is 
GDK_WINDOW_STATE_WITHDRAWN, but this will not happen if I switch to 
another workspace. I found out that GDK_WINDOW_STATE_WITHDRAWN should be 
set (and the signal emitted) if the window is not shown [0]. This is 
obviously not true for compiz. Metacity does not have this problem.


So if I switch to other workspace, seahorse-agent has still grabbed 
keyboard, despite it is no more visible.


[0] http://www.gtk.org/api/2.6/gdk/gdk-Event-Structures.html#GdkWindowState

Cheers, Petr

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: 6.0.1
  990 stable  ftp.cz.debian.org
  500 stable-updates  ftp.cz.debian.org
  500 squeeze-backports mozilla.debian.net
  500 proposed-updates ftp.cz.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-=
compiz-core(>= 0.8.4-4) | 0.8.4-4
compiz-plugins (>= 0.8.4-4) | 0.8.4-4
compiz-gtk (>= 0.8.4-4) | 0.8.4-4
compiz-gnome   (>= 0.8.4-4) | 0.8.4-4


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
compizconfig-settings-manager| 0.8.4-2





--
S pozdravem,
Petr Gajdůšek



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d9869bf.10...@centrum.cz



Bug#400189: [xserver-xorg-video-nv] I have same problem

2009-08-11 Thread Petr Gajdůšek
Package: xserver-xorg-video-nv
Version: 1:2.1.14-2

Hello, 
first early sorry for my bad english.

I have same problem. This problem is caused by nv driver failing in
detection to which output the monitor is connected. In my and Andrew's,
the original reporter's, case, nv has detected monitor connected to
CRT1, but in fact it was connected to CRT0 (mine sure, Andrew's I
guess). My graphics card does not have second connector at all (but
TV-out does).  

I have GeForce 6600 (NV43) on AGP (256MB) and analog Huynday ImageQuest L19T 
LCD monitor.

Explicitly setting correct CrtcNumber option in xorg.conf makes
nv driver on my card fully functional:

Whole contents of /etc/X11/xorg.conf:
Section "Device"
Identifier "GeForce 6600"
Driver "nv"
VendorName "NVIDIA Corporation"
Option "CrtcNumber" "0"
EndSection

I hope this would be soon resolved because it makes for many people
debian not functional after installation - X does not start properly
and user cannot switch to console either, because it is unreadable too.
It renderes debian uninstallable for people with affected nvidia cards
(and with not much linux experience) or unnecessarily long (the need of
single user boot and manually configuring xserver).

Severity of this bug should at least raise to important. I think it
should be even higher because it renders debian uninstallable for some
people in some situations.

VTs were not affected if I booted with vga=0x31A parameter.

Diff between default Xorg configuration and configuration with Option 
"CrtcNumber" "0" :

$ diff -Naur Xorg.default.log Xorg.crtcnumber.log 
--- Xorg.default.log2009-08-11 13:10:18.154881494 +0200
+++ Xorg.crtcnumber.log 2009-08-11 13:10:18.146882785 +0200
@@ -232,6 +232,7 @@
 (II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 0.1.0
ABI class: X.Org Video Driver, version 5.0
+(**) NV(0): Option "CrtcNumber" "0"
 (==) NV(0): Using HW cursor
 (--) NV(0): Linear framebuffer at 0xE000
 (--) NV(0): MMIO registers at 0xDE00
@@ -303,7 +304,8 @@
 (II) NV(0): Probing for EDID on I2C bus B...
 (II) NV(0):   ... none found
 (--) NV(0): CRTC 1 appears to have a CRT attached
-(II) NV(0): Using CRT on CRTC 1
+(**) NV(0): Forcing CRTCNumber 0 as specified
+(II) NV(0): Using CRT on CRTC 0
 (II) NV(0): EDID vendor "IQT", prod id 405
 (II) NV(0): Printing DDC gathered Modelines:
 (II) NV(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 
1028 1066 +hsync +vsync (64.0 kHz)

same bug: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+bug/102683

If I can help somehow, would be glad.


Cheers, Petr

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-1-686

Debian Release: squeeze/sid
  500 unstable10.5.5.1 
1 experimental10.5.5.1 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6   (>= 2.1.3) | 2.9-23
xserver-xorg-core (>= 2:1.6.2) | 2:1.6.3-1+b1


Package's Recommends field is empty.

Package's Suggests field is empty.








-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#530540: [compiz] relevation search applet open window with search results partially out of the screen

2009-05-25 Thread Petr Gajdůšek
Package: compiz
Version: 0.8.2-6
Severity: normal

--- Please enter the report below this line. ---

I have Revelation Account Search applet (with visible search entry) on
the bottom gnome panel. If I enter some text into the search entry and
confirm by pressing enter the window with search results is opened
partially out of the screen. In fact only very top of results is
visible and I am forced to grab it with ALT+mb1 and move it to the
center of the screen. This is annoying because I use this very often.
With metacity I have not this problem.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.29-2-686

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableuqm.debian.net 
  500 unstableftp.debian-unofficial.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
compiz-core(>= 0.8.2-6) | 0.8.2-6
compiz-plugins (>= 0.8.2-6) | 0.8.2-6
compiz-gtk (>= 0.8.2-6) | 0.8.2-6
compiz-gnome   (>= 0.8.2-6) | 0.8.2-6


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
compizconfig-settings-manager| 0.8.2-2








-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org