-
Notifications
You must be signed in to change notification settings - Fork 313
Direwolf terminal blinking. #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The choices in color are controlled by the src/textcolor.c file. Read the top of that file's comments to get a good understanding of what's the intent, the found issues with various terminals, etc. If you read the Direwolf UserGuide.pdf file (PDF page 141), it mentions you can try manually running Direwolf with "-t 9" to see alternative color options. then try one that might work better for you using "-t ?" where you replace ? with your new color map choice. |
1 similar comment
The choices in color are controlled by the src/textcolor.c file. Read the top of that file's comments to get a good understanding of what's the intent, the found issues with various terminals, etc. If you read the Direwolf UserGuide.pdf file (PDF page 141), it mentions you can try manually running Direwolf with "-t 9" to see alternative color options. then try one that might work better for you using "-t ?" where you replace ? with your new color map choice. |
Thank you very much for you answer. I read the textcolor.c file and the user guide as well. Unthanksfully, I have tried to replace "-t ?" with ?= 1,2,3,4,5,6,7,8,9 and none of them stop blinking. Only the "-t 0" in black and white color does not blink. Thank you anyway for your answer. Maybe somebody else found a solution or maybe we have to wait a newer version of Direwolf. |
What version of Direwolf are you using? Check out Direwolf v1.6 Beta in the "develop" branch from the Git repo. There are new color mapping options in there for say LXterminal, etc. |
I am actually using the version 1.5 of DireWolf. I have to say that I am not a linux user so I mainly copy-paste the tutorials. Could you please say me by which link do I have to replace the installation code to install the Version 1.6 Beta? I guess it is different than https://github.com/wb2osz/direwolf cd ~ |
Not a Linux thing.. it's a Git and branch thing:cd ~
|
Thank you. I did it but it looks like that from the the make command nothing works. Did I make something wrong? pi@raspberrypi:~ $ cd ~ |
In the new Direwolf branch, you aren't reading the new README.md or UserGuide PDF file as the build process has changed. Read those on how to get Cmake going, etc. The new documentation is a work in progress and I've added a few more details in my doc as well: http://www.trinityos.com/HAM/CentosDigitalModes/RPi/rpi2-setup.html#24.compile-direwolf |
Thank you very much, I will have a look little by little because it starts to be really complicated for non initiated to Raspbian/Linux guy like me ;) Thank you for your help anyway. |
I found a solution. It is necessary to change the terminal emulator. The color are not blinking anymore but... Clear grey background with clear green letter make not readable the text unthanksfully. Thank you for your help anyway. |
The solution is to use the version in the "dev" branch. |
Release 1.6 has been out for a while now. |
Hello,
I am actually creating a Digipeater using Direwolf on a Raspberry Pi 2.
Once Direwolf is installed, when the terminal starts, Direwolf display is blinking.
Here is how I have installed Direwolf on my RaspberryPi2:
I flashed Raspbian (Raspbian Buster with desktop) on the SD Card.
Then I open a terminal and I did sudo apt-get update and sudo apt-get upgrade.
To install Direwolf, I I have used the following command in a terminal:
cd ~
git clone https://github.com/wb2osz/direwolf
cd direwolf
make
sudo make install
make install-conf
After, when I click on the shortcut to start Direwold, the terminal is blinking.
I have the same result blinking like shown here [https://github.com/Flashing console output on Raspberry Pi #215]
The only way found to stop this blinking problem, is to start Direwolf in black and white following theses steps:
Creating a shortcut of Dire Wolf icon on the desktop
Creating a file direwolf.sh in /home/pi with -t 0 at the end:
#!/bin/bash
cd /home/pi/Desktop
lxterminal -e direwolf -t 0
Creating a repertory autostart in /home/pi/.config
In the autostart repertory, creating a file named direwolf.desktop with in it:
[Desktop Entry]
Type=Application
Name=Journal
Exec=lxterminal -e ./direwolf.sh
Name[fr_FR]=direwolf
I have read the issue subject posted here before, but no solution given actually works to solve the problem. It would be great to have the Direwolf terminal in colour withtout blinking.
Could anyone help me to solve this problem?
Thank you very much in advance;
The text was updated successfully, but these errors were encountered: