Bug#515214: console-setup needs to be taken out and shot.

2009-04-19 Thread sacrificial-spam-address
Package: xserver-xorg
Version: 1:7.4+1

Just another voice who doesn't care for the amount of cruft that
hal and console-setup drag into my system.  The fact that console-setup
remaps the console fonts and doesn't even provide a way to set it back
to CP437 is particularly egregious.

I have, for now, simply edited /var/lib/dpkg/status and removed the
dependencies, but will have to remember how to satisfy a versioned
dependency with equivs.  (I think it can't be done with a *-dummy
package that Provides: the package.)


Installing hal and console-setup wants to drag in 9417 kB of cruft:
--\ Packages being automatically installed to satisfy dependencies (20)
piA  acl   +176kB   2.2.47-2  
piA  console-setup +1286kB  1.32  
piA  console-terminus  +692kB   4.26-2.1  
piA  consolekit+541kB   0.3.0-2   
piA  hal   +1724kB  0.5.12~git
piA  hal-info  +487kB   20090309-1
piA  initramfs-tools   +430kB   0.93.2
piA  klibc-utils   +467kB   1.5.15-1  
piA  libck-connector0  +115kB   0.3.0-2   
piA  libklibc  +135kB   1.5.15-1  
piA  libpam-ck-connector   +127kB   0.3.0-2   
piA  libpolkit-grant2  +168kB   0.9-3 
piA  libsmbios-bin +377kB   2.0.3.dfsg
piA  libsplashy1   +115kB   0.3.13-4  
piA  libvolume-id1 +160kB   0.141-1
piA  pm-utils  +303kB   1.2.5-2   
piA  policykit +430kB   0.9-3 
piA  powermgmt-base+90.1kB  1.30+nmu1 
piA  radeontool+73.7kB  1.5-5 
piA  udev  +979kB   0.141-1   
piA  uswsusp   +479kB   0.8-1.1+b1
piA  vbetool   +61.4kB  1.1-2 

Although some of that is only Recommends: and can be removed, taking it
down to 7528k:

xserver-xorg
D-> console-setup
D-> console-terminus
D-> hal
D-> hal-info
D-> acl
D-> udev
D-> libvolume-id1
D-> libvolume-id1
D-> policykit
D-> libpolkit-grant2
D-> consolekit
D-> consolekit
D-> libck-connector0
R-> libpam-ck-connector
D-> pm-utils
D-> powermgmt-base
R-> radeontool
R-> uswsusp
D-> libsplashy1
R-> vbetool

If we hold out some faint hope that bug #448197 will (after a year and
a half of inaction) be resolved by downgrading the pm-utils dependency
to a recommends, then that takes it down to 7135k.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#362144: x-ttxidfont-conf isn't the problem here

2006-04-16 Thread sacrificial-spam-address
Package: xserver-xorg
Version: 1:7.0.11
Architecture: i396

In case anyone else is looking at this bug for ideas...

I'm having the same symptoms, but it's not #362296.
I had an xorg.conf file that listed "/usr/lib/X11/fonts/*",
but the fonts moved to /usr/share/fonts/X11/*.  The only
things in the old directory were from bitchx and xfonts-jmk.



You know, I really wish the X server would explain in more
detail *why* it can't load default font "fixed".  Is it:

- Cannot find "fixed" in any fonts.alias in the FontPath?
- Cannot find the name in a fonts.dir file?
- Cannot open the file name given in the fonts.dir file?
- File is corrupt?


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



Bug#332912: update-alternatives man page links are broken

2005-10-09 Thread sacrificial-spam-address
Package: xterm
Version: 6.8.2.dfsg.1-8

The various man pages (xterm, uxterm, lxterm, koi8xterm) are installed as
".1x.gz", but the postinst script sets up links to ".1.gz", which dangle.


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



Bug#245919: 913_radeon_milkyscreen_fix.diff works

2004-05-01 Thread sacrificial-spam-address
> http://bugs.debian.org/234025

> ...which has already been filed.

Mea culpa.  I didn't know people were calling it the "milky screen"
bug; I was thinking of less gentle terms.

>> Thank you very much for any assistance; I'm a little wary of trying
>> to compile xfree86 from CVS.

> If you're willing to patch and compile XFree86 from Debian's packages,
> you could help us out tremendously in resolving this bug!

Well, adding the patch and compiling xfree86 from Debian sources was
surprisingly painless (the only annoying thing was that it wanted to
install libstdc++5-dev and g++-3.2 to go with it; I installed
libstdc++5-3.3-dev instead and everything worked fine), and 4 gig of
disk later (3966304 K), I had binary packages.

Which solved the problem!

Sorry for the delay; this is someone else's computer and I had to wait
for the weekend to test it.


Thanks for your help and all your hard work.  I'll have that drink
you're offering now... :-)


(Oh, I forgot to try the "sw_cursor" workaround.  Sorry.)



Bug#245919: Radeon 7500 + CRT, display washed out

2004-04-26 Thread sacrificial-spam-address
Package: xserver-xfree86
Version: 4.3.0-7

Briefly, starting X on this Debian/unstable, x86, kernel 2.6.5 system
produces a display reminiscent of gamma set *way* too high.
Bright, washed-out, and illegible.

Earlier versions worked perfectly, although I don't have an archive
to find exactly where it broke.

If I set the display gamma to 0.4, I end up with a display that just
looks like Arizona summer at high noon and I want sunglasses.
I.e. black text on white is legible, even if it's an awfully pale black.

This appears to be the same bug talked about in
http://www.spinics.net/lists/rh-xf/msg01127.html
http://linux.derkeiler.com/Mailing-Lists/Fedora/2004-01/1739.html
and possibly
http://www.redhat.com/archives/xfree86-list/2003-October/msg3.html

There is some talk there of a fix in CVS, which would be very helpful.

Thank you very much for any assistance; I'm a little wary of trying
to compile xfree86 from CVS.

lspci reports

:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo 
KT266/A/333]:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo 
KT266/A/333 AGP]
:00:05.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 
10)
:00:09.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 50)
:00:09.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 50)
:00:09.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
:00:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
:00:0e.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] 
(rev 30)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:11.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 23)
:00:11.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 23)
:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV200 QW 
[Radeon 7500]

lspci -vvn of just the video card produces

:00:01.0 Class 0604: 1106:b099
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset- FastB2B-
Capabilities: [80] Power Management version 2
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-


The X server log file contains:

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.6.5 ([EMAIL PROTECTED]) (gcc version 3.3.3 (Debian 
20040401)) #19 Sat Apr 10 21:01:51 EDT 2004 
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: Sat Apr 10 21:33:25 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Sony CPD-17SF2"
(**) |   |-->Device "ATI Radeon 7500"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Dev Mice"
(**) |-->Input Device "Psaux"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/TrueType,/usr/share/fonts/truetype,/usr/share/fonts/truetype/windows,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 12

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on l