Xfree86-4.1 no compose key possible

2002-03-01 Thread Armin Wegner
Hi, I'm running kernel 2.4.18pre1 with testing. I cannot compose characters with Multi_key in Xfree86 4.1. I have got a Multi_key according to xev KeyPress event, serial 23, synthetic NO, window 0xe1, root 0x58, subw 0x0, time 1386270115, (103,176), root:(245,318), state 0x0, keycode

Re: Best player for Divx, AFS, AVI etc.

2002-02-26 Thread Armin Wegner
aviplay It is in testing.

Solved: Problems compiling kernel 2.4.16 under woody

2001-12-15 Thread Armin Wegner
Patching kernel 2.4.16 to 2.4.17-rc1 did not do it. I have had to downgrade binutils to version 2.9.5.0.37-1. Thank you. On Sat, Dec 15, 2001 at 10:41:17AM +0100, Armin Wegner wrote: > Hi! > > I have installed one of the first potato releases from cd on a > blank hard disk and com

Problems compiling kernel 2.4.16 under woody

2001-12-15 Thread Armin Wegner
Hi! I have installed one of the first potato releases from cd on a blank hard disk and compiled kernel 2.4.16. Fine. I then upgraded with apt-get to yesterdays woody/testing and no longer manage to compile the same sources. I have made make mrproper make menuconfig make d

cdrecord can't burn

2001-04-06 Thread Armin Wegner
Hi, to say it short kernel support for graphics card + Xfree86 4.0.2 = cdrecord does not burn anymore I can write cds if I stop X and write cds at the console or if use the kernel driver for nvidia chips "nv" comming with X. Using the driver from nvidia or compiling support for graph

Re: Mouse stopped working in X

2000-08-11 Thread Armin Wegner
On Thu, Aug 10, 2000 at 11:29:41PM -0500, John Reinke wrote: > I've converted my Corel distribution to Debian potato. Although I had a few > problems, most things seem to be fine, except my mouse now longer works in > X. It doesn't work with any of the X servers, including within XF86Setup. > It us

Re: can't compile cdfs

2000-08-09 Thread Armin Wegner
I've downgraded from gcc_2.95.2-13.deb to gcc_2.95.2-5.deb. It's all fine again. There must be a change or an error.

Re: can't compile cdfs

2000-08-09 Thread Armin Wegner
#ifdef wasn't satisfied, and code is > now missing at the compilation stage. What macro definitions can you play > with in the Makefile? > > Mike > > On Wed, 9 Aug 2000, Armin Wegner wrote: > > > Hello, > > > > I've installed yesterdays frozen

can't compile cdfs

2000-08-09 Thread Armin Wegner
Hello, I've installed yesterdays frozen and recompiled the kernel 2.2.17. It's up and running. Fine. But I failed to compile the non standard kernel module cdfs.o. I've linked /usr/include/{linux,asm} to /usr/src/linux/include/{linux,asm-i386}. I get following output from make. I get the same err

Re: Maximum characters in username

2000-07-26 Thread Armin Wegner
If I'm right, only the first 8 characters are relevant. The rest is ignored. There is no difference between two user names, if the first 8 characters are equal.

Re: Funny format CD's...

2000-06-19 Thread Armin Wegner
On Fri, Jun 16, 2000 at 05:35:55PM +0200, Hugo van der Merwe wrote: > Is it possible to mount the 7th track of a CD? The first 6 being audio > tracks, and the seventh the first and only data track? > I believe it is possible to write another track to a CD-R device later, as > long as the disk hasn

Re: SCSI bus reset when burning

2000-05-23 Thread Armin Wegner
Have you added your burner to the SCSI bus, later? Then check, wether your SCSI bus is terminated correctly. The device at the end of the cable must be terminated, only. For some burners you have to set the jumper to disable termination. That is revers to normal harddrive setting.

Re: Simple Text Editor with Synatx highlighting?

2000-05-23 Thread Armin Wegner
Use vim. It's hard to learn, but it is worse it. It's fast.

Re: Why is the Debian home page so boring?

2000-05-20 Thread Armin Wegner
It's not boring, it's functional. And that's what matters.

Re: PCI 128...

2000-05-17 Thread Armin Wegner
Hi David, you do not need OSS. Use 1370, only

Re: Sound problems (PCI128)

2000-05-11 Thread Armin Wegner
On Mon, May 08, 2000 at 10:03:10PM +0200, David Henningsson wrote: > That sound thing in Linux seems to be a real mess... :( > > I downloaded kernel 2.2.14 to get support for PCI128. I don't know if it is > 1370 or 1371, but I took a chance on 1370. Ányway, the wave is working but > the midi isn

AdLib ASB 64 4D IDE doesn't work

2000-05-08 Thread Armin Wegner
Hi, I can't get my soundcard to work. I've got an i386 with 40 Mhz and 8 MB ram running potato. The SCSI harddisk, the SCSI cdrom and the floppy drives are connected to the Adaptec 1542 CF (dma = 5, irq = 11, io = 0x330-0x333). There is no other controller (so there are no seriel ports and no para

Re: fixing netscape's super ugly fonts..how?

2000-04-10 Thread Armin Wegner
Most web sites are designed for Microsoft. To see them like the author would like you to see them use Windows fonts. So, install the true type font server and copy the Windows true type fonts to the appropriet directory. That's fine.

SOLVED: mouse with gpm and X

2000-02-22 Thread Armin Wegner
I have set repeat_type= in /etc/gpm.conf. The equal sign is the last character of that line. I now have a working mouse on the console and in X. Thank you. Armin

SOLVED: eth0: unknown interface

2000-02-22 Thread Armin Wegner
It is fine now. My /etc/init.d/network looks like this #! /bin/sh ifconfig lo 127.0.0.1 route add -net 127.0.0.0 netmask 255.255.255.0 lo I added the netmask to avoid the SIOCADDRT: invalid argument message at boot time. This has been a last years subject. Thank you. Armin

mouse with gpm and X

2000-02-21 Thread Armin Wegner
Hi, I've to kill gpm with gpm -k before starting X or I can not use my ps2 mouse in X. That's new in potato. Switching back to a console I don't have gpm then. I'm not pleased with this. I would like have gpm and a mouse under X. In slink this was no problem. What can I do? Armin

eth0: unknown interface

2000-02-21 Thread Armin Wegner
Hi, At boot potato gives me this message eth0: unknown interface: No such device I guess that eth0 is an interface for ethernet cards. I don't have one. So I don't need this message. What can I do against it? Is there a package which I can delete? Armin

Re: quick latex question

2000-01-14 Thread Armin Wegner
Foo \hfill bar \\

Re: Can't type in X

1999-12-07 Thread Armin Wegner
On Mon, Dec 06, 1999 at 09:13:19AM -0700, Raphael Clancy wrote: > Here's my sad story. > > To start, I have the worst video card ever... It's based on SiS 530 chipset. > It's built on to the mother board oad uses 8 megs of system memory for > graphics, of course it uses the first 8 megs, so

Re: Newbie question floppy format

1999-11-24 Thread Armin Wegner
On Mon, Nov 22, 1999 at 06:47:16PM +, julie wright wrote: > Hi all. Very basic question - how do I format a floppy using Debian Slink? > Tried fdformat -n /dev/fd0H1440 which I found in a basic linux book. Did not > work. Returned error - command not found. > Thanks for any help in advance. >

Reading defektive cdroms

1999-09-08 Thread Armin Wegner
Hi, is there a utility to read even defektive cdrom images? Armin

Re: TrueType fonts, xfstt and freefont

1999-09-01 Thread Armin Wegner
> [...] i've seen some > suggestions to use fonts off the m$ site. after a while i tried it but > all i see are .exe files. can somebody explain the business with > freefont and also point me to the source of .ttf? please, cc me as i'm > temporary unsubscribed. tia, > Windows stores the truetype

lilo boot from scsi

1999-08-24 Thread Armin Wegner
Hi, I've got the Gigabyte GA-6BXE motherboard with Award BIOS v4.51PG, two IBM DTTA IDE hard disks, the Symbios 53c875E SCSI-to-PCI hostadapter, one IBM DORS-32160 and two IBM DCAS-34330 SCSI hard disks. I've installed linux on the two IDE disks and Windows 98 on the DORS. the DORS is my first SC

printer accounting

1999-08-17 Thread Armin Wegner
Hello, can you suggest me a software for printer accounting, please? Armin

Re: ide-scsi support

1999-06-15 Thread Armin Wegner
> SCSI support > SCSI disk support > SCSI CD-ROM support > SCSI generic support Don't compile them as modules. Compile them into the kernel. I've never managed even to compile these modules. I got errors. Armin

soundcard too silent

1999-06-15 Thread Armin Wegner
Hi, how can I raise the base volume of my sb 64 pci (ensonique)? Armin

Re: PS/2 mouse rolling away

1999-06-15 Thread Armin Wegner
> But I had never heard of mice dying like that, nor had I lost one in the > last 5 or so years. What causes it? Hi Jonathan, my mouse is new. It's two weeks old. Armin

PS/2 mouse rolling away

1999-06-14 Thread Armin Wegner
Hi, my logitech ps/2 mouse behaves oddly. Sometimes, the pointer rolls to the top or bottom of the screen when pressing a button while moving left or right in X and on console. I can stop this by moving the mouse. But I can't play quake with this mouse. Armin

[solved] [off topic] installing linux form source

1999-06-10 Thread Armin Wegner
Hi, thanks for all your replies. I've installed the debian packages for Xfree86 3.3.3.1 from netgod.net/x on slink. X is fine now and I'm happy again. Thank you Armin

antialiasing for xterm fonts

1999-06-08 Thread Armin Wegner
Hi, is there a variant of xterm witch uses font antialiasing like xdvi? Armin

[off topic] installing linux from scratch

1999-06-08 Thread Armin Wegner
Hi, can anybody tell where to find information on how to install linux from c source code. Currently I'm using Debian. Debian is fine. But there is no support for my Riva TNT chipset in X 3.3.2.3. So I've installed version 3.3.3.1 from source to /usr/local. Now there are many very anoying proble

Re: [DEBIAN] version of tar that does bzip2

1999-06-04 Thread Armin Wegner
On Fri, Jun 04, 1999 at 10:19:58AM -0500, Oleg Krivosheev wrote: >is there a version of tar somewhere that will recognize bzip2 >compression? I don't like untarring in two passes :-) Use 'tar xIf aaa.tar.bz2' in slink. The 'I' is for bzip2.

Re: EBCDIC --> ASCII|ANSI ???

1999-06-04 Thread Armin Wegner
On Fri, Jun 04, 1999 at 10:28:40AM -0400, Greg Vence wrote: > Looking for something like "beav" that is more stream based. Ideas? It > needs to unpack packed fields and correctly translate binary fields too. To translate EBCDIC to ASCII or ANSI use 'recode'.

LaTeX: multicol.sty

1999-06-01 Thread Armin Wegner
Hi, which debian package provides the latex multicol environment? Has it been replaced by another one? Armin

Dawicontrol DC2975U

1999-05-31 Thread Armin Wegner
Hi, which kernel driver has to be used for the Dawicontrol DC2975U SCSI-PCI adapter? Armin

Re: getting out of fvwm

1999-05-29 Thread Armin Wegner
On Sat, May 29, 1999 at 09:28:11PM +0800, Barry Kauler wrote: > I'm *still* installing my first Debian Linux! > I got X windows running, with default window > manager fvwm, but next time I logged in it > didn't stop at the commandline --- went straight > into graphics mode and gave me a login windo

Re: Boot probblem with xdm

1999-05-26 Thread Armin Wegner
On Wed, May 26, 1999 at 08:53:12AM -0500, Nadarajah, Dinesh wrote: > How can I turn xdm off so that I can directly boot into a console and and > then run startx to get to X? Hi, in slink, you have to uninstall xdm. In hamm, you have to add the line "no-start-xdm" to /etc/X11/xconfig. I don't use

Re: Boot probblem with xdm

1999-05-26 Thread Armin Wegner
On Wed, May 26, 1999 at 02:23:34AM -0500, shadowze wrote: > My install was going just fine until until I installed X on and ran the > XF86 setup. Was curious about it. I can hand edit the xf86.cfg if needed > or run the xf86config. During the setup, my bus mouse wasnt recognized so I > quit the se

Diamond Viper 550

1999-05-25 Thread Armin Wegner
Hi, I will get a Diamond Viper 550 graphics card, soon. Which is the best Xserver for it? Which X version do you recommend? Armin

Re: latex and memory related

1999-05-21 Thread Armin Wegner
On Fri, May 21, 1999 at 12:25:52PM +, Shao Zhang wrote: > Hi, > I drew a simple box in xfig and used it to generated a latex file. > > The file looks like this: > > \documentclass{article} > \begin{document} > > \setlength{\unitlength}{4144sp}% > % >

useable hardware

1999-05-20 Thread Armin Wegner
Hi, I'd like to get a new computer. I haven't found some components at the Hardware Compatiblity Howto. Can you tell me wether the listed hardware is supported? Can you even tell me if it is succested to use? - ELSA Erazer II, 16 mb, Riva TNT chipset Is 16 mb enough for a resolution of 16

net-pf-19

1999-05-18 Thread Armin Wegner
Hi, I'm running potato with kernel 2.2.5. At boot it prints modeprobe: can't find module net-pf-19 two times. What's missing? Armin

HTML formatter

1999-05-18 Thread Armin Wegner
Hi, is there a program that formats html source code. I would like to have a pretty printer for HTML just like 'indent' does with c source code. Armin

Re: fetchmail is slow

1999-04-19 Thread Armin Wegner
ts not your connection to the mailserver being slow? > > On Mon, 19 Apr 1999, Armin Wegner wrote: > > fetchmail is so slow. It takes so long 'til all my mail is downloaded. > > Can I speed it up?

SIOCADDRT: Invalid argument

1999-04-19 Thread Armin Wegner
Hi, Booting Slink with Linux 2.2.5 kernel I get the message SIOCADDRT: Invalid argument after mounting the file systems. What does this mean? Looks like an error, doesn't it? Armin

mailing offline

1999-04-19 Thread Armin Wegner
Hi, I use exim and mutt. I get my mail on demand with fetchmail. I'd like to send mails even when I'm offline. Is it possible to store those mails locally until I hookup to an ISP and having them send then? Armin

fetchmail is slow

1999-04-19 Thread Armin Wegner
Hi, fetchmail is so slow. It takes so long 'til all my mail is downloaded. Can I speed it up? Armin

kernel 2.2.5 symlinks

1999-04-16 Thread Armin Wegner
Hi, the README for Linux 2.0.36 kernel tells me, that /usr/include/{asm,linux,scsi} should be symlinks to /usr/src/linux/include/{asm,linux,scsi}, respectively. They aren't. They are normal directories. That's wrong, isn't it? The installation of Slink has done so. I've upgraded to Linux 2.2.5 ke

What is x11amp?

1999-04-15 Thread Armin Wegner
What is the program x11amp good for?

Re: latex cannot typeset a german \SS

1999-04-15 Thread Armin Wegner
Hi, add \usepackage{german} to your document head and use "s to generate a ß. If your document is in an other language you can use the babel package. Add \usepackage[german,english]{babel} instead of \usepackage{german} English is the normal style then. If you l

Re: Can not mail to myself

1999-04-15 Thread Armin Wegner
> > I can't send mail to [EMAIL PROTECTED] (that's my login). > > That's not good, because fetchmail likes to do so. > > What must I do to bring this in order? > > Too little information. Try again, and list all your mail software, > beside fetchmail. Do you run sendmail, exim, or some other pa

Can not mail to myself

1999-04-14 Thread Armin Wegner
Hi, I can't send mail to [EMAIL PROTECTED] (that's my login). That's not good, because fetchmail likes to do so. What must I do to bring this in order? Armin

libraries documentations

1999-03-31 Thread Armin Wegner
Hi, there are a lot of nice libraries in /usr, but where are the documentations for the c/c++ libraries? Armin

Re: Mount for normal user

1999-03-29 Thread Armin Wegner
On Mon, Mar 29, 1999 at 02:25:41PM +0200, Sami Dalouche wrote: > How can I mount devices (CDrom / HD) as a normal user. > For example : > $ mount /dev/hdb /mnt/hdb > > mount: only root can mount /dev/hdb on /mnt/hdb > > I've tried to add my user (sami) to some groups, but... : > > sys:x:3:sami >

cut-and-paste mouse problem

1999-03-29 Thread Armin Wegner
Hi, I've got a three button logitec mouse. when I click the middle mouse button the cut buffer is printed several times to the xterm prompt instead of one time only. How can I change this? Armin

Re: Couldn't open /dev/fb0

1999-03-22 Thread Armin Wegner
On Mon, Mar 22, 1999 at 01:35:28PM +0100, J.H.M. Dassen wrote: > On Mon, Mar 22, 1999 at 12:13:52 +0100, Armin Wegner wrote: > > display-fbdev: Couldn't open framebuffer device /dev/fb0: Operation not > > supported by device > > > > What does this mean? > >

Re: Debian CD Resellers?

1999-03-22 Thread Armin Wegner
On Mon, Mar 22, 1999 at 12:45:27PM +0100, [EMAIL PROTECTED] wrote: > > > Of course, no US-based vendor is going to ship non-US to Rainer who's > > > domain is .de; that's the whole point of non-US. > > you sure? I thought they wouldn't ship non-US to someone whose domain is a > US based one. For

Re: Debian CD Resellers?

1999-03-22 Thread Armin Wegner
> > > I am looking for somebody selling Debian CD sets containing beside the > > > official images the non-free (the part which is freely redirstributable) > > > and > > > especially nonUS. Cheapbytes announced the nonfree section, but they do > > > not > > > ship nonUS. > > > > try www.linuxm

Couldn't open /dev/fb0

1999-03-22 Thread Armin Wegner
Hi, I have installed 'ggiheretic' and 'vgaheretic'. When I first started one of both on the console I have been told that /dev/fb0 was missing. I have created it with 'MAKEDEV framebuffer'. Now I get the message display-fbdev: Couldn't open framebuffer device /dev/fb0: Operation not supported by

Re: Help - a very little problem with latex

1999-03-15 Thread Armin Wegner
On Tue, Mar 16, 1999 at 12:17:18AM +1100, Shao Zhang wrote: > Hi, > I did a lot of research on this, but still cannot find the > solution. I want to print a >, or a < in latex. But when I view them in ps > format, it displays the strange symbol(a question mark upside down). From > what I read

which graphic card and processor

1999-03-15 Thread Armin Wegner
Hi, Can I use the ELSA ERAZOR II and the ATI EXPERT 98 graphic card with X Window? Are there drivers? Can I use the AMD K6 processor with debian? What graphic card and processor do you recommend? Thanks a lot, Armin

size of swap

1999-03-11 Thread Armin Wegner
Hi, I've got 128 megs ram. Which size should I choose for the swap partition? Thanks, Armin

sun sparc 10 /sda3 whole disk

1999-02-24 Thread Armin Wegner
Hi, I'm trying to install debian on a sun sparc 10. When I klick on "Initialize a Linux Partition", I'm set back to choose the color. I think that it has something to do with the third partition wich is of type "whole disk". I removed this partition to look what happens. Now I can initialize lin

partitions for sun sparc 10

1999-02-23 Thread Armin Wegner
I would like to install debian on a sun sparc 10 with 64 megs and 4 gigs of disk space. How many partitions can I create? Are there primary and extended partitions? There are following partitions on the system now. /root 128.25 MB /swap 128.25 MB /var128.25 MB /opt128.25 MB /usr128

Re: HP LaserJet IIIp configuration

1999-02-10 Thread Armin Wegner
> > I've got a HP LaserJet IIIp and chosen hpjet3 in magicfilterconfig. > > But when printing my LaTeX files with dvips the left margin is greater than > > I told to. > > Can you help me. > > I don't use magicfilter myself, but could it be that it is configured > for letter paper whereas you are s

SoundBlaster card configuration

1999-02-09 Thread Armin Wegner
Hello everybody, having problems with your SoundBlaster card. I recommend to recompile the kernel and to set the irq, ports, etc. Don't forget to say yes to the sound devices. I know, compiling the kernel is not the easiest thing and eats time, but it's worth this. Your new kernel perfectly fits yo

HP LaserJet IIIp configuration

1999-02-09 Thread Armin Wegner
I've got a HP LaserJet IIIp and chosen hpjet3 in magicfilterconfig. But when printing my LaTeX files with dvips the left margin is greater than I told to. Can you help me.

Re: Soundcard under LInux ?

1999-02-08 Thread Armin Wegner
> It is a PnP (but this doesn't make anything under Linux I think) Soundblaster- > Compatiable-Card and it runs very well under DOS and Windows. Their it uses > the > default values (IRQ:5 or 7; Port 220 etc.). > How can I configure it under Linux ? Must I make a device with MAKEDEV? How > can

Re: SCSI_error with ncr53c8xx

1999-02-01 Thread Armin Wegner
> > > > After repartitioning my harddisk I wanted to reinstall hamm (2.0 r1). > When I used dselect to install the packages I got the following error > message > while unpacking Xemacs20.4: > > scsi: aborting command due to timeout: pid 26898, scsi 0, channel > 0, id 0, lun > 0 Write (6) 1b 90

Re: root telnet

1999-01-21 Thread Armin Wegner
> > How to make telnetd accept root login ? > Do not do that. > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >

Re: Filenames vfat-fs

1999-01-18 Thread Armin Wegner
> > I mounted on my notebook the win95-partition as shown: > > mount /dev/hda1 /mnt/win95 -t vfat > > It seems to be with no problems. But in each win95 is a directory named > "Program Files". I can't change in this dir, because it's a space in > the filename. Has it a way to change in this dir

Re: Setting Prompt

1999-01-13 Thread Armin Wegner
> > OK, I did a search in Debian user's and came up with the the > following to change my prompt: > > In /etc/profile I added the line, > export PS1='\h:\w\$ ' > > This is the readout I got, > crossyourfingers:~$ > > This wasn't what I wanted I only want the current working directory to

X keyboard mapping

1998-12-14 Thread Armin Wegner
I would like to switch between two keyboard mappings - us and german - whenever I need to. I've written two input files for xmodmap, accordingly. These are correct. I typed xmodmap but nothing happend. I can remember that this worked some installations before. What could be the fault? Are t

-- MARK --

1998-12-07 Thread Armin Wegner
Every twenty minutes my xconsole writes a string consisting of date and time, my hostname and the string "-- MARK --". What does this mean? This is new and I can't remember when it first happened and what it caused to do so.