Help: What does this mean

2000-07-25 Thread Dinesh Nadarajah
Hi:

I setup the following keycodes with xmodmap:

keycode  24 = q Q 0x0b8 0x0c8 0x0d8 0x0e8 

each keycode will generate 6 possible keycodes. My
modifier map looks like this:

shift   Shift_L (0x32),  Shift_R (0x3e)
lockCaps_Lock (0x42)
control Control_L (0x25),  Control_R (0x6d)
mod1Alt_L (0x40),  Alt_R (0x71)
mod2Num_Lock (0x4d)
mod3
mod4
mod5Scroll_Lock (0x4e) 

I tried every combination, but was not able to diplay
any of the last four keysyms. What exactly is
happening with these modifier codes. It was my
understanding the first code is generated when there
is no modifiers, second in ShiftMask, third when with
Mod1Mask, etc. Right?

-D

__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/



How to compose keys under X

2000-07-24 Thread Dinesh Nadarajah
How do I compose string character keys under X? The
newer versions of X are supposed to let you compose
key sequences. This is possible under console but was
not under X.

Thanks.

-Dinesh

__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/



Howto start X server on psuedo-tty or a FIFO

2000-07-18 Thread Dinesh Nadarajah
Hi:

Is it possible to start the X server (and hence all
the apps that run under it) on a psuedo-tty or a FIFO
device? When X starts up, it run on tty1 or something
like that. I would like to run on a psuedo-tty or a
FIFO so that it can receive all input from them.

Thanks.

-Dinesh

__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/



Help compiling Xlib

2000-07-17 Thread Dinesh Nadarajah
I am trying to compile a simple X application but I
keep getting the folloeing error:

gcc -g -o testapp test1.c -lX11

/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status

Any suggestions? What are the Xlib libraries called
under Linux.  Thanks.

-D

__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/



Re: Help compiling Xlib

2000-07-17 Thread Dinesh Nadarajah
I tried all sorts of combinations but don't seem to be
able to get it going. What is the name of the Xlib
library files? Here are the things I tried. Any other
advice?

Thanks.



gcc test1.c -lX11
test1.c: In function `main':
test1.c:18: warning: return type of `main' is not
`int'
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status

gcc test1.c -lxlib6g
test1.c: In function `main':
test1.c:18: warning: return type of `main' is not
`int'
/usr/bin/ld: cannot find -lxlib6g
collect2: ld returned 1 exit status

gcc test1.c -l/usr/X11R6/lib
test1.c: In function `main':
test1.c:18: warning: return type of `main' is not
`int'
/usr/bin/ld: cannot find -l/usr/X11R6/lib
collect2: ld returned 1 exit status

gcc test1.c -l/usr/X11R6/lib/libX11.so.6.1
test1.c: In function `main':
test1.c:18: warning: return type of `main' is not
`int'
/usr/bin/ld: cannot find
-l/usr/X11R6/lib/libX11.so.6.1
collect2: ld returned 1 exit status

gcc test1.c -llibX11  
test1.c: In function `main':
test1.c:18: warning: return type of `main' is not
`int'
/usr/bin/ld: cannot find -llibX11
collect2: ld returned 1 exit status

gcc test1.c -llibX11.so.6.1
test1.c: In function `main':
test1.c:18: warning: return type of `main' is not
`int'
/usr/bin/ld: cannot find -llibX11.so.6.1
collect2: ld returned 1 exit sta


--- Pavel M. Penev [EMAIL PROTECTED]
wrote:
 
 
 On Mon, 17 Jul 2000, Dinesh Nadarajah wrote:
 
  I am trying to compile a simple X application but
 I
  keep getting the folloeing error:
  
  gcc -g -o testapp test1.c -lX11
  
  /usr/bin/ld: cannot find -lX11
  collect2: ld returned 1 exit status
  
  Any suggestions? What are the Xlib libraries
 called
  under Linux.  Thanks.
  
  -D
  
 
 xlib6g installs its libraries under /usr/X11R6/lib/
 (try dpkg --largemem
 -L xlib6g) and are trying to have names compatible
 with all other
 distributions. I think the problem is that xlib6g
 does not make
 /usr/lib/X11 to be a symlink to /usr/lib/X11R6 where
 ld likes to look for
 the libraries. Either make the symlink, or give ld
 (gcc will pass
 appropriate arguments to ld) a -L/usr/X11R6/lib
 switch.
 
 This is for now,
 Pavel M. Penev
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED]  /dev/null
 


__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/



Re: [NEWBIE] Japanese keyboard

2000-07-06 Thread Dinesh Nadarajah
Hi:

I am trying to setup a keyboard for a phonetic
language (an Indian language) but have been
unsucessful in getting the keyboard programmed. The
issue is that the the current output keycode will not
only depend on the current key pressed, but also on
the previous key pressed. Do you know how I can get
the keyboard program to remember this? Any help/advice
on this matter will be greatly appreciated.

Thanks in advance.

-Dinesh
--- Christophe Jasiak [EMAIL PROTECTED]
wrote:
 Hi!
 
 Thanks for your answer, i think that it will help
 but i'm trying to fix the
 kana key to directly use the hiragana keys ( ta, te,
 i, su, ka, n...). So if
 anybody know how to do this (if it's possible)...
 
 
 Thanks a lot for your help!
 
 Christophe Mettez un pingouin dans votre PC Jasiak
 
 - Original Message -
 From: Katsunori Hizawa [EMAIL PROTECTED]
 To: Christophe Jasiak
 [EMAIL PROTECTED]
 Sent: Thursday, July 06, 2000 12:01 AM
 Subject: Re: [NEWBIE] Japanese keyboard
 
 
  Christophe:
 
  My reply is not directly related to your query,
 but all
  you want to do is to be able to input Japanese
 from your
  keyboard, I can tell you how I do it.
 
  I use XEmacs-mule-canna-wnn and the keyboard setup
 is the
  US keyboard.  I run Canna.  After starting XEmacs,
  Mule  Select input method.  Then type in
 japanese-canna
  (without quotes).  Canna will be initialzed. 
 After that
  I start typing the text phonetically and the
 program will
  convert what I type into hiragana first
 automatically.
  When I want Kanji, I press SPACE and I get what I
 want.
  Simple, enough?
 
 
  Katsunori Hizawa ([EMAIL PROTECTED])
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED]  /dev/null
 


__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/



Re: Which window manager

2000-07-03 Thread Dinesh Nadarajah
What is this Sawfish. I have seen SAwmill but not
sawfish.

-D
--- Sean [EMAIL PROTECTED] wrote:
 Actually the latest Enlightenment (using the default
 configuration) uses
 about the same amount of resources as Window Maker.
 
 Personally I'd reccomend Sawfish as well though.
 
 Sean
 
 Preben Randhol wrote:
  
  Dinesh Nadarajah [EMAIL PROTECTED] wrote on
 30/06/2000 (23:37) :
   I am looking for a window manager for debian
 that will
   not soakup the system resources. Which one would
 you
   suggest?
  
  First keep well away from Enlightenment. It uses a
 lot of resources on
  absolutely nothing (e.i eye-candy).
  
  I'd recommend WindowMaker or Sawfish.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED]  /dev/null
 


__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



How to create console fonts from TTF, BDF, PCF

2000-07-03 Thread Dinesh Nadarajah
Is it possible to create console fonts from TTF, BDF,
and PCF fonts? How can I do that and how do I use them
in console applications?

_D

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



Where to set defaults???

2000-06-30 Thread Dinesh Nadarajah
Where do I set defaults for the window manager and X
applications. Things like:

Xterm*Font : jsdhkjdfkvkjv

olvwm*VirtualDesktop2x2

Usually it was .Xdefaults under RedHat. where does
Debian keep them?

Thanks.

_Dinesh

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Which window manager

2000-06-30 Thread Dinesh Nadarajah
I am looking for a window manager for debian that will
not soakup the system resources. Which one would you
suggest?

Thanks.

-D

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Debian Installation -Simplest method

2000-06-29 Thread Dinesh Nadarajah
I want to install debian 2.2. Is there a simple way to
install the system using a couple of floppies and a
network connection. For e.g. I can install FreeBSD
with 2 floppies and a network connection (the floppies
contain the network card drivers, basic boot kernel, a
dhcp client, etc.). There must be a way to do this in
debian without having to download 12 floppies worth of
data or 650MB iso image (and wait for 5 days for a CD
to arrive; this is the easiest). Any
recommendations/advice? :)

Thanks.

-D

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Debian and Webmin

2000-06-29 Thread Dinesh Nadarajah
Has anyone tried managing Debian systems with Webmin
(www.webmin.com)? It is a browser based system admin.
tool for multiple OSs.

Can anyone recommend a good book to understand Linux
(esp. Debian and RedHat) administration (including
network admin).

Thanks.

-Dinesh

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



How to get dependencies also ...

2000-06-29 Thread Dinesh Nadarajah
I want to install a software package but I don't want
to download each of it's dependencies and install them
one by one. For e.g. if I wanted to install fvwm2,
then is there a command like:

apt-get -install fvwm2

which will download not only fvwm2 but also all of
it's dependencies and install them (after informing me
of those dependencies)?

Also, how do I browse through the contents of a *.deb
package? (dpkg -I *.deb ???).

Thanks.

-Dinesh



__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Ugly console font

2000-06-29 Thread Dinesh Nadarajah
After I installed Debian 2.2 (potato), I found that
the system was using VGA type fonts instead of the
standard terminal fonts (not X windows). How can I get
rid of this? There are more than 25 lines on the
screen and some applications (like man) scroll only
the last 25 (very annoying).

Thanks.

-Dinesh

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Modconf and Soundblaster

2000-06-29 Thread Dinesh Nadarajah
The last time I installed Potato, I was able to
install Soundblaster support using modconf. I have two
systems with SB16 and Sb AWE 32 cards in them. Which
drivers do I use to get these going and how can I
install the drivers without having to recompile the
Kernel?

Thanks in advance.

-Dinesh

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Help with COM port based terminal access

2000-06-28 Thread Dinesh Nadarajah
Hi:

I am trying to setup several linux systems that I
would like to administer over a network and/or via the
serial port. The serial port based admin. is important
in some cases when network is down etc. Is there any
way of running a Kermit like program to connect to a
linux box through COM ports and login to the system.
This feature (Monitor less, keyboard less, mouse less)
operation is available on IRIX, AIX and Solaris. There
there a similar service I can run in linux.

Thanks in advance.

-Dinesh

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Re: Mouse Problems and xdm

1999-04-09 Thread Dinesh Nadarajah
I fixed the problem by stopping gpm. It was conflicting with my X mouse 
protocol. I simply removed it from/etc/init.d.

-D
---


On Fri, 09 Apr 1999 01:26:40   Martin Waller wrote:
I think you will need to recompile your kernel with the proper mouse support, 
as the default kernel doesn't come with ps/2 mouse support I believe (at 
least, that was the case when exactly the same thing happened to me!).

Martin

mouse that plugs into my PS2 port (the one that has a S-Video jack). When I 
ran xf86config, I selected the /dev/psaux as my mouse 

__
Get Your Private, Free Email at http://www.hotmail.com


-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null




Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://personal.lycos.com


Mouse Problems and xdm

1999-04-08 Thread Dinesh Nadarajah
Hi:

I have a couple of problems and I would like to get an opinion from those who 
might have an insite into these issues.

I recently installed Debian 2.1 on my system. I have had Debian 2.0 previously 
and wsa very happy with it  but i decided to do a fresh install. The 
installation went well (better than 2.0) but I ran into a problem that I am not 
familiar with - my mouse. I have a Microsoft mouse that plugs into my PS2 port 
(the one that has a S-Video jack). When I ran xf86config, I selected the 
/dev/psaux as my mouse interface device and I know that this worked because I 
can see the mouse when I am in the text mode console (I can see the mouse as a 
block in text mode and it works well). Now when I start mt X server, I have no 
control of my mouse - I can see it but it is very sensitive that I cannot move 
it around the normal way. It always gets stuck at the upper right hand corner 
and I have to move the pointer with my keyboard keys. Has anyone experienced 
any such thing? (I have a Matrox Millenium II AGP video card - not that it 
should matter).

My second questions (a simple one I presume) is concerning xdm. How do I turn 
it on and off?

Regards and thanks in advance.

-Dinesh


Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://personal.lycos.com


Debian and Reh Hat Questions

1998-09-04 Thread Dinesh Nadarajah
Couple of questions concerning Debian Linux:

1. How can I install .deb packages in RehHat?

2. Can PPP be initiated by a user rather than by the root?

3. X server does not recognize SVGA server and boot into VGA 8 bit
mode. Can I remove VGA mode completely off of the XF86Config file?

Thanks in advance.

Dinesh




_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


Help: Xserver errors

1998-08-11 Thread Dinesh Nadarajah

I am currently running Debian 2.0 and during the setup I had
succesfully setup the Xserver for my Matrox Millenium II video card
(using XF86Setup and it successfully starts the server and provides a
screen for me to run the video timing program and save the
configuration file). When I run startx from the shell I get an error
stating that the color depth was incorrect. I have tried all the
available color depths and I know for a fact that 32 bpp works because
I've run RH 5.1 on the same machine. Here is the error message:

- error message -

.
.
.
(**) ET4000W32: Graphics device ID:Primary Card
(**) ET4000W32: Minitor ID:Primary Monitor
(**) FontPath set to /usr/X11R6/lib/X11/fonts/misc:unscaled, ...
(**) ET4000W32: Unsupported color depth (32)

*** None of the configured devices were detected. ***

Fatal server error:
no screens found

.
.
.

_X11TransSocketUNIXConnect:Can't connect:errno=111
giving up.
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): server error.

- end of error message -

Any help/suggestions would be great.

Thanks in advance,

Dinesh



==
~~~
Dinesh Nadarajah
Member of Technical Staff, SBC Technology Resources inc.
Office Phone : 512.372.5298
Office Fax   : 512.372.5691
Home Phone   : 512.794.5988
~~~
_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


XSetup for MMII AGP

1998-08-10 Thread Dinesh Nadarajah
I've installed the Debian 2.0 system and went through the XF86Setup sequence
to setup the X server. But when I run startx the system will not start the
SVGA server (starts the VGA server). When I return to the XF86Setup program,
my video card selection is nolonger shown and I have to set it up again. Is
this a documented problem or do I have to do something else for the AGP
settings.

Thanks.

Dinesh


More than just email--Get your FREE Netscape WebMail account today at 
http://home.netscape.com/netcenter/mail


dpkg

1998-08-05 Thread Dinesh Nadarajah
I am trying to install packages that came along with my Debian 2.0 CD
(which is from one of the image CD). The installation utility program
dselect confuses me with all the different screens. So I tried dpkg
and it worked fine...for starters. I want to findout what are the
different options that I can use with dpkg. dpkg -i xxx.deb installs
the pakage but is there a option to make it check for the dependent
pakages also and install them?

Thanks for any help in advance.

Dinesh




==
~~~
Dinesh Nadarajah
Member of Technical Staff, SBC Technology Resources inc.
Office Phone : 512.372.5298
Office Fax   : 512.372.5691
Home Phone   : 512.794.5988
~~~
_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


CD Creation in Windows

1998-07-31 Thread Dinesh Nadarajah
Is it possible to create a debian CD under windows with the CD images posted
on the web? Documentation discusses about changing the extension to .iso but
my windows box would not recognize the format. Are there any
freeware/shareware apps. for windows to do this?

Thanks in advance.

Dinesh


More than just email--Get your FREE Netscape WebMail account today at 
http://home.netscape.com/netcenter/mail


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Debian CD Creation

1998-07-30 Thread Dinesh Nadarajah
I downloaded an image of the Debian 2.0 CD, but am not sure how to
burn it in Windows. The documentation talks of changing the .raw file
to a .iso file, but my system does not recognize the extension. Can
the CD be created using Adaptec's DirectCD?

Thanks,

Dinesh




==
~~~
Dinesh Nadarajah
Member of Technical Staff, SBC Technology Resources inc.
Office Phone : 512.372.5298
Office Fax   : 512.372.5691
Home Phone   : 512.794.5988
~~~
_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Floppy Setup

1998-07-21 Thread Dinesh Nadarajah

 I recently installed Debian Linux from floppies. Now when the system
 loads, I directly boots into DOS. I have to use the Custom Boot Disk
 to boot the system into Linux. Is this the bootup mechanism with
 floopy based installations? I don't even get the LILO propmpt to enter
 the OS name.
 
 Thanks.
 
 Dinesh

_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null