Bug#351171: xserver-xorg: fbCompositeSolidMask_nx8888x8888Cmmx() is hogging the CPU

2006-02-03 Thread Michel Dänzer
On Fri, 2006-02-03 at 00:49 +0100, KELEMEN Peter wrote:
> Package: xserver-xorg
> Version: 6.9.0.dfsg.1-4
> Severity: normal
> 
> Start up an xterm with some FreeType fontface:
>   uxterm -fa Monospace -fs 12
> 
> In the terminal, start spewing lot of output lines:
>   find /
> 
> Observe the X server eating ~100% CPU.  Over a 2 minutes run, oprofile
> reveals the following:
> 
> samples  %image name  app name   symbol name
> 550032   51.1805  libfb.soXorg   
> fbCompositeSolidMask_nxxCmmx
> 289192   26.9093  libfb.soXorg   
> fbCompositeSrcAdd_xmmx

You seem to have set up fontconfig for subpixel anti-aliasing. Even
assuming your card could actually accelerate that, it's very non-trivial
and hasn't been implemented yet. You should get better results with
traditional greyscale AA.


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



Bug#296876: xvfb-run: does not properly look for xauth

2006-02-03 Thread adrian
Just a "me too" on this, a bit annoying to have to change the calling
script.  It'd be nice to have it fixed to avoid other people being
bitten by it since I'd have thought it was a trivial fix.

Cheers,

Adrian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#351171: xserver-xorg: fbCompositeSolidMask_nx8888x8888Cmmx() is hogging the CPU

2006-02-03 Thread KELEMEN Peter
retitle 351171 xserver-xorg: subpixel rendering hogs CPU
severity 351171 normal
thanks

* David Nusinow ([EMAIL PROTECTED]) [20060202 21:57]:

> Yeah, don't run EXA since it's still largely experimental.

Actually, EXA has nothing to do with it.  Tried with XAA as well:

samples  %image nameapp name  symbol name
952554   66.8796  libfb.so  Xorg  fbCompositeSolidMask_nxxCmmx
69217 4.8598  vmlinux   Xorg  delay_tsc
33075 2.3222  radeonXorg  (no symbols)
24733 1.7365  opreport  opreport  (no symbols)
16063 1.1278  libc-2.3.5.so xterm memmove
14222 0.9985  xterm xterm (no symbols)

Peter

-- 
.+'''+. .+'''+. .+'''+. .+'''+. .+''
 Kelemen Péter /   \   /   \   /[EMAIL PROTECTED]
.+' `+...+' `+...+' `+...+' `+...+'



Bug#351171: xserver-xorg: fbCompositeSolidMask_nx8888x8888Cmmx() is hogging the CPU

2006-02-03 Thread KELEMEN Peter
* Michel Dänzer ([EMAIL PROTECTED]) [20060203 11:08]:

> You seem to have set up fontconfig for subpixel anti-aliasing.
> Even assuming your card could actually accelerate that, it's
> very non-trivial and hasn't been implemented yet. You should get
> better results with traditional greyscale AA.

Indeed, thanks.  I've switches off subpixel rendering and I get
the following profiles:

EXA:
samples %image name   app name symbol name
104856   7.5679  libc-2.3.5.soxtermmemmove
886576.3988  xtermxterm(no symbols)
674594.8688  libc-2.3.5.soxtermwcwidth
624134.5046  radeon_drv.soXorg RadeonCompositeCP
618494.4639  libc-2.3.5.soXorg memcpy
616164.4471  vmlinux  Xorg delay_tsc
553343.9937  libXft.so.2.1.2  xterm(no symbols)
496413.5828  libexa.soXorg exaComposite
441503.1865  radeon_drv.soXorg RADEONHostDataBlit
409942.9587  Xorg Xorg FindGlyphRef
359512.5947  radeon_drv.soXorg R200PrepareCompositeCP
283912.0491  libfb.so Xorg fbSolid
276021.9922  Xorg Xorg miComputeCompositeRegion
272781.9688  radeon   Xorg (no symbols)
240251.7340  libexa.soXorg exaPixmapIsOffscreen
223021.6096  radeon_drv.soXorg RADEONUploadToScreenCP
200631.4480  libexa.soXorg exaGlyphs
192871.3920  radeon_drv.soXorg R200TextureSetupCP
155101.1194  libexa.soXorg exaPixmapUseScreen

XAA:
samples %image name   app name symbol name
153097  10.9779  libfb.so Xorg fbCompositeSrcAdd_8000x8000mmx
130111   9.3297  libc-2.3.5.soxtermmemmove
113832   8.1624  xtermxterm(no symbols)
852786.1149  libc-2.3.5.soxtermwcwidth
702755.0391  libXft.so.2.1.2  xterm(no symbols)
526033.7719  Xorg Xorg FindGlyphRef
452993.2482  libfb.so Xorg fbComposite
345462.4771  libfb.so Xorg fbSolid
316522.2696  Xorg Xorg miComputeCompositeRegion
269591.9331  libxaa.soXorg XAAComposite
196281.4074  libc-2.3.5.soXorg memcpy
162541.1655  libshadowfb.so   Xorg ShadowComposite
158931.1396  Xorg Xorg damageComposite
154421.1073  Xorg Xorg miValidatePicture
154271.1062  libxaa.soXorg XAADoComposite
144811.0384  Xorg Xorg CompositePicture
143031.0256  Xorg Xorg miGlyphs
142641.0228  Xorg Xorg miGlyphExtents

Thanks,
Peter

-- 
.+'''+. .+'''+. .+'''+. .+'''+. .+''
 Kelemen Péter /   \   /   \   /[EMAIL PROTECTED]
.+' `+...+' `+...+' `+...+' `+...+'



Processed: Re: Bug#351171: xserver-xorg: fbCompositeSolidMask_nx8888x8888Cmmx() is hogging the CPU

2006-02-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 351171 xserver-xorg: subpixel rendering hogs CPU
Bug#351171: xserver-xorg: EXA causes CPU hogging and/or slowdown
Changed Bug title.

> severity 351171 normal
Bug#351171: xserver-xorg: subpixel rendering hogs CPU
Severity set to `normal'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



rgb.txt missing

2006-02-03 Thread Chris Ruehl
Hi team,

after dist-upgrade from sarge to etch


Paket: x11-common
Neu: ja
Zustand: Installiert
Automatisch installiert: ja
Version: 6.8.2.dfsg.1-11
Priorität: optional
Bereich: x11
Verwalter: Debian X Strike Force 

/etc/X11/rgb.txt 

is missing 
dead link
/usr/X11R6/lib/X11/rgb.txt -> /etc/X11/rgb.txt


thanx 

greetings 
chris



-- 
Chris Ruehl <[EMAIL PROTECTED]>



signature.asc
Description: This is a digitally signed message part


Bug#348330: same here: second head stays dark on 6.9.0.

2006-02-03 Thread Peter Palfrader
I can confirm this behaviour with my Radeon Mobility 9600.  It works
fine with 6.8.2.dfsg.1-11 but breaks on 6.9.0.dfsg.1-4: the second
monitor gets no signal at all.

Logs and configfile available on request.
-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
messages preferred.| : :' :  The  universal
   | `. `'  Operating System
 http://www.palfrader.org/ |   `-http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#351267: xkb: can't switch to VT

2006-02-03 Thread drugo
Package: xkb
Severity: important

If i press ctrl-alt-Fn it doesn't switch to console

xprop -root | grep xkb
_XKB_RULES_NAMES_BACKUP(STRING) = "base", "pc101", "us", "", ""
gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
layouts = []
model = pc104
options = []
overrideSettings = true


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#351267: xkb: can't switch to VT

2006-02-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 351267 xorg-x11
Bug#351267: xkb: can't switch to VT
Warning: Unknown package 'xkb'
Bug reassigned from package `xkb' to `xorg-x11'.

> --
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#347791: upgrade resets x-terminal-emulator alternative

2006-02-03 Thread Aaron M. Ucko
This is presumably a side effect of xterm's move from /usr/X11R6/bin
to /usr/bin, which involves dropping the old alternatives and adding
new ones.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#348325: marked as done (editres does not take effect on most windows)

2006-02-03 Thread Debian Bug Tracking System
Your message dated Sat, 04 Feb 2006 09:40:24 +0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#348325: editres does not take effect on most windows
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
>From [EMAIL PROTECTED] Mon Jan 16 02:40:22 2006
Return-path: <[EMAIL PROTECTED]>
Received: from tu201010.ip.tsinghua.edu.cn ([166.111.201.10] 
helo=tu201199.ip.tsinghua.edu.cn)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EyRmf-og-IC
for [EMAIL PROTECTED]; Mon, 16 Jan 2006 02:40:22 -0800
Received: from bear by tu201199.ip.tsinghua.edu.cn with local (Exim 4.60)
(envelope-from <[EMAIL PROTECTED]>)
id 1EyoFh-0005he-G2; Tue, 17 Jan 2006 18:39:49 +0800
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: bear <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: editres does not take effect on most windows
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Tue, 17 Jan 2006 18:39:49 +0800
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.5 required=4.0 tests=BAYES_00,DATE_IN_FUTURE_12_24,
FROM_ENDS_IN_NUMS,HAS_PACKAGE autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

Package: xbase-clients
Version: 6.9.0.dfsg.1-3
Severity: normal


hi,

   I want to use editres to display resources of a window, but I find
   editres can only show the resource tree of its window. But for other
   applications, such as gnome-terminal, emacs, firefox, etc., it does
   not work. Only "Message sent to client ask for widget tree" and "It 
   appears that this client does not understand the Editres Protocol" 
   are displayed.

Thanks,
Guanglei

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=zh_CN.GBK, LC_CTYPE=zh_CN.GBK (charmap=GBK)

Versions of packages xbase-clients depends on:
ii  cpp   4:4.0.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libdmx1   6.9.0.dfsg.1-3 Distributed Multihead X client lib
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libfs66.9.0.dfsg.1-3 X Font Server library
ii  libglu1-xorg [libglu1]6.9.0.dfsg.1-3 Mesa OpenGL utility library [X.Org
ii  libice6   6.9.0.dfsg.1-3 Inter-Client Exchange library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.9.0.dfsg.1-3 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-3 X Window System protocol client li
ii  libxau6   6.9.0.dfsg.1-3 X Authentication library
ii  libxaw8   6.9.0.dfsg.1-3 X Athena widget set library
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-3 X Window System miscellaneous exte
ii  libxfixes36.9.0.dfsg.1-3 X Window System miscellaneous 'fix
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-3 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-3 X Window System multi-head display
ii  libxkbfile1   6.9.0.dfsg.1-3 X Keyboard Extension file parsing 
ii  libxkbui1 6.9.0.dfsg.1-3 X Keyboard Extension user interfac
ii  libxmu6   6.9.0.dfsg.1-3 X Window System miscellaneous util
ii  libxmuu1  6.9.0.dfsg.1-3 lightweight X Window System miscel
ii  libxp66.9.0.dfsg.1-3 X Window System printing extension
ii  libxpm4   6.9.0.dfsg.1-3 X pixmap library
ii  libxrandr26.9.0.dfsg.1-3 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxss1   6.9.0.dfsg.1-3 X Screen Saver client-side library
ii  libxt66.9.0.dfsg.1-3 X Toolkit Intrinsics
ii  libxtrap6 6.9.0.

Bug#351326: xserver-xorg: trouble purging

2006-02-03 Thread Lars Wirzenius
Package: xserver-xorg
Version: 6.9.0.dfsg.1-4

While I was testing xserver-xfree86 (which just depends on xserver-xorg)
with piuparts, I got the following error:

0m12.6s ERROR: Command failed (status=256): 'chroot /tmp/tmpS7lFxN dpkg
--purge --pending'
  (Reading database ... 6930 files and directories currently installed.)
  Removing xserver-xorg ...
  Purging configuration files for xserver-xorg ...
   Removing any system startup links for /etc/init.d/xserver-xorg ...
  dpkg: error processing xserver-xorg (--purge):
   subprocess post-removal script returned error exit status 20

Unfortunately, the X packages have maintainer scripts that scare me and
confuse me, so I failed to find the reason for this problem. Sorry.

I have attached the bzip2'd piuparts log file. If I can provide
assistance in debugging this, please don't hesitate to ask.

-- 
Connection resented by peer


xserver-xfree86_6.9.0.dfsg.1-4.log.bz2
Description: application/bzip


Bug#351326: xserver-xorg: trouble purging

2006-02-03 Thread Eugene Konev

Hello Lars.

On Sat, 04 Feb 2006 05:55:31 +0200
you wrote:

> 0m12.6s ERROR: Command failed (status=256): 'chroot /tmp/tmpS7lFxN
> dpkg
> --purge --pending'
>   (Reading database ... 6930 files and directories currently
> installed.)
>   Removing xserver-xorg ...
>   Purging configuration files for xserver-xorg ...
>Removing any system startup links for /etc/init.d/xserver-xorg ...
>   dpkg: error processing xserver-xorg (--purge):
>subprocess post-removal script returned error exit status 20
> 
> Unfortunately, the X packages have maintainer scripts that scare me
> and confuse me, so I failed to find the reason for this
> problem. Sorry. 

At the very end of xserver-xorg.postrm it sources
/usr/share/debconf/confmodule to call db_purge (added by
dh_installdebconf) and gets reinvoked under debconf. Then update-rc.d 
prints the same message about startup links to debconf redirected
stdout, which makes debconf bail out.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]