<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height: 1.7;"><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><div style="margin:0;">Hello,</div><div style="margin:0;">I'm new to BRLTTY and I want to learn about it. I've looked at some of the documents listed on <a href="https://brltty.app/," _src="https://brltty.app/,">https://brltty.app/,</a> and noticed that there is <a href="https://brltty.app/doc/KeyBindings/brl-xw.txt">a driver for Xwindow</a>, which is exactly what I need because I don't have a real device for the time being. So I did the following steps according to the doc(I tested on Ubuntu 20.04 LTS and used Gnome Terminal to execute commands):</div><div style="margin:0;"><br></div><div style="margin:0;">1) I got source code from Github and switched to the release version:</div><div style="margin:0;">git clone https://github.com/brltty/brltty.git </div><div style="margin:0;">git checkout BRLTTY-6.5</div><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">2) compile and install</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">./autogen</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">./configure</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">make</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">sudo make install</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">3) execute</div><div style="">sudo brltty -n -ldebug -b xw -t identity -B tkparms="-geometry -0+0 -display :1",lines=2,cols=20,model=bare</div><div style=""><br></div><div style="">But nothing appeared on the screen and got following print:</div><div style=""><br></div><div style=""><div>brltty: cannot open file: /etc/brltty.conf: No such file or directory</div><div>BRLTTY 6.5 rev BRLTTY-6.5-1-g42222e8d+ [https://brltty.app/]</div><div>brltty: can't isolate namespaces</div><div>brltty: executing as the invoking user: root</div><div>brltty: cannot open file: /etc/brltty/Text/identity.ttb: No such file or directory</div><div>brltty: cannot compile text table: /etc/brltty/Text/identity.ttb</div><div>brltty: cannot load text table: identity</div><div>brltty: CLDR open error: No such file or directory: /usr/share/unicode/cldr/common/annotations/en.xml</div><div>brltty: possible cause: the package that defines the CLDR annotations directory is not installed</div><div>brltty: emoji substitutiion won't be performed</div><div>brltty: BrlAPI Server: release 0.8.4</div><div>brltty: Screen Driver: lx [Linux]</div><div>brltty: /lib/brltty/libbrlttybxw.so: cannot open shared object file: No such file or directory</div><div>brltty: cannot load braille driver: /lib/brltty/libbrlttybxw.so</div><div>brltty: braille driver not loadable: xw</div><div>brltty: Speech Driver: no [NoSpeech]</div><div>brltty: /lib/brltty/libbrlttybxw.so: cannot open shared object file: No such file or directory</div><div>brltty: cannot load braille driver: /lib/brltty/libbrlttybxw.so</div><div>brltty: braille driver not loadable: xw</div><div><br></div><div>Do you have any suggestions for solving this problem.</div><div><br></div><div>Thanks!</div><div>Alan</div></div></div></div>