Bug#346486: Mouse events before card is initalized?

2006-01-30 Thread Michel Dänzer
On Sun, 2006-01-29 at 14:51 +0100, Seiden Tiger wrote:
 
 By looking at the backtrace i had an different idea: What if the xserver gets 
 mouse events before the card is initialized. Everytime i removed the ball 
 from my trackball before booting i got an correct x startup. So i strongly 
 suspect that the mouse events handling is enabled to early in the x-server.
 I haven't looked at the source to back this up. But my experience backs this 
 up. 

It's still most likely a video driver issue, in particular if Option
SWcursor has the same effect as not moving the mouse on X server
startup, which seems quite likely given the backtrace. BTW, the actual
full backtrace output would be interesting, in particular with
xserver-xorg-dbg installed.


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



Driver evdev + /dev/input/... hangs system

2006-01-30 Thread Alex
I'm using x.org 6.9 and had to change xorg.conf to use my Logitech 
mouse. Driver evdev, Device /dev/input/cclick.

/dev/input/cclick is created by udev every time I attach the USB-Reciever.


The problem is that starting of x.org blocks every input, when the 
reciever is not present and removing it while the xserver is running, 
makes the mouse pointer hang.


I don't know, whether the evdev approach is to new (to be working), or 
not the right one for my specific problem, but I'd at least like to get 
rid of the input-hangs-system bug. But - I don't know where to start 
searching for a solution...



Greets,
Alex


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



Bug#345729: xorg-6.9.0

2006-01-30 Thread Michel Dänzer
On Sat, 2006-01-21 at 14:03 +0100, Javier Ramirez wrote: 
 
 (II) Loading /usr/X11R6/lib/modules/linux/libdrm.so
 (EE) LoadModule: Module drm does not have a drmModuleData data object.

Is this /usr/X11R6/lib/modules/linux/libdrm.so as shipped by
xserver-xorg? Note that /usr/lib/libdrm.so.2.0.0 from libdrm2 is not the
same thing nor interchangeable.


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



Bug#348054: xserver-xorg: [ati/radeon] Desktop window corrupted with ghost images

2006-01-30 Thread Michel Dänzer
On Wed, 2006-01-25 at 20:53 +, Mark Brown wrote: 
 On Wed, Jan 25, 2006 at 09:53:37AM +0100, Michel Dänzer wrote:
 
  If you really see the ghosting with EXA enabled, are the symptoms the
  same as with XAA? Otherwise, there might be a different bug in EXA
  causing similar symptoms.
 
 How could I confirm if it was on?  

grep -i 'acceleration architecture' /var/log/X*


 I've tried toggling EXA off in the configuration file and I now get 
 ghosting again, even with RenderAccel on, so it does look like two bugs.  
 With EXA the ghosts are greyscale patterns whereas with XAA they mostly 
 seem to be derived from things to the top left of the screen.  

This does indeed sound like a separate bug, most likely in the radeon
driver's EXA Render acceleration code. As the XAA issue is already
covered in other Debian bugs, let's focus on this one here. Could you
please report this upstream at http://bugs.freedesktop.org as well,
including all this information and possibly attaching screenshots of the
corruption?


   I don't have radeonfb loaded so I didn't try this.
 
  Would it be a lot of effort to load radeonfb and try it?
 
 Probably not but I don't have much time tonight: I will try to find time
 over the next couple of days to run through that 

Take your time.

 and also try the things you suggested before with EXA disabled (changing 
 down to 16 bit doesn't help XAA - that was my configuration when I first 
 saw trouble).

FWIW, the hardware issue is probably yet another separate bug, I assume
it can be worked around with Option SWcursor.


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



Bug#345753: xlibosmesa4: undefined symbol: driDispatchRemapTable

2006-01-30 Thread Michel Dänzer
On Tue, 2006-01-03 at 11:31 +0100, Joerg Hessdoerfer wrote: 
 
 I'm running a closed-source proprietary application, which ran fine
 under 6.8.2. Since the update to 6.9.0, I get the following error:
 
 symbol lookup error: /usr/X11R6/lib/libOSMesa.so.4: undefined symbol:
 driDispatchRemapTable
 
 I'm using an ATI Mobility 9600, with the radeon driver and DRI enabled.

Do you have the r300 DRI driver (only available in the libgl1-mesa-dri
package in Debian) working though, i.e. does glxinfo report direct
rendering as enabled?

I'm asking because this symbol seems to be defined in the DRI drivers
(r300_dri.so in your case), but this may still be a bug in xlibosmesa4
or xlibmesa-gl.


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



Bug#345753: xlibosmesa4: undefined symbol: driDispatchRemapTable

2006-01-30 Thread Joerg Hessdoerfer
On Monday 30 January 2006 18:07, Michel Dänzer wrote:
 On Tue, 2006-01-03 at 11:31 +0100, Joerg Hessdoerfer wrote:
  I'm running a closed-source proprietary application, which ran fine
  under 6.8.2. Since the update to 6.9.0, I get the following error:
 
  symbol lookup error: /usr/X11R6/lib/libOSMesa.so.4: undefined symbol:
  driDispatchRemapTable
 
  I'm using an ATI Mobility 9600, with the radeon driver and DRI enabled.

 Do you have the r300 DRI driver (only available in the libgl1-mesa-dri
 package in Debian) working though, i.e. does glxinfo report direct
 rendering as enabled?

 I'm asking because this symbol seems to be defined in the DRI drivers
 (r300_dri.so in your case), but this may still be a bug in xlibosmesa4
 or xlibmesa-gl.

Yes, I have. (I have to admit I used the one from libgl1-mesa-dri, as I could 
not install the package without conflicts). But it works, as proven by 
glxgears for example. (glxinfo also reports 'direct rendering: Yes').

Also, this symbol is undefined when dri is turned off. This shouldn't be the 
case anyway, no? IMHO, when dri is off, xlibosmesa should work just fine, 
since it's 'off screen'.

Side note: I've seen a similar bugreport for freeBSD:
http://lists.freebsd.org/pipermail/freebsd-x11/2006-January/002541.html

This seems to indicate a more general issue with xlibosmesa.

Greetings,
Jörg
-- 
Leading SW developer  - S.E.A GmbH
Mail: [EMAIL PROTECTED]
WWW:  http://www.sea-gmbh.com



Re: Slow AA and RGB text rendering

2006-01-30 Thread Michel Dänzer

First of all, this went to the wrong mailing list; debian-x is for
discussion of the Debian X packaging. I'm CC'ing the upstream xorg list,
please follow up there only.


On Wed, 2006-01-25 at 22:30 -0500, [EMAIL PROTECTED] wrote: 
 
 On the following machine:
 Athlon64 3000
 Nvidia GeForce 6600GT
 Kernel 2.6.14, Xorg 6.9.0.dfsg.1-3
 (Render enabled and verified working, Composite disabled, GLX working) 
 
 I'm getting only 22 kchar/s using:  x11perf -rgb10text
 Even software rendering should not be THIS slow considering that...
 
 ..For comparison, I dug out a retired P2-266 laptop with a PCI S3 
 video chipset.  It hasn't been updated for years. (Kernel 2.6.1, 
 XFree86 4.2.1-16)  The same benchmark reported about 17 kchar/s.

Things to consider:

  * -rgbXtext (I assume this is subpixel AA) is very non-trivial to
accelerate, I'm not aware of any accelerated (and correct)
implementation yet.
  * Hence this test probably boils down to software rendering, which
is usually limited by the CPU access to video RAM.
  * CPU reads from video RAM are still about as slow as ever
(especially with AGP, less so with PCIe).


 [Sidenote: for some reason x11perf -aa10text is not working in 6.9.0.. 
 it still does RGB and reports the same result.  Otherwise, I would 
 have reported this as well.  Nevertheless, my guess is that the 
 result would be the same, judging by perceptible text redraw speed in 
 applications with AA vs RGB mode.]
 
 Also, for reference, my prior Radeon 8500 card gave similar poor 
 results.  Before Xorg 6.9.0, I got around 45-50 kchar/s in either AA 
 or RGB mode using x11perf -aa10text or -rgb10text respectively.  
 While this sounds much faster, it is nowhere near what it should be 
 and still results in visibly sluggish text redraw.  I used to get 
 around 250-300 kchar/s with AA text in some older XFree86 releases 
 (and one CVS checkout of pre-6.8.2 Xorg!)  with varied Radeon 
 hardware. (RGB was still slow, around 50 kchar/s)

Some of these oddities might be explained by the fontconfig
configuration on your system. E.g., if your fontconfig configuration
enables subpixel AA, that seems to apply to the -aaXtext tests as well.
Some of us used to get fooled in the other direction because fontconfig
silently chose a non-AA font for -aaXtext, so we got impossibly high
numbers for that.


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



X Strike Force X.Org X11 SVN commit: r1144 - in branches/modular/app: . xutils

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 19:10:18 -0500 (Mon, 30 Jan 2006)
New Revision: 1144

Added:
   branches/modular/app/xutils/
   branches/modular/app/xutils/bdftopcf-X11R7.0-1.0.0/
   branches/modular/app/xutils/fslsfonts-X11R7.0-1.0.1/
   branches/modular/app/xutils/luit-X11R7.0-1.0.1/
   branches/modular/app/xutils/mkcfm-X11R7.0-1.0.1/
   branches/modular/app/xutils/mkfontdir-X11R7.0-1.0.1/
   branches/modular/app/xutils/mkfontscale-X11R7.0-1.0.1/
   branches/modular/app/xutils/rstart-X11R7.0-1.0.1/
   branches/modular/app/xutils/scripts-X11R7.0-1.0.1/
   branches/modular/app/xutils/sessreg-X11R7.0-1.0.0/
   branches/modular/app/xutils/xfsinfo-X11R7.0-1.0.1/
Removed:
   branches/modular/app/bdftopcf-X11R7.0-1.0.0/
   branches/modular/app/fslsfonts-X11R7.0-1.0.1/
   branches/modular/app/luit-X11R7.0-1.0.1/
   branches/modular/app/mkcfm-X11R7.0-1.0.1/
   branches/modular/app/mkfontdir-X11R7.0-1.0.1/
   branches/modular/app/mkfontscale-X11R7.0-1.0.1/
   branches/modular/app/rstart-X11R7.0-1.0.1/
   branches/modular/app/scripts-X11R7.0-1.0.1/
   branches/modular/app/sessreg-X11R7.0-1.0.0/
   branches/modular/app/xfsinfo-X11R7.0-1.0.1/
Log:
Move xutils apps to a subdirectory

Copied: branches/modular/app/xutils/bdftopcf-X11R7.0-1.0.0 (from rev 1132, 
branches/modular/app/bdftopcf-X11R7.0-1.0.0)

Copied: branches/modular/app/xutils/fslsfonts-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/fslsfonts-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/luit-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/luit-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/mkcfm-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/mkcfm-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/mkfontdir-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/mkfontdir-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/mkfontscale-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/mkfontscale-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/rstart-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/rstart-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/scripts-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/scripts-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/sessreg-X11R7.0-1.0.0 (from rev 1132, 
branches/modular/app/sessreg-X11R7.0-1.0.0)

Copied: branches/modular/app/xutils/xfsinfo-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/xfsinfo-X11R7.0-1.0.1)


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



X Strike Force X.Org X11 SVN commit: r1145 - in branches/modular/app: . xbase-clients

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 19:23:38 -0500 (Mon, 30 Jan 2006)
New Revision: 1145

Added:
   branches/modular/app/xbase-clients/
   branches/modular/app/xbase-clients/appres-X11R7.0-1.0.0/
   branches/modular/app/xbase-clients/beforelight-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/bitmap-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/editres-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/iceauth-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/ico-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/listres-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/oclock-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/setxkbmap-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/smproxy-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/viewres-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/x11perf-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xauth-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xbiff-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xcalc-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xclipboard-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xclock-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xcmsdb-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xconsole-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xcursorgen-X11R7.0-1.0.0/
   branches/modular/app/xbase-clients/xdbedizzy-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xditview-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xdpyinfo-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xdriinfo-X11R7.0-1.0.0/
   branches/modular/app/xbase-clients/xedit-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xev-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xeyes-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xf86dga-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xfd-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xfindproxy-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xfontsel-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xgamma-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xgc-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xhost-X11R7.0-1.0.0/
   branches/modular/app/xbase-clients/xinit-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xkbcomp-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xkbevd-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xkbprint-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xkbutils-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xkill-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xload-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xlogo-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xlsatoms-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xlsclients-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xlsfonts-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xmag-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xman-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xmessage-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xmodmap-X11R7.0-1.0.0/
   branches/modular/app/xbase-clients/xmore-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xprop-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xrandr-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xrdb-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xrefresh-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xset-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xsetmode-X11R7.0-1.0.0/
   branches/modular/app/xbase-clients/xsetpointer-X11R7.0-1.0.0/
   branches/modular/app/xbase-clients/xsetroot-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xsm-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xstdcmap-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xtrap-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xvidtune-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xvinfo-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xwd-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xwininfo-X11R7.0-1.0.1/
   branches/modular/app/xbase-clients/xwud-X11R7.0-1.0.1/
Removed:
   branches/modular/app/appres-X11R7.0-1.0.0/
   branches/modular/app/beforelight-X11R7.0-1.0.1/
   branches/modular/app/bitmap-X11R7.0-1.0.1/
   branches/modular/app/editres-X11R7.0-1.0.1/
   branches/modular/app/iceauth-X11R7.0-1.0.1/
   branches/modular/app/ico-X11R7.0-1.0.1/
   branches/modular/app/listres-X11R7.0-1.0.1/
   branches/modular/app/oclock-X11R7.0-1.0.1/
   branches/modular/app/setxkbmap-X11R7.0-1.0.1/
   branches/modular/app/smproxy-X11R7.0-1.0.1/
   branches/modular/app/viewres-X11R7.0-1.0.1/
   branches/modular/app/x11perf-X11R7.0-1.0.1/
   branches/modular/app/xauth-X11R7.0-1.0.1/
   branches/modular/app/xbiff-X11R7.0-1.0.1/
   branches/modular/app/xcalc-X11R7.0-1.0.1/
   branches/modular/app/xclipboard-X11R7.0-1.0.1/
   branches/modular/app/xclock-X11R7.0-1.0.1/
   branches/modular/app/xcmsdb-X11R7.0-1.0.1/
   

X Strike Force X.Org X11 SVN commit: r1146 - branches/modular/app

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 19:26:04 -0500 (Mon, 30 Jan 2006)
New Revision: 1146

Removed:
   branches/modular/app/xphelloworld-X11R7.0-1.0.1/
   branches/modular/app/xplsprinters-X11R7.0-1.0.1/
   branches/modular/app/xprehashprinterlist-X11R7.0-1.0.1/
Log:
Remove the Xprint apps


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



X Strike Force X.Org X11 SVN commit: r1147 - in branches/modular/app: . xbase-clients xutils

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 19:29:56 -0500 (Mon, 30 Jan 2006)
New Revision: 1147

Added:
   branches/modular/app/xbase-clients/fstobdf-X11R7.0-1.0.1/
   branches/modular/app/xutils/showfont-X11R7.0-1.0.1/
Removed:
   branches/modular/app/fonttosfnt-X11R7.0-1.0.1/
   branches/modular/app/fstobdf-X11R7.0-1.0.1/
   branches/modular/app/showfont-X11R7.0-1.0.1/
   branches/modular/app/xpr-X11R7.0-1.0.1/
Log:
Clean up the stuff that I missed in the last three commits

Copied: branches/modular/app/xbase-clients/fstobdf-X11R7.0-1.0.1 (from rev 
1132, branches/modular/app/fstobdf-X11R7.0-1.0.1)

Copied: branches/modular/app/xutils/showfont-X11R7.0-1.0.1 (from rev 1132, 
branches/modular/app/showfont-X11R7.0-1.0.1)


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



X Strike Force X.Org X11 SVN commit: r1148 - in branches/modular/app/xutils: . debian

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 20:40:32 -0500 (Mon, 30 Jan 2006)
New Revision: 1148

Added:
   branches/modular/app/xutils/debian/
   branches/modular/app/xutils/debian/changelog
   branches/modular/app/xutils/debian/compat
   branches/modular/app/xutils/debian/control
   branches/modular/app/xutils/debian/copyright
   branches/modular/app/xutils/debian/rules
   branches/modular/app/xutils/debian/xutils.install
Removed:
   branches/modular/app/xutils/mkcfm-X11R7.0-1.0.1/
Log:
Add xutils packaging and remove non-free mkcfm

Added: branches/modular/app/xutils/debian/changelog
===
--- branches/modular/app/xutils/debian/changelog2006-01-31 00:29:56 UTC 
(rev 1147)
+++ branches/modular/app/xutils/debian/changelog2006-01-31 01:40:32 UTC 
(rev 1148)
@@ -0,0 +1,6 @@
+xutils (1:1.0.1-1) experimental; urgency=low
+
+  * First modular upload to Debian
+  * mkcfm removed because it is non-free
+
+ -- David Nusinow [EMAIL PROTECTED]  Mon, 30 Jan 2006 20:36:47 -0500

Added: branches/modular/app/xutils/debian/compat
===
--- branches/modular/app/xutils/debian/compat   2006-01-31 00:29:56 UTC (rev 
1147)
+++ branches/modular/app/xutils/debian/compat   2006-01-31 01:40:32 UTC (rev 
1148)
@@ -0,0 +1 @@
+4

Added: branches/modular/app/xutils/debian/control
===
--- branches/modular/app/xutils/debian/control  2006-01-31 00:29:56 UTC (rev 
1147)
+++ branches/modular/app/xutils/debian/control  2006-01-31 01:40:32 UTC (rev 
1148)
@@ -0,0 +1,63 @@
+Source: xutils
+Section: x11
+Priority: optional
+Maintainer: Debian X Strike Force debian-x@lists.debian.org
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED]
+Build-Depends: debhelper (= 4.0.0), pkg-config
+Standards-Version: 3.6.1.0
+
+Package: xutils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Description: X Window System utility programs
+ xutils provides a set of utility programs shipped with the X Window System
+ that do not require the X libraries; many of these programs are useful
+ even on a system that does not have any X clients or X servers installed.
+ .
+ The programs in this package include:
+  - bdftopcf, which converts BDF fonts to PCF fonts;
+  - bdftruncate and ucs2any, tools to generate fonts with various encodings
+from ISO 10646-encoded fonts
+  - ccmakedep, a version of makedepend which does it right
+  - cleanlinks, a program to remove dangling symlinks and empty directories
+from a shadow link tree (created with lndir)
+  - fslsfonts, a tool that lists fonts served by an X font server;
+  - imake, a C preprocessor interface to the make utility;
+  - lndir, a tool that creates a shadow directory of symbolic links to
+another directory tree;
+  - luit, a filter that can be run between an arbitrary application and a
+UTF-8 terminal emulator;
+  - makedepend, a tool to create dependencies in makefiles;
+  - makeg, a tool for making debuggable executables;
+  - makepsres, a tool that creates PostScript language resource database
+files;
+  - makestrs, a tool that makes string table C source and header(s);
+  - mkcfm, a tool that create summaries of font metric files in CID font
+directories;
+  - mkdirhier, a tool that creates a directory hierarchy;
+  - mkfontdir, a program to generate fonts.dir files;
+  - scanpci, a utility for retrieving information about the PCI bus and
+devices on it (not available on all architectures);
+  - pcitweak, a utility that can be used to examine or change registers in
+the PCI configuration space (not available on all architectures);
+  - pswrap, a tool that creates C procedures from segments of PostScript
+language code;
+  - revpath, which generates a relative path that can be used to undo a
+change-directory;
+  - rstart, a remote start client;
+  - rstartd, a remote start daemon activated by rstart connections;
+  - sessreg, a simple program for managing utmp/wtmp entries;
+  - showfont, a font dumper for use with an X font server;
+  - showrgb, a decompiler for RGB color-name databases;
+  - xfsinfo, an X font server information utility;
+  - xmkmf, a tool that creates a Makefile from an Imakefile; and
+  - xon, a tool that starts an X program on a remote machine.
+ .
+ Installation of an rsh or ssh daemon (server) is necessary if rstartd is
+ to be used, and installation of an rsh or ssh client is necessary if
+ rstart is to be used.  The luit program requires locale information from
+ the xlibs-data package.
+ .
+ imake uses the C preprocessor (cpp) as a macro processor.  The GNU C
+ preprocessor's -traditional support misbehaves in early releases of the GCC
+ 3.3 series; therefore, this package conflicts with those versions.

Added: branches/modular/app/xutils/debian/copyright

X Strike Force X.Org X11 SVN commit: r1149 - branches/modular/app/xutils/debian

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 20:42:21 -0500 (Mon, 30 Jan 2006)
New Revision: 1149

Modified:
   branches/modular/app/xutils/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/app/xutils/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



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



X Strike Force X.Org X11 SVN commit: r1150 - branches/modular/app/xutils/debian

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 20:47:40 -0500 (Mon, 30 Jan 2006)
New Revision: 1150

Modified:
   branches/modular/app/xutils/debian/xutils.install
Log:
Drop the mkcfm stuff from .install file

Modified: branches/modular/app/xutils/debian/xutils.install
===
--- branches/modular/app/xutils/debian/xutils.install   2006-01-31 01:42:21 UTC 
(rev 1149)
+++ branches/modular/app/xutils/debian/xutils.install   2006-01-31 01:47:40 UTC 
(rev 1150)
@@ -1,7 +1,6 @@
 usr/bin/bdftopcf
 usr/bin/fslsfonts
 usr/bin/luit
-usr/bin/mkcfm
 usr/bin/mkfontdir
 usr/bin/mkfontscale
 usr/bin/rstart
@@ -16,7 +15,6 @@
 usr/share/man/man1/bdftopcf.1x
 usr/share/man/man1/fslsfonts.1x
 usr/share/man/man1/luit.1x
-usr/share/man/man1/mkcfm.1x
 usr/share/man/man1/mkfontdir.1x
 usr/share/man/man1/mkfontscale.1x
 usr/share/man/man1/rstartd.1x


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



X Strike Force X.Org X11 SVN commit: r1151 - branches/modular/app/xutils/debian

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 20:52:14 -0500 (Mon, 30 Jan 2006)
New Revision: 1151

Modified:
   branches/modular/app/xutils/debian/control
Log:
Drop mkcfm from package description

Modified: branches/modular/app/xutils/debian/control
===
--- branches/modular/app/xutils/debian/control  2006-01-31 01:47:40 UTC (rev 
1150)
+++ branches/modular/app/xutils/debian/control  2006-01-31 01:52:14 UTC (rev 
1151)
@@ -32,8 +32,6 @@
   - makepsres, a tool that creates PostScript language resource database
 files;
   - makestrs, a tool that makes string table C source and header(s);
-  - mkcfm, a tool that create summaries of font metric files in CID font
-directories;
   - mkdirhier, a tool that creates a directory hierarchy;
   - mkfontdir, a program to generate fonts.dir files;
   - scanpci, a utility for retrieving information about the PCI bus and


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



Xorg not working with Matrox G550?? MGAGetBOARDHANDLESize

2006-01-30 Thread Bill Moseley
Reposted from d-u.

I did a Sid upgrade today.

  undefined symbol: MGAGetBOARDHANDLESize. 

I could not get the xserver to start and finally had to downgrade
to 6.8.2 and install the mga driver from the Matrox site.

Exiting the xserver seems to leave the video card in the wrong state,
as I just have a few big blocks on the screen and no text mode.

There's related bug report about the  MGAGetBOARDHANDLESize error.


  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345497

This user was using the proprietary mga_hal driver, which we can't
support.  Closing this bug, which he's fixed by removing this
module.

I removed mga_hal.so and then startx gets the monitor to switch
modes and then hangs (so no text mode anymore).

The log shows:

(EE) MGA: Failed to load module mga_hal (module does not exist, 0)
(==) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead

(ok, that's expected)

Then this:

drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci::01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports+
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed

[repeats until cart19 and then just stops]


-- 
Bill Moseley
[EMAIL PROTECTED]



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



X Strike Force X.Org X11 SVN commit: r1152 - branches/modular/font/util/debian

2006-01-30 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-01-30 22:02:16 -0500 (Mon, 30 Jan 2006)
New Revision: 1152

Modified:
   branches/modular/font/util/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/font/util/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



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



Bug#350664: xterm: Escape sequence does not always change cursor colour

2006-01-30 Thread Cameron Hutchison
Package: xterm
Version: 208-3.1
Severity: minor

The escape sequence for changing the cursor colour does not work when
you are trying to change the cursor colour to the same colour as the
foreground text.

eg.
$ xterm -fg green -bg black
xterm$ echo -ne \E]12;red\007
xterm$ echo -ne \E]12;green\007
xterm$ echo -ne \E]12;blue\007
xterm$ echo -ne \E]12;green\007

The lines that should set the cursor to green do nothing.

The problem appears to be in charproc.c in set_cursor_gcs() where it
checks to see if the cursor colour is different from the foreground and
background colour. If so, it operates as though the cursor colour has
changed. Yet in this above case, the cursor colour has changed _to_ the
foreground colour.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4-imladris-1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xterm depends on:
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxaw8   6.9.0.dfsg.1-4 X Athena widget set library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-2  FreeType-based font drawing librar
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  xlibs-data6.9.0.dfsg.1-4 X Window System client data
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages xterm recommends:
ii  xutils6.9.0.dfsg.1-4 X Window System utility programs

-- no debconf information


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



Bug#24192: Our lawmake not bypath

2006-01-30 Thread Doreen Hagwood
To Investor

AD Capital US Inc ( ADCS )
 
Current Price: 0.994
Short Term Target Price: $1.755
Long Term Target Price: $3.941
326-%- Short Term Profit-Potential

More info-at finance.yahoo

AD Capital US Inc - ADCS
The company is attempting to revolutionize the reduction of emissions from 
vehicle exhaust with an extraordinary device called the Auto Emissions Post 
Regulator. ADCapital US, Inc., is the U.S. licensee of the Auto 
Emissions Post Regulator technology


Sincerely,
Stearne Swiat
Senior Investment- Advisor
DFR Group






What a delightful and ache entertainment Seiz My ptolemy young Davy 
But I recollect being conscious of his company without having noticed his 
coming in
or how impossible I found it  when I thought of her afterwards  to separate her 
from this look
it in his headhe suddenly proposed that I should be a ingratitude  My aunt 
received this
look wild  I have remarked that at those times  and when he is least like 
himself  he is most certain
given all I had  for lawful permission to get down and thrash him  and let all
And do it at once  The waiter immediately withdrew to make the exchange
charm of her manner and when I looked at Erasmus by her side  and thought how 
good and
a little concert  But I remarked two things first  that though Annie soon 
recovered her


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