Bug#299439: xterm: Request for underline cursor.

2005-03-15 Thread Thomas Dickey
On Mon, Mar 14, 2005 at 05:30:12AM +0100, Mariano Alvira wrote:
> Package: xterm
> Version: 4.3.0.dfsg.1-10
> Severity: wishlist
> Tags: patch
> 
> 
> I'd like an option for xterm to use a underline cursor instead of the
> block.
> 
> The attached patch is included as proof-of-concept and is not intended
> for actual use.

I understand that.  Someone asked about this a while back, and I seem to
recall that it also requires (besides the simple change to charproc.c)
some tinking in util.c (which didn't look as simple).

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


pgpaSxVWoRzj7.pgp
Description: PGP signature


Bug#163815: Pre=Approved Online rates

2005-03-15 Thread Louie Schmidt
http://www.whatshould.com/
your pre-approval is waiting


Bug#299622: xserver-xfree86: dpkg-reconfigure does not create /etc/X11/XF86Config-4

2005-03-15 Thread Martin BRAURE DE CALIGNON
Hi Andreas,

I'm not sure, but did you try to do the thing discribed in /etc/X11/XF86Config-4
(in file header)
In fact, if you had already modified this file without dpkg-reconfigure, you
have to do the followings :
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

I hope this helps.

Good luck ;-)

--
Martin Braure de Calignon



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



Bug#299439: xterm: Request for underline cursor.

2005-03-15 Thread Mariano Alvira
On Tue, Mar 15, 2005 at 06:02:06AM -0500, Thomas Dickey wrote:
> On Mon, Mar 14, 2005 at 05:30:12AM +0100, Mariano Alvira wrote:
> > Package: xterm
> > Version: 4.3.0.dfsg.1-10
> > Severity: wishlist
> > Tags: patch
> > 
> > 
> > I'd like an option for xterm to use a underline cursor instead of the
> > block.
> > 
> > The attached patch is included as proof-of-concept and is not intended
> > for actual use.
> 
> I understand that.  Someone asked about this a while back, and I seem to
> recall that it also requires (besides the simple change to charproc.c)
> some tinking in util.c (which didn't look as simple).
> 
> -- 
> Thomas E. Dickey
> http://invisible-island.net
> ftp://invisible-island.net


Ok. Just skimming through util.c: there is a recolor_cursor routine
which probably explains why my cursor changes color under colored
text. I'm not sure what else would have to change -- the rest seems
fundamental to drawing text, scrolling and what not (which still works
on my patched version).

One thing that would also change is xtermSetCursorBox in fontutils.c,
right now it still draws the hollow block around the underline and
looks a little strange when I lose focus. Not too sure what to make it
though, maybe a vertical bar?

-Mar.



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



Bug#299669: xterm: select alternative font at startup

2005-03-15 Thread Carlos
Package: xterm
Version: 4.3.0.dfsg.1-12.0.1
Severity: wishlist

I want to select an alternative font at startup. Now I have to do
Shift-KP_Add twice every time I open an xterm or uxterm. I would want one of
these (or similar):

xterm -xrm '*vt100*defaultFont: 5'
or  xterm -xrm '*vt100*initialFont: 5'
or  xterm --send-event 'set-vt-font(5)'

to work.

Thanks.


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



Bug#255749: xterm: Dies with segmentation fault

2005-03-15 Thread Christian Aichinger
Hi,
I can't reproduce the described problem here at all.

Could you possibly provide some more information, for example these
2 files:
/etc/X11/app-defaults/XTerm
/etc/X11/app-defaults/XTerm-color

since these were the last 2 config files read by xterm.

Cheers,
Greek0


signature.asc
Description: Digital signature


Bug#299669: xterm: select alternative font at startup

2005-03-15 Thread Thomas Dickey
On Tue, Mar 15, 2005 at 08:40:12PM +0100, Carlos wrote:
> Package: xterm
> Version: 4.3.0.dfsg.1-12.0.1
> Severity: wishlist
> 
> I want to select an alternative font at startup. Now I have to do
> Shift-KP_Add twice every time I open an xterm or uxterm. I would want one of
> these (or similar):
> 
> xterm -xrm '*vt100*defaultFont: 5'
> or  xterm -xrm '*vt100*initialFont: 5'
> or  xterm --send-event 'set-vt-font(5)'

But you can certainly modify your personal resource file to do this.

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


pgptXjsoKD8si.pgp
Description: PGP signature


Bug#299439: xterm: Request for underline cursor.

2005-03-15 Thread Thomas Dickey
On Tue, Mar 15, 2005 at 08:20:10PM +0100, Mariano Alvira wrote:
 
> One thing that would also change is xtermSetCursorBox in fontutils.c,
> right now it still draws the hollow block around the underline and
> looks a little strange when I lose focus. Not too sure what to make it
> though, maybe a vertical bar?

I think this one is what I had in mind.

Perhaps it should simply draw the same empty box that the normal cursor does
when it loses focus.

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


pgpSDMZvSZ66O.pgp
Description: PGP signature


Bug#299439: xterm: Request for underline cursor.

2005-03-15 Thread Mariano Alvira
On Tue, Mar 15, 2005 at 03:31:32PM -0500, Thomas Dickey wrote:
> On Tue, Mar 15, 2005 at 08:20:10PM +0100, Mariano Alvira wrote:
>  
> > One thing that would also change is xtermSetCursorBox in fontutils.c,
> > right now it still draws the hollow block around the underline and
> > looks a little strange when I lose focus. Not too sure what to make it
> > though, maybe a vertical bar?
> 
> I think this one is what I had in mind.
> 
> Perhaps it should simply draw the same empty box that the normal cursor does
> when it loses focus.
> 
> -- 
> Thomas E. Dickey
> http://invisible-island.net
> ftp://invisible-island.net


Yeah, I'm using that right now and it looks fine, except, I think a
HideCursor needs to be added somewhere b/c I get a box _and_ a
underline when I loose focus.

For normal and below font sizes the box overwrites the underline and
looks fine, but for large and above the underline is inside the box.

-Mar.






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



Why does X in Debian hot have hardware detection?

2005-03-15 Thread Rainer Dorsch
Hi,

I upgraded my laptop today from a T23 Thinkpad to a T42 Thinkpad. Our laptop 
support copied over the content of the hard disk and rebooted and everything 
worked fine, except X.

I did an X -configure and adjusted in the config file the default color depth 
manually. After that everything was operational again. Colleagues running on 
windows typically do a fresh install in such a situation.

I am just wondering, why X does not use automatic hardware detaction like 
Knoppix and other Debian derivates are doing? Or did I just miss to switch 
this feature on for X??

Many thanks for the great distribution.

Rainer

-- 
Rainer Dorsch
Alzentalstr. 28
D-71083 Herrenberg
07032-919495
Icq: 32550367


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



Re: Why does X in Debian hot have hardware detection?

2005-03-15 Thread Michael Banck
On Tue, Mar 15, 2005 at 10:50:43PM +0100, Rainer Dorsch wrote:
> I am just wondering, why X does not use automatic hardware detaction like 
> Knoppix and other Debian derivates are doing? Or did I just miss to switch 
> this feature on for X??

Try xdebconfigurator.


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#299669: xterm: select alternative font at startup

2005-03-15 Thread Carlos
[Thomas Dickey <[EMAIL PROTECTED]>, 2005-03-15 21.26 CET]
> On Tue, Mar 15, 2005 at 08:40:12PM +0100, Carlos wrote:
> > Package: xterm
> > Version: 4.3.0.dfsg.1-12.0.1
> > Severity: wishlist
> > 
> > I want to select an alternative font at startup. Now I have to do
> > Shift-KP_Add twice every time I open an xterm or uxterm. I would want one of
> > these (or similar):
> > 
> > xterm -xrm '*vt100*defaultFont: 5'
> > or  xterm -xrm '*vt100*initialFont: 5'
> > or  xterm --send-event 'set-vt-font(5)'
> 
> But you can certainly modify your personal resource file to do this.

Yes, I can change *vt100*font and *vt100*font2-6. But can't specify, without
changing them, which one to use at startup. (Or do I? I found nothing in the
docs.)

(Note that the resource strings mentioned in my original message, or the
parameter, don't exist.)

There is a feature, the resource string "*tex4014*initialFont", which
(according to the documentation) does what I want, but to some mysterious
'Tektronix window'. I would like to have the same feature in the VT100
window.

Thanks for your attention.




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



Bug#299669: xterm: select alternative font at startup

2005-03-15 Thread Thomas Dickey
On Tue, Mar 15, 2005 at 11:20:03PM +0100, Carlos wrote:
> [Thomas Dickey <[EMAIL PROTECTED]>, 2005-03-15 21.26 CET]
> > On Tue, Mar 15, 2005 at 08:40:12PM +0100, Carlos wrote:
> > > Package: xterm
> > > Version: 4.3.0.dfsg.1-12.0.1
> > > Severity: wishlist
> > > 
> > > I want to select an alternative font at startup. Now I have to do
> > > Shift-KP_Add twice every time I open an xterm or uxterm. I would want one 
> > > of
> > > these (or similar):
> > > 
> > > xterm -xrm '*vt100*defaultFont: 5'
> > > or  xterm -xrm '*vt100*initialFont: 5'
> > > or  xterm --send-event 'set-vt-font(5)'
> > 
> > But you can certainly modify your personal resource file to do this.
> 
> Yes, I can change *vt100*font and *vt100*font2-6. But can't specify, without
> changing them, which one to use at startup. (Or do I? I found nothing in the
> docs.)
> 
> (Note that the resource strings mentioned in my original message, or the
> parameter, don't exist.)

I understood that, but did not focus on the 'initialFont' part, since
xterm's default font is one of 6 fonts it has available.  On startup,
xterm -xrm '*VT100.font:9x15'
specifies the default font, which is the initial font.  A little script
starting with
appres XTerm |fgrep '*VT100*font'
would retrieve the font settings for the various font resources.
 
> There is a feature, the resource string "*tex4014*initialFont", which
> (according to the documentation) does what I want, but to some mysterious
> 'Tektronix window'. I would like to have the same feature in the VT100
> window.

I see now (I suppose something like that could be added for the VT100 widget).
 
> Thanks for your attention.

no problem

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


pgpwkmzPqpEIq.pgp
Description: PGP signature


Bug#254565: xserver-xfree86: [savage] two cursors display

2005-03-15 Thread Kevin Locke
I can also confirm this problem on an IBM Thinkpad T21.  The problem is
clearly related to the Hardware Cursor (since adding Option "SWCursor"
"true" to the XF86Config-4 solves the problem).  As mentioned in the
Savage(4) Manual Page [1], this option should be enabled by default "On
Savage/MX and Savage/IX chips which are connected to LCDs", obviously it
is not being enabled by default, otherwise you would probably not be
seeing all of these messages. ;)

I attached the output of /usr/share/bug/xserver-xfree86 > /tmp/output
3>&1 (with the SWCursor option disabled, so you can see it fail to
switch to SWCursor mode).  I have also attached the output from lspci to
assist in specifically identifying the card.

Note:  I am using kernel 2.6.10, with the Debian patches applied, and
have the "Enable DDC2 Support" (CONFIG_FB_SAVAGE_I2C) suboption of the
S3 Savage Support compiled into the kernel (as well as the Savage
driver).  The description mentions that this option is used to get EDID
information from the attached display...  I do not know if it is
related, just a thought I had.

If there is any other information that I can provide, I would be happy
to do so.  Unfortunately, I am not familiar with the XFree86 drivers, so
I will probably not be much help in patching the code, but feel free to
ask if there is something that you think I can do to help.

Thanks,
Kevin

[1]  http://www.xfree86.org/4.3.0/savage.4.html
:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge 
(rev 03)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 

:00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge 
(rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset- FastB2B+

:00:02.0 CardBus bridge: Texas Instruments PCI1450 (rev 03)
Subsystem: IBM: Unknown device 0130
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset+ 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

:00:02.1 CardBus bridge: Texas Instruments PCI1450 (rev 03)
Subsystem: IBM: Unknown device 0130
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset+ 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

:00:03.0 Communication controller: Lucent Microelectronics WinModem 56k 
(rev 01)
Subsystem: CIS Technology Inc Lucent Win Modem
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 

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

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

X server symlink status:
lrwxrwxrwx  1 root root 20 2005-03-14 01:54 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1745740 2004-12-15 14:19 /usr/bin/X11/XFree86

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

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 13)

/etc/X11/XF86Config-4 does not match checksum in 
/var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 3034 2005-03-15 18:56 /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

Cannot xstart XFree86 on my Radeon 9200 graphics card.

2005-03-15 Thread Bockmann
Title: Cannot xstart XFree86 on my Radeon 9200 graphics card.






Sir/Madam,

        I am very new to Linux and obtained a Ubuntu  CDrom with a computer magazine.  The OS loads and I can mount things like my compact flash device but all efforts to get the graphics going have failed. I downloaded fglrx_4_3_0-8.10.19-1.i386,rpm and installed it and also tried xfree86-driver-fglrx_4.3.0-8

I have attached the XFree86 log below and I would be very grateful if you can deduce from this what may be wrong.  I have a MAX 655 MSI mother board and a Radeon 9200 graphics card.

Kind regards.

        Dirk Bockmann  


 <<...>> 




XFree86.0.log
Description: Binary data


Re: Cannot xstart XFree86 on my Radeon 9200 graphics card.

2005-03-15 Thread Daniel Stone
On Wed, Mar 16, 2005 at 05:08:22PM +1100, Bockmann wrote:
>   I am very new to Linux and obtained a Ubuntu  CDrom with
> a computer magazine.  The OS loads and I can mount things like my
> compact flash device but all efforts to get the graphics going have
> failed. I downloaded fglrx_4_3_0-8.10.19-1.i386,rpm and installed it and
> also tried xfree86-driver-fglrx_4.3.0-8
> I have attached the XFree86 log below and I would be very grateful if
> you can deduce from this what may be wrong.  I have a MAX 655 MSI mother
> board and a Radeon 9200 graphics card.

Edit /etc/X11/XF86Config-4 and remove Option "UseFBDev".  Out of
interest, why are you using the fglrx driver?

Cheers,
Daniel


signature.asc
Description: Digital signature