Bug#175296:

2003-01-06 Thread John Summerfield
On Tue, 7 Jan 2003 08:02, Daniel Stone wrote:
> Melbourne. :)

More precision pls. I know some areas of Melbourne, used to live in the 
Waverley area. One of my daughters lives in Blackburn.


-- 
Cheers
John Summerfield


Microsoft's most solid OS: http://www.geocities.com/rcwoolley/
Join the "Linux Support by Small Businesses" list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb








Re: Radeon xvideo bug

2003-01-06 Thread Scott Henson
On Tue, 2003-01-07 at 01:09, Nikita V. Youshchenko wrote:
> > I've experienced the following problem since I first installed my Radeon
> > VE card under XFree86 4.X. The bug affects the playback of any video
> > using the xvideo extension.
> > 
> > When I play any video using any video player (e.g. xine, mplayer or vlc)
> > and try to minimize the application, a freeze frame of the video appears
> > and blocks the part of the screen where the video was running. If the
> > video is running full screen the entire screen is blocked by the frozen
> > frame. This doesn't occur if I use another video output method, as
> > when running "xine-V xshm movie.avi" or "mplayer -vo x11 movie.mpg".
> 
> I can confirm this bug.
> It happened here 2 months ago when I used a radeon card (now I don't).
> Seems that ati driver couldn't clip xv X windows at all.
Me too.  


-- 
Scott Henson <[EMAIL PROTECTED]>


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




Re: Radeon xvideo bug

2003-01-06 Thread Nikita V. Youshchenko


> I've experienced the following problem since I first installed my Radeon
> VE card under XFree86 4.X. The bug affects the playback of any video
> using the xvideo extension.
> 
> When I play any video using any video player (e.g. xine, mplayer or vlc)
> and try to minimize the application, a freeze frame of the video appears
> and blocks the part of the screen where the video was running. If the
> video is running full screen the entire screen is blocked by the frozen
> frame. This doesn't occur if I use another video output method, as
> when running "xine-V xshm movie.avi" or "mplayer -vo x11 movie.mpg".

I can confirm this bug.
It happened here 2 months ago when I used a radeon card (now I don't).
Seems that ati driver couldn't clip xv X windows at all.


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




Bug#175296:

2003-01-06 Thread John Summerfield
On Tue, 7 Jan 2003 08:02, Daniel Stone wrote:
> Melbourne. :)

More precision pls. I know some areas of Melbourne, used to live in the 
Waverley area. One of my daughters lives in Blackburn.


-- 
Cheers
John Summerfield


Microsoft's most solid OS: http://www.geocities.com/rcwoolley/
Join the "Linux Support by Small Businesses" list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb







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




Bug#170508: fixed in upstream CVS

2003-01-06 Thread ISHIKAWA Mutsumi
>> Log message:
>>   700. BuildServersOnly fix when building on a system with no installed
>>X headers or libraries (#5559, ISHIKAWA Mutsumi).
>>
>> Modified files:
>>  xc/config/cf/:
>>xfree86.cf 

 This problem is fixed in upstream CVS.


Index: xc/config/cf/xfree86.cf
===
RCS file: /cvs/xc/config/cf/xfree86.cf,v
retrieving revision 3.431
diff -u -a -r3.431 xfree86.cf
--- xc/config/cf/xfree86.cf 2002/12/10 15:12:15 3.431
+++ xc/config/cf/xfree86.cf 2003/01/04 06:59:58
@@ -1151,7 +1151,11 @@
 #if BuildXF86DRI
 
 #ifndef BuildGLXLibrary
-#define BuildGLXLibraryYES
+#  if BuildServersOnly
+#define BuildGLXLibraryNO
+#  else
+#define BuildGLXLibraryYES
+#  endif
 #endif
 
 /*

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>




Bug#175618: xdm fails to start X

2003-01-06 Thread Alex Coventry
Package: xdm
Version: 4.2.1-4
Severity: grave
Justification: renders package unusable

the init.d xdm script fails to start X.  "xdm" from the command line
also fails to start X.  i can start it just fine with "startx", though. 

hope this helps.
alex.

-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux tess-turbo 2.4.18-newpmac #1 Thu Mar 14 22:44:49 EST 2002 ppc
Locale: LANG=C, LC_CTYPE=C

Versions of packages xdm depends on:
ii  cpp  2:2.95.4-17 The GNU C preprocessor.
ii  debconf  1.2.21  Debian configuration management sy
ii  libc62.3.1-9 GNU C Library: Shared libraries an
ii  libpam0g 0.76-9  Pluggable Authentication Modules l
ii  libxaw7  4.2.1-4 X Athena widget set library
ii  xbase-clients4.2.1-4 miscellaneous X clients
ii  xlibs4.2.1-4 X Window System client libraries

-- debconf information:
  xdm/stop_running_server_with_children: false
  xdm/daemon_name: /usr/bin/X11/xdm
  shared/default-x-display-manager: xdm





Bug#170508: fixed in upstream CVS

2003-01-06 Thread ISHIKAWA Mutsumi
>> Log message:
>>   700. BuildServersOnly fix when building on a system with no installed
>>X headers or libraries (#5559, ISHIKAWA Mutsumi).
>>
>> Modified files:
>>  xc/config/cf/:
>>xfree86.cf 

 This problem is fixed in upstream CVS.


Index: xc/config/cf/xfree86.cf
===
RCS file: /cvs/xc/config/cf/xfree86.cf,v
retrieving revision 3.431
diff -u -a -r3.431 xfree86.cf
--- xc/config/cf/xfree86.cf 2002/12/10 15:12:15 3.431
+++ xc/config/cf/xfree86.cf 2003/01/04 06:59:58
@@ -1151,7 +1151,11 @@
 #if BuildXF86DRI
 
 #ifndef BuildGLXLibrary
-#define BuildGLXLibraryYES
+#  if BuildServersOnly
+#define BuildGLXLibraryNO
+#  else
+#define BuildGLXLibraryYES
+#  endif
 #endif
 
 /*

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>



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




Bug#175296:

2003-01-06 Thread Daniel Stone
(Backtrace attached).

On Sun, Jan 05, 2003 at 12:49:04PM +0800, [EMAIL PROTECTED] scrawled:
> [EMAIL PROTECTED]:~$ gdb xvidtune
> GNU gdb 2002-04-01-cvs
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "i386-linux"...(no debugging symbols
> found)...
> (gdb) r
> Starting program: /usr/X11R6/bin/xvidtune 
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> Vendor: , Model: 
> Num hsync: 1, Num vsync: 1
> hsync range 0:  30.00 -  92.00
> vsync range 0:  50.00 -  85.00
> (no debugging symbols found)...(no debugging symbols found)...
> Program received signal SIGFPE, Arithmetic exception.
> 0x08049e4c in XawTextGetInsertionPoint ()
> (gdb) bt
> #0  0x08049e4c in XawTextGetInsertionPoint ()
> #1  0x0805c898 in ?? ()
> #2  0x0804983f in XawTextGetInsertionPoint ()
> #3  0x0804be66 in XawTextGetInsertionPoint ()
> #4  0x401fa14f in __libc_start_main () from /lib/libc.so.6
> (gdb) 
> 
> 
> Where in Oz do you live?

Melbourne. :)

-- 
Daniel Stone <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Developer - http://kopete.kde.org, http://www.kde.org


pgp1fMDMBkTs4.pgp
Description: PGP signature


Bug#175618: xdm fails to start X

2003-01-06 Thread Alex Coventry
Package: xdm
Version: 4.2.1-4
Severity: grave
Justification: renders package unusable

the init.d xdm script fails to start X.  "xdm" from the command line
also fails to start X.  i can start it just fine with "startx", though. 

hope this helps.
alex.

-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux tess-turbo 2.4.18-newpmac #1 Thu Mar 14 22:44:49 EST 2002 ppc
Locale: LANG=C, LC_CTYPE=C

Versions of packages xdm depends on:
ii  cpp  2:2.95.4-17 The GNU C preprocessor.
ii  debconf  1.2.21  Debian configuration management sy
ii  libc62.3.1-9 GNU C Library: Shared libraries an
ii  libpam0g 0.76-9  Pluggable Authentication Modules l
ii  libxaw7  4.2.1-4 X Athena widget set library
ii  xbase-clients4.2.1-4 miscellaneous X clients
ii  xlibs4.2.1-4 X Window System client libraries

-- debconf information:
  xdm/stop_running_server_with_children: false
  xdm/daemon_name: /usr/bin/X11/xdm
  shared/default-x-display-manager: xdm




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




Bug#175296:

2003-01-06 Thread Daniel Stone
(Backtrace attached).

On Sun, Jan 05, 2003 at 12:49:04PM +0800, [EMAIL PROTECTED] scrawled:
> summer@Apricot:~$ gdb xvidtune
> GNU gdb 2002-04-01-cvs
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "i386-linux"...(no debugging symbols
> found)...
> (gdb) r
> Starting program: /usr/X11R6/bin/xvidtune 
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> Vendor: , Model: 
> Num hsync: 1, Num vsync: 1
> hsync range 0:  30.00 -  92.00
> vsync range 0:  50.00 -  85.00
> (no debugging symbols found)...(no debugging symbols found)...
> Program received signal SIGFPE, Arithmetic exception.
> 0x08049e4c in XawTextGetInsertionPoint ()
> (gdb) bt
> #0  0x08049e4c in XawTextGetInsertionPoint ()
> #1  0x0805c898 in ?? ()
> #2  0x0804983f in XawTextGetInsertionPoint ()
> #3  0x0804be66 in XawTextGetInsertionPoint ()
> #4  0x401fa14f in __libc_start_main () from /lib/libc.so.6
> (gdb) 
> 
> 
> Where in Oz do you live?

Melbourne. :)

-- 
Daniel Stone <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Developer - http://kopete.kde.org, http://www.kde.org



msg05209/pgp0.pgp
Description: PGP signature


Radeon xvideo bug

2003-01-06 Thread csj
I've experienced the following problem since I first installed my Radeon
VE card under XFree86 4.X. The bug affects the playback of any video
using the xvideo extension.

When I play any video using any video player (e.g. xine, mplayer or vlc)
and try to minimize the application, a freeze frame of the video appears
and blocks the part of the screen where the video was running. If the
video is running full screen the entire screen is blocked by the frozen
frame. This doesn't occur if I use another video output method, as
when running "xine-V xshm movie.avi" or "mplayer -vo x11 movie.mpg".

Does anybody have a solution for this? Or is this a known bug?



Radeon xvideo bug

2003-01-06 Thread csj
I've experienced the following problem since I first installed my Radeon
VE card under XFree86 4.X. The bug affects the playback of any video
using the xvideo extension.

When I play any video using any video player (e.g. xine, mplayer or vlc)
and try to minimize the application, a freeze frame of the video appears
and blocks the part of the screen where the video was running. If the
video is running full screen the entire screen is blocked by the frozen
frame. This doesn't occur if I use another video output method, as
when running "xine-V xshm movie.avi" or "mplayer -vo x11 movie.mpg".

Does anybody have a solution for this? Or is this a known bug?


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




Reciprocal Links

2003-01-06 Thread Rich Blakemore



My name is Rich Blakemore and I am the owner of Rich's Web 
Design!  I have visited your quality site and have placed a link from my 
site to yours. (www.RichsWebDesign.com/partners.shtml)  
If you could provide a reciprocal link with the info below, it would be greatly 
appreciated!:Rich's Web Design - "Custom web design and development 
services in NC with professional site upgrades, search engine optimization and 
clean graphic design."or copy this: 
Rich's Web Design - "Custom web design 
and development servicesin NC with professional site upgrades, search engine 
optimization and clean graphic design."Thank you in 
advance!
Rich Blakemorewww.RichsWebDesign.com336-771-9917For 
my "Newsletter" go to:www.RichsWebDesign.com/news.shtml


Reciprocal Links

2003-01-06 Thread Rich Blakemore



My name is Rich Blakemore and I am the owner of Rich's Web 
Design!  I have visited your quality site and have placed a link from my 
site to yours. (www.RichsWebDesign.com/partners.shtml)  
If you could provide a reciprocal link with the info below, it would be greatly 
appreciated!:Rich's Web Design - "Custom web design and development 
services in NC with professional site upgrades, search engine optimization and 
clean graphic design."or copy this: 
Rich's Web Design - "Custom web design 
and development servicesin NC with professional site upgrades, search engine 
optimization and clean graphic design."Thank you in 
advance!
Rich Blakemorewww.RichsWebDesign.com336-771-9917For 
my "Newsletter" go to:www.RichsWebDesign.com/news.shtml