azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/glscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<d1b2> <johnsel> well it partially initialized
<d1b2> <johnsel> now it's complaining about the control interface not being able to connect
<d1b2> <johnsel> there's no firewall blocking ports between my box and the VMs right?
<azonenberg> Um, what ports is it trying to use?
<azonenberg> I currently have all TCP open from you to the sandbox network but no UDP
<azonenberg> if it wants UDP i can allow that too?
<d1b2> <johnsel> hah it wants UDP
<d1b2> <johnsel> and pinging
<d1b2> <johnsel> [2023:09:12:17:05:14]: Info: ddprobe.exe 3 returned: 0x887A0004 [2023:09:12:17:05:14]: Info: ddprobe.exe 4 returned: 0x887A0004 [2023:09:12:17:05:14]: Warning: Failed to set GPU preference. Capture may not work! [2023:09:12:17:05:14]: Error: DuplicateOutput() test failed 0x887A0004: Info: Device Description : NVIDIA GeForce GTX 1630 Device Vendor ID : 0x000010DE Device Device ID : 0x00001F83 Device Video Mem : 3956 MiB Device Sys Mem
<d1b2> : 0 MiB Share Sys Mem : 8183 MiB Feature Level : 0x0000B100 Capture size : 1920x1080 Offset : 1024x0 Virtual Desktop : 2944x1080 [2023:09:12:17:05:14]: Info: Desktop resolution 1920x1080: Info: Desktop format DXGI_FORMAT_B8G8R8A8_UNORM: Info: Colorspace : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709 Bits Per Color : 8 Red Primary : [0.639648,0.330078] Green Primary : [0.299805,0.599609] Blue Primary
<d1b2> : [0.149414,0.0595703] White Point : [0.3125,0.329102] Min Luminance : 0.5 nits Max Luminance : 270 nits Max Full Luminance : 270 nits [2023:09:12:17:05:14]: Info: SDR color coding Rec. 709: Info: Color range: JPEG: Info: [2023:09:12:17:05:14]: Info: // Ignore any errors mentioned above, they are not relevant. // [2023:09:12:17:05:14]: Info: [2023:09:12:17:05:14]: Info: Found encoder nvenc: h264_nvenc, hevc_nvenc: Info: Executing
<d1b2> Desktop: Error: Initial Ping Timeout [2023:09:12:17:05:27]: Error: Initial Ping Timeout [2023:09:12:17:05:27]: Info: 10.255.2.111: Ping Timeout
<d1b2> <johnsel> oh sorry IRC people 😦
<d1b2> <johnsel> that is not a single message over there right?
<azonenberg> noope its not :p
<azonenberg> Ok UDP is now allowed
<azonenberg> (ping was already open)
<d1b2> <johnsel> cool I got a black screen
<d1b2> <johnsel> I also re-enabled VGA since so it may be that messing things up again
<d1b2> <johnsel> progress, though
<d1b2> <johnsel> lots of intersting progress with xcp-ng, xen and xoa (and xoa-lite) these past months
<d1b2> <johnsel> oh yeah
<d1b2> <johnsel> it works
<d1b2> <johnsel> still hung after 30s of demoscope and me going through the menus
<d1b2> <johnsel> so we may have some work to do either because of the GPU or whatever
<d1b2> <johnsel> but it works fine
<d1b2> <johnsel> --debug gave the vulkan info with it being called a dedicated GPU
<d1b2> <johnsel> so very nice indeed
<d1b2> <johnsel> now the only question is is this because disabling the VGA adapter solved it, which seems unlikely since I still saw a generic GPU as well as I see half the screen in the console
<d1b2> <johnsel> or was it the edid adapter
<d1b2> <johnsel> but I'm fine putting the second edid in when you get it and then juggling the vms a little until we establish if the solution is not reliable
<d1b2> <johnsel> I don't want to push a reboot on you as I know how annoying it is
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
Fridtjof has quit [Server closed connection]
Fridtjof has joined #scopehal
<d1b2> <azonenberg> @johnsel edid emulator installed on second card fyi
bvernoux has joined #scopehal
<t4nk_fn> so
<t4nk_fn> I thought; let's give it another go
<t4nk_fn> deleted existing rubbish on my disk
<t4nk_fn> 'what does a user need to do' I thought...
<t4nk_fn> so I referred to the 'getting started' chapter of the manual
<t4nk_fn> (do you feel something coming yet?)
<t4nk_fn> Install FFTS library:
<t4nk_fn> git clone https :// github . com / anthonix / ffts . git
<t4nk_fn> I've pointed this out several times before, but, really...
<t4nk_fn> nobody seems to care, I guess
<t4nk_fn> wget https :// sdk . lunarg . com / sdk / download /1.3.224.1/ linux / vulkansdk -
<t4nk_fn> linux - x86_64 -1.3.224.1. tar . gz
<t4nk_fn> but it's the first thing people run into
<t4nk_fn> and it's literally not looking good
<t4nk_fn> git clone -{} - recursive https :// github . com / ngscopeclient / scopehal - apps
<t4nk_fn> . git
<t4nk_fn> unless of course I'm totally mistaken, which in general is quite possible
<juh> pdf is a pretty cursed format and generally shouldn’t be copied from, though it looks like there may be hope of fixing this: https://tex.stackexchange.com/q/251543
<juh> i wonder if one of those html-based doc systems has been looked into s as an alternative
<t4nk_fn> well, it's been known that at least some were able to construct a good pdf ;)
<t4nk_fn> and I'm unsure if the unwanted spacings also make github.com/ngscopeclient not exist :))
<t4nk_fn> I could have tried to fix it myself to help out of course
<t4nk_fn> but I'm a bit backwards, yet nevertheless I tried to open the file with libreoffice like some suggested online
<t4nk_fn> and it went haywire
<juh> lol yeah…i used to specialize in web accessibility, and spent weeks trying to generate properly tagged PDFs, and it’s a pretty hopeless scene. and once the doc is generated, it’s basically just a picture of a document that sometimes has some janky copy/paste abilities
<juh> I might have some time tonight to look into it, would you mind opening a bug?
<t4nk_fn> ah, I'm so sorry mate, I'm not active on github myself, and I really need to shoot off right now, I can see about filing that bug when I get back and have some more time
<t4nk_fn> thanks for your interest in any case!
<juh> sure :)
Abhishek_ has quit [Server closed connection]
Abhishek_ has joined #scopehal
<azonenberg> t4nk_fn, juh: there is already an open bug against scopehal-docs
<t4nk_fn> azonenberg, and what about the github.com/ngscopeclient url that is in the documentation? it doesn't exist.. was it meant to come online soon orsth?
<t4nk_fn> anyhow, I built scopehal-apps, and ngscopeclient didn't murder my system.
<azonenberg> where? is there a typo?
<azonenberg> the org is currently glscopeclient because of history, we plan to move it once we establish some kind of nonprofit to oversee the project
<t4nk_fn> it's still a magnificent crashfest though, but unfortunately I don't have a scope
<t4nk_fn> git clone -{} - recursive https :// github . com / ngscopeclient / scopehal - apps is in the manual
<azonenberg> where exactly? that was apparently a copy paste failure when making the ngscopeclient manual
<t4nk_fn> 4.Build scopehal and scopehal-apps: ; page 19
<azonenberg> ah got it. will fix shortly
<t4nk_fn> I didn't have to go through the entire thing though, git clone --recursive https://github.com/glscopeclient/scopehal-apps.git did it for me
<azonenberg> Yeah. We are also working on removing some of the more annoying dependencies like ffts
<t4nk_fn> ./scopevna ERROR: Invalid scope string Segmentation fault ... should probably not segfault on this, since the error is detected
<azonenberg> scopevna is a rather hacky standalone research tool that isnt intended to be used by general audiences yet (hence lack of docs)
<azonenberg> eventually it will probably be some kind of wizard in ngscopeclient
<azonenberg> There's a few other similar test tools like that which exist but arent really "usable"
<t4nk_fn> ( it's on pages 19, 20 and 21 btw, 3x total)
<_whitenotifier-1> [scopehal-docs] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal-docs/compare/5f610d5a34f9...69e78eec341b
<_whitenotifier-1> [scopehal-docs] azonenberg 69e78ee - Fixed several copy-paste failures resulting in incorrect github URLs
<azonenberg> can you confirm they're all fixed now?
<azonenberg> i think i got everything
<t4nk_fn> confirmed.
<d1b2> <hansemro> Can confirm that adding \lstset{columns=fullflexible} eliminates unwanted spacing in code blocks
<azonenberg> @hansemro send a PR then and i'll try it out
<d1b2> <johnsel> @hansemro you're a boss (if it works). I was looking into it earlier and thinking of fixing it as it annoyed me to no end as well. 🙂
<t4nk_fn> heh, nice.
* t4nk_fn uninstalls Xournalpp and proceeds to some other stuff
d1b2 has quit [Read error: Connection reset by peer]
d1b21 has joined #scopehal
d1b21 has quit [Remote host closed the connection]
<_whitenotifier-1> [scopehal-docs] hansemro opened pull request #67: Adjusted code block spacing for improved copy-paste - https://github.com/glscopeclient/scopehal-docs/pull/67
<_whitenotifier-1> [scopehal-docs] hansemro commented on pull request #67: Adjusted code block spacing for improved copy-paste - https://github.com/glscopeclient/scopehal-docs/pull/67#issuecomment-1718229586
<_whitenotifier-1> [scopehal-docs] hansemro commented on pull request #67: Adjusted code block spacing for improved copy-paste - https://github.com/glscopeclient/scopehal-docs/pull/67#issuecomment-1718231353
<t4nk_fn> lol.. that's probably just as it should be, but your brain already rewired to the extra spacing ;)
<_whitenotifier-1> [scopehal-docs] hansemro commented on pull request #67: Adjusted code block spacing for improved copy-paste - https://github.com/glscopeclient/scopehal-docs/pull/67#issuecomment-1718259545
<_whitenotifier-1> [scopehal-docs] hansemro commented on pull request #67: Adjusted code block spacing for improved copy-paste - https://github.com/glscopeclient/scopehal-docs/pull/67#issuecomment-1718271270
bvernoux has quit [Quit: Leaving]
balrog has quit [Quit: Bye]
balrog has joined #scopehal
juri_ has quit [Server closed connection]
juri_ has joined #scopehal