Coder Social home page Coder Social logo

Comments (6)

aquaductape avatar aquaductape commented on July 17, 2024 1

No luck so far, I did a search at my home directory to see if there were any setfont commands

grep -Hrn --exclude-dir={.cache,.vscode,Documents} --exclude={.zsh_history,.viminfo} setfont . Search excludes directories of cache, vscode(only py files popped up and most likely variable names), and Documents. Excludes files .zsh_history and viminfo which are logging files.

Only this shows up

Binary file ./.config/google-chrome/Default/Shortcuts matches
Binary file ./.config/google-chrome/Default/Local Storage/leveldb/000099.ldb matches
Binary file ./.config/google-chrome/Default/Local Storage/leveldb/000101.ldb matches
Binary file ./.config/google-chrome/Default/Local Storage/leveldb/000093.ldb matches
Binary file ./.config/google-chrome/Default/Local Storage/leveldb/000100.log matches
Binary file ./.config/google-chrome/Default/Local Storage/leveldb/000096.ldb matches
Binary file ./.config/google-chrome/Default/Favicons matches
Binary file ./.config/google-chrome/Default/History matches
Binary file ./.config/google-chrome/Default/Last Tabs matches
Binary file ./.config/google-chrome/Default/History Provider Cache matches
Binary file ./.config/google-chrome/Default/Session Storage/000216.ldb matches
Binary file ./.config/google-chrome/Default/Session Storage/000221.ldb matches
Binary file ./.config/clipped/ClipboardStore.sqlite matches
Binary file ./.vim_runtime/temp_dirs/undodir/%etc%profile matches
Binary file ./.vim_runtime/temp_dirs/undodir/%home%caliber%.zshrc matches
Binary file ./.vim_runtime/temp_dirs/undodir/%home%caliber%.bashrc matches

I also changed the font in tty with setfont matrix which did change the font in tty console but didn't solve the issue with cmatrix

from cmatrix.

abishekvashok avatar abishekvashok commented on July 17, 2024

Hey, thanks for reaching out!

setfont returns the above error messages when you have some setfont command in your .bashrc, .bash_profile, .bash_login, .profile or /etc/profile.

Otherwise, look for something else that may be accessing the console.

Hope that helps :)

from cmatrix.

aquaductape avatar aquaductape commented on July 17, 2024

Hold up, is the only way to run cmatrix -l is in tty? Because this whole time I've been trying to do it in a regular terminal

from cmatrix.

abishekvashok avatar abishekvashok commented on July 17, 2024

Hold up, is the only way to run cmatrix -l is in tty? Because this whole time I've been trying to do it in a regular terminal

Yes!

from cmatrix.

SturmB avatar SturmB commented on July 17, 2024

Please forgive me for my lack of knowledge, but isn't a terminal the same thing as a tty? What's the difference? And how does one run cmatrix in a tty, then?

from cmatrix.

space-pagan avatar space-pagan commented on July 17, 2024

@SturmB A terminal emulator and a tty are not the same, as a term emulator uses libX11 api calls (or indirectly through some other api), while a tty is a direct connection to the serial console hardware device. setfont only works inside the tty, and consolechars is deprecated.

As far as HOW to run cmatrix in the tty, just like any other program. If you aren't sure how to get to to the tty, it's usually through the CTRL+ALT+F# key combination, although I would recommend that you consult your distribution's wiki for more specifics.

@aquaductape @abishekvashok This issue should be closed.

from cmatrix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.