Bug#363995: xserver-xorg-video-ati: OpenGL view out of alignment with window

2006-04-27 Thread Michel Dänzer
On Die, 2006-04-25 at 19:10 -0700, Josh Triplett wrote: 
 
 Robert Hart wrote:
  Since upgrading to 7.0 I've noticed a problem with the contents of any
  GL viewport shifting roughly half the viewport width to the left. This
  seems to occur when some other window partially overlaps and obscurs
  the GL window.
 
  For example, starting glxgears, produces the familiar rotating cogs,
  however if the mouse is hovered over one of the title bars windows
  until a tooltip appears, the gears suddenly shift to the left, such
  that only the green gear is visible.
 
 I can reproduce this in 1:6.5.7.3-3, and I have restarted the server
 several times since upgrading.  xorg.conf and Xorg.0.log attached.
 
 Note that the horizontal shift seems to move the gears to a fixed
 location, not a fixed offset from the window.  They always end up partly
 over the left edge of the screen.  Thus, with the window further to the
 right, less of them shows, and still further to the right none of them show.

This sounds like it could be what was addressed by
http://sourceforge.net/mailarchive/message.php?msg_id=15244914 (see
http://sourceforge.net/mailarchive/forum.php?thread_id=10052569forum_id=5154).


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#363995: xserver-xorg-video-ati: OpenGL view out of alignment with window

2006-04-25 Thread Josh Triplett
found 363995 1:6.5.7.3-3
thanks

Robert Hart wrote:
 Since upgrading to 7.0 I've noticed a problem with the contents of any
 GL viewport shifting roughly half the viewport width to the left. This
 seems to occur when some other window partially overlaps and obscurs
 the GL window.

 For example, starting glxgears, produces the familiar rotating cogs,
 however if the mouse is hovered over one of the title bars windows
 until a tooltip appears, the gears suddenly shift to the left, such
 that only the green gear is visible.

I can reproduce this in 1:6.5.7.3-3, and I have restarted the server
several times since upgrading.  xorg.conf and Xorg.0.log attached.

Note that the horizontal shift seems to move the gears to a fixed
location, not a fixed offset from the window.  They always end up partly
over the left edge of the screen.  Thus, with the window further to the
right, less of them shows, and still further to the right none of them show.

- Josh Triplett

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/share/fonts/X11/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
EndSection

#Section InputDevice
#   Identifier  Synaptics Touchpad
#   Driver  synaptics
#   Option  SendCoreEventstrue
#   Option  Device/dev/psaux
#   Option  Protocol  auto-dev
#   Option  HorizScrollDelta  0
#EndSection

Section Device
Identifier  ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon 
Mobility 7500]
Driver  ati
Option  DynamicClocks on
EndSection

Section Monitor
Identifier  IBM ThinkPad LCD 1400x1050
Option  DPMS
DisplaySize 286 215
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon 
Mobility 7500]
Monitor IBM ThinkPad LCD 1400x1050
DefaultDepth24
SubSection Display
Depth   1
Modes   1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1400x1050 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1400x1050 1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
#   InputDevice Synaptics Touchpad
EndSection

Section DRI
Mode0666
EndSection

Section 

Bug#363995: xserver-xorg-video-ati: OpenGL view out of alignment with window

2006-04-21 Thread Michel Dänzer
On Thu, 2006-04-20 at 22:13 +0100, Robert Hart wrote: 
 Package: xserver-xorg-video-ati
 Version: 1:6.5.7.3-3
 Severity: normal
 
 Since upgrading to 7.0 I've noticed a problem with the contents of any
 GL viewport shifting roughly half the viewport width to the left. This
 seems to occur when some other window partially overlaps and obscurs
 the GL window.  
 
 For example, starting glxgears, produces the familiar rotating cogs,
 however if the mouse is hovered over one of the title bars windows
 until a tooltip appears, the gears suddenly shift to the left, such
 that only the green gear is visible.

[...]

 (**) RADEON(0): Option BackingStore true
 (**) RADEON(0): Backing store enabled

Does it also happen if you don't enable backing store? (Make sure you
disable all the instances of this option in the config file :)

 Section Extensions
 Option Composite  enable
 EndSection

Does it also happen if you don't enable Composite?

Does it also happen if you disable colour tiling with

Option  ColorTiling off

?


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#363995: xserver-xorg-video-ati: OpenGL view out of alignment with window

2006-04-20 Thread Robert Hart
Package: xserver-xorg-video-ati
Version: 1:6.5.7.3-3
Severity: normal

*** Please type your report below this line *** 

Since upgrading to 7.0 I've noticed a problem with the contents of any
GL viewport shifting roughly half the viewport width to the left. This
seems to occur when some other window partially overlaps and obscurs
the GL window.  

For example, starting glxgears, produces the familiar rotating cogs,
however if the mouse is hovered over one of the title bars windows
until a tooltip appears, the gears suddenly shift to the left, such
that only the green gear is visible.

Here is xorg.0.log:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux euclid 2.6.15.6 #1 PREEMPT Thu Mar 9
19:30:04 GMT 2006 i686
Build Date: 16 March 2006
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: Wed Apr 19 18:45:18 2006
(==) Using config file: /etc/X11/xorg.conf
(WW) No Layout section.  Using the first Screen section.
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device ATI Technologies, Inc. Radeon RV250 If [Radeon 9000]
(==) |--Input Device Configured Mouse
(==) |--Input Device Cordless Keyboard
(**) Option XkbRules xorg
(**) XKB: rules: xorg
(**) Option XkbModel microsoftpro
(**) XKB: model: microsoftpro
(**) Option XkbLayout gb
(**) XKB: layout: gb
(==) Keyboard: CustomKeycode disabled
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the first core pointer device.
(WW) The core keyboard device wasn't specified explicitly in the layout.
Using the first core keyboard device.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
Entry deleted from font path.
(**) FontPath set to
unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr
/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/1
00dpi,/usr/lib/X11/fonts/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X
11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/font
s/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/
(==) RgbPath set to /usr/share/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(**) Option DontVTSwitch false
(**) Extension Composite is enabled
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(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.0.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(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.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700e card , rev 14 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 1022,700f card , rev 00 class 06,04,00 hdr
01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0686 rev 40 class 06,01,00 hdr
80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr
00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr
00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr
00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 0c,05,00 hdr
00
(II) PCI: 00:07:5: chip 1106,3058 card 1458,a002 rev 50 class 04,01,00 hdr
00
(II) PCI: 00:0a:0: chip 1814,0201 card 1814,2560 rev 01 class 02,80,00 hdr
00
(II) PCI: 00:0c:0: chip 11c1,5811 card 11c1,5811 rev 61 class 0c,00,10 hdr
00
(II) PCI: 00:0f:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr
00
(II) PCI: 01:05:0: chip 1002,4966 card 148c,2047 rev 01 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   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0xc000 - 0xc0ff