Bug#231205: xserver-xfree86: also occurs with [ati] 3D Rage Pro

2004-03-29 Thread Thanasis Kinias
Package: xserver-xfree86
Version: 4.3.0-7
Severity: normal
Followup-For: Bug #231205

Just as with my Radeon system, now that 4.3 hit testing I can see that
the same problem occurs on the box with the 3D Rage Pro, using the ati
driver -- that is, console switching is totally disabled, as is
CTRL-ALT-Backspace to kill X.  All keys involved work fine for other
contexts (at the WM or application level), so it's not a keymapping
problem.

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

X server symlink status:
lrwxrwxrwx1 root root   20 2002-07-24 22:06 /etc/X11/X -> 
/usr/bin/X11/XFree86
-rwxr-xr-x1 root root  1742316 2004-03-17 22:42 /usr/bin/X11/XFree86
/etc/X11/X target does not match checksum in /var/lib/xfree86/X.md5sum.

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X 
(rev 5c)
01:00.0 Class 0300: 1002:4742 (rev 5c)

XFree86 X server configuration file status:
-rw-r--r--1 root root 3307 2003-09-29 10:39 
/etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
#   FontPath"unix/:7100"# local font server
FontPath"unix/:7110"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "ATI Technologies, Inc. 3D Rage Pro AGP [264GT Pro GB]"
Driver  "ati"
EndSection

Section "Monitor"
Identifier  "DELL D1025TM"
HorizSync   30-85
VertRefresh 50-120
#   HorizSync   30-92
#   VertRefresh 50-85
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI Technologies, Inc. 3D Rage Pro AGP [264GT Pro GB]"
Monitor "DELL D1025TM"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection 

Re: Patches from XFree86

2004-03-29 Thread Thomas Dickey
On Mon, Mar 29, 2004 at 06:24:21PM -0800, Daniel Stone wrote:
> On Tue, Mar 30, 2004 at 01:59:20AM -, Thomas Dickey wrote:
> > Branden Robinson <[EMAIL PROTECTED]> wrote:
> > > In many cases, this copyright is attached even to changes as simple as
> > > the following hypothetical example:
> > 
> > Having observed too many "extensive rewrite" changelog comments which were
> > little more than cosmetic changes, it's hard to say where to draw the line
> > (just follow freshmeat for a while).
> > 
> > Would you prefer that they start asserting copyright once they've completely
> > rewritten the code?
> 
> You just have to make a judgement call at the time: are you writing a
> whole new, complicated, extension, or are you changing an instance of
> strcpy to strncpy?

That's the point: the example quoted was not in context.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgppV37bpuWRu.pgp
Description: PGP signature


Re: Patches from XFree86

2004-03-29 Thread Daniel Stone
On Tue, Mar 30, 2004 at 01:59:20AM -, Thomas Dickey wrote:
> Branden Robinson <[EMAIL PROTECTED]> wrote:
> > In many cases, this copyright is attached even to changes as simple as
> > the following hypothetical example:
> 
> Having observed too many "extensive rewrite" changelog comments which were
> little more than cosmetic changes, it's hard to say where to draw the line
> (just follow freshmeat for a while).
> 
> Would you prefer that they start asserting copyright once they've completely
> rewritten the code?

You just have to make a judgement call at the time: are you writing a
whole new, complicated, extension, or are you changing an instance of
strcpy to strncpy?

-- 
Daniel Stone<[EMAIL PROTECTED]>
Debian: the universal operating system http://www.debian.org


signature.asc
Description: Digital signature


Re: Patches from XFree86

2004-03-29 Thread Thomas Dickey
Branden Robinson <[EMAIL PROTECTED]> wrote:

> In many cases, this copyright is attached even to changes as simple as
> the following hypothetical example:

Having observed too many "extensive rewrite" changelog comments which were
little more than cosmetic changes, it's hard to say where to draw the line
(just follow freshmeat for a while).

Would you prefer that they start asserting copyright once they've completely
rewritten the code?

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



Re: x-window-manager - what must it provide?

2004-03-29 Thread Daniel Stone
On Mon, Mar 29, 2004 at 11:45:11PM +0100, Simon Huggins wrote:
> I'm trying to work out what the intended purpose of x-window-manager is.
> 
> This is prompted by bug 194195.
> 
> wdm thinks that x-window-manager should provide an X session with a way
> to launch applications and so on.
> 
> xfwm4 ships as an alternative to x-window-manager because it's a window
> manager.  However all the menuing, panel, other bits and bobs are
> provided in other components of XFce.
> 
> Basically I want to know if xfwm4 should be saying it's an alternative
> to x-window-manager - given it provides the positioning, window border
> bits - or if more is needed in order to satisfy being x-window-manager.
> 
> I read policy but it didn't really seem to specify much just gave points
> for different bits.

Umm, isn't there an x-session-manager for full environments? x-w-m
should just manage windows, IMO, where as x-s-m should be for full
environments (KDE vs KWin, GNOME vs Metacity, XFce vs XFwm, et al).

-- 
Daniel Stone<[EMAIL PROTECTED]>
Debian: the universal operating system http://www.debian.org


signature.asc
Description: Digital signature


Re: Patches from XFree86

2004-03-29 Thread Thomas Dickey
Keith Packard <[EMAIL PROTECTED]> wrote:

> Please be careful with patches from XFree86 -- these are now often tagged 
> indicating that the patch is covered by the XFree86 1.1 license even while 
> the files patched are not.  I don't know the legal status of files patched 
> like this, but it seems best to get fixes from upstream and bypass the 
> questionable license quagmire entirely.

Perhaps you can point to a specific example.  The only mentions I can
recall of copyright changes have been to the Xserver area.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



Bug#240944: /usr/X11R6/bin/xset: [xset] argument parsing errors should be printed after usage message

2004-03-29 Thread Frederik Eaton
Package: xbase-clients
Version: 4.3.0-5
Severity: minor
File: /usr/X11R6/bin/xset


When I run, for example, 'xset blah', I see the following in my
reasonably-sized terminal:

 [top of screen]
   force standby 
   force suspend 
   force off 
   force on 
   (also implicitly enables DPMS features) 
   a timeout value of zero disables the mode 
 To control font cache:
  fc [hi-mark [low-mark [balance]]]
 both mark values spcecified in KB
 balance value spcecified in percent (10 - 90)
 Show font cache statistics:
  fc s
 To set the font path:
  fp= path[,path...]
 To restore the default font path:
  fp default
 To have the server reread font databases:
  fp rehash
 To remove elements from font path:
 -fp path[,path...]  fp- path[,path...]
 To prepend or append elements to font path:
 +fp path[,path...]  fp+ path[,path...]
 To set LED states off or on:
 -led [1-32] led off
  led [1-32] led on
 To set mouse acceleration and threshold:
  m [acc_mult[/acc_div] [thr]]m default
 To set pixel colors:
  p pixel_value color_name
 To turn auto-repeat off or on:
 -r [keycode]r off
  r [keycode]r on
  r rate [delay [rate]]
 For screen-saver control:
  s [timeout [cycle]]  s defaults on
  s blank  s noblanks off
  s expose s noexpose
  s activate   s reset
 For status information:  q
 $

Somewhere in the terminal's scrollback buffer is the line "xset:
unknown option blah". Why should I have to scroll backwards to see it?
My theory is that at one point xset had such a short usage string that
the developers thought, "Gee, it would be convenient if we printed a
usage message, for quick reference, whenever there was an argument
parsing error." But now the usage string has grown so long that this
argument is no longer valid. The usage message should be secondary to
the actual error message, but instead it takes up so much space that
it makes the error message harder to read. This is especially tiresome
when one is trying to specify a complicated command line, and must
keep scrolling up past the usage message to see what went wrong.

I can think of two solutions. My preferred solution would be to modify
xset to recognize '-h' and '--help', and to only print the usage
message when one of these is specified on the command line (the same
behavior, as, for instance, gcc). (A shorter version of the usage
message could be printed when there is an error, although I would be
happiest if nothing were printed but the error message.) Another
possibility would be to modify xset to print the error message after
the usage message, rather than before, so that the user doesn't have
to scroll backwards to see the error message.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.2-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages xbase-clients depends on:
ii  cpp   4:3.3.3-2  The GNU C preprocessor (cpp)
ii  libc6 2.3.2.ds1-11   GNU C Library: Shared libraries an
ii  libdps1   4.2.1-16   Display PostScript (DPS) client li
ii  libexpat1 1.95.6-6   XML parsing C library - runtime li
ii  libfontconfig12.2.1-14   generic font configuration library
ii  libfreetype6  2.1.7-2FreeType 2 font engine, shared lib
ii  libice6   4.3.0-5Inter-Client Exchange library
ii  libncurses5   5.3.20030719-5 Shared libraries for terminal hand
ii  libpng12-01.2.5.0-4  PNG library - runtime
ii  libsm64.3.0-5X Window System Session Management
ii  libstdc++51:3.3.3-1  The GNU Standard C++ Library v3
ii  libxaw7   4.2.1-16   X Athena widget set library
ii  libxcursor1   1.0.2-4X Cursor management library
ii  libxext6  4.3.0-5X Window System miscellaneous exte
ii  libxft2   2.1.2-5FreeType-based font drawing librar
ii  libxi64.3.0-5X Window System Input extension li
ii  libxmu6   4.3.0-5X Window System miscellaneous util
ii  libxmuu1  4.3.0-5lightweight X Window System miscel
ii  libxpm4   4.3.0-5X pixmap library
ii  libxrandr24.3.0-5X Window System Resize, Rotate and
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  libxt64.3.0-5X Toolkit Intrinsics
ii  libxtrap6   

Error message installing xbase-clients (4.0.3-1)

2004-03-29 Thread John Parsons
Updated Mar 27 2004
Setting up xbase-clients (4.0.3-1) ...
ERROR: /etc/X11/xkb/xkbcomp is not a symbolic link.  The package preinst
script should have failed.
Please report the package name, version, and the text of the above error
message(s) to .


John Parsons
Sr. Manager Deal Automation
Desk: (626) 296-5117, Cell: (626) 255-3339
[EMAIL PROTECTED]
"EarthLink revolves around you."





Bug#2297: Key press vs. selection paste

2004-03-29 Thread Keith Packard

Around 17 o'clock on Mar 29, Branden Robinson wrote:
> > It knows when a selection is requested and when
> > the request owner sends it.  The server already knows how to buffer
> > events.  It wouldn't be hard to make the server buffer all events to a
> > client until a timeout happens or the selection arrives.
>
> Keith, since you have betrayed your presence on this list, can I recruit
> you into commenting on this?  :)

I don't think this is a good idea.  Widgy semantics like this inside the X 
server are unlikely to do what you want in all cases.

Do gnome-terminal or konsole have the same problems?

-keith




pgpU2oO7JYKVA.pgp
Description: PGP signature


Re: Colormap issues with mozilla on 8-bit screen - XRENDER extension?

2004-03-29 Thread Keith Packard

Around 17 o'clock on Mar 29, Branden Robinson wrote:

> If someone would care to explain the meanings of those to me, I'd be
> happy to write a patch to XF86Config.man to document it.

Sigh.  They change what colors are allocated for Render to use on 
PseudoColor/GrayScale hardware

"default"

Same as "color" on Pseudo color and "gray" on GrayScale

"mono"

Use only black&white (no extra cells allocated).

"gray",

Create a 13-entry gray ramp.(11 cells allocated)

"color"

Create a 4x4x4 color cube and 13-entry gray ramp (71 cells 
allocated).

"all".

Consume the entire colormap with as large a color cube as will
fit, filling the extra cells with a gray ramp.

-keith




pgpits9wT1Md2.pgp
Description: PGP signature


Bug#22506: Where does your Website rank

2004-03-29 Thread SteveC
77276754862842120
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

More Traffic is Good. More Business is Even Better. Today, it's not enough to 
drive more business to your site. You must target, attract and convert 
motivated, qualified prospects--before the competition does. That takes 
technical know-how and ingenuity, which we can provide.

Can They Find Your Website? Can They Find Your Products?

If your listings on the search engines do not click thru to your products, you 
are not making the money you should be! 

Our clients have come to expect a 300-500% growth in sales and traffic from the 
service we provide them. Our team is a group of highly skilled individuals 
whose level of expertise is unmatched in this industry. 

If you would like to learn more about how you can rank in the top 10 go to:

www.marketgains.net



















To be taken off our mailing list go to www.financialbuilder.info/takeoff.html
B. ROI
E. Hallendale Beach BLVD.
Hallendale Beach, FL 33009

77276754862842120--



Bug#24192: Where does your Website rank

2004-03-29 Thread ChrisZ
0718828226925245
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit

More Traffic is Good. More Business is Even Better. Today, it's not enough to 
drive more business to your site. You must target, attract and convert 
motivated, qualified prospects--before the competition does. That takes 
technical know-how and ingenuity, which we can provide.

Can They Find Your Website? Can They Find Your Products?

If your listings on the search engines do not click thru to your products, you 
are not making the money you should be! 

Our clients have come to expect a 300-500% growth in sales and traffic from the 
service we provide them. Our team is a group of highly skilled individuals 
whose level of expertise is unmatched in this industry. 

If you would like to learn more about how you can rank in the top 10 go to:

www.marketgains.net



















To be taken off our mailing list go to www.financialbuilder.info/takeoff.html
B. ROI
E. Hallendale Beach BLVD.
Hallendale Beach, FL 33009

0718828226925245--



Bug#240674: xfonts-scalable: postinst error: cannot load default config file

2004-03-29 Thread Christian Guggenberger
On Tue, 2004-03-30 at 00:17, Branden Robinson wrote:
> tag 240674 + help
> retitle 240674 xfonts-scalable: postinst gripes 'fontconfig error: cannot 
> load default config file'
> thanks
> 
> On Sun, Mar 28, 2004 at 06:50:59PM +0200, Frans Pop wrote:
> > Package: xfonts-scalable
> > Version: 4.3.0-7
> > Severity: normal
> > 
> > During installation the following error was shown:
> > Setting up xfonts-scalable (4.3.0-7) ...
> > fontconfig error: cannot load default config file
> > fontconfig error: cannot load default config file
> > 
> > This was during X Window System and KDE installation after a 
> > debian-installer test.
> > All other xfont files installed without problems.
> > 
> > The error is not shown if I now do 'apt-get install --reinstall 
> > xfonts-scalable'
> 
> I am guessing that this is an unpacking/configuration order issue.
> 
seems so, fontconfig gets setted up some packages later. I've seen the
same issue on a fresh sarge install on a ultra10 today.


> If so, the postinst need to do some sort of test before invoking
> fc-cache.
> 
> Can someone recommend one?
What about simply predepending on fontconfig?

 - Christian






x-window-manager - what must it provide?

2004-03-29 Thread Simon Huggins
[Please honour my Mail-Followup-To]

Hi,

I'm trying to work out what the intended purpose of x-window-manager is.

This is prompted by bug 194195.

wdm thinks that x-window-manager should provide an X session with a way
to launch applications and so on.

xfwm4 ships as an alternative to x-window-manager because it's a window
manager.  However all the menuing, panel, other bits and bobs are
provided in other components of XFce.

Basically I want to know if xfwm4 should be saying it's an alternative
to x-window-manager - given it provides the positioning, window border
bits - or if more is needed in order to satisfy being x-window-manager.

I read policy but it didn't really seem to specify much just gave points
for different bits.

Thanks,

-- 
 ,--huggie-at-earth-dot-listuff-thing-stuff--DF5CE2B4--.
_|   "Mais bouilli avec de la sauce à la menthe, Astérix !  Pauvre|_
 |bête !" - Obélix - Astérix chez les Bretons.|
 `- http://www.earth.li/~huggie/ - http://www.blackcatnetworks.co.uk/ -'



Processed: Re: Bug#240674: xfonts-scalable: postinst error: cannot load default config file

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 240674 + help
Bug#240674: xfonts-scalable: postinst error: cannot load default config file
There were no tags set.
Tags added: help

> retitle 240674 xfonts-scalable: postinst gripes 'fontconfig error: cannot 
> load default config file'
Bug#240674: xfonts-scalable: postinst error: cannot load default config file
Changed Bug title.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Bug#239617: info already there

2004-03-29 Thread Branden Robinson
On Sun, Mar 28, 2004 at 12:56:13PM -0800, Nick Rusnov wrote:
> Somebody already requested the server output which I already posted.
> KTHX.

Okay, I see that now.  Thanks!

-- 
G. Branden Robinson| Eternal vigilance is the price of
Debian GNU/Linux   | liberty.
[EMAIL PROTECTED] | -- Wendell Phillips
http://people.debian.org/~branden/ |


signature.asc
Description: Digital signature


Processed: tagging 240656

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> tags 240656 + moreinfo
Bug#240656: xserver-xfree86: 5 second lock when switching from console to X 
with XFree 4.3
Tags were: sid
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Processed: Re: Bug#240656: xserver-xfree86: 5 second lock when switching from console to X with XFree 4.3

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 240656 normal
Bug#240656: xserver-xfree86: 5 second lock when switching from console to X 
with XFree 4.3
Severity set to `normal'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Processed: Re: Bug#240591: xlibs: [XKB] wish to include latest Turkish keyboard file

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 240591 + moreinfo
Bug#240591: xlibs: [XKB] wish to include latest Turkish keyboard file
Tags were: upstream
Tags added: moreinfo

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Processed: Re: Bug#240581: Patch to add option for ATI Radeon to force the use of lower dotclocks

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign xserver-xfree86: [ati/radeon] support "ForceMinDotClock" option
Unknown command or malformed arguments to command.

> tag 240581 + upstream fixed-upstream
Bug#240581: Patch to add option for ATI Radeon to force the use of lower 
dotclocks
Tags were: patch
Tags added: upstream, fixed-upstream

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Bug#240674: xfonts-scalable: postinst error: cannot load default config file

2004-03-29 Thread Branden Robinson
tag 240674 + help
retitle 240674 xfonts-scalable: postinst gripes 'fontconfig error: cannot load 
default config file'
thanks

On Sun, Mar 28, 2004 at 06:50:59PM +0200, Frans Pop wrote:
> Package: xfonts-scalable
> Version: 4.3.0-7
> Severity: normal
> 
> During installation the following error was shown:
> Setting up xfonts-scalable (4.3.0-7) ...
> fontconfig error: cannot load default config file
> fontconfig error: cannot load default config file
> 
> This was during X Window System and KDE installation after a debian-installer 
> test.
> All other xfont files installed without problems.
> 
> The error is not shown if I now do 'apt-get install --reinstall 
> xfonts-scalable'

I am guessing that this is an unpacking/configuration order issue.

If so, the postinst need to do some sort of test before invoking
fc-cache.

Can someone recommend one?

-- 
G. Branden Robinson|You should try building some of the
Debian GNU/Linux   |stuff in main that is
[EMAIL PROTECTED] |modern...turning on -Wall is like
http://people.debian.org/~branden/ |turning on the pain. -- James Troup


signature.asc
Description: Digital signature


Processed: tagging 234067

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> tags 234067 + moreinfo
Bug#234067: xserver-xfree86: memory leak in xserver since 4.3?
Tags were: sid
Tags added: moreinfo

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Processed: tagging 240591

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> tags 240591 + upstream
Bug#240591: xlibs: [XKB] wish to include latest Turkish keyboard file
There were no tags set.
Tags added: upstream

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Re: Colormap issues with mozilla on 8-bit screen - XRENDER extension?

2004-03-29 Thread Branden Robinson
On Sun, Mar 28, 2004 at 08:48:37PM +0100, Julian Gilbey wrote:
> I've got an interesting problem.  I've recently upgraded my XWindows
> packages and mozilla (all in unstable) from about a month ago, and now
> mozilla can't get a decent set of colo(u)rs.  I'm working on an 8-bit
> display :-/ and I remember Branden saying something a while back about
> possible issues with the XRENDER library hogging 6x6x6=216 of the
> available colo(u)rs.  Could this be part of this problem, and if so,
> is there a way to disable it at runtime to test this theory?

Hmm, I thought the color cube was made smaller in XFree86 4.3.0.

Michel Dänzer suggested 'Option "RenderColormapMode"'.

Unfortunately, this option is *completely* undocumented, but a bit of
source grepping turns up:

  { FLAG_RENDER_COLORMAP_MODE,  "RenderColormapMode",   OPTV_STRING,
{0}, FALSE },

...so we know it takes a string argument.

int
PictureParseCmapPolicy (const char *name)
{
if ( strcmp (name, "default" ) == 0)
return PictureCmapPolicyDefault;
else if ( strcmp (name, "mono" ) == 0)
return PictureCmapPolicyMono;
else if ( strcmp (name, "gray" ) == 0)
return PictureCmapPolicyGray;
else if ( strcmp (name, "color" ) == 0)
return PictureCmapPolicyColor;
else if ( strcmp (name, "all" ) == 0)
return PictureCmapPolicyAll;
else
return PictureCmapPolicyInvalid;
}

So it looks like acceptable values are "default", "mono", "gray",
"color", and "all".

If someone would care to explain the meanings of those to me, I'd be
happy to write a patch to XF86Config.man to document it.

-- 
G. Branden Robinson|I'm sorry if the following sounds
Debian GNU/Linux   |combative and excessively personal,
[EMAIL PROTECTED] |but that's my general style.
http://people.debian.org/~branden/ |-- Ian Jackson


signature.asc
Description: Digital signature


Bug#240581: Patch to add option for ATI Radeon to force the use of lower dotclocks

2004-03-29 Thread Branden Robinson
reassign xserver-xfree86: [ati/radeon] support "ForceMinDotClock" option
tag 240581 + upstream fixed-upstream
thanks

On Sun, Mar 28, 2004 at 04:22:08AM +0200, Santiago Garcia Mantinan wrote:
> I have found that my Radeon card as well as many others, says that it can
> work from 20Mhz to 400Mhz, this would mean that it is not capable of
> producing TV frequencies, which it is, I have found that this problem had
> been reported on xfree86 bugtracking system as bug #831 and then added to
> their cvs with some changes.
> 
> I have made the apropiate changes to the patch so that it could be applied
> to our sources and have tested it, it works perfectly and is a clean patch,
> I think that it would be good if you could apply it in a future version of
> the packages.
> 
> Maybe it would also be good to upgrade Radeon's driver a little bit,
> following the logs on the cvs there have been many enhancements as well as
> bugfixes, new options, ...
> 
> Anyway, here are the patches, first the ones I got from the xfree86 cvs:
[...]
> --- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.man 2003/10/07 
> 22:47:12 1.4
> +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.man 2003/10/31 
> 23:03:17 1.5
[...]
> --- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
> 2003/10/30 17:36:58 1.110
> +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
> 2003/10/31 23:03:17 1.111

Good, these precede the mass-relicensing.

> And now the patch I made from those, changing them so that they could apply
> cleanly to our sources:
[...]
> Hope you like it.
> 
> Thanks for this great packages guys, keep up that good work.

Thank you very much for preparing this patch.

-- 
G. Branden Robinson|Kissing girls is a goodness.  It is
Debian GNU/Linux   |a growing closer.  It beats the
[EMAIL PROTECTED] |hell out of card games.
http://people.debian.org/~branden/ |-- Robert Heinlein


signature.asc
Description: Digital signature


Bug#2297: Key press vs. selection paste

2004-03-29 Thread Branden Robinson
On Sun, Mar 28, 2004 at 04:54:33PM +0300, Kari Pahula wrote:
> A rundown of the events in this scenario, with a little more technical
> details:
[...]
> This could be implemented in xterm, but since this scenario is common
> to all X apps which use selections, this might be better implemented
> in the server itself.  It knows when a selection is requested and when
> the request owner sends it.  The server already knows how to buffer
> events.  It wouldn't be hard to make the server buffer all events to a
> client until a timeout happens or the selection arrives.
> 
> Or would that be too much of a hack?

I'll have to defer to the big brains like Keith for issues like this.

Keith, since you have betrayed your presence on this list, can I recruit
you into commenting on this?  :)

-- 
G. Branden Robinson|Computer security is like an onion:
Debian GNU/Linux   |the more you dig in, the more you
[EMAIL PROTECTED] |want to cry.
http://people.debian.org/~branden/ |-- Cory Altheide


signature.asc
Description: Digital signature


Bug#234067: xserver-xfree86: memory leak in xserver

2004-03-29 Thread Branden Robinson
On Sun, Mar 28, 2004 at 01:16:56PM +1200, Cameron Kerr wrote:
> On Sat, Mar 27, 2004 at 12:48:02PM +0100, Michel D?nzer wrote:
> > On Sat, 2004-03-27 at 09:13, Cameron Kerr wrote:
> > > 
> > >   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
> > >   824 root   5 -10 1547m 671m  84m S  6.0 66.4  74:53.90 XFree86
> > 
> > Have you verified with xrestop that this isn't on behalf of a client?
> 
> xrestop - Display: localhost:0
>   Monitoring 16 clients. XErrors: 0
>   Pixmaps:   13752K total, Other:  33K total, All:   13785K total
> 
> res-base Wins GCs Fnts Pxms Misc Pxm mem Other Total PID Identifier
> 180 4  204   344   8332K4K 8337K ?   XMMS Equalizer
> 140   226  171  109  289   4934K   13K 4947K ?   
> 100 1   4221259K2K  261K ?   XOSD
> 080 3   3265112K2K  114K ?   wmix
> 0a0 2   2021 80K  120B   80K ?   wmnd
> 060 2   2021 32K  120B   32K ?   wmload
> 120 2   531   35  4B3K3K ?   xterm
> 0c0 2   531   35  4B3K3K ?   xterm
> 1c0 4  12103  0B1K1K ?   SNMPrtg - Inte
> 1a0 4  12102  0B1K1K ?   SNMPrtg - Inte
> 1e0 1   1000  0B   48B   48B ?   xrestop
> 0e0 0   1001  0B   48B   48B ?   
> 160 0   0011  4B   24B   28B ?   
> 200 1   0000  0B   24B   24B ?   
> 040 0   1000  0B   24B   24B ?   
> 020 0   1000  0B   24B   24B ?   
> 
> And at this time, top reports
> 
> PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND   
> 824 root   6 -10 1642m 738m  84m S  0.3 73.0  81:56.84 XFree86   

So, do we have a leak here or not?

-- 
G. Branden Robinson|Damnit, we're all going to die;
Debian GNU/Linux   |let's die doing something *useful*!
[EMAIL PROTECTED] |-- Hal Clement, on comments that
http://people.debian.org/~branden/ |   space exploration is dangerous


signature.asc
Description: Digital signature


Bug#240591: xlibs: [XKB] wish to include latest Turkish keyboard file

2004-03-29 Thread Branden Robinson
tag 240591 + moreinfo
thanks

On Sun, Mar 28, 2004 at 08:54:53AM +0300, Recai Oktas wrote:
> Package: xlibs
> Version: 4.3.0-2
> Severity: wishlist
> 
> Hello,
> 
> I don't know your policy about such changes, but before Sarge will come 
> up, could it be possible to include the latest Turkish XKB file (tr) 
> which has been entered to X distribution after release 4.3.0?  
> Introducing a new XkbVariant 'tr_alt', although this variant is not much 
> important for us in Turkey, it is valuable for foreign users who 
> normally don't have a Turkish Q keyboard, but need to type Turkish 
> characters on a US qwerty keyboard.

Please apply the attached patch to your /etc/X11/xkb/symbols/pc/tr file
and confirms that it works as intended.

Both of the commits since XFree86 4.3.0 were part of large change sets to
the XKB data, so I'd like to know if the changes to this file by itself
can stand alone.

-- 
G. Branden Robinson|If you wish to strive for peace of
Debian GNU/Linux   |soul, then believe; if you wish to
[EMAIL PROTECTED] |be a devotee of truth, then
http://people.debian.org/~branden/ |inquire. -- Friedrich Nietzsche
Index: pc/tr
===
RCS file: /cvs/xc/programs/xkbcomp/symbols/pc/tr,v
retrieving revision 1.4
retrieving revision 1.6
diff -u -r1.4 -r1.6
--- pc/tr   4 Jan 2003 02:55:20 -   1.4
+++ pc/tr   21 Jun 2003 13:01:59 -  1.6
@@ -4,7 +4,7 @@
 // This file distributed without any expressed or implied warranty
 // Nilgün Belma Bugüner <[EMAIL PROTECTED]>, 2002
 //
-// $XFree86: xc/programs/xkbcomp/symbols/pc/tr,v 1.4 2003/01/04 02:55:20 dawes 
Exp $
+// $XFree86: xc/programs/xkbcomp/symbols/pc/tr,v 1.6 2003/06/21 13:01:59 
pascal Exp $
 
 //Default Layout (Turkish Q)
 default partial
@@ -14,17 +14,17 @@
 
 name[Group1]="Turkish";
 
-key  { type[group1] = "FOUR_LEVEL", [ 1,exclam,
onesuperior,exclamdown ]  };
-key  { type[group1] = "FOUR_LEVEL", [ 2, apostrophe,  
sterling,   twosuperior ]  };
-key  { type[group1] = "FOUR_LEVEL", [3, asciicircum,
numbersign, threesuperior ]  };
-key  { type[group1] = "FOUR_LEVEL", [ 4,   plus,
dollar,onequarter ]  };
-key  { type[group1] = "FOUR_LEVEL", [ 6,  ampersand, 
threequarters,VoidSymbol ]  };
-key  { type[group1] = "FOUR_LEVEL", [ 7,  slash, 
braceleft,VoidSymbol ]  };
-key  { type[group1] = "FOUR_LEVEL", [ 8,  parenleft,   
bracketleft,VoidSymbol ]  };
-key  { type[group1] = "FOUR_LEVEL", [ 9, parenright,  
bracketright, plusminus ]  };
-key  { type[group1] = "FOUR_LEVEL", [ 0,  equal,
braceright,degree ]  };
-key  { type[group1] = "FOUR_LEVEL", [  asterisk,   question, 
backslash,  questiondown ]  };
-key  { type[group1] = "FOUR_LEVEL", [ minus, underscore,  
division,VoidSymbol ]  };
+key  { [ 1,exclam,onesuperior,exclamdown ] };
+key  { [ 2, apostrophe,  sterling,   twosuperior ] };
+key  { [3, asciicircum,numbersign, threesuperior ] };
+key  { [ 4,   plus,dollar,onequarter ] };
+key  { [ 6,  ampersand, threequarters,VoidSymbol ] };
+key  { [ 7,  slash, braceleft,VoidSymbol ] };
+key  { [ 8,  parenleft,   bracketleft,VoidSymbol ] };
+key  { [ 9, parenright,  bracketright, plusminus ] };
+key  { [ 0,  equal,braceright,degree ] };
+key  { [  asterisk,   question, backslash,  questiondown ] };
+key  { [ minus, underscore,  division,VoidSymbol ] };
 
 key  { [ w,  W,   VoidSymbol,   VoidSymbol ] };
 key  { [ e,  E, EuroSign,   VoidSymbol ] };
@@ -46,17 +46,16 @@
 key  { [ l,  L,   VoidSymbol,   VoidSymbol ] };
 key  { [  scedilla,   Scedilla,acute,   dead_acute ] };
 key  { [ i,  Iabovedot,   apostrophe,   dead_caron ] };
-key  { type[group1] = "FOUR_LEVEL",[  quotedbl,  backslash,
plusminus,   degree ] };
+key  { [  quotedbl,  backslash,plusminus,   degree ] };
 
-key  { type[group1] = "FOUR_LEVEL",[ comma,  semicolon,
grave,   dead_grave ] };
-key  { type[group1] = "FOUR_LEVEL",[ less, greater,  
bar,brokenbar ] };
+key  { [ comma,  semicolon,grave,   dead_grave ] };
+key  { [  less,greater,  bar,brokenbar ] };
 key  { [odiaeresis, Odiaeresis, multiply,   VoidSymbol ] };
 key  { [  ccedilla,   Ccedilla, periodcentered, division ] };
-key  { type[group1] = "FOUR_LEVEL",[period,  colon, 
dead_abovedot, dead_abovedot ] };
-key  { type[group1] = "FOUR_LEVEL", [space

Bug#240656: xserver-xfree86: 5 second lock when switching from console to X with XFree 4.3

2004-03-29 Thread Branden Robinson
severity 240656 normal
thanks

I am downgrading the severity of this bug, as the convention is that
only lockups, crashes, and the like are of "important" severity.

On Sun, Mar 28, 2004 at 05:41:20PM +0200, Marco Herrn wrote:
> Since my update to XFree 4.3 I have the problem that when switching from
> console to X (which I do very often) I have a lock of around 5 seconds.
> No mouse or keyboard input works in that time (but it seems that the
> input is recognized, because after the lock the corresponding funktion
> to the keypress is executed. So maybe the problem is only a visual
> problem). This is only the case when switching from console to X, not
> the other way around. 
> I have a Matrix G400 in my computer, but it seems that it has nothing to
> do with the card, since another person has the problem with an ATI
> Radeon Mobility (for german speaking users there is a short thread about
> my problem under http://www.debianforum.de/forum/viewtopic.php?t=22091).
> 
> In the time when the screen is locked I see a small image of the content
> of the console a was last in the upper part of the screen. Sorry, can't
> give you a screenshot since I can't do anything in that time.
> 
> Hope it was somewhat clear what the problem is.

It might be that the card is being re-POSTed.

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

Can you please mail this bug the contents of this file?

-- 
G. Branden Robinson| If God had intended for man to go
Debian GNU/Linux   | about naked, we would have been
[EMAIL PROTECTED] | born that way.
http://people.debian.org/~branden/ |


signature.asc
Description: Digital signature


X Strike Force XFree86 SVN commit: r1206 - trunk/debian

2004-03-29 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-03-29 16:58:32 -0500 (Mon, 29 Mar 2004)
New Revision: 1206

Modified:
   trunk/debian/changelog
Log:
Fix thinko.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2004-03-29 04:29:37 UTC (rev 1205)
+++ trunk/debian/changelog  2004-03-29 21:58:32 UTC (rev 1206)
@@ -81,9 +81,9 @@
 chipset is re-POSTed via the int10 interface.  (Closes: #234575)
 
   * Implement IsolateDevice and SingleCard layout options for XF86Config, and
--isolateDev command-line flag for XFree86 X server.  Useful for multi-card
-setups where different X servers run on each card (thanks, Andreas
-Schuldei).  (Closes: #207543)
+-isolateDevice command-line flag for XFree86 X server.  Useful for
+multi-card setups where different X servers run on each card (thanks,
+Andreas Schuldei).  (Closes: #207543)
 
   * Correct the package description of libx11-6-dbg to accurately identify the
 location of Xlib's loadable modules (thanks, Chung-chieh Shan).



X Strike Force XFree86 SVN property change: propchange - r1194 svn:log

2004-03-29 Thread X Strike Force SVN Repository Admin
Author: branden
Revision: 1194
Property Name: svn:log

New Property Value:
Implement IsolateDevice and SingleCard layout options for XF86Config, and
-isolateDevice command-line flag for XFree86 X server.  Useful for
multi-card setups where different X servers run on each card (thanks,
Andreas Schuldei).  (Closes: #207543)




Bug#240351: marked as done (xserver-xfree86: Alt-Gr does not work anymore)

2004-03-29 Thread Debian Bug Tracking System
Your message dated Mon, 29 Mar 2004 16:38:10 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#240351: xserver-xfree86: Alt-Gr does not work anymore
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)

--
Received: (at submit) by bugs.debian.org; 26 Mar 2004 22:14:32 +
>From [EMAIL PROTECTED] Fri Mar 26 14:14:32 2004
Return-path: <[EMAIL PROTECTED]>
Received: from (SpeedMailer.intranet.fbn-dd.de) [195.227.105.178] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B6zax-0001Zl-00; Fri, 26 Mar 2004 14:14:32 -0800
Received: from sonne.intranet.fbn-dd.de 
(192-168-0-1.transfer-000.intranet.fbn-dd.de [192.168.0.1])
by SpeedMailer.intranet.fbn-dd.de (Postfix) with ESMTP id 28BE5AF169
for <[EMAIL PROTECTED]>; Fri, 26 Mar 2004 23:14:30 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
by sonne.intranet.fbn-dd.de (Postfix) with ESMTP id E56F41106B
for <[EMAIL PROTECTED]>; Fri, 26 Mar 2004 23:14:29 +0100 (CET)
Received: from sonne.intranet.fbn-dd.de (localhost [127.0.0.1])
by localhost (AvMailGate-2.0.1.16) id 18663-60C7A0D7;
Fri, 26 Mar 2004 23:14:29 +0100
Received: from donald.intranet-28-130.fbn-dd.de 
(10-28-130-200.intranet-28-130.fbn-dd.de [10.28.130.200])
by sonne.intranet.fbn-dd.de (Postfix) with ESMTP id 6AB821105D
for <[EMAIL PROTECTED]>; Fri, 26 Mar 2004 23:14:29 +0100 (CET)
Received: from martin by donald.intranet-28-130.fbn-dd.de with local (Exim 4.30)
id 1B6zaw-bF-IS; Fri, 26 Mar 2004 23:14:30 +0100
Date: Fri, 26 Mar 2004 23:14:30 +0100
From: Martin Pitt <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xserver-xfree86: Alt-Gr does not work anymore
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh"
Content-Disposition: inline
X-Reportbug-Version: 2.54
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Martin Pitt <[EMAIL PROTECTED]>
X-AntiVirus: checked by AntiVir MailGate (version: 2.0.1.16; AVE: 6.24.0.7; 
VDF: 6.24.0.73; host: sonne)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: xserver-xfree86
Version: 4.3.0-7
Severity: normal

Hi XSF!

Since some days/weeks (maybe since 4.3.0-6/-7) the Alt-Gr key does not
work anymore (pc105-de-nodeadkeys keyboard layout). This is pretty
annoying since it is not possible to enter chars like [ ] @ \ ~ any
more in any X program, this works only at the text console.=20

I did not change anything on XF86Config-4 or any other X11 conffile
for months, so I suppose the xserver itself is to blame. I also
already tried to purge and reinstall the package from scratch, but
that did not help either.

Thanks in advance for investigating this and have a nice weekend!

Martin

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

X server symlink status:
lrwxrwxrwx1 root root   20 2003-02-04 14:59 /etc/X11/X -> /=
usr/bin/X11/XFree86
-rwxr-xr-x1 root root  1742316 2004-03-18 06:42 /usr/bin/X11/XF=
ree86
/var/lib/xfree86/X.md5sum does not exist.

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV5 [RIVA TNT2/TNT2 P=
ro] (rev 11)
01:00.0 Class 0300: 10de:0028 (rev 11)

XFree86 X server configuration file status:
-rw-r--r--1 root root 2497 2004-03-26 23:04 /etc/X11/XF86Co=
nfig-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *o=
nly*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# ag

Processed: Re: why? [was: Re: reopening 234575]

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 234575 xserver-xfree86: [ati/radeon] does not wakeup from level S3 
> suspend on Radeon R250 Lf [Radeon Mobility 9000 M9] rev 1
Bug#234575: ati mobility radeon 9000 igp
Changed Bug title.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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



Re: X Strike Force XFree86 SVN commit: r1195 - trunk/debian

2004-03-29 Thread Branden Robinson
On Sat, Mar 27, 2004 at 11:47:36AM -0500, Aaron M. Ucko wrote:
> X Strike Force SVN Repository Admin <[EMAIL PROTECTED]> writes:
> 
> > +environments where lixbext-dev is not installed, since the Xft1 library
> ^^
> *cough*

Thanks!  Fixed in SVN.

-- 
G. Branden Robinson| Religious bondage shackles and
Debian GNU/Linux   | debilitates the mind and unfits it
[EMAIL PROTECTED] | for every noble enterprise.
http://people.debian.org/~branden/ | -- James Madison


signature.asc
Description: Digital signature


Re: Patches from XFree86

2004-03-29 Thread Branden Robinson
On Fri, Mar 26, 2004 at 04:27:31PM -0800, Keith Packard wrote:
> Please be careful with patches from XFree86 -- these are now often tagged 
> indicating that the patch is covered by the XFree86 1.1 license even while 
> the files patched are not.  I don't know the legal status of files patched 
> like this, but it seems best to get fixes from upstream and bypass the 
> questionable license quagmire entirely.

I'm being adequately careful IMO, but I'm a paranoid guy, and it is
worth giving this issues some extra attention.

No code from XFree86 after the relicensing on 13 February 2004, or
bearing an X-Oz Technologies, Inc., copyright notice, should be included
in Debian's XFree86 packages (or anywhere in Debian main or contrib, for
that matter).

As Keith points out, the new XFree86 1.1 license is being applied to
many commits to XFree86 CVS nowadays, and sometimes the only notice is
the commit message itself.

In many cases, this copyright is attached even to changes as simple as
the following hypothetical example:

Index: programs/Xserver/GL/SNP/Imakefile
===
RCS file: /cvs/xc/programs/Xserver/GL/SNP/Imakefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- programs/Xserver/GL/SNP/Imakefile   11 Feb 2003 21:34:04 -  1.7
+++ programs/Xserver/GL/SNP/Imakefile   18 Mar 2004 07:06:33 -  1.8
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/programs/Xserver/GL/SNP/Imakefile,v 1.7 2003/02/11 21:34:04 
smithers Exp $
+XCOMM $XFree86: xc/programs/Xserver/GL/SNP/Imakefile,v 1.8 2004/03/18 07:06:33 
burns Exp $

 #define IHaveModules
 #include 
@@ -22,7 +22,7 @@
 LinkSourceFile(xf86SNPstr.h,$(LIBSRC)/GL/SNP)

 ModuleObjectRule()
-LibraryModuleTarget(SNP,$(OBJS))
+LibraryModuleTarget(SNP,$(OBJS),excellent)
 InstallLibraryModule(SNP,$(MODULEDIR),excellent)

 DependTarget()

Whether copyright can credibly be said to attach to changes such as the
above is left as an exercise for the reader.

-- 
G. Branden Robinson|I've made up my mind.  Don't try to
Debian GNU/Linux   |confuse me with the facts.
[EMAIL PROTECTED] |-- Indiana Senator Earl Landgrebe
http://people.debian.org/~branden/ |


signature.asc
Description: Digital signature


Re: ~20 second delay starting xdm

2004-03-29 Thread Keith Packard

Around 16 o'clock on Mar 29, Branden Robinson wrote:

> Do you know off the top of your head why this is?  I'm not even sure
> what to grep for in the sources.

sleep (5);

There is a man-in-the-middle attack (among many other options) possible if
someone creates a /tmp/.X11-unix (or /tmp/.ICE-unix) directory owned by
someone other than root.  But, instead of failing, the xtrans library
prints out a nice warning message and then sleep for 5 seconds.  Too bad
the warning message is generally discarded by the scripts...

http://freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=297

-keith




pgpMeqr9I7DwE.pgp
Description: PGP signature


Re: why? [was: Re: reopening 234575]

2004-03-29 Thread Branden Robinson
retitle 234575 xserver-xfree86: [ati/radeon] does not wakeup from level S3 
suspend on Radeon R250 Lf [Radeon Mobility 9000 M9] rev 1
thanks

On Sat, Mar 27, 2004 at 10:53:02PM +0100, Christian Guggenberger wrote:
> Hmm, I don't understand why this bug has been reopened.
> The original bug report dealt with a problem with ati's fgrlx driver,
> and has therefore been closed by Michel.
> 
> On March 4th, Tarko Tikan incorrectly followed up this bug. From the
> Subject:
> xserver-xfree86: Xfree 4.3.0-3 + radeon 9000 mobility (M9) + acpi = no
>  picture after S3
> 
> Now the bug has been reopened and tagged with patch, pending and upstream.
> 
> I therefore suggest to open a new bug ( I have not found a similar one in the 
> BTS )
>  titled: 
> [radeon] radeon 9000 mobility (M9) + acpi = no
>  picture after S3
> 
> and add the patch and the correct tags to this bug. Tarko Tikan's email could 
> be added, too.
> I also suggest to remove the tags from 234575 and close it again.

Hmm, I was a bit uncritical in my interpretation of Mr. Tikan's mail
with respect to the original report.

How about we just retitle the existing bug, repurposing it?  Do you
think that's bad form?

-- 
G. Branden Robinson|Humor is a rubber sword - it allows
Debian GNU/Linux   |you to make a point without drawing
[EMAIL PROTECTED] |blood.
http://people.debian.org/~branden/ |-- Mary Hirsch


signature.asc
Description: Digital signature


Re: xlibmesa-gl-dev install bug ?

2004-03-29 Thread Branden Robinson
On Thu, Mar 25, 2004 at 04:14:04PM +0100, Gaël Varoquaux wrote:
> Installing the xlibmesa-gl-dev package from unstable I get a error
> message :
> 
> [EMAIL PROTECTED] / $ apt-get -t unstable -f install
[...]
> Unpacking xlibmesa-gl-dev (from .../xlibmesa-gl-dev_4.3.0-7_i386.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/xlibmesa-gl-dev_4.3.0-7_i386.deb (--unpack):
>  unable to create `./usr/X11R6/lib/libGL.a': No such file or
>  directory
>  dpkg-deb: subprocess paste killed by signal (Broken pipe)
>  Errors were encountered while processing:
> /var/cache/apt/archives/xlibmesa-gl-dev_4.3.0-7_i386.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
[...]
>   /usr/X11R6/lib does exist (as I have symlinked /usr/X11 to
> /usr/X11R6), eventhough I don't think it is the "debian" way (if I am
> not wrong debian puts X in /usr/X11).
> 
>   Anyway, this package currently does not install and it has frozen my
> installation process on my computers.

Debian puts X in /usr/X11R6.

Could you mail this list the output of the following commands?:

$ ls -dl /usr /usr/X11R6 /usr/X11R6/lib

-- 
G. Branden Robinson|Those who fail to remember the laws
Debian GNU/Linux   |of science are condemned to
[EMAIL PROTECTED] |rediscover some of the worst ones.
http://people.debian.org/~branden/ |-- Harold Gordon


signature.asc
Description: Digital signature


Re: ~20 second delay starting xdm

2004-03-29 Thread Branden Robinson
On Sat, Mar 27, 2004 at 08:19:48AM -0800, Keith Packard wrote:
> 
> Around 5 o'clock on Mar 27, Branden Robinson wrote:
> 
> > OK, but how about the new ~20 second delay from the starting of X when the
> > screen goes black, till one finally gets the xdm login screen?  With
> > no per-line time stamps in /var/log/xdm.log, who knows just what line
> > there is responsible, if any?
> 
> That could be caused by /tmp/.X11-unix or /tmp/.ICE-unix being owned by 
> non-root.

Do you know off the top of your head why this is?  I'm not even sure
what to grep for in the sources.

-- 
G. Branden Robinson|I must despise the world which does
Debian GNU/Linux   |not know that music is a higher
[EMAIL PROTECTED] |revelation than all wisdom and
http://people.debian.org/~branden/ |philosophy. -- Ludwig van Beethoven


signature.asc
Description: Digital signature


Bug#240807: XFree 4.3 Swedish xkb error on Debian testing/unstable

2004-03-29 Thread Denis Barbier
On Mon, Mar 29, 2004 at 01:56:11PM +0200, Lars wrote:
> 
> Package: xlibs
> Version: 4.3.0-7
> Severity: Normal
> 
> After upgrading from xfree86 4.2.x to 4.3.x today i lost some keyboard
> functions, |, < and > stopped working.
> 
> After some digging i found  that /etc/X11/xkb/symbols/se was missing
> entries for these, so i added.
> 
> key  {  [  less,greater,  bar,brokenbar ] };
> 
> To /etc/X11/xkb/symbols/se and that solved the case.
> 
> Im using Debian GNU Linux testing/unstable, kernel 2.6.4 and libc6
> 2.3.2.ds1-11.

/etc/X11/xkb/symbols/se file from xlibs 4.3.0-7 already contains this
definition.

Denis



Processed: tagging 239991

2004-03-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.7.95.1
> tags 239991 + sarge sid
Bug#239991: ximcp.so.2: segfault after failure to create XIM input context
Tags were: upstream l10n patch
Tags added: sarge, sid

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Problems with (unwanted) utf-8 and xterm 4.3.0-7, maybe a bug in xterm... or mutt... or just PEBKAC

2004-03-29 Thread Alexander Schmehl
Good morning,

I'm not sure, if this is a wanted feature (why?), or a PEBKAC, but I
didn't found any hints in the list archive, or in the NEWS.Debian.

Since I updated my sarge system today and got xterm 4.3.0-7 I have
strange problems with my locales. While using xterm 4.2-whatever I had
"[EMAIL PROTECTED]" as my locale. Well, and then came 4.3.0-7, and
I always have de_DE.utf-8.

I don't have any LC_ALL=xyz or something like that in my configuration
files, beside an "[EMAIL PROTECTED]" in /etc/environment, and I choose
"[EMAIL PROTECTED]" in my login manager (gdm 2.4.1.7-1).

I wouldn't care, if it would work, but for one reason I have some
troubles with my mutt, which doesn't display all characters (äöüÄÖÜ)
correctly, e.g. in this screenshot:
http://www.cs.uni-frankfurt.de/~schmehl/utf-8.png (the "ä" in the Date
on the left side is displayed as column, while the "ä" in the subject of
the second mail is displayed correctly).

I'm a little bit confused; you normaly do a so good job, that I don't
need to care about such things, since it just works ;-)


Yours sincerely,
  Alexander


signature.asc
Description: Digital signature


Bug#6682: (no subject)

2004-03-29 Thread svzdxtmfmxxw



Re: XFree86 4.3.0 and testing (was: when will the release release)

2004-03-29 Thread Branden Robinson
On Sat, Mar 27, 2004 at 05:06:21PM +0100, Adrian Bunk wrote:
> On Sat, Mar 27, 2004 at 06:39:47AM -0800, Daniel Stone wrote:
> > On Sat, Mar 27, 2004 at 02:18:03PM +0100, Adrian Bunk wrote:
> > > On Fri, Mar 26, 2004 at 11:42:30PM -0800, Daniel Stone wrote:
> > > >...
> > > > Kamion said the only thing holding it up yesterday was an RC bug, which
> > > > I promptly downgraded; if it didn't go in today, I expect that will be
> > > > because of the new sppc upload, making it a transitive problem.
> > > 
> > > Please don't forget to upgrade the bug again later.
> > > 
> > > Downgrading RC bugs for getting a package into testing sometimes has the 
> > > effect that the then non-RC bug gets forgotten later [1].
> > 
> > I downgraded it because it is NOT A VALID RC BUG IN THE FIRST PLACE.
> 
> I'd say a bug in a library that causes segfaults in programs is a good 
> candidate for being RC.

There was little point holding up 4.3.0's progress into sarge because of
it; the exact same bug is present in XFree86 4.2.1, already in sarge.

http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libx11-6

-- 
G. Branden Robinson| The more ridiculous a belief
Debian GNU/Linux   | system, the higher the probability
[EMAIL PROTECTED] | of its success.
http://people.debian.org/~branden/ | -- Wayne R. Bartz


signature.asc
Description: Digital signature


Bug#6682: (no subject)

2004-03-29 Thread cnlzeh



Bug#239651: Xreset missing ?

2004-03-29 Thread Marc Wilson
On Mon, Mar 29, 2004 at 10:50:57AM +0200, Guillaume Brocker wrote:
> Is it right that Xreset is missing ?

It's not required, if that's what you mean.  Write one, xdm will use it.

> I read that this script was responsible to clean-up session data like
> utmp/wtmp entries.

That's one of it's uses.  See #240880.

-- 
 Marc Wilson | Stone's Law: One man's "simple" is another man's
 [EMAIL PROTECTED] | "huh?"



Bug#240889: Build problem on amd64.

2004-03-29 Thread Kurt Roeckx
Package: xfree86
Version: 4.3.0-7

There are a few problem building on amd64:
* It's missing a vars.amd64. I've copied vars.i386

* I get: XlcDL.c:64:4: #error "Unknown architecture"
  small patch:

--- XlcDL.c.orig2004-03-29 13:30:49.659717577 -0600
+++ XlcDL.c 2004-03-29 10:58:24.0 -0600
@@ -58,7 +58,7 @@
 #ifdef _LP64
 # if defined(__sparcv9)
 #  define  _MACH64_NAME"sparcv9"
-# elif defined(__ia64__)
+# elif defined(__ia64__) || defined(__x86_64__)
 #  undef MACH64_NAME
 # else
 #  error "Unknown architecture"

* In the control file there are some lines that limit the
  architectures and amd64 isn't on that list.


Kurt




Bug#240788: xserver-xfree86: font config should include font server at port 7110 (default for xfs-xtt)

2004-03-29 Thread Marc Wilson
On Mon, Mar 29, 2004 at 10:35:46AM +0200, Zoltan Ivanfi wrote:
> 
> Package: xserver-xfree86
> Version: 4.3.0-7
> Severity: wishlist
> 
> The default Files section should not only include
> 
> FontPath"unix/:7100"# local font server
> 
> but also
> 
> FontPath"unix/:7110"# local xfs-xtt font 
> server

IHMO, no it shouldn't.  XFree is perfectly capable of rendering TrueType
fonts, either in the X server itself, or via xfs.  It certainly doesn't
need to provide support for an outmoded, out-of-date, unnecessary TrueType
server that isn't even part of XFree.

-- 
 Marc Wilson | Beauty is truth, truth beauty, that is all Ye know
 [EMAIL PROTECTED] | on earth, and all ye need to know.  -- John Keats



Bug#240880: xdm: doesn't clean utmp entries

2004-03-29 Thread Marc Wilson
On Sun, Mar 28, 2004 at 11:19:14AM +0800, Dan Jacobson wrote:
> Package: xdm
> Version: 4.3.0-7
> Severity: minor
> 
> Looks like who output isn't cleared:
> # invoke-rc.d xdm stop
> # who
> root tty1 Mar 28 11:11
> jidanni  :0   Mar 28 06:33
> # pstree jidanni
> No processes found.
> -- debconf information:
> * shared/default-x-display-manager: xdm
>   xdm/stop_running_server_with_children: false
>   xdm/daemon_name: /usr/bin/X11/xdm

Yes, oh clueless one... and of course you want to remove the possibility of
cleaning that up, witness bug #239651.  Do you ever keep track of your own
bug reports?

Here you go:

#!/bin/sh
#
# /etc/X11/xdm/Xreset
#
# This script is run as root after the X session ends.

# remove the utmp entry for the session
if grep -qs ^use-sessreg /etc/X11/xdm/xdm.options && command -v sessreg > 
/dev/null 2>&1; then
  sessreg -d -l $DISPLAY -u /var/run/utmp -x /etc/X11/xdm/Xservers $USER
fi

exit 0

# vim:set ai et sts=2 sw=2 tw=0:

I'm not saying I agree with Branden's decision to unilaterally stop
shipping /etc/X11/xdm/Xreset in order to clean up the xconsole stuff, but
it's not like it's hard to do this yourself.

-- 
 Marc Wilson |  Nintendo Declares GCN Most Popular Console
 [EMAIL PROTECTED] | Ever  Who are they kidding?  
 | knghtbrd: Stock holders?



Re: X Strike Force - some infos missing

2004-03-29 Thread Keith Packard

Around 8 o'clock on Mar 29, Daniel Stone wrote:

> freedesktop.org's xlibs/xserver/xapps will be uploaded after sarge, with
> a maintainer team of myself, Keith Packard, Jamey Sharp and others; this
> will replace XFree86.

Note that this isn't just 'freedesktop.org' we're talking about here, it's 
the new-and-improved X.org Foundation's versions of these packages which 
I'm pushing towards a more modular structure.  

I plan on migrating bits of the upcoming X11R6.7 release into the modular
tree and essentially abandoning the version in the monolithic tree --
making the default monolithic build not install bits which come from the
modular environment.

Everything remains ABI/API compatible, so we shouldn't affect existing 
packages at all, aside from the X packages having new names in some cases.

-keith




pgpLSZQ5SE1sn.pgp
Description: PGP signature


Bug#240880: xdm: doesn't clean utmp entries

2004-03-29 Thread Dan Jacobson
Package: xdm
Version: 4.3.0-7
Severity: minor

Looks like who output isn't cleared:
# invoke-rc.d xdm stop
# who
root tty1 Mar 28 11:11
jidanni  :0   Mar 28 06:33
# pstree jidanni
No processes found.
-- debconf information:
* shared/default-x-display-manager: xdm
  xdm/stop_running_server_with_children: false
  xdm/daemon_name: /usr/bin/X11/xdm



Bug#240877: xserver-xfree86: [ati/radeon] X keyboard and mouse suddenly hanging

2004-03-29 Thread Ken Kennedy
Package: xserver-xfree86
Version: 4.3.0-7
Severity: normal

Suddenly this past Saturday morning, my main desktop, containing a 
Radeon 9600PRO started hanging. X comes up, clock (in gdm) changes, etc,
but neither keyboard nor mouse responds. I have to ssh in from another box
to kill.

I had made no recent (within the previous 3-4 days) apt-get upgrades,
etc.  Started twiddling with...suspected the fglrx video drivers; I
have to use them with the 9600PRO...it's not directly supported by X
4.3. After re-re-reconfirming that (ie, trying to make it work
forever), I started checking other things.  After tweaking many
parameters in XF86Config-4, a couple of times got strange
behavior...keyboard would respond, but with CRAZY keycodes. Also, I
noted that keyboard was still "hung" even after killing X (I had
removed gdm, and was testing with 'XFree86 -xf86config file', so I
only had one process to kill).  I was getting errors like:

keyboard: unrecognized scancode (70) ignored

at the console after killing X. Had to reboot to fix.

Also noticed a couple of times that when warm-rebooting to WinXP (dual-boot
box) to do research, that when warm-rebooting, sometimes the hang would 
persist! Even after reboot to WinXP, mouse and keyboard unresponsive until
box shut off and rebooted cold.

This sent me to syslog, where I found the following after every attempt to 
run X:

Mar 29 12:22:34 dev kernel: pc_keyb: controller jammed (0x59).
Mar 29 12:22:59 dev last message repeated 216 times

I've been trying to resolve ever since. I've removed the 9600PRO, and dropped
back to my previous Radeon 7200, which is supported by X radeon driver. 
Same problem. I've purged all fglrx packages from system, rmmod'd the agpgart
and radeon kernel modules, shut off DRI, etc. At this point, I'm just trying
to get bare bones X back!

Any ideas? I don't know if it's X directly or not, to be honest. I'm going to
try vesa driver, and go to work tonight and pick up a USB keyboard, in case
there's something wrong there. But I do NOT see it in Windows except after the
warm reboot, so a pure hardware issue doesn't make a lot of sense to me.

Thanks,

Ken Kennedy

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

X server symlink status:
lrwxrwxrwx1 root root   20 Jun 26  2002 /etc/X11/X -> 
/usr/bin/X11/XFree86
-rwxr-xr-x1 root root  1742316 Mar 18 00:42 /usr/bin/X11/XFree86
/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon 
7200]
01:00.0 Class 0300: 1002:5144

XFree86 X server configuration file status:
-rw-r--r--1 root root 2861 Mar 29 12:06 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
# Load  "dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

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

Section "InputDevice"
Identifier  "Config

Bug#45291: is that you?

2004-03-29 Thread Alexandra Payton
Cíalis is known as a Super-Víagra or Weekend-Víagra
because its effects start sooner and last much longer.

Best Prlce on Internet
  F.a.s.t And F.r.e.e Shlpplng

   http://hotspringprices.com/sv/index.php?pid=eph2660







http://hotspringprices.com/sv/applepie.php





Re: X Strike Force - some infos missing

2004-03-29 Thread Daniel Stone
On Mon, Mar 29, 2004 at 03:20:59PM +0200, Ond?ej Sur? wrote:
> could you update your XSF page to include members of XSF?
> (The question really is if Daniel Stone and you calmed down and are you
> cooperating again :-)

I'm very calm. I'll take anyone who cares out for a beer to explain. :)
Right now, the only person who is allowed to upload XFree86, according
to Branden's rules, is Branden himself. This will change.

> And if you could put some semi-official statement on XSF page about next
> development of X in Debian (freedesktop vs. Xorg vs. X(nolonger)free86)
> it would propably save few questions on list... (Well it would be
> interesting to see what will happen next even in normal state of things)

freedesktop.org's xlibs/xserver/xapps will be uploaded after sarge, with
a maintainer team of myself, Keith Packard, Jamey Sharp and others; this
will replace XFree86.

:) d

-- 
Daniel Stone<[EMAIL PROTECTED]>
Debian: the universal operating system http://www.debian.org


signature.asc
Description: Digital signature


Bug#240847: xbase-clients: [xclock] manpage does not document use of Xrender

2004-03-29 Thread Andre Lehovich
Package: xbase-clients
Version: 4.3.0-7
Severity: normal

xclock(1x) does not document the use of Xrender extensions
in xclock.  These extensions change the way the xclock
handles command line options; for example the -hd and -hl
options no longer work unless you also specify -norender.
Xfree86 has a newer manpage on their website documenting
these changes:

http://www.xfree86.org/current/xclock.1.html

The obvious fix is for Debian to use their new manpage, but
I don't understand the relicensing hooha enough to know if
that is feasible.

[apologies if this arrives twice -- reportbug gave a disk
full error message on the first try]

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.4.22quickcam-vc
Locale: LANG=C, LC_CTYPE=C

Versions of packages xbase-clients depends on:
ii  cpp 4:3.3.3-2The GNU C preprocessor (cpp)
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libdps1 4.3.0-7  Display PostScript (DPS) client li
ii  libexpat1   1.95.6-8 XML parsing C library - runtime li
ii  libfontconfig1  2.2.2-1  generic font configuration library
ii  libfreetype62.1.7-2  FreeType 2 font engine, shared lib
ii  libice6 4.3.0-7  Inter-Client Exchange library
ii  libncurses5 5.4-2Shared libraries for terminal hand
ii  libpng12-0  1.2.5.0-5PNG library - runtime
ii  libsm6  4.3.0-7  X Window System Session Management
ii  libstdc++5  1:3.3.3-1The GNU Standard C++ Library v3
ii  libxaw7 4.3.0-7  X Athena widget set library
ii  libxcursor1 1.0.2-5  X Cursor management library
ii  libxext64.3.0-7  X Window System miscellaneous exte
ii  libxft2 2.1.2-6  FreeType-based font drawing librar
ii  libxi6  4.3.0-7  X Window System Input extension li
ii  libxmu6 4.3.0-7  X Window System miscellaneous util
ii  libxmuu14.3.0-7  lightweight X Window System miscel
ii  libxpm4 4.3.0-7  X pixmap library
ii  libxrandr2  4.3.0-7  X Window System Resize, Rotate and
ii  libxrender1 0.8.3-7  X Rendering Extension client libra
ii  libxt6  4.3.0-7  X Toolkit Intrinsics
ii  libxtrap6   4.3.0-7  X Window System protocol-trapping
ii  libxtst64.3.0-7  X Window System event recording an
ii  libxv1  4.3.0-7  X Window System video extension li
ii  xlibmesa3-gl [libgl1]   4.2.1-12.1   Mesa 3D graphics library [XFree86]
ii  xlibmesa3-glu [libglu1] 4.2.1-12.1   Mesa OpenGL utility library [XFree
ii  xlibs   4.3.0-7  X Window System client libraries m
ii  xlibs-data  4.3.0-7  X Window System client data
ii  zlib1g  1:1.2.1-5compression library - runtime

-- debconf information:
* xbase-clients/default_100dpi:
* xbase-clients/default_nolisten_tcp:




Bug#237509: A possible way to fix the problem

2004-03-29 Thread Cesar Eduardo Barros

I got hit by the same problem, and fixed it by removing both Xft.h and
Xft1.h

I believe if you remove both files just before trying to undo the
diversions, the problem won't happen.

-- 
Cesar Eduardo Barros
[EMAIL PROTECTED]
[EMAIL PROTECTED]



X Strike Force - some infos missing

2004-03-29 Thread Ondřej Surý
Hi Branden and all,

could you update your XSF page to include members of XSF?
(The question really is if Daniel Stone and you calmed down and are you
cooperating again :-)

And if you could put some semi-official statement on XSF page about next
development of X in Debian (freedesktop vs. Xorg vs. X(nolonger)free86)
it would propably save few questions on list... (Well it would be
interesting to see what will happen next even in normal state of things)

O.
-- 
Ondřej Surý <[EMAIL PROTECTED]>



Bug#240809: xserver 4.3.0 SIGSEGV with exec-shield enabled kernel

2004-03-29 Thread Alexei Chetroi
Package: xserver-xfree86
Version: 4.3.0-7

  Hi,

  xserver version 4.3.0-7 (testing distribution) crashes, when launched
on a kernel with exec-shield (by Ingo Molnar) patch applied. Always can
reproduce that. Previos version of X server from testing (4.2.1) didn't
have any problem with exec-shield. Here's output:

lexa:/home/lex# cat /proc/sys/kernel/exec-shield
2
lexa:/home/lex# X
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0-7 20040318043201 [EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.4 i686 [ELF] 
Build Date: 18 March 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.25-exec-shield-686 ([EMAIL PROTECTED]) (gcc 
version 3.3.3 (Debian)) #2 Fri Mar 26 19:38:59 EET 2004 TF
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/XFree86.0.log", Time: Mon Mar 29 14:51:59 2004
(==) Using config file: "/etc/X11/XF86Config-4"

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]


[1]+  Aborted X
lexa:/home/lex# echo 0 >/proc/sys/kernel/exec-shield
lexa:/home/lex# X &> zz
lexa:/home/lex# tail -30 zz
Build Date: 18 March 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.25-exec-shield-686 ([EMAIL PROTECTED]) (gcc 
version 3.3.3 (Debian)) #2 Fri Mar 26 19:38:59 EET 2004 TF
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/XFree86.0.log", Time: Mon Mar 29 14:52:55 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(EE) Failed to load module "pex5" (module does not exist, 0)
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols 
found
(EE) Failed to load module "xie" (module does not exist, 0)
(II) Initializing extension GLX
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:Can't find file "pc/ru_RO" for symbols include
>   Exiting
>   Abandoning symbols file "default"
Errors from xkbcomp are not fatal to the X server
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element unix/:7100, removing from list!
[stoping X server here by ctrl-alt-backspace]
lexa:/home/lex# 

Using 2.4.25 kernel with nvidia drivers version 1.0.5336-6.




Bug#240807: XFree 4.3 Swedish xkb error on Debian testing/unstable

2004-03-29 Thread Lars

Package: xlibs
Version: 4.3.0-7
Severity: Normal

After upgrading from xfree86 4.2.x to 4.3.x today i lost some keyboard
functions, |, < and > stopped working.

After some digging i found  that /etc/X11/xkb/symbols/se was missing
entries for these, so i added.

key  {  [  less,greater,  bar,brokenbar ] };

To /etc/X11/xkb/symbols/se and that solved the case.

Im using Debian GNU Linux testing/unstable, kernel 2.6.4 and libc6
2.3.2.ds1-11.

Mail: [EMAIL PROTECTED]
Home: +46 60 50 23 21
Cell: +46 70 328 02 46
Home: http://www.cryptr.net/
Info: NetBSD, GNU/Hurd, GNU/Linux.

- Thirty years after its creation, UNIX still remains a phenomenon -






Bug#240788: xserver-xfree86: font config should include font server at port 7110 (default for xfs-xtt)

2004-03-29 Thread Zoltan Ivanfi

Package: xserver-xfree86
Version: 4.3.0-7
Severity: wishlist

The default Files section should not only include

FontPath"unix/:7100"# local font server

but also

FontPath"unix/:7110"# local xfs-xtt font 
server



Bug#239651: Xreset missing ?

2004-03-29 Thread Guillaume Brocker
Is it right that Xreset is missing ?

I read that this script was responsible to clean-up session data like
utmp/wtmp entries.

--
Guillaume Brocker




Bug#240802: libx11-6: Fails upgrade

2004-03-29 Thread Pep Roca
Package: libx11-6
Version: 4.3.0-7
Severity: normal



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecctualizados, 32 se instalarán, 3 para eliminar y 4 no
actualizados.
4 no instalados del todo o eliminados.
Se necesita descargar 0B/110MB de archivos.
Se utilizarán 12,8MB de espacio de disco adicional después de
desempaquetar.
¿Desea continuar? [S/n]
Preconfiguring packages ...
(Leyendo la base de datos ...
141255 ficheros y directorios instalados actualmente.)
Desempaquetando libx11-6 (de .../libx11-6_4.3.0-7_i386.deb) ...
dpkg: error al procesar
/var/cache/apt/archives/libx11-6_4.3.0-7_i386.deb (--unp ack):
 intentando sobreescribir
 `/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2', que  está
 también en el paquete xlibs
 dpkg-deb: el subproceso paste fue terminado por la señal (Tubería rota)
 Se encontraron errores al procesar:
  /var/cache/apt/archives/libx11-6_4.3.0-7_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)ture: i386 (i686)
Kernel: Linux 2.4.23-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]




Bug#104241: 104241: fixed (xwd manpage mentions nonexistent xpr program)

2004-03-29 Thread Andre Lehovich
Eric Van Buggenhaut <[EMAIL PROTECTED]> wrote in #104241:
> xwd(1) mentions
>
> SEE ALSO
>xwud(1), xpr(1), X(1)
>
> however xpr(1) doesn't exist.

This is fixed in xbase-clients/4.3.0-7 (and perhaps earlier
versions as well).

--Andre