Re: [BRLTTY] Adding a dot display to tt driver

2016-09-17 Thread Dave Mielke
[quoted lines by Christoph-Simon Senjak on 2016/09/17 at 21:54 +0200] >I wrote the following proof-of-concept patch for the driver. It just >adds an additional line with braille characters. Thank you. I've reworked it some (attached as tty-braille-1.patch). Please verify that I haven't broken

Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-17 Thread Dave Mielke
[quoted lines by Rob on 2016/09/17 at 19:18 -0500] >I transferred the system had built to another computer. This time the >90-brltty.rules and brltty-wrapper worked. Did you put brltty-wrapper in /lib/udev or in /usr/lib/udev on this second system? >But I saw some weird messages from the

[BRLTTY] Adding a dot display to tt driver

2016-09-17 Thread Christoph-Simon Senjak
Hi. I was wondering whether it was possible to add a dot display to the tt driver. I am aware of the XW driver, but it has more library dependencies, and in many distributions, you have to configure it to use an utf8-aware font. However, most terminal emulators have support for utf-8. I

Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-17 Thread Dave Mielke
[quoted lines by Rob on 2016/09/17 at 19:54 -0500] >> Please, if you can, get the actual message. I don't like trying to come up >> with >> an informed answer when it's based on a guess. > >Okay, I'll see if I can grab it. IT's hard to catch because it keeps flashing >every couple of seconds.

Re: [BRLTTY] Adding a dot display to tt driver

2016-09-17 Thread Samuel Thibault
Hello, Thanks! Christoph-Simon Senjak, on Sat 17 Sep 2016 21:54:21 +0200, wrote: > int row; > for (row=0; rowtextRows; row++) { >writeText([row*brl->textColumns], brl->textColumns); > + addstr("\r\n"); > + > + wchar_t converted[brl->textColumns]; > + int col; > +

Re: [BRLTTY] More Stuff with Udev and Systemd

2016-09-17 Thread Rob
Dave Mielke wrote: > Did you put brltty-wrapper in /lib/udev or in /usr/lib/udev on this second > system? It went in /lib/udev It was an imaged disk that I unzipped into another partition. > Please, if you can, get the actual message. I don't like trying to come up > with > an

Re: [BRLTTY] Adding a dot display to tt driver

2016-09-17 Thread Dave Mielke
[quoted lines by Christoph-Simon Senjak on 2016/09/18 at 00:57 +0200] >It appears to work. Thanks for testing it. >Will you add this patch to the git repo? Done. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario |

[BRLTTY] More Stuff with Udev and Systemd

2016-09-17 Thread Rob
I transferred the system had built to another computer. This time the 90-brltty.rules and brltty-wrapper worked. But I saw some weird messages from the kernel. Every other second or so, it said something like { long_dmesg_number usb_fs interface claimed by USBHID while 'brltty' sets config 1 }

Re: [BRLTTY] Adding a dot display to tt driver

2016-09-17 Thread Christoph-Simon Senjak
Hi. Thank you. It appears to work. Will you add this patch to the git repo? Best Regards Christoph-Simon Senjak On 17.09.2016 23:21, Dave Mielke wrote: [quoted lines by Christoph-Simon Senjak on 2016/09/17 at 21:54 +0200] I wrote the following proof-of-concept patch for the driver. It just

Re: [BRLTTY] Cannot build brltty with xw

2016-09-17 Thread Samuel Thibault
Hello, Christoph-Simon Senjak, on Sat 17 Sep 2016 16:55:14 +0200, wrote: > I found > http://brltty.mielke.narkive.com/QQX4ZLT3/testing-brltty-with-out-a-refreshable-display, > but libXaw is installed. Do you have x11.pc? It seems it doesn't even try to look at libxaw because it didn't find

Re: [BRLTTY] Cannot build brltty with xw

2016-09-17 Thread Christoph-Simon Senjak
Hello. I forgot to add pkgconfig to the shell. Thank you. Works now. CSS On 17.09.2016 17:00, Samuel Thibault wrote: Hello, Christoph-Simon Senjak, on Sat 17 Sep 2016 16:55:14 +0200, wrote: I found http://brltty.mielke.narkive.com/QQX4ZLT3/testing-brltty-with-out-a-refreshable-display, but

Re: [BRLTTY] Cannot build brltty with xw

2016-09-17 Thread Samuel Thibault
Samuel Thibault, on Sat 17 Sep 2016 17:00:31 +0200, wrote: > Christoph-Simon Senjak, on Sat 17 Sep 2016 16:55:14 +0200, wrote: > > I found > > http://brltty.mielke.narkive.com/QQX4ZLT3/testing-brltty-with-out-a-refreshable-display, > > but libXaw is installed. > > Do you have x11.pc? It seems it