Bug#525793: /usr/share/man/man4/intel.4.gz: UXA isn't used as default

2009-04-27 Thread Uwe Kleine-König
Package: xserver-xorg-video-intel
Version: 2:2.7.0-1
Severity: minor
File: /usr/share/man/man4/intel.4.gz

Hello,

intel(4) states for Option AccelMethod:

Default: UXA if kernel-modesetting is available, EXA
otherwise

But without setting AccelMethod EXA is used on 2.6.29-1-686.  Doing

grep [UE]XA /var/log/Xorg.0.log

only yields:

(==) intel(0): Using EXA for acceleration
(WW) intel(0): DRI2 requires UXA
(II) EXA(0): Offscreen pixmap area of 12582912 bytes
(II) EXA(0): Driver registered support for the following operations:

After setting AccelMethod to UXA the logs suggest that UXA is used---see
below.

So the default for AccelMethod seems to be unconditionally EXA.

Best regards
Uwe

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-08-18 00:23 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1695356 2009-04-15 13:47 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1219 2009-04-27 09:28 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type man 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 InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
#Driver intel
#Option MonitorLayout CRT,LFP
Option  AccelMethod UXA
Option  Tiling False
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 30456 2009-01-10 11:11 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 30444 2009-03-15 13:31 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 23469 2009-04-27 09:28 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-amd64 x86_64 Package files:  100 
/var/lib/dpkg/status  release a=now  500 http://ftp.debian.org sid/main 
Packages  release o=Debian,a=unstable,l=Debian,c=main  origin 
ftp.debian.org Pinned packages:
Current Operating System: Linux cassiopeia 2.6.29-1-686 #1 SMP Fri Apr 17 
14:35:16 UTC 2009 i686
Build Date: 15 April 2009  11:46:22AM
xorg-server 2:1.6.1-1 (bgog...@debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Mon Apr 27 09:28:26 2009
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) 

Bug#525793: /usr/share/man/man4/intel.4.gz: UXA isn't used as default

2009-04-27 Thread Brice Goglin
Uwe Kleine-König wrote:
 Package: xserver-xorg-video-intel
 Version: 2:2.7.0-1
 Severity: minor
 File: /usr/share/man/man4/intel.4.gz

 Hello,

 intel(4) states for Option AccelMethod:

   Default: UXA if kernel-modesetting is available, EXA
   otherwise

 But without setting AccelMethod EXA is used on 2.6.29-1-686.  Doing

   grep [UE]XA /var/log/Xorg.0.log

 only yields:

   (==) intel(0): Using EXA for acceleration
   (WW) intel(0): DRI2 requires UXA
   (II) EXA(0): Offscreen pixmap area of 12582912 bytes
   (II) EXA(0): Driver registered support for the following operations:

 After setting AccelMethod to UXA the logs suggest that UXA is used---see
 below.

 So the default for AccelMethod seems to be unconditionally EXA.
   

Did you actually enabled KMS properly?

Brice




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



Bug#525793: marked as done (/usr/share/man/man4/intel.4.gz: UXA isn't used as default)

2009-04-27 Thread Debian Bug Tracking System

Your message dated Mon, 27 Apr 2009 11:45:46 +0200
with message-id 49f57eca.8020...@ens-lyon.org
and subject line Re: Bug#525793: /usr/share/man/man4/intel.4.gz: UXA isn't used 
as default
has caused the Debian Bug report #525793,
regarding /usr/share/man/man4/intel.4.gz: UXA isn't used as default
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
525793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525793
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-intel
Version: 2:2.7.0-1
Severity: minor
File: /usr/share/man/man4/intel.4.gz

Hello,

intel(4) states for Option AccelMethod:

Default: UXA if kernel-modesetting is available, EXA
otherwise

But without setting AccelMethod EXA is used on 2.6.29-1-686.  Doing

grep [UE]XA /var/log/Xorg.0.log

only yields:

(==) intel(0): Using EXA for acceleration
(WW) intel(0): DRI2 requires UXA
(II) EXA(0): Offscreen pixmap area of 12582912 bytes
(II) EXA(0): Driver registered support for the following operations:

After setting AccelMethod to UXA the logs suggest that UXA is used---see
below.

So the default for AccelMethod seems to be unconditionally EXA.

Best regards
Uwe

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-08-18 00:23 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1695356 2009-04-15 13:47 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1219 2009-04-27 09:28 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type man 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 InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
#Driver intel
#Option MonitorLayout CRT,LFP
Option  AccelMethod UXA
Option  Tiling False
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 30456 2009-01-10 11:11 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 30444 2009-03-15 13:31 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 23469 2009-04-27 09:28 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-amd64 x86_64 Package files:  100 
/var/lib/dpkg/status  release a=now  500 http://ftp.debian.org sid/main 
Packages  release o=Debian,a=unstable,l=Debian,c=main  origin 
ftp.debian.org Pinned packages:
Current Operating System: Linux cassiopeia 2.6.29-1-686 #1 SMP Fri Apr 17 
14:35:16 UTC 2009 i686
Build Date: 15 April 2009  11:46:22AM
xorg-server 2:1.6.1-1 (bgog...@debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Mon Apr 27 09:28:26 2009
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using 

Bug#525793: /usr/share/man/man4/intel.4.gz: UXA isn't used as default

2009-04-27 Thread Uwe Kleine-König
Hello Brice,

On Mon, Apr 27, 2009 at 10:10:06AM +0200, Brice Goglin wrote:
 Uwe Kleine-König wrote:
  Package: xserver-xorg-video-intel
  Version: 2:2.7.0-1
  Severity: minor
  File: /usr/share/man/man4/intel.4.gz
 
  Hello,
 
  intel(4) states for Option AccelMethod:
 
  Default: UXA if kernel-modesetting is available, EXA
  otherwise
 
  But without setting AccelMethod EXA is used on 2.6.29-1-686.  Doing
 
  grep [UE]XA /var/log/Xorg.0.log
 
  only yields:
 
  (==) intel(0): Using EXA for acceleration
  (WW) intel(0): DRI2 requires UXA
  (II) EXA(0): Offscreen pixmap area of 12582912 bytes
  (II) EXA(0): Driver registered support for the following operations:
 
  After setting AccelMethod to UXA the logs suggest that UXA is used---see
  below.
 
  So the default for AccelMethod seems to be unconditionally EXA.

 
 Did you actually enabled KMS properly?
I did nothing but booting a 2.6.29 kernel.  If I need to do something
else, I wonder why setting AccelMethod=UXA explictily seems to work.
Does this setting result in the driver enabling KMS for me?

Best regards
Uwe

-- 
Pengutronix e.K.  | Uwe Kleine-König|
Industrial Linux Solutions| http://www.pengutronix.de/  |



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



Bug#524794: libgl1-mesa-dri: OpenGL apps redraw over any other window

2009-04-27 Thread Michel Dänzer
On Mon, 2009-04-20 at 01:51 +0200, GSR wrote:
 Package: libgl1-mesa-dri
 Version: 7.4-2
 Severity: important
 
 Since upgrading to 7.4, glxgears, blender and others 3D apps, always
 redraw on top of everything, ignoring window stacking. 2D apps are
 still there, just their on screen pixels have been overwritten and a
 redraw must be forced to appear (select text or scroll, eg). There is
 no composite manager running.
 
 I would try to show the artifacts, but screen captures do not show
 OpenGL apps, just black or data from 2D apps (again, before upgrade,
 capturing was possible with simple tools like ImageMagick's import).

Weird, these symptoms sound exactly like what would be expected with a
compositing manager... I suppose you're sure there isn't something like
even just xcompmgr -a in your X session startup scripts? :}

I notice Option GARTSize 128 in your X configuration - does the
problem persist without that?

If this doesn't help, please also provide the full output of glxinfo
when the problem occurs.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#523467: xserver-xorg-video-radeon: Slowness

2009-04-27 Thread Michel Dänzer
On Sat, 2009-04-18 at 23:58 +0200, Torquil Macdonald Sørensen wrote: 
 Package: xserver-xorg-video-radeon
 Version: 1:6.12.2-1
 Severity: normal
 
 I may have the same problem, but I have not tried linux 2.6.30 since it is 
 not in
 Debian. Things are wuite slow now, e.g. only 100FPS with glxgears, compared 
 to a few
 thousand before.
 
 After the upgrade, OpenGL support disappeared. I upgrade the newest kernel 
 available
 in Debian, which was 2.6.29, but it didn't help. Then I checked Xorg.0.log, 
 which
 complained about XAA, and said to change to EXA, which I did. After that I 
 got OpenGL
 support back, but it is really slow.
 
 There is a strange message at the next to last line in Xorg.0.log:
 exaCopyDirty: Pending damage region empty!

That's harmless and definitely not related to your problem.


 Section Device
   Identifier Device0
   Driver radeon
   Option AccelMethod EXA
   Option BackingStore true

Does disabling this option help?

   Option ColorTiling true
   Option EnablePageFlip true
   Option AGPMode 4
   Option GARTSize 128
   Option Monitor-LVDS Monitor0
 EndSection


 (II) RADEON(0): [drm] removed 1 reserved context for kernel
 (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf8068000 at 0xb78ff000
 (II) RADEON(0): [drm] Closed DRM master.
 (WW) RADEON(0): Direct rendering disabled

Thought this looks like the most likely cause - the DRI is disabled for
some reason. Is there something agp/drm related in the kernel output?


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#523844: Upgrade to xserver-xorg-video-intel 2:2.7.0-1 doesn't help.

2009-04-27 Thread darren
sorry,post from google groups seems not working,So I post again.
 Hi Gunter,

 thanks for going through this pain of kernel testing :)

 On Sat, 2009-04-18 at 11:24 +0200, Gunter Ohrner wrote:
  Unfortunately PAT does not seem to be the (only) culprit, I still get:
 
  $ egrep 'tiling'  /var/log/Xorg.0.log
  (EE) intel(0): Failed to set tiling on front buffer: rejected by kernel
  (EE) intel(0): Failed to set tiling on back buffer: rejected by kernel
  (EE) intel(0): Failed to set tiling on depth buffer: rejected by kernel
 
  as with the original 2.6.29 image and Xorg compositing performance is
  still unusuably slow.

with 2.6.29 If  use EXA ,I also get these three error lines
but if use UXA, only the front buffer error occurs

 AIUI there are tiling fixes queued for upcoming kernels. Hopefully
 2.6.30 will behave better...

Yes,I followed this ,and built a custom 2.6.30-rc3 kernel from git
the errors disappear.but still UXA is much faster than EXA

here's my simple benchmark result:

   x11perf -aa10text   glxgears
EXA: 459000.0/sec   45FPS
UXA :654000.0/sec430FPS



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



Bug#523844: Upgrade to xserver-xorg-video-intel 2:2.7.0-1 doesn't help.

2009-04-27 Thread Brice Goglin
darren wrote:
x11perf -aa10text   glxgears
 EXA: 459000.0/sec 45FPS
 UXA :654000.0/sec430FPS
   

The glxgears column is meaningless.

Brice




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



Processed: Re: Bug#525467: gsynaptics: tapping not working after suspend/resume

2009-04-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 525467 xserver-xorg-input-synaptics 1.1.0-1
Bug#525467: gsynaptics: tapping not working after suspend/resume
Bug reassigned from package `gsynaptics' to `xserver-xorg-input-synaptics'.

 retitle 525467 touchpad tapping settings not kept over suspend/resume
Bug#525467: gsynaptics: tapping not working after suspend/resume
Changed Bug title to `touchpad tapping settings not kept over suspend/resume' 
from `gsynaptics: tapping not working after suspend/resume'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#522203: ATI RS480 (HP dx5150 IGP) does not detect DVI monitor

2009-04-27 Thread Sergio Gelato
* Brice Goglin [2009-04-15 19:22:19 +0200]:
 On Thu, Apr 02, 2009 at 01:00:11PM +0200, Sergio Gelato wrote:
  * Brice Goglin [2009-04-01 19:02:18 +0200]:
   Can you try a more recent driver? For instance 6.11 from
   http://people.debian.org/~bgoglin/rebuilds/ati-6.11.0-Xserver1.4/
  
  I've now tried that. Same behaviour.
  
  I've also looked at the git repository and am under the impression that the
  last explicitly IGP-related changes date back to August 2008.
  
   or even build 6.12.1 ?
  
  Not this week, I'm too busy. Besides, I didn't see anything obvious in the
  changelog between 6.11.0 and 6.12.1.
 
 fwiw, 6.12.2 is in unstable with Xserver 1.6 now.

I've tried 6.12.2-1~lenny1. No change.

I've also tried upgrading to the latest BIOS from HP (v1.19, said to
include some enhancements in graphics support). That didn't help either.



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



Bug#524794: libgl1-mesa-dri: OpenGL apps redraw over any other window

2009-04-27 Thread GSR
Hi,
daen...@debian.org (2009-04-27 at 1206.12 +0200):
  I would try to show the artifacts, but screen captures do not show
  OpenGL apps, just black or data from 2D apps (again, before upgrade,
  capturing was possible with simple tools like ImageMagick's import).
 
 Weird, these symptoms sound exactly like what would be expected with a
 compositing manager... I suppose you're sure there isn't something like
 even just xcompmgr -a in your X session startup scripts? :}

ps wuax | grep [x]compmgr - nothing. If I run the command myself, bug
happens anyway. What is more, it happens when running xcompmgr -c and
things are worse, the shadow is left over other windows so it is like
if the system also forgot the 3D window and associated shadow passed
over a zone and thus had to be refreshed (it does not happen with
shadow from a xterm, for example).

 I notice Option GARTSize 128 in your X configuration - does the
 problem persist without that?

Yes. I removed all options except SubPixelOrder (none). Funny side
note: then it says using unsupported XAA and that I should use
EXA... in any case it does not matter about the 3D bug. I have been
trying both EXA and XAA in config file explicitly, so when it
complained, I assumed it was an old printf about forcing XAA (Firefox
scrolling is slightly faster with the unsupported XAA with render
accel disabled than with EXA; around FFv2 times it was clearly
faster).

I have been also trying other 3D apps, like Supertuxkart, and found
out the one running via PLib/SDL does not cause stacking issues, just
that in screenshots I get black pixels in zones covered by other
windows and the 3D content in non covered parts. STK from SVN does not
use SDL anymore... and the full bug appears.

 If this doesn't help, please also provide the full output of glxinfo
 when the problem occurs.

With GART setting removed, I can see in /var/log/Xorg.5.log it selects
32:

---8---
(II) RADEON(0): Using 32 MB GART aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 29 MB for GART textures
(II) RADEON(0): [agp] GART texture map handle = 0xe0302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xa57ea000
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
---8---

And then glxinfo:

---8---
name of display: :5.0
display: :5  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, 
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 20060815 AGP 8x x86/MMX+/3DNow!+/SSE TCL
OpenGL version string: 1.3 Mesa 7.4
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging, 
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters, 
GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, 
GL_ARB_texture_compression, GL_ARB_texture_cube_map, 
GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
GL_MESAX_texture_float, GL_ARB_texture_mirrored_repeat, 
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, 
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution, 
GL_EXT_copy_texture, GL_EXT_draw_range_elements, 
GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset, 

Bug#525900: xorg 1:7.3+1 crashes on SPARC, system not responsive any more

2009-04-27 Thread Christian Kornblum
Package: xorg
Version: Version: 1:7.3+18
Severity: important

Debian SPARC xorg crashes my Ultra10 on startup (service gdm) or when I
try to start X manually. The system becomes unresponsive. This happens
regardless of the driver chosen in xorg.conf. This was not the case with
the former version in Debian 5.0 which used to work fine.

Probable reason and fix (taken from http://kristof.willen.be/node/689):
The code in Xorg was trying to mimmick VGA routing by disabling I/O
responses behind the Simba PCI controller. Unfortunately, doing this
also happens to disable access to the IDE controller I/O registers, thus
crashing the system. No console messages because the console has been
put into framebuffer mode by the X server already.

In the xorg log this is the error displayed before the crash :

xf86MapPciMem: Could not mmap PCI memory
Inappropiate ioctl for device

Kind regards
Christian Kornblum



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



xserver-xorg-video-mga: Changes to 'upstream-unstable'

2009-04-27 Thread Brice Goglin
 Makefile.am  |2 
 README   |   20 ++
 configure.ac |   11 +
 man/mga.man  |2 
 src/mga_bios.c   |5 
 src/mga_dacG.c   |  375 +++
 src/mga_dh.c |4 
 src/mga_driver.c |  325 ++-
 src/mga_exa.c|5 
 src/mga_storm.c  |   14 ++
 10 files changed, 477 insertions(+), 286 deletions(-)

New commits:
commit 626af26098ab5d0823bf1d6c08157b4c89ec578a
Author: Adam Jackson a...@redhat.com
Date:   Mon Apr 27 14:01:03 2009 -0400

mga 1.4.10

diff --git a/configure.ac b/configure.ac
index f0119dd..3a04b21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,8 @@
 
 AC_PREREQ(2.57)
 
-# When the version number is modified here, also modify it in src/mga.h.
 AC_INIT([xf86-video-mga],
-1.4.9,
+1.4.10,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-mga)
 

commit d33b06038223b2b121be7e3f8c207de5f518b28c
Author: Adam Jackson a...@redhat.com
Date:   Mon Apr 27 14:00:00 2009 -0400

Fix ChangeLog generation

diff --git a/Makefile.am b/Makefile.am
index 59e0db2..44f8234 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,6 @@ EXTRA_DIST = README_HALLIB mga_PInS.txt ChangeLog
 .PHONY: ChangeLog
 
 ChangeLog:
-   (GIT_DIR=$(top_srcdir)/.git git-log  .changelog.tmp  mv 
.changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git 
directory not found: installing possibly empty changelog.' 2)
+   (GIT_DIR=$(top_srcdir)/.git git log  .changelog.tmp  mv 
.changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git 
directory not found: installing possibly empty changelog.' 2)
 
 dist-hook: ChangeLog

commit 06b6ead9a1b367e08ed6b3e75dfde0ee3b4a82b8
Author: Adam Jackson a...@redhat.com
Date:   Mon Apr 27 13:37:42 2009 -0400

G200SE: Only force 16bpp on low-memory cards

diff --git a/src/mga_driver.c b/src/mga_driver.c
index 6876f6c..e229984 100644
--- a/src/mga_driver.c
+++ b/src/mga_driver.c
@@ -2045,7 +2045,7 @@ MGAPreInit(ScrnInfoPtr pScrn, int flags)
pScrn-videoRam = MGACountRam(pScrn);
 }
 
-if (pMga-is_G200SE)
+if (pMga-is_G200SE  pScrn-videoRam  2048)
pScrn-confScreen-defaultdepth = 16;
 
 if (!xf86SetDepthBpp(pScrn, 0, 0, 0, flags24)) {

commit 8b84fe236a42336e87048317880cc437494655f1
Author: Adam Jackson a...@redhat.com
Date:   Mon Apr 27 13:36:45 2009 -0400

Move device ID and memory sizing much earlier in setup

diff --git a/src/mga_driver.c b/src/mga_driver.c
index fcb9127..6876f6c 100644
--- a/src/mga_driver.c
+++ b/src/mga_driver.c
@@ -1907,8 +1907,106 @@ MGAPreInit(ScrnInfoPtr pScrn, int flags)
 #endif
 }
 
-   
-
+if (!(pMga-Options = xalloc(sizeof(MGAOptions
+   return FALSE;
+memcpy(pMga-Options, MGAOptions, sizeof(MGAOptions));
+
+/* ajv changes to reflect actual values. see sdk pp 3-2. */
+/* these masks just get rid of the crap in the lower bits */
+
+/* For the 2064 and older rev 1064, base0 is the MMIO and base1 is
+ * the framebuffer.
+ */
+
+switch (pMga-chip_attribs-BARs) {
+case old_BARs:
+   pMga-framebuffer_bar = 1;
+   pMga-io_bar = 0;
+   pMga-iload_bar = -1;
+   break;
+case probe_BARs:
+   if (pMga-ChipRev  3) {
+   pMga-framebuffer_bar = 1;
+   pMga-io_bar = 0;
+   pMga-iload_bar = 2;
+   break;
+   }
+   /* FALLTHROUGH */
+case new_BARs:
+   pMga-framebuffer_bar = 0;
+   pMga-io_bar = 1;
+   pMga-iload_bar = 2;
+   break;
+}
+
+#ifdef XSERVER_LIBPCIACCESS
+pMga-FbAddress = pMga-PciInfo-regions[pMga-framebuffer_bar].base_addr;
+#else
+pMga-FbAddress = pMga-PciInfo-memBase[pMga-framebuffer_bar]  
0xff80;
+#endif
+
+xf86DrvMsg(pScrn-scrnIndex, X_PROBED, Linear framebuffer at 0x%lX\n,
+  (unsigned long)pMga-FbAddress);
+
+#ifdef XSERVER_LIBPCIACCESS
+xf86DrvMsg(pScrn-scrnIndex, X_PROBED, MMIO registers at 0x%lX\n,
+  (unsigned long) pMga-PciInfo-regions[pMga-io_bar].base_addr);
+#else
+pMga-IOAddress = pMga-PciInfo-memBase[pMga-io_bar]  0xc000;
+
+xf86DrvMsg(pScrn-scrnIndex, from, MMIO registers at 0x%lX\n,
+  (unsigned long)pMga-IOAddress);
+#endif
+
+if (pMga-iload_bar != -1) {
+#ifdef XSERVER_LIBPCIACCESS
+   xf86DrvMsg(pScrn-scrnIndex, X_PROBED,
+  Pseudo-DMA transfer window at 0x%lX\n,
+  (unsigned long) 
pMga-PciInfo-regions[pMga-iload_bar].base_addr);
+#else
+   if (pMga-PciInfo-memBase[2] != 0) {
+   pMga-ILOADAddress = pMga-PciInfo-memBase[2]  0xc000;
+   xf86DrvMsg(pScrn-scrnIndex, X_PROBED,
+  Pseudo-DMA transfer window at 0x%lX\n,
+  (unsigned long)pMga-ILOADAddress);
+   }
+#endif
+}
+
+#ifndef XSERVER_LIBPCIACCESS
+/*
+ * Find the BIOS base.  Get it from the PCI config if 

xserver-xorg-video-mga: Changes to 'debian-unstable'

2009-04-27 Thread Brice Goglin
 ChangeLog|  172 +++--
 Makefile.am  |2 
 README   |   20 ++
 configure.ac |   11 +
 debian/changelog |5 
 man/mga.man  |2 
 src/mga_bios.c   |5 
 src/mga_dacG.c   |  375 +++
 src/mga_dh.c |4 
 src/mga_driver.c |  325 ++-
 src/mga_exa.c|5 
 src/mga_storm.c  |   14 ++
 12 files changed, 642 insertions(+), 298 deletions(-)

New commits:
commit dc2b188e517f77d7e57d652747bb1fd9cce9ce9d
Author: Brice Goglin bgog...@debian.org
Date:   Mon Apr 27 21:12:45 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 407da31..5b79ba4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-mga (1:1.4.10.dfsg-1) UNRELEASED; urgency=low
+xserver-xorg-video-mga (1:1.4.10.dfsg-1) unstable; urgency=low
 
   * New upstream release.
   * xserver-xorg-video-mga now suggests firmware-linux since
 a firmware may be needed during driver initialization.
 
- -- Brice Goglin bgog...@debian.org  Mon, 27 Apr 2009 21:12:07 +0200
+ -- Brice Goglin bgog...@debian.org  Mon, 27 Apr 2009 21:12:29 +0200
 
 xserver-xorg-video-mga (1:1.4.9.dfsg-4) unstable; urgency=low
 

commit f50446f0a8f4e017f1038fc0be2c3219593269bb
Author: Brice Goglin bgog...@debian.org
Date:   Mon Apr 27 21:12:17 2009 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
index cf96419..c78f10d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,155 @@
+commit 626af26098ab5d0823bf1d6c08157b4c89ec578a
+Author: Adam Jackson a...@redhat.com
+Date:   Mon Apr 27 14:01:03 2009 -0400
+
+mga 1.4.10
+
+commit d33b06038223b2b121be7e3f8c207de5f518b28c
+Author: Adam Jackson a...@redhat.com
+Date:   Mon Apr 27 14:00:00 2009 -0400
+
+Fix ChangeLog generation
+
+commit 06b6ead9a1b367e08ed6b3e75dfde0ee3b4a82b8
+Author: Adam Jackson a...@redhat.com
+Date:   Mon Apr 27 13:37:42 2009 -0400
+
+G200SE: Only force 16bpp on low-memory cards
+
+commit 8b84fe236a42336e87048317880cc437494655f1
+Author: Adam Jackson a...@redhat.com
+Date:   Mon Apr 27 13:36:45 2009 -0400
+
+Move device ID and memory sizing much earlier in setup
+
+commit 9a82c5db3f8332d10b31d68e5b86d3a6b136dc5e
+Author: Adam Jackson a...@redhat.com
+Date:   Mon Apr 27 13:26:03 2009 -0400
+
+Fix xf86ModeBandwidth check
+
+commit 5aefd0bad7bfca231ec7a54865d9c26c8095
+Author: Adam Jackson a...@redhat.com
+Date:   Mon Apr 27 13:19:42 2009 -0400
+
+Remove a leftover from overlay support
+
+commit 19c44d537e982fcf0fe2dc9f3273ac6166302510
+Author: Yannick Heneault yhene...@matrox.com
+Date:   Tue Apr 21 10:00:24 2009 -0400
+
+Fixed bad vga access in memory count routine.
+
+commit 2388c4d512554258bce2b78c8f8aa1151b161c3e
+Author: Yannick Heneault yhene...@matrox.com
+Date:   Tue Apr 21 09:51:34 2009 -0400
+
+Force pitch of 1024 for G200SE Pilot1 when edid is used as modeline.
+
+commit 32bc0bcec815a363a47b9e7337d06370baf0c0d4
+Author: Stefan Dirsch sndir...@suse.de
+Date:   Thu Apr 16 15:34:12 2009 +0200
+
+Prevent MergedFB setups from crashing.
+
+Second time mga_read_and_process_bios() is called pMga-chip_attribs
+is a NULL pointer for some reason. (#21022)
+
+commit 70681daa0392e5fa413f888d92a30ddacdcc9c8c
+Author: Yannick Heneault yhene...@matrox.com
+Date:   Tue Mar 31 11:41:00 2009 -0400
+
+Fixed G200SE PLL selection routine of m,n,p.
+
+commit c955c1fdabfe0449369d0ccf31ab7e6ef3d7bffe
+Author: Yannick Heneault yhene...@matrox.com
+Date:   Mon Mar 30 13:38:39 2009 -0400
+
+fixed memory count rountine for G200eW to detect up to 16Megs on X server 
without libpciaccess.
+
+commit 16a5e3a7e13c0a2c1091ad452250cbc231b8f427
+Author: Yannick Heneault yhene...@matrox.com
+Date:   Thu Mar 26 10:58:06 2009 -0400
+
+Modified memory count rountine for G200eW to detect up to 16Megs.
+
+commit 36ae47b82310d96f158694765105fc010911702f
+Author: Yannick Heneault yhene...@matrox.com
+Date:   Wed Mar 11 16:31:43 2009 -0400
+
+Fixed bad access issues and ddc1 implementation for IP core.
+Fixed a bug in PLL programming sequence for G200eW/G200eV where a register 
IO offset was used instead of
+a memory offset.
+Removed clock selection toggling in PLL programming sequence for G200eW.
+Fixed ddc1 protocol to support correct I/O lines according to chip 
attribute.
+Fixed a bug in CRTC2 programming seqence where a register IO offset was 
used instead of a memory offset.
+
+commit 669acb55023bce505f4a912bed6f1e9f3efa2856
+Author: Thomas Jaeger thjae...@gmail.com
+Date:   Fri Jan 30 16:18:34 2009 -0500
+
+Fall back to software for unsupported repeat modes
+
+[anholt: dropped unneded -repeat check -- it's a misguided compat field 
for
+drivers from before repeatType existed]
+
+commit 496342b09b7379bff95627ec357d4dd24123dc85
+Author: Chris Ball c...@laptop.org
+Date:   Fri Feb 27 10:54:17 2009 

Processing of xserver-xorg-video-mga_1.4.10.dfsg-1_i386.changes

2009-04-27 Thread Archive Administrator
xserver-xorg-video-mga_1.4.10.dfsg-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-mga_1.4.10.dfsg-1.dsc
  xserver-xorg-video-mga_1.4.10.dfsg.orig.tar.gz
  xserver-xorg-video-mga_1.4.10.dfsg-1.diff.gz
  xserver-xorg-video-mga_1.4.10.dfsg-1_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-mga: Changes to 'refs/tags/xserver-xorg-video-mga-1_1.4.10.dfsg-1'

2009-04-27 Thread Brice Goglin
Tag 'xserver-xorg-video-mga-1_1.4.10.dfsg-1' created by Brice Goglin 
bgog...@debian.org at 2009-04-27 19:15 +

Tagging upload of xserver-xorg-video-mga 1:1.4.10.dfsg-1 to unstable.

Changes since xserver-xorg-video-mga-1_1.4.9.dfsg-4:
Adam Jackson (6):
  Remove a leftover from overlay support
  Fix xf86ModeBandwidth check
  Move device ID and memory sizing much earlier in setup
  G200SE: Only force 16bpp on low-memory cards
  Fix ChangeLog generation
  mga 1.4.10

Alan Coopersmith (2):
  Remove xorgconfig  xorgcfg from See Also list in man page
  Add README with pointers to mailing list, bugzilla  git repos

Brice Goglin (4):
  mga Suggests: firmware-linux
  Merge tag 'xf86-video-mga-1.4.10' into debian-unstable
  New upstream release
  Prepare changelog for upload

Chris Ball (2):
  Build fix for EXA 3
  Revert Build fix for EXA 3

Stefan Dirsch (1):
  Prevent MergedFB setups from crashing.

Thomas Jaeger (1):
  Fall back to software for unsupported repeat modes

Yannick Heneault (9):
  fixed winbond/nuvoton min pll clock to correct value (18.75Mhz).
  Fixed PLL m,n,p selection for G200eW to respect byte granularity.
  Updated PLL algorithm for G200eW.
  Fixed bad access issues and ddc1 implementation for IP core.
  Modified memory count rountine for G200eW to detect up to 16Megs.
  fixed memory count rountine for G200eW to detect up to 16Megs on X server 
without libpciaccess.
  Fixed G200SE PLL selection routine of m,n,p.
  Force pitch of 1024 for G200SE Pilot1 when edid is used as modeline.
  Fixed bad vga access in memory count routine.

---
 ChangeLog|  172 +++--
 Makefile.am  |2 
 README   |   20 ++
 configure.ac |   11 +
 debian/changelog |8 +
 debian/control   |1 
 man/mga.man  |2 
 src/mga_bios.c   |5 
 src/mga_dacG.c   |  375 +++
 src/mga_dh.c |4 
 src/mga_driver.c |  325 ++-
 src/mga_exa.c|5 
 src/mga_storm.c  |   14 ++
 13 files changed, 648 insertions(+), 296 deletions(-)
---


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



Processed: Reassign Bug#525736

2009-04-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 525736 xserver-xorg-core
Bug#525736: console-setup: kbd actions on seat2 show up on console of seat1
Bug reassigned from package `console-setup' to `xserver-xorg-core'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



xserver-xorg-video-mga_1.4.10.dfsg-1_i386.changes ACCEPTED

2009-04-27 Thread Debian Installer

Accepted:
xserver-xorg-video-mga_1.4.10.dfsg-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.10.dfsg-1.diff.gz
xserver-xorg-video-mga_1.4.10.dfsg-1.dsc
  to pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.10.dfsg-1.dsc
xserver-xorg-video-mga_1.4.10.dfsg-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.10.dfsg-1_i386.deb
xserver-xorg-video-mga_1.4.10.dfsg.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.10.dfsg.orig.tar.gz


Override entries for your package:
xserver-xorg-video-mga_1.4.10.dfsg-1.dsc - source x11
xserver-xorg-video-mga_1.4.10.dfsg-1_i386.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



Bug#523844: Upgrade to xserver-xorg-video-intel 2:2.7.0-1 doesn't help.

2009-04-27 Thread darren
On Mon, Apr 27, 2009 at 8:17 PM, Brice Goglin brice.gog...@ens-lyon.org wrote:
 darren wrote:
            x11perf -aa10text       glxgears
 EXA:     459000.0/sec             45FPS
 UXA :    654000.0/sec            430FPS


 The glxgears column is meaningless.

May I quote Gunter Ohrne: glxgear which is no meaningful benchmark, I
know, but it's a tendency
indicator nontheless

I benchmarked the 2D performance using  gtkperf and render_bench[1] again
(KMS is disabled in all four cases,since I can't get the X running,it
just hangs
and doesn't respond to any keyboard input,I can not use ssh  to connect to
it from another host)
which gives me the following result:

--
 gtkperf render_bench
Kernel-2.6.29/exa 14.03   36.52
kernel-2.6.29/uxa 14.9 36.04
kernel-2.6.30-rc3/exa16.136.18
kernel-2.6.30-rc3/uxa13.32  35.39
---

gtkperf runs for five times and the result is total average render time.
render_bench just runs once in each case,I simply add the total time .

No wonder kernel-2.6.30-rc3/uxa is the fastest combination both with gtkperf
and render_bench.

gtkperf shows that performace in kernel-2.6.30-rc3/exa is even worse
than  in Kernel-2.6.29/exa

Maybe the benchmark I did has flaws and meaningless,but the performace really
improve with  kernel-2.6.30/uxa from my  feeling with  running some
applications.

with  kernel-2.6.29 suspend and wake will crash the X,while with
kernel-2.6.30rc3
it works again.So I am anxious for the release of kernel-2.6.30

[1] http://www.rasterman.com/files/render_bench.tar.gz

 Brice



first   second  third   forth   fifth   AVERAGE 
TIME
kernel 2.6.30rc3/EXA
GtkEntry0.090.110.160.090.1 0.11
GtkComboBox 3.363.563.513.293.343.41
GtkComboBoxEntry3.513.643.242.823.543.35
GtkSpinButton   0.430.560.430.510.550.5 
GtkProgressBar  0.290.390.430.360.480.39
GtkToggleButton 0.270.390.470.3 0.560.4 
GtkCheckButton  0.080.130.120.080.310.14
GtkRadioButton  0.130.250.330.190.240.23
GtkTextView - Add text  0.560.690.670.720.9 0.71
GtkTextView – Scroll0.430.590.540.5 0.020.42
GtkDrawingArea – Lines  1.5 1.791.831.742.4 1.85
GtkDrawingArea – Circles1.952.332.182.252.73
2.29
GtkDrawingArea - Text   1.881.841.781.821.541.77
GtkDrawingArea – Pixbufs0.550.590.550.5 0.5 
0.54
 ---
Total time  15.03   16.86   16.24   15.17   17.21   16.1


kernel 2.6.30rc3/UXA
GtkEntry - time 0.090.070.090.110.1 0.09
GtkComboBox - time  2.4 2.582.822.893.1 2.76
GtkComboBoxEntry - time 2.782.792.872.6 2.462.7 
GtkSpinButton - time0.420.520.410.360.520.45
GtkProgressBar - time   0.250.230.240.240.250.24
GtkToggleButton - time  0.320.260.250.3 0.240.27
GtkCheckButton - time   0.110.140.140.120.080.12
GtkRadioButton - time   0.160.130.180.120.130.14
GtkTextView - Add text - time   0.550.630.630.640.63
0.62
GtkTextView - Scroll - time 0.410.540.430.440.56
0.48
GtkDrawingArea - Lines - time   1.5 1.361.361.351.51
1.42
GtkDrawingArea - Circles - time 2.852.812.832.812.82
2.82
GtkDrawingArea - Text - time1.030.921.021.150.84
0.99
GtkDrawingArea - Pixbufs - time 0.2 0.240.220.210.22
0.22
 ---
Total time  13.07   13.24   13.49   13.34   13.46   13.32   


kernel-2.6.29/EXA   

GtkEntry - time 0.1 0.090.080.070.06

Bug#502313: Applications are getting ghost Alt keypress events, but I press no keys

2009-04-27 Thread Silvia Schumann
Just encountered the same problem after my update from etch to lenny on my 
amd64.



xorg.conf:

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

Section Module
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys
EndSection

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

Section Device
Identifier  nVidia Corporation G70 [GeForce 7300 GT]
Driver  nvidia
BusID   PCI:1:0:0
Option  TwinView
Option  TwinViewOrientation RightOf
Option  MetaModes 1280x1024,1280x1024
EndSection

Section Monitor
Identifier  AL1923
Option  DPMS
HorizSync   30-81
VertRefresh 55-75
EndSection

Section Screen
Identifier  Default Screen
Device  nVidia Corporation G70 [GeForce 7300 GT]
Monitor AL1923
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1280x800 1152x864 1024x768 
800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024 1280x800 1152x864 1024x768 
800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1280x1024 1280x800 1152x864 1024x768 
800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1280x1024 1280x800 1152x864 1024x768 
800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1280x1024 1280x800 1152x864 1024x768 
800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1280x1024 1280x800 1152x864 1024x768 
800x600 640x480
EndSubSection
EndSection

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

Section DRI
Mode0666
EndSection

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01



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



Reassign Bug#525736

2009-04-27 Thread Samuel Thibault
reassign 525736 xserver-xorg-core
thanks

I'm reassigning a bug about the way to handle multiseat configurations
now that xorg uses hal/console-setup.

Samuel


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



Bug#525736: console-setup: kbd actions on seat2 show up on console of seat1

2009-04-27 Thread hugo vanwoerkom
On Mon, Apr 27, 2009 at 2:11 PM, Samuel Thibault 
samuel.thiba...@ens-lyon.org wrote:

 hugo vanwoerkom, le Mon 27 Apr 2009 10:27:29 -0500, a écrit :
  Meaning the bug belongs to the hal package?

 Meaning the way multiseat works has changed.

  Because at the very least it is a security exposure because passwords
  are broadcast.

 I'm not sure multiseat is really supported by Debian.

 Samuel


Since all the multiseat is in xorg.conf and gdm.conf where does it say what
*is* and *is not* supported by Debian regarding those configuration files;
and for the last 5 years it has worked flawlessly.

Hugo


Bug#525736: console-setup: kbd actions on seat2 show up on console of seat1

2009-04-27 Thread Samuel Thibault
hugo vanwoerkom, le Mon 27 Apr 2009 17:27:59 -0500, a écrit :
 Since all the multiseat is in xorg.conf and gdm.conf where does it say what
 *is* and *is not* supported by Debian regarding those configuration files;

Mostly the debconf templates  configuration scripts, which do not talk
about multiseat at all.

 and for the last 5 years it has worked flawlessly.

Because for the last 5 years the way the keyboard is configured hasn't
changed.  But it just did.

Samuel



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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.4'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.4' created by Alan Coopersmith 
alan.coopersm...@sun.com at 2008-10-17 21:16 +

libpciaccess 0.10.4

Changes since libpciaccess-0.10.3:
Alan Coopersmith (11):
  Fix various typos (mostly in comments)
  Correct comment about devices used on Solaris
  scanpci: add -v flag to enable verbose mode like old scanpci
  Correct Sun license notice
  Fix bus probing on Solaris/SPARC
  Clean up formatting of solx_devfs.c
  More minor Solaris cleanups
  Add scanpci man page from Xorg
  Update COPYING with the rest of the copyright/license notices from the 
code
  Add scanpci.man to EXTRA_DIST
  Version 0.10.4

Jesse Barnes (1):
  Support write combine resource files in Linux sysfs

John Tapsell (1):
  configure.ac: Make mtrr.h test more portable

Juan RP (1):
  Add NetBSD support

Julien Cristau (1):
  Hide one more private symbol

Kel Modderman (1):
  Handle compressed pci.ids

Matthieu Herrb (1):
  OpenBSD: allow 2 successives calls to pci_system_init().

Petr Salinger (1):
  Add support for GNU/kFreeBSD

Stefan Dirsch (1):
  Fixed typo in output (performace -- performance).

---
 COPYING  |   49 +
 Makefile.am  |2 
 configure.ac |   39 +
 src/Makefile.am  |4 
 src/common_device_name.c |   39 +
 src/common_init.c|4 
 src/common_interface.c   |   18 
 src/freebsd_pci.c|   13 
 src/linux_devmem.c   |2 
 src/linux_sysfs.c|   45 +
 src/netbsd_pci.c |  409 ++
 src/openbsd_pci.c|7 
 src/pci_tools.h  |   47 -
 src/pciaccess_private.h  |1 
 src/scanpci.c|   19 
 src/scanpci.man  |   44 +
 src/solx_devfs.c | 1334 +--
 17 files changed, 1401 insertions(+), 675 deletions(-)
---


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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.3'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.3' created by Adam Jackson a...@redhat.com at 
2008-06-10 19:25 +

libpciaccess 0.10.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkhO1RQACgkQW4otUKDs0NOStACgs6cHVDKCuyk/Yz9iINfXxlAl
RwwAoJBiJSAP8Qwys55RiI6+R35NPdb7
=ulnE
-END PGP SIGNATURE-

Changes since libpciaccess-0.10.2:
Adam Jackson (1):
  libpciaccess 0.10.3

---
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---


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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10' created by Adam Jackson a...@redhat.com at 2008-03-06 
20:32 +

libpciaccess 0.10
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (GNU/Linux)

iEYEABECAAYFAkfQVNMACgkQW4otUKDs0NMg3wCfZ4+MFoGopYOJg6z0FRv+KIKM
FMMAnR+AM7av/DOYbIohPkKVvvKaif6e
=IPO2
-END PGP SIGNATURE-

Changes since the dawn of time:
Adam Jackson (1):
  libpciaccess 0.10

Alan Coopersmith (2):
  Fix Solaris build: missing static prototype  typo in variable name
  Need to link with -ldevinfo on Solaris

Doug Chapman (1):
  Bug #14818: Actually return the PCI vendor name, instead of NULL.

Eric Anholt (29):
  Use ENXIO instead of ENODATA for pci reads returning less than desired.
  Add endian macros for BSD.
  Add the beginnings of a FreeBSD port.
  Merge branch 'origin'
  Add missing newline at the end of the file.
  Update .gitignores.
  Add pciaccess_private.h to _SOURCES so it gets included in the dist.
  Enable more warnings when the compiler is GCC.
  Fix many warnings and bugs in the freebsd implementation.
  Remove extra fallback definition of PCIIDS_PATH.
  Open the pci device read-write so we can read and write config regs.
  Add support for getting region information on FreeBSD.
  Update freebsd code for pci_device_cfg_write API change.
  scanpci prototype warning fix
  Fix inverted protection typo for mmap in region mapping.
  FreeBSD: When mapping regions, use the region's base address, not 0.
  FreeBSD: Add system cleanup function.
  FreeBSD: Fix a couple of minor issues in cleanup paths.
  Make scanpci exit cleanly if pci_system_init() fails.
  FreeBSD: Fill in the subdevice ID.
  FreeBSD: Add VGA rom reading through /dev/mem.
  Make the base address printout of scanpci more usable.
  Add FreeBSD MTRR setting support.
  FreeBSD: don't set the MTRR if it's the default mode (uncacheable).
  FreeBSD: Fix unmap_range to return an error value.
  FreeBSD: Add support for multiple PCI domains.
  Add domain output to scanpci.
  FreeBSD: Don't try to unset an MTRR if we didn't set it.
  FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 
bits.

George Sapountzis (1):
  scanpci: BIST line offsets were off by 4.

Ian Romanick (28):
  Initial import of libpciaccess.
  Remove src/Makefile.foo from CVS since the generated Makefile can do
  Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.
  Bump to version 0.4.0.
  Fix foolish endianess bug. Bump to version 0.4.1.
  Fix byte ordering of the PCI class.
  Add support for querying bridge information.  Bump to version 0.5.0.
  Files missed (for reasons I still don't understand) on the previous
  Add pci_device_get_bridge_buses, bump API version to 0.5.0.
  Added some function preamble comments.
  Fix a segfault in populate_vendor that was triggered when the pci.ids file
  Fix bad cast that caused bit truncation.
  Add interfaces to map / unmap specific memory ranges, bump lib version to 
0.7.0.
  Convert pci_device_write_u* funtions to take a value instead of a pointer.
  Merge branch 'master' of 
git+ssh://git.freedesktop.org/git/xorg/lib/libpciaccess
  Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.
  Populate device and vendor ID fields at device list creation.
  Make sure header_type is available in read_bridge_info.
  Don't pci_device_probe until absolutely necessary.
  Whitespace police.
  Initial support for reading expansion ROM via VGA BIOS address.
  Bump version to 0.9.0.
  Add linux_devmem.h to file list.
  Bump version to 0.9.1 (sigh).
  New interfaces to map memory with MTRR (or similar) support.
  Update / add comments in struct pci_mem_region.
  Add stub version of pci_device_map_memory_range
  Update bug reporting link.

James Cloos (4):
  Remove deprecated .cvsignore files
  Add *~ to .gitignore to skip patch/emacs droppings
  Merge branch 'master' of 
ssh://git.freedesktop.org/git/xorg/lib/libpciaccess
  Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (2):
  Use byteswap.h when using glibc, not just on linux
  Don't export private symbols.

Keith Packard (1):
  Don't add MTRR for uncached regions. Remove MTRR on unmap.

Kristian Høgsberg (1):
  Add scanpci as a noinst target.

Matthias Hopf (1):
  Bit-fields have to have type _Bool, signed int, or unsigned int.

edward shu (1):
  Libpciaccess on Solaris Initial integration


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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.2'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.2' created by Adam Jackson a...@redhat.com at 
2008-06-10 19:23 +

libpciaccess 0.10.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkhO1KYACgkQW4otUKDs0NNMDQCdHUx9hIzmZoJ3olJ8LTgPGEzu
HaMAoJfElXQ0WiXeTkPLAvx8/ZfSwYl/
=Ptvv
-END PGP SIGNATURE-

Changes since libpciaccess-0.10:
Adam Jackson (2):
  Linux: Fail gracefully on machines without PCI.
  libpciaccess 0.10.2

Alan Coopersmith (3):
  Initialize err to 0 in pci_device_solx_devfs_map_range
  Add pci_system_solx_devfs_create prototype to pciaccess_private.h
  Fix lint warnings in solx_devfs.c

Danny van Dyk (1):
  Fix function prototypes for C++

Dave Airlie (2):
  linux: add pci_device_enable entrypoint and sysfs support for it
  pciaccess: bump to 0.10.1

Eric Anholt (1):
  Catch and recover from yet another linux kernel bug in mprotect.

Hasso Tepper (1):
  Add DragonFly BSD support

Julien Cristau (1):
  solaris: add pci_tools.h to OS_SUPPORT

Keith Packard (1):
  Kludge around linux bug and turn off write-through and cache-disable bits

Mark Kettenis (1):
  OpenBSD support for libpciaccess.

Stuart Bennett (1):
  Bug #13988: Fix reads from 0-sized ROMs.

---
 configure.ac|8 
 include/pciaccess.h |   12 +
 src/Makefile.am |8 
 src/common_init.c   |   13 +
 src/common_interface.c  |   21 ++
 src/common_iterator.c   |3 
 src/common_map.c|1 
 src/linux_devmem.c  |2 
 src/linux_sysfs.c   |   66 ++-
 src/openbsd_pci.c   |  406 
 src/pciaccess_private.h |4 
 src/solx_devfs.c|   14 -
 12 files changed, 528 insertions(+), 30 deletions(-)
---


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



libpciaccess: Changes to 'refs/tags/xf86-video-xgi-0.9.1'

2009-04-27 Thread David Nusinow
Tag 'xf86-video-xgi-0.9.1' created by Ian Romanick i...@us.ibm.com at 
2007-08-27 23:43 +

libpciaccess version 0.9.1

Changes since the dawn of time:
Eric Anholt (21):
  Use ENXIO instead of ENODATA for pci reads returning less than desired.
  Add endian macros for BSD.
  Add the beginnings of a FreeBSD port.
  Merge branch 'origin'
  Add missing newline at the end of the file.
  Update .gitignores.
  Add pciaccess_private.h to _SOURCES so it gets included in the dist.
  Enable more warnings when the compiler is GCC.
  Fix many warnings and bugs in the freebsd implementation.
  Remove extra fallback definition of PCIIDS_PATH.
  Open the pci device read-write so we can read and write config regs.
  Add support for getting region information on FreeBSD.
  Update freebsd code for pci_device_cfg_write API change.
  scanpci prototype warning fix
  Fix inverted protection typo for mmap in region mapping.
  FreeBSD: When mapping regions, use the region's base address, not 0.
  FreeBSD: Add system cleanup function.
  FreeBSD: Fix a couple of minor issues in cleanup paths.
  Make scanpci exit cleanly if pci_system_init() fails.
  FreeBSD: Fill in the subdevice ID.
  FreeBSD: Add VGA rom reading through /dev/mem.

George Sapountzis (1):
  scanpci: BIST line offsets were off by 4.

Ian Romanick (24):
  Initial import of libpciaccess.
  Remove src/Makefile.foo from CVS since the generated Makefile can do
  Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.
  Bump to version 0.4.0.
  Fix foolish endianess bug. Bump to version 0.4.1.
  Fix byte ordering of the PCI class.
  Add support for querying bridge information.  Bump to version 0.5.0.
  Files missed (for reasons I still don't understand) on the previous
  Add pci_device_get_bridge_buses, bump API version to 0.5.0.
  Added some function preamble comments.
  Fix a segfault in populate_vendor that was triggered when the pci.ids file
  Fix bad cast that caused bit truncation.
  Add interfaces to map / unmap specific memory ranges, bump lib version to 
0.7.0.
  Convert pci_device_write_u* funtions to take a value instead of a pointer.
  Merge branch 'master' of 
git+ssh://git.freedesktop.org/git/xorg/lib/libpciaccess
  Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.
  Populate device and vendor ID fields at device list creation.
  Make sure header_type is available in read_bridge_info.
  Don't pci_device_probe until absolutely necessary.
  Whitespace police.
  Initial support for reading expansion ROM via VGA BIOS address.
  Bump version to 0.9.0.
  Add linux_devmem.h to file list.
  Bump version to 0.9.1 (sigh).

James Cloos (1):
  Remove deprecated .cvsignore files

Kristian Høgsberg (1):
  Add scanpci as a noinst target.

edward shu (1):
  Libpciaccess on Solaris Initial integration


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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.6-1'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.6-1' created by David Nusinow dnusi...@debian.org at 
2009-04-28 01:56 +

Tagging upload of libpciaccess-0.10.6-1 to unstable.

Changes since libpciaccess-0.10.6:
Brice Goglin (1):
  Misc fixes to debian/control and debian/copyright

David Nusinow (9):
  * Debian stores its pci.ids list in /usr/share/misc. Use that for the
  Merge branch 'upstream-experimental' into debian-experimental
  * New upstream git pull
  Autoreconf
  * Add myself to uploaders
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release
  Add versioned xutils-dev to build-dep, as the macros are now required
  Update standards version to 3.8.1.0. No changes necessary.

Julien Cristau (34):
  Initial packaging.
  Add missing line.
  Prepare changelog for upload.
  Merge branch 'master' of 
git://anongit.freedesktop.org/git/xorg/lib/libpciaccess into debian-experimental
  New upstream snapshot
  Make configure executable in debian/rules clean.
  Prepare changelog for upload.
  * Add a symbols file for libpciaccess.so.0.
  Bump shlibs to = 0.8.0+git20071002
  Bump Standards-Version to 3.7.3.
  Merge branch 'upstream-unstable' into debian-unstable
  autoreconf
  Bump version for new snapshot
  Use byteswap.h when using glibc, not just on linux
  Prepare changelog for upload.
  Merge tag 'libpciaccess-0.10' of 
git.freedesktop.org:/git/xorg/lib/libpciaccess into debian-unstable
  autoreconf
  Update debian/changelog, add and install the upstream ChangeLog
  Prepare changelog for upload
  Add watch file.
  Merge tag 'libpciaccess-0.10.3' into debian-unstable
  autoreconf and update changelogs for new upstream
  Bump shlibs and update symbols file.
  Suggest pciutils, which provides the pci.ids list.
  Prepare changelog for upload
  Merge tag 'libpciaccess-0.10.5' into debian-experimental
  Delete generated files
  Run autoreconf at build time, cleanup generated files in clean.
  Allow reading compressed pci.ids file (closes: #478696).
  Add bug closer
  Prepare changelog for upload
  update upstream changelog
  Prepare changelog for upload
  Prepare changelog for upload

---
 ChangeLog   |  787 
 INSTALL |  236 ---
 debian/changelog|   85 
 debian/compat   |1 
 debian/control  |   33 +
 debian/copyright|  113 +
 debian/libpciaccess-dev.install |4 
 debian/libpciaccess0.install|1 
 debian/libpciaccess0.shlibs |1 
 debian/libpciaccess0.symbols|   36 +
 debian/rules|   94 
 debian/watch|2 
 12 files changed, 1157 insertions(+), 236 deletions(-)
---


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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.9.1'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.9.1' created by Ian Romanick i...@us.ibm.com at 
2007-08-27 23:44 +

libpciaccess version 0.9.1

Changes since the dawn of time:
Eric Anholt (21):
  Use ENXIO instead of ENODATA for pci reads returning less than desired.
  Add endian macros for BSD.
  Add the beginnings of a FreeBSD port.
  Merge branch 'origin'
  Add missing newline at the end of the file.
  Update .gitignores.
  Add pciaccess_private.h to _SOURCES so it gets included in the dist.
  Enable more warnings when the compiler is GCC.
  Fix many warnings and bugs in the freebsd implementation.
  Remove extra fallback definition of PCIIDS_PATH.
  Open the pci device read-write so we can read and write config regs.
  Add support for getting region information on FreeBSD.
  Update freebsd code for pci_device_cfg_write API change.
  scanpci prototype warning fix
  Fix inverted protection typo for mmap in region mapping.
  FreeBSD: When mapping regions, use the region's base address, not 0.
  FreeBSD: Add system cleanup function.
  FreeBSD: Fix a couple of minor issues in cleanup paths.
  Make scanpci exit cleanly if pci_system_init() fails.
  FreeBSD: Fill in the subdevice ID.
  FreeBSD: Add VGA rom reading through /dev/mem.

George Sapountzis (1):
  scanpci: BIST line offsets were off by 4.

Ian Romanick (24):
  Initial import of libpciaccess.
  Remove src/Makefile.foo from CVS since the generated Makefile can do
  Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.
  Bump to version 0.4.0.
  Fix foolish endianess bug. Bump to version 0.4.1.
  Fix byte ordering of the PCI class.
  Add support for querying bridge information.  Bump to version 0.5.0.
  Files missed (for reasons I still don't understand) on the previous
  Add pci_device_get_bridge_buses, bump API version to 0.5.0.
  Added some function preamble comments.
  Fix a segfault in populate_vendor that was triggered when the pci.ids file
  Fix bad cast that caused bit truncation.
  Add interfaces to map / unmap specific memory ranges, bump lib version to 
0.7.0.
  Convert pci_device_write_u* funtions to take a value instead of a pointer.
  Merge branch 'master' of 
git+ssh://git.freedesktop.org/git/xorg/lib/libpciaccess
  Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.
  Populate device and vendor ID fields at device list creation.
  Make sure header_type is available in read_bridge_info.
  Don't pci_device_probe until absolutely necessary.
  Whitespace police.
  Initial support for reading expansion ROM via VGA BIOS address.
  Bump version to 0.9.0.
  Add linux_devmem.h to file list.
  Bump version to 0.9.1 (sigh).

James Cloos (1):
  Remove deprecated .cvsignore files

Kristian Høgsberg (1):
  Add scanpci as a noinst target.

edward shu (1):
  Libpciaccess on Solaris Initial integration


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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.5'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.5' created by Julien Cristau jcris...@debian.org at 
2008-10-31 17:12 +

libpciaccess 0.10.5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkkLPJgACgkQmEvTgKxfcAwfQACgiLjqmJq0uAZNronunHRw802L
AvgAniLOWfIVe1xKJlCC5EFTJWoP6v+L
=IwN0
-END PGP SIGNATURE-

Changes since libpciaccess-0.10.4:
Julien Cristau (2):
  Make --without-zlib work
  Bump to 0.10.5

Robert Noland (1):
  Fix FreeBSD systems which support pci domains.

---
 configure.ac  |4 ++--
 src/freebsd_pci.c |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
---


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



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.6'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.6' created by Alan Coopersmith 
alan.coopersm...@sun.com at 2009-04-24 23:32 +

libpciaccess 0.10.6

Changes since libpciaccess-0.10.5:
Alan Coopersmith (12):
  Fill in byte swapping routines for big-endian Solaris machines
  Don't open/gzopen pci.ids if we're not going to read it
  Add AC_SYS_LARGEFILE to configure.ac
  Solaris: Use bus-range properties to limit busses scanned on each node
  Add README with pointers to mailing list, bugzilla  git repos
  Fix const mismatch compiler warnings in Solaris backend
  Sun bug 6811468: pci_device_solx_devfs_probe accesses freed memory
  Move included m4 to a subdir so we can more easily update from upstream
  Fix $CWARNFLAGS addition
  Fix unused variable warnings in Solaris code
  Resync COPYING file with code copyright notices
  Version bump: 0.10.6

Darren Smith (1):
  Be more paranoid about reading bridge info (#20786)

Mark Kettenis (1):
  Make libpciaccess on OpenBSD domain-aware.

Matthieu Herrb (3):
  Fix a logic error in pci_device_openbsd_write().
  Sync with OpenBSD code.
  Fix a logic error in pci_device_netbsd_write()

Owain Ainsworth (1):
  openbsd_pci.c: use the correct size when mapping the legacy vga rom.

Paulo Cesar Pereira de Andrade (1):
  Janitor: Correct make distcheck and compiler warnings.

Robert Noland (1):
  FreeBSD: Incorporate several fixes that have accumulated.

edward shu (1):
  Sun bug 6785726: libpciaccess needs to use the correct BAR index on 
solaris

---
 .gitignore   |9 +
 COPYING  |   28 
 Makefile.am  |9 -
 README   |   35 +
 configure.ac |   56 ++---
 m4/ac_define_dir.m4  |   49 
 src/Makefile.am  |2 
 src/common_bridge.c  |   20 ++-
 src/common_device_name.c |   17 +-
 src/common_interface.c   |   18 ++-
 src/freebsd_pci.c|  183 +++---
 src/netbsd_pci.c |2 
 src/openbsd_pci.c|  282 ---
 src/scanpci.c|1 
 src/solx_devfs.c |  171 
 15 files changed, 665 insertions(+), 217 deletions(-)
---


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