You are not logged in.

#1 2023-10-31 14:22:20

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

[Solved] terminal font is black

so i did some stuff on https://wiki.archlinux.org/title/Performance and after i reboot into e4rat and my terminal font was black and i thought that this might be because i am in e4rat and this is some kind of bug so i reboot into my normal wm and when i opened kitty the font was still black i installed alacritty to cheak if the promblem was in kitty but the font in it was also black but in other apps like firefox and rofi the font was white so i booted into an tty to cheak if the font is black or not it is white so how do i get my terminal font colors back?

edit: umm so i opened anki to study a bit and it was complete black and i opened librewolf it was also complete black but in the mullvad-browser and tor browser it was normal . when when the termal font was black i had no idea what was going on and now i completly dont have any idea of whats going on since it cant be an gtk issue since anki uses its own theme.

Please help me.

Last edited by DEMONPRINCE777 (2023-11-03 09:41:08)

Offline

#2 2023-10-31 14:29:21

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,462
Website

Re: [Solved] terminal font is black

DEMONPRINCE777 wrote:

this might be because i am in e4rat and this is some kind of bug so i reboot into my normal wm

What??  E4rat is not a WM, nor does it change what WM you are running... in any way.

So your problem is just that the foreground color in kitty is black, right?  If so, set it to not be black!
https://wiki.archlinux.org/title/Kitty#Configuration


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2023-10-31 14:37:14

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

ummm can you refresh the page please

oh sorry i made an grammer mistake there i boot in my normal sesson? i dont what its called
i already said it not an promblem on kitty since i tried alacritty and it was the same

Last edited by DEMONPRINCE777 (2023-10-31 14:46:33)

Offline

#4 2023-10-31 16:57:13

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

I just remebered that I installed adriconf and like an idoit changed some stuff without know even knowing what they do thinking they will be good and i cant change it because now it is also complete black

Last edited by DEMONPRINCE777 (2023-10-31 17:01:21)

Offline

#5 2023-10-31 18:21:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,070

Re: [Solved] terminal font is black

So it's mulitple GUI clients, it's not the shell (b/c the console isn't affected)
Based on your client selection, I guess you misreprensent the symptoms and it's not so much that the fonts are black, but the entire windows - possibly b/c they're all GL clients and you fucked up your GL stack.

=> Post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
You can do that from the console, following the 1st link below.
Also remove or rename ~/.drirc

Online

#6 2023-10-31 18:46:23

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

I am using wayland on hyprland. I am sorry but how do you do that in wayland or hyprland since thats what controls most things in wayland

Last edited by DEMONPRINCE777 (2023-10-31 18:49:36)

Offline

#7 2023-10-31 18:50:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,070

Re: [Solved] terminal font is black

Do what in wayland? Removing the ~/.drirc?
Your xorg log is obviously irrelevant w/ hyprland.


Though it's kinda odd to see anything itfp in that case.
Link a screenshot of the situation.

Online

#8 2023-11-01 12:10:43

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

sorry for the late reply.
oh i thought you meant send the log I guess that doesnt really make sense sorry.

kitty
https://ibb.co/N6J5nyZ

on the left is librewolf on the right is anki and the small box is xwayland video bridge

https://ibb.co/kXrJzrd

Offline

#9 2023-11-01 13:11:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,070

Re: [Solved] terminal font is black

Start by posting your kitty config.

Online

#10 2023-11-01 13:29:03

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

I dont know how it would help to slove the issue since kitty is not only app that this happens to

:W vim:fileencoding=utf-8:foldmethod=marker

#: Fonts {{{

font_family mononoki Regular

font_size 11.0

#: }}}

#: Cursor customization {{{

cursor_shape block

cursor_beam_thickness 5.0


#: }}}

#: Performance turning {{{
repaint_delay 3

#: }}}

#: Terminal bell {{{
enable_audio_bell no

#: }}}

#: window layout {{{

remember_window_size yes
initial_window_width 800
initial_window_height 800

#: }}}

#: Tab bar {{{

tab_bar_edge bottem

tab_bar_margin_width 0.0

tab_bar_margin_height 0.0 0.0

tab_bar_style hidden

#: }}}

#: Color scheme {{{

include ~/.cache/wal/colors-kitty.conf

background_opacity 0.5

dynamic_background_opacity yes

#: }}}


I tried to remove the pywal colors but it was the same after that

Last edited by DEMONPRINCE777 (2023-11-01 13:32:05)

Offline

#11 2023-11-01 13:43:19

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,462
Website

Re: [Solved] terminal font is black

We'd need to see that included file.  But the fact that it is (I believe) generated by an automated tool that can change it without your consent, this is not a very good test.

Just set an actual foreground color (after including any generated color schemes) with `foreground #ffffff` then restart kitty.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#12 2023-11-01 14:10:00

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

I changed the foreground color but nothing changed.

Offline

#13 2023-11-01 15:36:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,070

Re: [Solved] terminal font is black

Post the updated file and please use [code][/code] tags. Also edit your previous post in this regard.

I dont know how it would help to slove the issue since kitty is not only app that this happens to

No, apparently you misconfigured a whole slew of them and we're using kitty to figure "how", pywal seems a nice contender already.

Online

#14 2023-11-02 11:19:45

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

oh ok

hmmm. forgive me if I am wrong but before i did the tweaks and stuff for performance I already had things like pywal and stuff installed and things like kitty librewolf anki were working fine and I didnt changed the config for them either soo

Last edited by DEMONPRINCE777 (2023-11-02 11:24:25)

Offline

#15 2023-11-02 11:23:44

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

:W vim:fileencoding=utf-8:foldmethod=marker

#: Fonts {{{

font_family mononoki Regular 

font_size 11.0

#: }}}

#: Cursor customization {{{

cursor_shape block

cursor_beam_thickness 5.0


#: }}}

#: Performance turning {{{
repaint_delay 3 

#: }}}

#: Terminal bell {{{
enable_audio_bell no 

#: }}}

#: window layout {{{

remember_window_size yes
initial_window_width 800 
initial_window_height 800 

#: }}}

#: Tab bar {{{

tab_bar_edge bottem 

tab_bar_margin_width 0.0 

tab_bar_margin_height 0.0 0.0 

tab_bar_style hidden 

#: }}}

 #: Color scheme {{{

foreground #FF5733

background_opacity 0.5

dynamic_background_opacity yes 

#: }}} 

Offline

#16 2023-11-02 13:28:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,070

Re: [Solved] terminal font is black

What happens if you add

color0  #ff0000
color1  #ff0000
color2  #ff0000
color3  #ff0000
color4  #ff0000
color5  #ff0000
color6  #ff0000
color7  #ff0000
color8  #ff0000
color9  #ff0000
color10  #ff0000
color11  #ff0000
color12  #ff0000
color13  #ff0000
color14  #ff0000
color15  #ff0000

Next to that, try the behvior of kitty in an openbox session.

Online

#17 2023-11-02 15:07:39

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

nothing happened. i will install openbox

Last edited by DEMONPRINCE777 (2023-11-02 15:07:53)

Offline

#18 2023-11-02 15:29:12

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

wow openbox is light. The fonts took longer to download than openbox it self

I found that colors on konsole works and openbox was the same colors didnt work on kitty and the other apps were complete black

Offline

#19 2023-11-02 15:36:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,070

Re: [Solved] terminal font is black

How does glxgears behave?

seth wrote:

Also remove or rename ~/.drirc

Did you?

Online

#20 2023-11-02 17:15:45

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

wait it worked! colors in kitty works and apps like librewolf and anki work! and when I switched to hyprland kitty and the apps worked

Thank you so much @seth and @trilby because of you two I dont have to reinstall arch and reconfigure everything and I can study for my exams now.

really thank you alot!

Offline

#21 2023-11-02 17:24:00

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

I know this maybe bit weird after this is over but how do you rename the title? I cant find it.

Offline

#22 2023-11-02 17:52:52

headkase
Member
Registered: 2011-12-06
Posts: 1,986

Re: [Solved] terminal font is black

DEMONPRINCE777 wrote:

I know this maybe bit weird after this is over but how do you rename the title? I cant find it.

Edit your first post in the thread and there you can add "[Solved]" to the beginning of the title.

Offline

#23 2023-11-02 19:59:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,070

Re: [Solved] terminal font is black

What worked?
Deleting the drirc? Magic?

Online

#24 2023-11-03 09:40:39

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

deleting the .drirc

Offline

#25 2023-11-03 09:41:30

DEMONPRINCE777
Member
Registered: 2023-10-23
Posts: 28

Re: [Solved] terminal font is black

@haedkase thx it worked

Offline

Board footer

Powered by FluxBB