LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-29-2022, 02:26 AM   #1
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Rep: Reputation: Disabled
black grey box flashing in middle part of terminal screen


I have a greyish black box flashing somewhere in the middle on terminal screen, it changes sizes, it has 2 sizes one small one larger, and when full csreen the middle part has a white grey L shape. I have never seen this before. Something extra I did, I am not sure what, associated with one of these two codes started it
Code:
$cat /proc/sys/net/ipv4/ip_forward  #(this should return `1`)
0
$echo '1' >> /proc/sys/net/ipv4/ip_forward`  
> ip link
> ifconfig
>
or this
Code:
cat /proc/sys/vm/swappiness
60
sysctl vm.swappiness
vm.swappiness = 60
Is there a way to reset the terminal to factory settings?

Last edited by linux-man; 06-29-2022 at 02:43 AM.
 
Old 06-29-2022, 03:00 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
These commands have nothing to do with "grey boxes".
Whatever you're experiencing, they are not responsible.

All your 80+ threads here on LQ have one thing in common: you jump in at the deep end, something breaks, you ask but don't listen to advice, you don't answer requests for information. Nothing is ever solved. Your system is at the point of breaking.
Please shut down your computer, re-install Ubuntu from scratch, and stop messing around with things you do not understand.

Quote:
Originally Posted by linux-man View Post
I have a greyish black box flashing somewhere in the middle on terminal screen, it changes sizes, it has 2 sizes one small one larger, and when full csreen the middle part has a white grey L shape. I have never seen this before. Something extra I did, I am not sure what, associated with one of these two codes started it
Code:
$cat /proc/sys/net/ipv4/ip_forward  #(this should return `1`)
0
$echo '1' >> /proc/sys/net/ipv4/ip_forward`  
> ip link
> ifconfig
>
or this
Code:
cat /proc/sys/vm/swappiness
60
sysctl vm.swappiness
vm.swappiness = 60
Is there a way to reset the terminal to factory settings?
 
2 members found this post helpful.
Old 06-29-2022, 03:05 AM   #3
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,801

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by linux-man View Post
I have a greyish black box flashing somewhere in the middle on terminal screen, it changes sizes, it has 2 sizes one small one larger, and when full csreen the middle part has a white grey L shape. I have never seen this before.
Does this flashing box (or "grey L") reappear after logging in/out or a reboot?

Quote:
Something extra I did, I am not sure what, associated with one of these two codes started it
I can't see how the change to /proc/.../ip_forward would cause a terminal session to have flashing boxes appear. I issue that command in the script that sets up my firewall and... no flashing boxes or any other odd video effects. (That's on Slackware 14.2.)

"ip link" simply shows the currently defined network interfaces and some of the parameters defined on them (address, mask, etc.). So does "ifconfig". None of those would produce anything flashing in a terminal.

BTW...
  • What distribution are you running?
  • Does this flashing box (or grey L) stay in the same position in the terminal window? Does it scroll off the top as you issue more commands.
  • Is this happening in a terminal emulator while running X? I.e., in a Konsole or xterm (or similar) window?
  • Is this happening in a virtual console. I.e., Did you issue something like Ctrl-Alt-F1 before issuing those commands.

I cannot duplicate the problem you're seeing but, perhaps, someone else might be able to. Answers to the questions above might help to narrow down the cause of the problem.
 
Old 06-29-2022, 09:53 PM   #4
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rnturn View Post
Answers to the questions above might help to narrow down the cause of the problem.
Thank you,the one below did.

Quote:
Originally Posted by rnturn View Post
Does this flashing box (or grey L) stay in the same position in the terminal window?
No they don't, with your help I narrowed it down to the browser laying directly behind the terminal window, what's happening on the browser seeps through. Is this normal?
 
Old 06-30-2022, 02:03 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by linux-man View Post
Thank you,the one below did.

No they don't, with your help I narrowed it down to the browser laying directly behind the terminal window, what's happening on the browser seeps through. Is this normal?
Why is this marked SOLVED already?
Nothing is solved. You're just one step into troubleshooting.
 
Old 06-30-2022, 03:27 PM   #6
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by linux-man View Post
Thank you,the one below did.

No they don't, with your help I narrowed it down to the browser laying directly behind the terminal window, what's happening on the browser seeps through. Is this normal?
There is a setting for the gnome terminal window related to opacity of the background. That may be a factor. If you are not using gnome then I don't have a clue.
The image shows it as the 'transparent background' setting.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2022-06-30 15-18-44.png
Views:	4
Size:	62.8 KB
ID:	39192  
 
1 members found this post helpful.
Old 06-30-2022, 08:25 PM   #7
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by computersavvy View Post
There is a setting for the gnome terminal window related to opacity of the background. That may be a factor.
Thank you, solved by adjusting background transparency in KDE terminal https://askubuntu.com/questions/1894...-kdes-terminal
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Black screen on vnc and grey screen on iLo, possible /run/user/1000/dconf/user problem? hjazz6 Linux - Software 0 06-04-2021 05:46 AM
flashing cursor in middle of the screen TINI71 Linux - Newbie 1 01-26-2011 10:57 AM
[SOLVED] [startx problem] - startx goes to black/grey screen and comes back to command prompt! iNUKE Ubuntu 13 01-07-2011 01:32 PM
video problem following install black screen with brief flashing text box uriah Ubuntu 1 09-13-2009 03:28 PM
boot into black screen/grey console zenith1107 SUSE / openSUSE 2 06-22-2005 08:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration