Re: braille initialization problem

2005-04-21 Thread Jan Buchal
> "ST" == Samuel Thibault <[EMAIL PROTECTED]> writes: ST> I don't know when Dave will release a 3.7 version, but in the ST> meanwhile, you may dirty-patch ttybrl.c: replace line if ST> (brlapi_getTty (VT, BRLCOMMANDS) == -1) with if (brlapi_getTty ST> (7, BRLCOMMANDS) == -1) or

Re: braille initialization problem

2005-04-21 Thread Samuel Thibault
Jan Buchal, le Thu 21 Apr 2005 15:47:50 +0200, a dit : > > "ST" == Samuel Thibault <[EMAIL PROTECTED]> writes: > > ST> Hum, at last I got my mails being sent right... Jan Buchal, le > ST> Wed 20 Apr 2005 20:34:38 +0200, a dit : > >> No, it is not my problem. My Debian has 6 console

Re: braille initialization problem

2005-04-21 Thread Jan Buchal
> "ST" == Samuel Thibault <[EMAIL PROTECTED]> writes: ST> Hum, at last I got my mails being sent right... Jan Buchal, le ST> Wed 20 Apr 2005 20:34:38 +0200, a dit : >> No, it is not my problem. My Debian has 6 consoles only and X >> runs sure on 7th console. I set the CONTROLVT

Re: braille initialization problem

2005-04-20 Thread Kenny Hitt
Hi. On Wed, Apr 20, 2005 at 08:34:38PM +0200, Jan Buchal wrote: > No, it is not my problem. My Debian has 6 consoles only and X runs sure > on 7th console. I set the CONTROLVT variable on value '7' but brltty run > still on console where I started X. > I'm not sure I understand your problem. Br

Re: braille initialization problem

2005-04-20 Thread Samuel Thibault
Hum, at last I got my mails being sent right... Jan Buchal, le Wed 20 Apr 2005 20:34:38 +0200, a dit : > No, it is not my problem. My Debian has 6 consoles only and X runs sure > on 7th console. I set the CONTROLVT variable on value '7' but brltty run > still on console where I started X. How to

Re: braille initialization problem

2005-04-20 Thread Samuel Thibault
Hi, Jan Buchal, le Wed 20 Apr 2005 19:43:56 +0200, a dit : > > "ST" == Samuel Thibault <[EMAIL PROTECTED]> writes: > > ST> Hi, Don Raikes, le Tue 19 Apr 2005 16:25:33 -0700, a dit : > >> How do I determine which virtual console is running the x server? > > ST> In brltty's doc, th

Re: braille initialization problem

2005-04-20 Thread Jan Buchal
> "KH" == Kenny Hitt <[EMAIL PROTECTED]> writes: KH> Hi. As a general rule in Linux, the X server will use the next KH> available virtual console. I haven't changed anything from the KH> Debian defaults, so I have 6 text consoles. This means my KH> X server will start on virtua

Re: braille initialization problem

2005-04-20 Thread Kenny Hitt
Hi. As a general rule in Linux, the X server will use the next available virtual console. I haven't changed anything from the Debian defaults, so I have 6 text consoles. This means my X server will start on virtual console 7. If you have reconfigured your system to have more text consoles, then

Re: braille initialization problem

2005-04-20 Thread Jan Buchal
> "ST" == Samuel Thibault <[EMAIL PROTECTED]> writes: ST> Hi, Don Raikes, le Tue 19 Apr 2005 16:25:33 -0700, a dit : >> How do I determine which virtual console is running the x server? ST> In brltty's doc, there is some lines to cut & paste: ST> CONTROLVT="$(grep "using VT n

Re: braille initialization problem

2005-04-20 Thread Samuel Thibault
Hi, Don Raikes, le Tue 19 Apr 2005 16:25:33 -0700, a dit : > How do I determine which virtual console is running the x server? In brltty's doc, there is some lines to cut & paste: CONTROLVT="$(grep "using VT number" "/var/log/XFree86.$(echo "$DISPLAY" | sed -e "s/^.*::*\([0-9]*\).*$/\1/").log"

Re: braille initialization problem

2005-04-20 Thread Samuel Thibault
Hi, Do you know that a 0.10.6 version exists ? It reports errors much better and automatically discovers CONTROLVT (which I'm not sure you thought to set before launching gnopernicus) Don Raikes, le Tue 19 Apr 2005 09:06:44 -0700, a dit : > I do have my alva satelite attached to the usb port, an

Re: braille initialization problem

2005-04-20 Thread Jason White
On Tue, 19 Apr 2005, Don Raikes wrote: > Kenny, > > How do I determine which virtual console is running the x server? Try running ps and looking for the X server process. Most (all?) Linux distributions run it on console 7. ___ gnome-accessibility-li

Re: braille initialization problem

2005-04-19 Thread Willie Walker
From http://www.mielke.cc/brltty/doc/BrlAPIref-HTML/group__brlapi__tty.html (though this depends upon your OS and X server impl): CONTROLVT="$(grep "using VT number" "/var/log/XFree86.$(echo "$DISPLAY" | sed -e "s/^.*::*\([0-9]*\).*$/\1/").log" | sed -e "s/^.*using VT number \([0-9]*\).*$/\1/")

Re: braille initialization problem

2005-04-19 Thread Don Raikes
Jason, I did a ps but didn't see anything that looks like the x server process. I ran startx and checked again and saw startx running on tty1, but that was it. Jason White said: > > > On Tue, 19 Apr 2005, Don Raikes wrote: > >> Kenny, >> >> How do I determine which virtual console is running the x

Re: braille initialization problem

2005-04-19 Thread Don Raikes
Kenny, How do I determine which virtual console is running the x server? Kenny Hitt said: > Hi. > > You need to set the > CONTROLVT > > environment var to the virtual console running your X server. My X > server starts on console 7, so I have the line: > > export CONTROLVT=7 > > I use gdm for lo

Re: braille initialization problem

2005-04-19 Thread Kenny Hitt
Hi. You need to set the CONTROLVT environment var to the virtual console running your X server. My X server starts on console 7, so I have the line: export CONTROLVT=7 I use gdm for logins, so I added the line to my ~/.gnomerc file so it will be set during the gdm login. Hope this helps.

braille initialization problem

2005-04-19 Thread Don Raikes
Hello, I just re-installed fc3 from the iso images, and got gnopernicus / gnome working on one account. I recompiled brltty with the brlapi enabled, and then recompiled gnopernicus 0.9.12 with the enable-brltty option. I set the brlapi.key in /etc, and set its permissions properly. I then used g