how many of you are on linux

brain

brain

commas, and dots.
Joined
Mar 16, 2025
Posts
408
Reputation
491
curious
 
  • +1
  • JFL
Reactions: Latinolooksmaxxer, Dirlewanger333, Gonthar and 2 others
Only when im using tor
 
  • +1
  • JFL
Reactions: Dirlewanger333, Latinolooksmaxxer, Abdullahm06 and 1 other person
I'm installing arch tomorrow.
I always wanted linux, it just scratches that itch for me
 
  • +1
Reactions: Dirlewanger333 and Latinolooksmaxxer
@2025cel
 
  • Hmm...
Reactions: 2025cel
I use linux mint
 
  • +1
Reactions: Dirlewanger333 and Iraniancel
if you need any help let me know
Thanks:feelsautistic:

I thought about starting on mint, but I installed arch on a vm and with archinstall it seams manageable.
 
Thanks:feelsautistic:

I thought about starting on mint, but I installed arch on a vm and with archinstall it seams manageable.
archinstall is indeed very easy, though i would advice you to do manual install for the first time. think of it like a tutorial for arch.
the main issue is when arch breaks since it most likely will with time.
 
  • +1
Reactions: Iraniancel
archinstall is indeed very easy, though i would advice you to do manual install for the first time. think of it like a tutorial for arch.
the main issue is when arch breaks since it most likely will with time.
Do I need to be scared to break my pc?
 
  • +1
Reactions: segmt
archinstall is indeed very easy, though i would advice you to do manual install for the first time. think of it like a tutorial for arch.
the main issue is when arch breaks since it most likely will with time.
manual isn't hard and you have an idea with what breaks and can fix easily but I don't use it anymore except on laptop
 
  • +1
Reactions: Latinolooksmaxxer and Iraniancel
Do I need to be scared to break my pc?
not really, i have never broken any installs of arch but a lot of friends have. (the issue does not stem from inexperience)
 
  • +1
Reactions: Iraniancel
Thanks:feelsautistic:

I thought about starting on mint, but I installed arch on a vm and with archinstall it seams manageable.
aur packages also might break sometimes, if you mess with them its always better to get binaries from aur
aur helpers might give oyu no idea of whats happening and you might have problems fixing it, having to dig through logs.
 
  • +1
Reactions: Iraniancel
strongly disagree
no, the whole point is you can fix shit without a whole reinstall. Windows you would reinstall, arch I always could fix any issues

Just dig through logs and GIVEN THAT you aren't using scripts without understanding what they're exactly doing on your system, there won't be any insanely hard issues to fix. The problem stems from using scripts messing with your configuration where you don't know what it's doing and you have no idea what fucked your system
 
  • Hmm...
Reactions: Iraniancel
no, the whole point is you can fix shit without a whole reinstall. Windows you would reinstall, arch I always could fix any issues

Just dig through logs and GIVEN THAT you aren't using scripts without understanding what they're exactly doing on your system, there won't be any insanely hard issues to fix. The problem stems from using scripts messing with your configuration where you don't know what it's doing and you have no idea what fucked your system
just rm -rf / --no-preserve-root bro
 
  • +1
  • Hmm...
Reactions: Iraniancel and segmt
IMG 4402

//SubSigma
 
  • JFL
Reactions: Iraniancel
I use Linux Mint and Tails
 
  • JFL
Reactions: Iraniancel
I use tails because I engage in illegal activities
 
  • JFL
Reactions: Iraniancel and Dirlewanger333
I dual boot ubuntu / fedora
Screenshot from 2025 07 09 15 50 12 1
 
  • Love it
Reactions: Iraniancel
You know....I tried installing Linux several times, but there was always some small, unsolvable annoying problem I couldn't fix, asking for help from the Linux community would get me only condescending, sarcastic answers, I always ended up reverting to Windows - stuff just works in Windows.
 
  • JFL
Reactions: Dirlewanger333
You know....I tried installing Linux several times, but there was always some small, unsolvable annoying problem I couldn't fix, asking for help from the Linux community would get me only condescending, sarcastic answers, I always ended up reverting to Windows - stuff just works in Windows.
Low IQ
 
  • Hmm...
  • +1
Reactions: pashanimair and Gonthar
Tell me then how to make fonts appear sharp in Firefox for Linux, I couldn't find anywhere the answer to this problem, I hate how they are rendered on Linux, they look blurry, like they have that Cleartype filter from Windows, tell me how to fix this if you think you're so high IQ.
 
  • JFL
  • +1
Reactions: Dirlewanger333 and Iraniancel
You know....I tried installing Linux several times, but there was always some small, unsolvable annoying problem I couldn't fix, asking for help from the Linux community would get me only condescending, sarcastic answers, I always ended up reverting to Windows - stuff just works in Windows.
What? It can't be that hard
 
  • JFL
Reactions: Gonthar
Tell me then how to make fonts appear sharp in Firefox for Linux, I couldn't find anywhere the answer to this problem, I hate how they are rendered on Linux, they look blurry, like they have that Cleartype filter from Windows, tell me how to fix this if you think you're so high IQ.
Go to the font selection app. I changed mine to the apple fonts
1752650482161
 
Tell me then how to make fonts appear sharp in Firefox for Linux, I couldn't find anywhere the answer to this problem, I hate how they are rendered on Linux, they look blurry, like they have that Cleartype filter from Windows, tell me how to fix this if you think you're so high IQ.
You can literally ask ChatGPT for every single Linux problem
 
  • JFL
Reactions: Gonthar
Nope, that's how Linux renders fonts, Firefox uses its own internal engine so those settings make no difference inside the browser, they are still blurry.
To make fonts appear sharp in Firefox on Linux, follow these steps:




✅ 1. Enable System Font Hinting & Anti-Aliasing


  • Go to your Linux system settings:
    • On GNOME (e.g. Ubuntu):
      Settings > Appearance > Fonts
    • On KDE Plasma:
      System Settings > Fonts
  • Adjust:
    • Hinting: Set to Slight or Full
    • Anti-aliasing: Enable it (usually "RGB" or "Subpixel rendering")
    • Optionally: Use lcdfilter: lcddefault for better contrast



✅ 2. Firefox Configuration Tweaks


  1. Open about:config in Firefox's address bar.
  2. Search for:
    • gfx.font_rendering.cleartype_params.rendering_mode
      • Set to 5 (forces natural rendering)
    • gfx.font_rendering.cleartype_params.cleartype_level
      • Set between 100-200 for better contrast
    • gfx.font_rendering.cleartype_params.enhanced_contrast
      • Try 100-200
  3. Restart Firefox to apply changes.

Note: These settings mostly affect Windows but may still help on Linux if using certain libraries.



✅ 3. Install & Configure Fonts


  • Install Microsoft Core fonts:
    sudo apt install ttf-mscorefonts-installer

  • Install Freetype and configure better font rendering:
    • On Arch/Manjaro: ttf-liberation, ttf-dejavu
    • Enable the Infinality patches (some distros like Arch offer this via AUR for advanced control)



✅ 4. GTK and Fontconfig Tuning


  • Edit or create ~/.config/fontconfig/fonts.conf:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign"><bool>true</bool></edit>
<edit name="hinting" mode="assign"><bool>true</bool></edit>
<edit name="hintstyle" mode="assign"><const>hintslight</const></edit>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
<edit name="lcdfilter" mode="assign"><const>lcddefault</const></edit>
</match>
</fontconfig>


Apply changes:

fc-cache -f -v




✅ 5. Ensure Hardware Acceleration in Firefox


  1. Go to about:preferences.
  2. Search for Performance.
  3. Ensure Use hardware acceleration when available is enabled.



✅ Bonus Tip


Consider testing with the Better Font Rendering Firefox extension or running Firefox with Wayland for improved rendering on newer Linux desktops.




Let me know your Linux distro and desktop environment if you want distro-specific instructions!
 
ill try installing arch now
 
  • +1
Reactions: Dirlewanger333
if something breaks i will rape my cpu and replace the thermal paste with my cum
 
  • +1
Reactions: Dirlewanger333
You can literally ask ChatGPT for every single Linux problem
Lol, no, it just gives the same useless answers you would get from Linux forums - stuff just doesn't work, also Firefox for Linux lacks several advanced manual options you can configure in the about:config page, it's basically a different program with less customization options.
 
  • +1
Reactions: Dirlewanger333
What browser should I unstall so i wouldn't be caught with illegal activites? Not that I want to do it but I want to feel safe yk
 
  • +1
Reactions: Dirlewanger333
Lol, no, it just gives the same useless answers you would get from Linux forums - stuff just doesn't work, also Firefox for Linux lacks several advanced manual options you can configure in the about:config page, it's basically a different program with less customization options.
1752651123967

I've downloaded firefox just now
 
@brain @Dirlewanger333 What do you think, can I just follow along or what?

 
  • +1
Reactions: Dirlewanger333
I want to be a linux main but they don't have after effects so I just use windows
 
  • +1
Reactions: Dirlewanger333
JUST USE FUCKING WINDOWS LIKE A NORMAL HUMAN BEING
 

Similar threads

T
Replies
11
Views
132
brain
brain
Jagged0
Replies
19
Views
104
ozuhdm
ozuhdm
sub5outsider
Replies
16
Views
114
sub5outsider
sub5outsider
CorinthianLOX
Replies
11
Views
92
Mainlander
Mainlander
AA_FM
Replies
3
Views
36
AA_FM
AA_FM

Users who are viewing this thread

Back
Top