Re: startx hell

2000-02-01 Thread David J. Kanter
On Mon, Jan 24, 2000 at 05:24:49PM -0800, Guyren G Howe wrote:
 startx won't run. It gives me:
 
 System: '/usr/X11R6/lib/X11/xkb/xkbcomp -w 1 -R/usr/X11R6/lib/X11/xkb -xkm
 -m us -em1 The XKEBOARD keymap compiler (xkbcomp) reports:  -emp ?  -em1
 Errors from xkbcomp are not fatal to the X server keymap/xfree86
 compiled/xfree86.xkm'
---end quoted text---

Me too, but I think I fixed it. Don't hold me to this: I wasn't able to get
xdm to work after upgrading my X packages. I fooled around with the
xfree config file and now all is well.

I use xfstt, and that's where my problem seemed to be. This is how I changed
the xfree config file to get everything sailing smoothly again:

Section Files
   RgbPath/usr/X11R6/lib/X11/rgb
   FontPath   /usr/X11R6/lib/X11/fonts/misc/
   FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
   FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
   FontPath   /usr/X11R6/lib/X11/fonts/Type1/
   FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
   FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
   FontPath   /usr/X11R6/lib/X11/fonts/100dpi/
   FontPath   inet/127.0.0.1:7101
EndSection

Don't ask me why this works better (as opposed to a long string of FontPath
variables) but it does.
-- 
David J. Kanter
[EMAIL PROTECTED]


Re: startx hell

2000-01-31 Thread Bob Nielsen
On Mon, Jan 24, 2000 at 05:24:49PM -0800, Guyren G Howe wrote:
 startx won't run. It gives me:
 
 System: '/usr/X11R6/lib/X11/xkb/xkbcomp -w 1 -R/usr/X11R6/lib/X11/xkb -xkm
 -m us -em1 The XKEBOARD keymap compiler (xkbcomp) reports:  -emp ?  -em1
 Errors from xkbcomp are not fatal to the X server keymap/xfree86
 compiled/xfree86.xkm'

I get this message even though startx does work for me, so I suspect
your problem is elsewhere.

-- 
Bob Nielsen, N7XY (RN2)[EMAIL PROTECTED]
Tucson, AZ DM42nh  QRP-L #1985 http://www.primenet.com/~nielsen
 


startx hell

2000-01-25 Thread Guyren G Howe
startx won't run. It gives me:

System: '/usr/X11R6/lib/X11/xkb/xkbcomp -w 1 -R/usr/X11R6/lib/X11/xkb -xkm
-m us -em1 The XKEBOARD keymap compiler (xkbcomp) reports:  -emp ?  -em1
Errors from xkbcomp are not fatal to the X server keymap/xfree86
compiled/xfree86.xkm'

Figuring that this is because I have no keymap installed, I searched the
Debian package system for a keymap thingy. I found console-tools. However,
when I do

apt-get install console-tools

I get a character-mode (ncurses?) display labelled Debian Configuration
and then Configuring Console-data, which is asking me what keyboard layout
I want (qwerty, azerty, etc). However, this script does *nothing*. No
keystroke has any effect except for Ctrl-C.

So: how do I get startx to happen?

TIA


startx hell

2000-01-25 Thread Guyren G Howe
Anyone have any thoughts on this?

--
 From: Guyren G Howe [EMAIL PROTECTED]
 Date: Mon, 24 Jan 2000 17:24:49 -0800
 To: debian-user@lists.debian.org debian-user@lists.debian.org
 Subject: startx hell
 
 startx won't run. It gives me:
 
 System: '/usr/X11R6/lib/X11/xkb/xkbcomp -w 1 -R/usr/X11R6/lib/X11/xkb -xkm
 -m us -em1 The XKEBOARD keymap compiler (xkbcomp) reports:  -emp ?  -em1
 Errors from xkbcomp are not fatal to the X server keymap/xfree86
 compiled/xfree86.xkm'
 
 Figuring that this is because I have no keymap installed, I searched the
 Debian package system for a keymap thingy. I found console-tools. However,
 when I do
 
 apt-get install console-tools
 
 I get a character-mode (ncurses?) display labelled Debian Configuration
 and then Configuring Console-data, which is asking me what keyboard layout
 I want (qwerty, azerty, etc). However, this script does *nothing*. No
 keystroke has any effect except for Ctrl-C.
 
 So: how do I get startx to happen?
 
 TIA