Bug#254565: same problem on IBM 300PL desktop with SavageS3 AGP card

2005-10-07 Thread Seth Goodman
I would like to confirm the stuck hardware cursor problem on a desktop
using the SavageS3 graphics engine.  Running Sarge on this hardware:

[EMAIL PROTECTED]:~$ lspci
:00:00.0 Host bridge: Intel Corp. 82820 820 (Camino) Chipset Host
Bridge (MC H) (rev 03)
:00:01.0 PCI bridge: Intel Corp. 82820 820 (Camino) Chipset AGP
Bridge (rev 03)
:00:1e.0 PCI bridge: Intel Corp. 82801AA PCI Bridge (rev 02)
:00:1f.0 ISA bridge: Intel Corp. 82801AA ISA Bridge (LPC) (rev 02)
:00:1f.1 IDE interface: Intel Corp. 82801AA IDE (rev 02)
:00:1f.2 USB Controller: Intel Corp. 82801AA USB (rev 02)
:00:1f.3 SMBus: Intel Corp. 82801AA SMBus (rev 02)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801AA AC'97
Audio (rev 0 2)
:01:00.0 VGA compatible controller: S3 Inc. Savage 4 (rev 03)
:02:00.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro
100] (rev 08)

Adding the following to XF86Config-4 and rebooting fixed the problem:

   Options   "HWCursor"   "false"

Regards,

Seth Goodman

Goodman Associates, LLC
tel 608.833.9933
fax 608.833.9966



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



Re: X.Org 6.9 Needs Your Build Logs!

2005-10-07 Thread Falk Hueffner
Julien Cristau <[EMAIL PROTECTED]> writes:

> I just tried to build xorg-x11 from current svn on alpha.
> It failed in xc/lib/GL/mesa/drivers/dri/r128/r128_ioctl.c, with what
> looks like a missing #include somewhere. I don't have the time to
> investigate right now, but will look into it next week if noone does it
> first.
> Build log is available at
> .

Where can this be obtained? I can only find 6.8.2.dfsg.1-8+SVN.

-- 
Falk


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



Bug#331697: unstable version is OK

2005-10-07 Thread Xavier Bestel
FWIW, just downgrading xserver-xorg to 6.8.2.dfsg.1-8 and leaving all
other packages to 6.8.99.900.dfsg.1-0pre1 let me continue to work with
blender without any problem.

Xav




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



Re: X.Org 6.9 Needs Your Build Logs!

2005-10-07 Thread Yannick Roehlly
Hi David,

David Nusinow wrote:

> Once you build it, either post the log somewhere or send the diff at the
> end (it'll be a diff of MANIFEST files) to debian-x.

Building from the subversion source on powerpc (ibook) gives this :

diff MANIFEST.powerpc MANIFEST.powerpc.new 
1249a1250
> usr/X11R6/lib/X11/doc/html/Xprint_FAQ.html

Yannick



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



Processed: Re: Bug#259080: xserver-xfree86: Please special case mouse setup for GNU/Hurd

2005-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 259080 xserver-xorg
Bug#259080: xserver-xfree86: [debconf] please use special defaults for GNU/Hurd
Bug reassigned from package `xserver-xfree86' to `xserver-xorg'.

> severity 259080 important
Bug#259080: xserver-xfree86: [debconf] please use special defaults for GNU/Hurd
Severity set to `important'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#259080: xserver-xfree86: Please special case mouse setup for GNU/Hurd

2005-10-07 Thread Michael Banck
reassign 259080 xserver-xorg
severity 259080 important
thanks

On Wed, Jul 14, 2004 at 12:31:06PM -0500, Branden Robinson wrote:
> On Tue, Jul 13, 2004 at 12:55:25AM +0200, Michael Banck wrote:
> > The configuration for GNU/Linux and GNU/Hurd is mostly identical,
> > however, there is a difference in how the mouse is setup.
> > 
> > Basically, on hurd-i386, the Device should always be "/dev/mouse" and
> > the Protocol be "osmouse". ZAxisMapping should not be set,
> > Emulate3Buttons can be, depending on debconf.
> > 
> > Unfortunately, I'm no debconf wizard, so I hope the changes are not
> > overly complex and could be done relatively easily.
> 
> Yes, this is one of the simpler parts of the problem space.

Since moving to xserver-xorg, dpkg-reconfigure (even at low priority)
does not work anymore, since the debconf values for
inputdevice/mouse/port and inputdevice/mouse/protocol are empty, leading
to an error message and a 0 size xorg.conf, from
/var/cache/debconf/config.dat:

Name: xserver-xorg/config/inputdevice/mouse/port
Template: xserver-xorg/config/inputdevice/mouse/port
Value:
Owners: xserver-xorg
Flags: seen
Variables:
 choices =

Name: xserver-xorg/config/inputdevice/mouse/protocol
Template: xserver-xorg/config/inputdevice/mouse/protocol
Value:
Owners: xserver-xorg
Flags: seen
Variables:
 choices =

I tried to set them manually in there, but to no avail (not being a
debconf guru).  Thus upgrading this bug report to important, as it
renders the package useless on a non-releasing architecture.

Anyway, the right values for hurd-i386 are "/dev/mouse" for port and
"osmouse" for protocol, could this made default?

This is what dpkg-architecture outputs, if it helps:

DEB_BUILD_ARCH=hurd-i386
DEB_BUILD_ARCH_OS=hurd
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=gnu
DEB_BUILD_GNU_TYPE=i486-gnu
DEB_HOST_ARCH=hurd-i386
DEB_HOST_ARCH_OS=hurd
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=gnu
DEB_HOST_GNU_TYPE=i486-gnu

Should I find somebody who whips up a patch for this?


cheers,

Michael

-- 
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html


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



Bug#11147: Look at what I've found ;)

2005-10-07 Thread Dina Berry
Fuck brother

You'll never guess what happened to me last wendsday.

Basically found hot date site that you can join without paying.

So many great folks are there messaging and meeting eachother.

And offcourse there is someone (or more than one) for you.

Although most of them want one-nighters, there are also those who like it 
serious.

THIS IS AN AUTO-GENERATED MESSAGE - PLEASE DO NOT REPLY TO THIS MESSAGE ;~)


http://www.toptingles.com/extra/greatdating/




PS:no.more?
http://www.toptingles.com/extra/greatdating/getmeoff.php


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



Bug#331518: xserver-xorg: xorg doesn't support multi-resolution xinerama

2005-10-07 Thread Andreas Pakulat
On 07.10.05 18:13:49, Michel Dänzer wrote:
> On Thu, 2005-10-06 at 18:05 +0200, Andreas Pakulat wrote: 
> > On 06.10.05 15:19:24, Michel Dänzer wrote:
> > > > 
> > > The relation
> > > 
> > > physical resolution <= virtual resolution
> > > 
> > > is invariant.
> > 
> > That seems to be true for Xorg, but not for XFree86 4.3, as I said in my
> > report, my setup worked with XFree86 4.3. I think it made the monitor
> > use a 1600x1050 resolution, which doesn't work with X.org
> 
> Your configuration doesn't tell it to do that but to use 1680x1050,
> which you get.

Right, I used 1680 virtual screen size on the CRT because my background
pic was made for 2x1680 not 1600+1680. 

> > > Considering this, please rephrase the setup you'd like to achieve.
> > 
> > What I want to have is running my Laptop-Screen and my CRT-Monitor with
> > their heighest resolution together in a Xinerama-Setup using the
> > vertical size of my Laptop display (1050) and the width of double the
> > laptop-display (1680). This seems to be _not_ possible with X.org, as
> > X.org lets the CRT-Monitor not run with 1600x1200.
> 
> Because you override the virtual resolution to be 1680x1050, 1600x1200
> isn't possible due to the invariant above.
>
> What happens if you comment out the 'Virtual' directive for "Screen1"?

Not sure, will test on sunday (I sit in front of another monitor atm).
IIRC the 2 problems I had when playing around with those settings were 

- CRT is set to 1680x1050 resolution with a really bad VertRefresh of
  60Hz
- Xinerama desktop (with screen1 leftof screen0) get sized 3320x1200,
  which makes part of the screen inaccessible on the Laptop display.
  Thus I don't have a panel/systray anymore and "loose" 150 Pixel in
  height on that display.

> > I can of course change the virtual desktop to be 3320x1200, but then I
> > have to scroll on my Laptop screen which is not very nice. I just
> > thought that the old Xfree-Setup should still work, if there is no way
> > you are free to close this bug.
> 
> Your desired setup should be perfectly possible with the right
> configuration.

My desired setup would be 3280x1050 (height on both screens). Do you
have any idea why the setup worked with Xfree86 4.3? Either the old X11
"stretched" the 1050 resolution to 1200 on the CRT or somehow set the
CRT to 1600x1050 - which Xorg doesn't do (not even when setting Modes to
1600x1050 only ).

Andreas

-- 
Don't hate yourself in the morning -- sleep till noon.


pgpdc8iPwZO6k.pgp
Description: PGP signature


Bug#332548: Acknowledgement (xserver-xorg: 6.8.99.900 breaks radeon dual-head)

2005-10-07 Thread Michel Dänzer
On Fri, 2005-10-07 at 14:57 +1300, donn morrison wrote: 
> 
> An additional comment: From the log the external CRT appears to be
> detected, however, once X is started in dual-head mode the monitor
> reports no signal.

Try not specifying sync ranges in the monitor sections, they seem to
cause the driver to exceed the limits advertised in the EDID.


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



Bug#331518: xserver-xorg: xorg doesn't support multi-resolution xinerama

2005-10-07 Thread Michel Dänzer
On Thu, 2005-10-06 at 18:05 +0200, Andreas Pakulat wrote: 
> On 06.10.05 15:19:24, Michel Dänzer wrote:
> > > 
> > The relation
> > 
> > physical resolution <= virtual resolution
> > 
> > is invariant.
> 
> That seems to be true for Xorg, but not for XFree86 4.3, as I said in my
> report, my setup worked with XFree86 4.3. I think it made the monitor
> use a 1600x1050 resolution, which doesn't work with X.org

Your configuration doesn't tell it to do that but to use 1680x1050,
which you get.

> > Considering this, please rephrase the setup you'd like to achieve.
> 
> What I want to have is running my Laptop-Screen and my CRT-Monitor with
> their heighest resolution together in a Xinerama-Setup using the
> vertical size of my Laptop display (1050) and the width of double the
> laptop-display (1680). This seems to be _not_ possible with X.org, as
> X.org lets the CRT-Monitor not run with 1600x1200.

Because you override the virtual resolution to be 1680x1050, 1600x1200
isn't possible due to the invariant above.

What happens if you comment out the 'Virtual' directive for "Screen1"?

> I can of course change the virtual desktop to be 3320x1200, but then I
> have to scroll on my Laptop screen which is not very nice. I just
> thought that the old Xfree-Setup should still work, if there is no way
> you are free to close this bug.

Your desired setup should be perfectly possible with the right
configuration.


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



Re: X.Org 6.9 Needs Your Build Logs!

2005-10-07 Thread Julien Cristau
Hi,

I just tried to build xorg-x11 from current svn on alpha.
It failed in xc/lib/GL/mesa/drivers/dri/r128/r128_ioctl.c, with what
looks like a missing #include somewhere. I don't have the time to
investigate right now, but will look into it next week if noone does it
first.
Build log is available at
.

Cheers,
Julien Cristau


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



Re: build of xorg 6.8.99.900.dfsg.1-0pre2 on hppa

2005-10-07 Thread David Nusinow
On Fri, Oct 07, 2005 at 11:04:23AM -0400, Kyle McMartin wrote:
> Hi David et al.,
> 
> I built xorg on hppa for you guys as you asked (though the message
> never seems to have gotten to debian-hppa). The build log is here,
> http://kyle.mcmartin.ca/build/logs/xorg-x11_6.8.99.900.dfsg.1-0pre2.log

Fantastic! Thank you!

> To build it, I:
>   Cleaned up my sid chroot, dist-upgraded.
>   Added experimental to the sources.list.
>   apt-get build-dep {libxrender,renderext,xorg-x11}
>   apt-get -t experimental source {libxrender,renderext}
>   Built them...
>   dpkg -i *.deb
>   cd xorg-x11[...]
>   Built it...
> 
> Is this the correct set of packages you wanted as build-deps?

Yep. If you got to the MANIFEST check, which you did, you got it right.
I'll get the hppa packaging stuff in order in a few days. Thanks again!

 - David Nusinow


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



build of xorg 6.8.99.900.dfsg.1-0pre2 on hppa

2005-10-07 Thread Kyle McMartin
Hi David et al.,

I built xorg on hppa for you guys as you asked (though the message
never seems to have gotten to debian-hppa). The build log is here,
http://kyle.mcmartin.ca/build/logs/xorg-x11_6.8.99.900.dfsg.1-0pre2.log

To build it, I:
Cleaned up my sid chroot, dist-upgraded.
Added experimental to the sources.list.
apt-get build-dep {libxrender,renderext,xorg-x11}
apt-get -t experimental source {libxrender,renderext}
Built them...
dpkg -i *.deb
cd xorg-x11[...]
Built it...

Is this the correct set of packages you wanted as build-deps?

Cheers,
Kyle


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



Processed: Whoops

2005-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 332637 minor
Bug#332637: config for xserver-xorg/autodetect_mouse broken
Bug#332369: xserver-xorg: during update debconf asks three times for 
configuration options
Severity set to `minor'.

> merge 332637 332369
Bug#332369: xserver-xorg: during update debconf asks three times for 
configuration options
Bug#332637: config for xserver-xorg/autodetect_mouse broken
Merged 332369 332637.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: severity of 332369 is normal, merging 332369 332637

2005-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.7
> severity 332369 normal
Bug#332369: xserver-xorg: during update debconf asks three times for 
configuration options
Severity set to `normal'.

> merge 332369 332637
Bug#332369: xserver-xorg: during update debconf asks three times for 
configuration options
Bug#332637: config for xserver-xorg/autodetect_mouse broken
Merged 332369 332637.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#332637: config for xserver-xorg/autodetect_mouse broken

2005-10-07 Thread Decklin Foster
merge 332637 332369
kthxbye




Steve Greenland writes:

> During the upgrade to -8, I was asked three times whether I wanted to
> attempt mouse device autodetection.

I noticed this as well, but found it was already filed. :-)

-- 
things change.
[EMAIL PROTECTED]


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



Bug#332637: config for xserver-xorg/autodetect_mouse broken

2005-10-07 Thread Steve Greenland
Package: xserver-xorg
Version: 6.8.2.dfsg.1-8
Severity: normal

During the upgrade to -8, I was asked three times whether I wanted to
attempt mouse device autodetection.

1. During normal debconf preconfigure.

2. Before unpacking xserver-xorg.

3. During xserver-xorg postinst.

Each time I answered "No". 

Since I was upgrading, even once was too many, but three times seems
excessive...perhaps you need a "Really definitely no, please don't ask
again!" choice. :-)

Steve

PS In the interest of brevity, I deleted the xorg.conf and xserver log
file from this report; if you really need them, let me know.

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

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 17 Jul 20 08:46 /etc/X11/X -> /usr/bin/X11/Xorg
-rwxr-xr-x  1 root root 1833048 Oct  5 02:49 /usr/bin/X11/Xorg

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

VGA-compatible devices on PCI bus:
:01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 9100 IGP

/var/lib/xfree86/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r--  1 root root 3719 Jul 22 17:33 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
[elided, along with log file]

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

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libxau6   6.8.2.dfsg.1-8 X Authentication library
ii  libxdmcp6 6.8.2.dfsg.1-8 X Display Manager Control Protocol
ii  xserver-common6.8.2.dfsg.1-8 files and utilities common to all 
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages xserver-xorg recommends:
pn  discover | discover1   (no description available)
pn  laptop-detect  (no description available)
pn  mdetect(no description available)
ii  xlibs 6.8.2.dfsg.1-8 X Window System client libraries m
pn  xresprobe  (no description available)

-- debconf information:
* xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/psaux
* xserver-xorg/config/monitor/lcd: false
* xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/display/modes: 1600x1200, 1280x1024, 1280x960, 1152x864, 
1024x768, 800x600, 640x480
* xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/inputdevice/keyboard/internal:
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/config/inputdevice/mouse/zaxismapping: false
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
* xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: us
* xserver-xorg/config/monitor/identifier: Hitachi751
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
* xserver-xorg/autodetect_mouse: false
* xserver-xorg/config/monitor/horiz-sync: 31-93
* xserver-xorg/config/monitor/range_input_error:
* xserver-xorg/config/write_dri_section: true
* xserver-xorg/config/inputdevice/keyboard/model: pc101
* xserver-xorg/config/device/driver: trident
* xserver-xorg/config/monitor/selection-method: Advanced
* xserver-xorg/config/write_files_section: true
* xserver-xorg/config/monitor/mode-list: 1024x768 @ 75Hz
* xserver-xorg/config/doublequote_in_string_error:
* xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
* xserver-xorg/config/inputdevice/mouse/protocol: PS/2
* shared/no_known_x-server:
* xserver-xorg/config/device/bus_id_error:
* xserver-xorg/config/monitor/vert-refresh: 50-160
* xserver-xorg/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, 
glx, int10, record, speedo, type1, vbe
* xserver-xorg/config/device/video_ram:
* xserver-xorg/config/device/identifier: OnBoard
* xserver-xorg/config/null_string_error:
* shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id:
* xserver-xorg/autodetect_video_card: true
* xserver-xorg/config/inputdevice/keyboard/rules: xorg


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



Processed: setting package to x11-common, merging 332341 332566

2005-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.7
> package x11-common
Ignoring bugs not assigned to: x11-common

> merge 332341 332566
Bug#332341: x11-common: bug in preinst script
Bug#332566: preinst error
Bug#332374: x11-common: Update to 6.8.2.dfsg.1-8_all has shell script error
Merged 332341 332374 332566.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: merging 332341 332566

2005-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.7
> merge 332341 332566
Bug#332341: x11-common: bug in preinst script
Bug#332566: preinst error
Bug#332374: x11-common: Update to 6.8.2.dfsg.1-8_all has shell script error
Merged 332341 332374 332566.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#173125: Refil Now

2005-10-07 Thread Maura Walter
Your Discounted ambien  Refill is now Available Please confrm


http://mwk.cidk.com/p/salescsvmgm

Customer #: 629494135
Re-Fill  #: 985598
User Name : [EMAIL PROTECTED]

http://dxx.cidk.com/p/salesaaifpk



Bug#332521: Split xbase-clients

2005-10-07 Thread Michel Dänzer
On Thu, 2005-10-06 at 23:56 +0200, Elrond wrote:
> 
> xbase-clients by now has an installed size of 4,5MB. Quite
> a lot for a "base" package. One, that nearly every X
> workstation has installed.
> 
> It has a lot of specific add-ons, that not everyone needs.
> 
> I've tried to create some categories of tools in
> xbase-clients:
> 
> - diagnostics / debugging:
>   xev, xfd, xrandr, xtrap*, xlsatoms, dpsexec, dpsinfo,
>   xprop, xdpyinfo, xwininfo, glxinfo, xvinfo, 
>   appres, editres, listres, viewres,
>   Xmark, x11perf, and x11perfcomp
> - management tools:
>   xvidtune, atobm, bmtoa, fstobdf, 
> - desktop utilities:
>   (see Bug#199675)
>   beforelight, oclock, xclock, xmag, xload, xeyes,
>   xconsole, xbiff,
> - demos
>   xgc, dga, ico, glxgears, texteroids, xlogo, 
> - basic tools:
>   xset, xsetroot, xrefresh, xkill, xauth, startx,
>   xinit.
>   (for xauth see Bug#151613)
> - discouraged tools
>   both xorg*config tools

I think xrandr rather belongs in the 'management tools' or possibly even
'basic tools' category.


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