Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
_whitelogger has joined #armbian
_whitelogger has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #armbian
jfsimon has quit [Max SendQ exceeded]
jfsimon has joined #armbian
jfsimon has quit [Max SendQ exceeded]
jfsimon has joined #armbian
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #armbian
coldfeet has joined #armbian
nodelay has joined #armbian
nodelay has quit [Ping timeout: 248 seconds]
laz0r has quit [Read error: Connection reset by peer]
laz0r has joined #armbian
laz0r_ has joined #armbian
nodelay has joined #armbian
laz0r has quit [Ping timeout: 260 seconds]
laz0r_ is now known as laz0r
nodelay has quit [Ping timeout: 252 seconds]
wd has quit [Ping timeout: 272 seconds]
wd has joined #armbian
zeemate has joined #armbian
arch3r has quit [Ping timeout: 244 seconds]
arch3r has joined #armbian
<DC-IRC> [Discord] <potatoes919> Hello what image should i download orange pi 5 plus
<DC-IRC> [Discord] <Werner> For desktop get vendor based with mesa-vpu extension.
<DC-IRC> [Discord] <Werner> As alternative get edge
nodelay has joined #armbian
nodelay has quit [Ping timeout: 260 seconds]
<DC-IRC> [Discord] <potatoes919> How to get mesa-vpu extension?
<DC-IRC> [Discord] <potatoes919> I flashed to vendor gnome and im not getting video out
<DC-IRC> [Discord] <potatoes919> I flashed the vendor gnome and im not getting video out
<DC-IRC> [Discord] <Werner> which exact image?
<DC-IRC> [Discord] <potatoes919> How do i tell you
<DC-IRC> [Discord] <Werner> file name of image
<DC-IRC> [Discord] <potatoes919> Armbian_25.2.1_Orangepi5-plus_noble_vendor_6.1.99_gnome_desktop.img
<DC-IRC> [Discord] <Werner> Hard to tell without debug logs. #❓first-aid
<DC-IRC> [Discord] <Werner> You could try an old testing image: https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.02.0-trunk_Orangepi5-plus_noble_vendor_6.1.84_kde-neon-kisak_desktop.img.xz and upgrade from there to latest packages
wootehfoot has joined #armbian
<DC-IRC> [Discord] <potatoes919> its kde
<DC-IRC> [Discord] <Werner> good enough for testing
<DC-IRC> [Discord] <potatoes919> But i thought gnome better for touchscreen
<DC-IRC> [Discord] <Werner> I don't know your hw setup, lacking 2nd sight.
<DC-IRC> [Discord] <Werner> If you want an image whic is not pre-made available, simply DIY: https://github.com/armbian/build/
<DC-IRC> [Discord] <potatoes919> gnome is premade
<DC-IRC> [Discord] <potatoes919> also
<DC-IRC> [Discord] <Werner> True, but you state it doesn't work for your.
<DC-IRC> [Discord] <Werner> Use the build framework with `./compile.sh ENABLE_EXTENSIONS=mesa-vpu`
<DC-IRC> [Discord] <potatoes919> Yes the latest one
<DC-IRC> [Discord] <potatoes919> What specs do i need for build
<DC-IRC> [Discord] <potatoes919> Thank you seems ok
<DC-IRC> [Discord] <potatoes919> Hello when building I should use the vendor kernel even when it says to use the current kernel?
<DC-IRC> [Discord] <Werner> Yes. Support for the rk3588 soc is very basic and incomplete on _current_.
wd has quit [Ping timeout: 260 seconds]
wd has joined #armbian
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #armbian
wootehfoot has quit [Read error: Connection reset by peer]
laz0r has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
wd has quit [Ping timeout: 272 seconds]
wd has joined #armbian
wd has quit [Ping timeout: 265 seconds]
wd has joined #armbian
<DC-IRC> [Discord] <jojo_clowning> i can't figure to work publickey ssh i'm in vc if someone is willing to help me out
wd has quit [Ping timeout: 244 seconds]
wd has joined #armbian
<DC-IRC> [Discord] <menu> what's up? i can't hop in voice but ssh is fairly easy
<DC-IRC> [Discord] <jojo_clowning> i created authorized_keys on /root/.ssh and added the .pub file using scp
<DC-IRC> [Discord] <jojo_clowning> i made sure PublickeyAuthentication is yes on config file
<DC-IRC> [Discord] <jojo_clowning> and restart sshd
<DC-IRC> [Discord] <jojo_clowning> yet it won't allow me to login using public key auth
<DC-IRC> [Discord] <menu> what error do you get? did you set `PermitRootLogin` as well?
<DC-IRC> [Discord] <jojo_clowning> should be on by default
<DC-IRC> [Discord] <jojo_clowning> the error is permission denied (publickey)
nodelay has joined #armbian
<DC-IRC> [Discord] <menu> that typically means you're using the wrong key
<DC-IRC> [Discord] <jojo_clowning> i thought that too and then i used -i flag on the ssh client
<DC-IRC> [Discord] <jojo_clowning> same error
<DC-IRC> [Discord] <jojo_clowning> ```bash
<DC-IRC> [Discord] <jojo_clowning> root@LoperBoard:~# ls ./.ssh/authorized_keys/
<DC-IRC> [Discord] <jojo_clowning> lepotatoPC.pub
<DC-IRC> [Discord] <jojo_clowning> root@LoperBoard:~# exit
<DC-IRC> [Discord] <jojo_clowning> ```
<DC-IRC> [Discord] <jojo_clowning> ```ps
<DC-IRC> [Discord] <jojo_clowning> ssh -i ".\lepotatoPC" root@192.168.1.105
<DC-IRC> [Discord] <jojo_clowning> ```
<DC-IRC> [Discord] <jojo_clowning> ### Server
<DC-IRC> [Discord] <jojo_clowning> ```bash
<DC-IRC> [Discord] <jojo_clowning> root@LoperBoard:~# ls ./.ssh/authorized_keys/
<DC-IRC> [Discord] <jojo_clowning> lepotatoPC.pub
<DC-IRC> [Discord] <jojo_clowning> root@LoperBoard:~# exit
<DC-IRC> [Discord] <jojo_clowning> ```
<DC-IRC> [Discord] <jojo_clowning> ### Client
<DC-IRC> [Discord] <jojo_clowning> ```ps
<DC-IRC> [Discord] <jojo_clowning> ssh -i ".\lepotatoPC" root@192.168.1.105
<DC-IRC> [Discord] <jojo_clowning> ```
<DC-IRC> [Discord] <menu> i wouldn't expect that to work, `authorized_keys` should be a text file not a directory
<DC-IRC> [Discord] <jojo_clowning> so thats the issue
<DC-IRC> [Discord] <jojo_clowning> ok cool
<DC-IRC> [Discord] <jojo_clowning> fixed it
<DC-IRC> [Discord] <menu> working?
<DC-IRC> [Discord] <jojo_clowning> yup
<DC-IRC> [Discord] <potatoes919> Its working thank oyu
<DC-IRC> [Discord] <jojo_clowning> turns my muscle memory with ssh is weak
<DC-IRC> [Discord] <jojo_clowning> thanks though
laz0r has joined #armbian
<DC-IRC> [Discord] <potatoes919> Its no work
<DC-IRC> [Discord] <potatoes919> After the initial setup it terminal the screen is just black
<DC-IRC> [Discord] <potatoes919> After the initial setup in terminal the screen is just black
<DC-IRC> [Discord] <Werner> Do you have an odd / non standard monitor? I have 5+ on a 5K screen with KDE and vendor kernel and runs great
<DC-IRC> [Discord] <potatoes919> What does odd non standard monitor mean
<DC-IRC> [Discord] <potatoes919> I compiled with gnome btw
<DC-IRC> [Discord] <potatoes919> Now trying the KDE Neon you sent
<DC-IRC> [Discord] <menu> abnormal resolution, aspect ratio, or connection type
<DC-IRC> [Discord] <potatoes919> Its no work
<DC-IRC> [Discord] <potatoes919> The resolution is 2048x1536
<DC-IRC> [Discord] <potatoes919> The connection is hdmi
<DC-IRC> [Discord] <menu> that is an odd resolution
<DC-IRC> [Discord] <potatoes919> How to fix it
<DC-IRC> [Discord] <menu> do you have a standard 1080p screen you can test with? or UART?
<DC-IRC> [Discord] <potatoes919> Yes i have standard screen and i have uart
<DC-IRC> [Discord] <potatoes919> Its working on my normal 1080p monitor
<DC-IRC> [Discord] <potatoes919> No the issue persists
<DC-IRC> [Discord] <potatoes919> No it doesnt
<DC-IRC> [Discord] <potatoes919> Please wait i need to reinstall it because the setup didnt finish
<DC-IRC> [Discord] <potatoes919> Yes its working on my 1080p monitor
<DC-IRC> [Discord] <menu> that's something at least, you know it's working just not with the odd resolution
<DC-IRC> [Discord] <menu> i wouldn't know how to proceed from here, other than potentially grabbing the EDID from the odd display and analysing it
<DC-IRC> [Discord] <potatoes919> The boot animation shows and then it just goes black and the display goes to sleep
wd has quit [Ping timeout: 244 seconds]
wd has joined #armbian
<DC-IRC> [Discord] <Werner> As mentioned probably unsupported resolution, aspect ratio or whatever. Guess I'm kind a lucky that my 5120x1440 monitor just works 😅
nodelay has quit [Ping timeout: 260 seconds]
wootehfoot has joined #armbian
nodelay has joined #armbian
<DC-IRC> [Discord] <potatoes919> The wifi works poorly
<DC-IRC> [Discord] <potatoes919> And it stopped working completely after apt upgrade
<DC-IRC> [Discord] <potatoes919> How to fix please
<DC-IRC> [Discord] <Werner> This board does not have wifi. M.2 connector only
buzzmarshall has joined #armbian
<DC-IRC> [Discord] <potatoes919> I have wifi card
<DC-IRC> [Discord] <potatoes919> The official orange pi 5 wifi card
<DC-IRC> [Discord] <Werner> No clue on which chip that one is based. Check docs for latest automated wifi testing results if it is included and how it performs
axochitl has quit [Ping timeout: 264 seconds]
axochitl has joined #armbian
<DC-IRC> [Discord] <potatoes919> RTL8852BE
<DC-IRC> [Discord] <Werner> I don't use wifi on this board and I avoid it wherever possible. Check docs and provide logs (`armbianmonitor -u`)
Herc has quit [Remote host closed the connection]
Herc has joined #armbian
Hokedli has joined #armbian
<DC-IRC> [Discord] <mecoblock> So do you guys think this one flavor will start building at some point :D
nodelay has quit [Ping timeout: 252 seconds]
<DC-IRC> [Discord] <potatoes919> Hello minecraft is not working how can i fix it?
<DC-IRC> [Discord] <potatoes919> [19:39:26] [Render thread/ERROR]: Couldn't compile pipeline minecraft:pipeline/gui: vertex shader minecraft:core/gui was invalid
wootehfoot has quit [Read error: Connection reset by peer]
jasmint has quit [Read error: Connection reset by peer]
jasmint has joined #armbian
<DC-IRC> [Discord] <potatoes919> GLFW error 65543: GLX: Failed to create context: GLXBadFBConfig.
<DC-IRC> [Discord] <potatoes919> How to select KDE for DE
wootehfoot has joined #armbian
<DC-IRC> [Discord] <Werner> use `EXPERT=yes`. It is hidden by default besides some other DEs because its not supported and could be broken
<DC-IRC> [Discord] <potatoes919> So i shouldnt use KDE?
<DC-IRC> [Discord] <potatoes919> And how to fix the minecraft
<DC-IRC> [Discord] <potatoes919> Im on this image now and the minecraft doesnt work
<DC-IRC> [Discord] <Werner> You can use any desktop environment you want. It probably works just fine but we don't activily develop or test on it.
<DC-IRC> [Discord] <Werner> I never tested minecraft on aarch64, so cannot tell.
<DC-IRC> [Discord] <mecoblock> It should work depending on the board and which drivers. Done it multiple times
<DC-IRC> [Discord] <Werner> Hm just a pure guess but maybe neither panthor is enabled nor mali blobs are present.
<DC-IRC> [Discord] <mecoblock> most likely
<DC-IRC> [Discord] <Werner> Try adding this line to your /boot/armbianEnv.txt and reboot. Retry Minecraft then.
<DC-IRC> [Discord] <Werner> `overlays=panthor-gpu`
<DC-IRC> [Discord] <mecoblock> panthor overlay is easy to enable in armbian config
<DC-IRC> [Discord] <potatoes919> I tried minecraft before on ubuntu and it worked
<DC-IRC> [Discord] <potatoes919> I will try
<DC-IRC> [Discord] <mecoblock> what do you have now?
<DC-IRC> [Discord] <potatoes919> Armbian
<DC-IRC> [Discord] <potatoes919> This image
<DC-IRC> [Discord] <mecoblock> that should make it work
<DC-IRC> [Discord] <potatoes919> Im probably going to reinstall because this version is having major issues with logging in after wake from sleep
<DC-IRC> [Discord] <potatoes919> https://bugs.kde.org/show_bug.cgi?id=494927
javabean has quit [Quit: well, shoot]
javabean has joined #armbian
Hokedli has quit [Quit: Konversation terminated!]
nodelay has joined #armbian
nodelay has quit [Ping timeout: 260 seconds]
jason123onirc has quit [Read error: Connection reset by peer]
nodelay has joined #armbian
nodelay has quit [Ping timeout: 244 seconds]
fatal has left #armbian [#armbian]
Hokedli has joined #armbian
wootehfoot has quit [Read error: Connection reset by peer]
Hokedli has quit [Quit: Konversation terminated!]
coldfeet has quit [Quit: Lost terminal]
<DC-IRC> [Discord] <potatoes919> This line is already present
<DC-IRC> [Discord] <potatoes919> OpenGL debug message: id=5, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES'
<DC-IRC> [Discord] <potatoes919> When enable software rendering its work but ultra lag
<DC-IRC> [Discord] <potatoes919> On Joshua Riek's ubuntu it worked perfectly
<DC-IRC> [Discord] <potatoes919> I hope it gets fixed
califax has quit [Remote host closed the connection]
califax has joined #armbian
stipa_ has joined #armbian
stipa has quit [Ping timeout: 252 seconds]
stipa_ is now known as stipa
<DC-IRC> [Discord] <potatoes919> Adding these environment variables fixed it:
<DC-IRC> [Discord] <potatoes919> MESA_GLSL_VERSION_OVERRIDE=150
<DC-IRC> [Discord] <potatoes919> MESA_GL_VERSION_OVERRIDE=3.2