Skip Navigation
Issue with Klipper on Creality Ender 3 S1 Plus

Hi all Lately, my printer has been throwing tantrums. It happens that when it starts up, it refuses to connect to Klipper on my RasberryPi. I don't know if it's because I'm using a smart plug to turn off my printer or if it's an update that has a broken roof. The only solution I found was to flash the original firmware and flash klipper again.

No one would have a clue please?

Edit : looks like my usb C cable is tired. Just try another one and it work! Tanks all for your help.

4
Linux vs Windows, my experience

Hi all, I bought a gaming PC with the intention of installing Linux to play recent games. I chose AMD for the GPU because I know the drivers are more optimized on Linux.

After receiving and assembling my machine, I installed Fedora without any problem. I found a lot of software on Github to replace the proprietary software for my AIO and headphones. Everything worked the first time except.... Steam! Unable to launch it, black window which restarted in a loop.

After searching on the internet, I found that it was enough to modify PrefersNonDefaultGPU on steam to solve my problem (but I understand that ordinary people do not want to bother with this kind of hack and prefer the windows experience that works out of the box).

Then I installed Cyberpunk and.... well the game runs at 120fps in ultra, what more can I say... Oh yes, the keyboard preset is in Qwerty even though I have an azerty keyboard (sorry Baguette) and in the first hour of play, I was able to notice a bug in a rather disturbing shadow/light and in the drops of water on a windshield which appeared and disappeared in a strange way.

So with my €1500 machine I got a little upset... and I wanted to install Windows out of curiosity.

Installation is...complicated! No driver for my network card, a ton of software that I don't need, in short, Windows...

I installed steam, launched Cyberpunk and... my keyboard is recognized, 120 fps too (I am offered raytracing which does not interest me and makes me lose fps but it is available) and in the first hour of play NONE bug.

So here I am, I hate Windows, but it runs my games better than Linux and I'm really lost. I've just discovered Nobara, I would have loved to try it but I'm tired of starting the first 3 hours of cyberpunk again and I'm convinced that I'll have some graphical bugs with it.

(also another problem, there are too many Linux distributions, too much choice kills choice)

TDLD: I bought an expensive computer to play under Linux, but a few bugs made me reluctantly install Windows.

83
[Mint] My first try with Cinnamon
  • Thanks !

    conky.config = { --==============================================================================

    -- Created : 2022/Nov/05 -- This theme is for conky version 1.10.8 or newer

    -- NASHIRA ( Dark Version ) -- ( A part of UrsaMajor Conky themes pack )

    -- author : Closebox73 -- version : 2.5 -- variant : Playerctl -- license : Distributed under the terms of GPLv3 -- notes : Created on 1366x768 Monitor

    --==============================================================================

    -- Size and Position settings -- alignment = 'middle_middle', gap_x = -652, gap_y = -100, maximum_width = 600, minimum_height = 500, minimum_width = 600,

    -- Text settings -- use_xft = true, override_utf8_locale = true, font = 'Roboto:size=1',

    -- Color Settings -- default_color = '#f9f9f9', default_outline_color = 'white', default_shade_color = 'white', color1 = '1E90FF', color2 = '222734',

    -- Window Settings -- background = false, border_width = 0, draw_borders = false, draw_graph_borders = false, draw_outline = false, draw_shades = false, own_window = true, own_window_colour = '000000', own_window_class = 'Conky', own_window_argb_visual = false, own_window_title = 'Nashira', own_window_type = 'desktop', own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', stippled_borders = 0,

    -- Others -- cpu_avg_samples = 2, net_avg_samples = 1, double_buffer = true, out_to_console = false, out_to_stderr = false, extra_newline = false, update_interval = 1, uppercase = false, use_spacer = 'none', show_graph_scale = false, show_graph_range = false, }

    conky.text = [[ ${execi 100 ~/.config/conky/Nashira-Dark/scripts/weather-v2.0.sh}
    ${image ~/.config/conky/Nashira-Dark/res/bar.png -s 2x500 -p 299,0}
    ${image ~/.config/conky/Nashira-Dark/res/bar.png -s 280x1 -p 325,163}
    ${image ~/.config/conky/Nashira-Dark/res/bar.png -s 280x1 -p 325,336}
    ${offset 335}${voffset 30}${font Jost:bold:size=24}${execi 100 cat ~/.cache/weather.json | jq '.main.temp' | awk '{print int($1+0.5)}'}°C${font} ${offset 335}${voffset 20}${font Jost:size=11}${execi 100 cat ~/.cache/weather.json | jq -r '.weather[0].description' | sed "s|<.|\U&|g"} in ${execi 100 cat ~/.cache/weather.json | jq -r '.name'}${font} ${offset 335}${voffset 3}${color}${font Jost:size=11}Wind Speed is ${execi 100 (cat ~/.cache/weather.json | jq '.wind.speed')}m/s at direction${font} ${offset 335}${voffset 3}${color}${font Jost:size=11}${execi 100 (cat ~/.cache/weather.json | jq -r '.wind.deg')}° and Humidity is ${execi 100 (cat ~/.cache/weather.json | jq '.main.humidity')}%.${font} ${Alignc 150}${voffset -77}${font Beckman:size=100}${time %H}${font} ${offset 335}${voffset 3}${color}${font Jost:size=11}Media player${font} ${offset 335}${voffset 10}${color}${font Jost:bold:size=24}${exec ~/.config/conky/Nashira-Dark/scripts/playerctl.sh}${font} ${offset 335}${voffset 10}${color}${font Jost:size=11}${exec playerctl metadata xesam:title}${font} ${offset 335}${voffset 3}${color}${font Jost:size=11}${exec playerctl status}${font} ${Alignc 150}${voffset -96}${font Beckman:size=100}${time %M}${font} ${offset 335}${voffset 28}${color}${font Jost:bold:size=13}Hello ${execi 6000 whoami | sed "s|<.|\U&|g"}${font} ${Alignc 150}${voffset -5}${font Beckman:size=16}${time %d %B}${font} ${Alignc 150}${voffset 2}${font Beckman:size=16}${time %A}${font} ${offset 335}${voffset -27}${color}${font Jost:size=11}Your Machine is powered by ${distribution}${font} ${offset 335}${voffset 3}${color}${font Jost:size=11}with RAM : ${memperc}% & CPU : ${cpu cpu0}% used${font} ]]

  • Unixporn @lemmy.ml nosnahc @jlai.lu
    [Mint] My first try with Cinnamon

    I'm a window user and trying to take care of my privacy!

    theme : Fluent round

    cursor : Graphite cursor

    icons : reversal icon theme

    plank : mcOS BS

    conky : Nashira

    Wallpaper : here

    I'm still struggling to remove the border in Conky...

    25
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
    nosnahc @jlai.lu
    Posts 3
    Comments 22