-
entrop
Anyone here working on the current swift on freebsd effort?
-
rwp
Not I.
-
GoSox
no but i made a php script to calculate pi by simulating the “dart throwing method”, but using a large perfect grid rather than random dart throws
-
GoSox
anyone have any more ideas i can try regarding my display resolution problem? The native 1080p resolution works but anything smaller and the monitor freaks out and i get no useable video, just scrambled interlaced artifacts
-
tsoome
GoSox on plain console? or on X?
-
GoSox
in any gui, KDE, XFCE4
-
tsoome
likely issue with X config unless the monitor does not support anything else;)
-
rwp
GoSox, I would ask what display adaptor you have and what resolutions does xrandr say is available?
-
GoSox
this is on a mac mini, in macos it supports all common resolutions just fine. but on freebsd and even in ubuntu linux, it only supports full native 1080p
-
GoSox
display adaptor meaning video card?
-
GoSox
and xrandr lists all common resolutions you’d expect on a 1080p display
-
rwp
pciconf -lv | grep -B 3 -A 1 display
-
GoSox
vendor = 'Intel Corporation'
-
GoSox
device = '3rd Gen Core processor Graphics Controller'
-
GoSox
class = display
-
GoSox
subclass = VGA
-
GoSox
not sure why it says VGA, its an HDMI/DVI physical connection
-
rwp
That's the Intel graphics and it should be very well supported. Hmm...
-
GoSox
yeah its an intel HD 4000 in a 2012 mac mini
-
rwp
That subclass is, I believe, historical now and it was VGA and continues to report it that way. Even though you are using digital modes now.
-
GoSox
gotcha
-
rwp
How are you selecting other resolutions? Using xrandr?
-
GoSox
tried with xrandr and tried in the gui, both give me unusable distorted video
-
rwp
And by smaller than Full HD (1920x1080) you mean something like 1024x768, right? In order to make fonts bigger overall?
-
GoSox
ideally 1280 x 720 and yes i know about the scale setting but actually changing the resolution would be better
-
rwp
I do that on a 1080 laptop myself. I deres it to 1400x900 to make the fonts just a little bigger and more readable.
-
GoSox
this is on a test machine using my spare monitor, and the space monitor is on a vesa arm that far back on my desk so i’m much furthe away from it than a normal display
-
GoSox
HOWEVER once this is running on my real collocated server, i’m still going to want to use 1280 x 720 so when i VNC in from time to time, it will fit nicely on a window on my primary computer
-
GoSox
so either way, 720p would be ideal
-
rwp
Hmm... Could it be a bad combination with the monitor? Maybe try a different display with it?
-
GoSox
but it works perfectly in every resolution in macos
-
rwp
And if you are planning VNC later then it won't matter there. That's all virtual display there. So it won't be freaking out for you. Just do that now.
-
GoSox
thats true
-
GoSox
but i still could use it now for useability
-
rwp
And I know we had this conversation before but IMNHO servers should be headless. But we can agree to disagree. But all of my servers are headless.
-
rwp
But if you are planning VNC later then you might as well get used to doing it now.
-
GoSox
well then you really won’t like how i went from the “light weight” xfce4 to the “heavy” KDE, with some simple customizing, i’m finding KDE to be REALLY nice
-
rwp
I have run KDE on my desktop. That was forever ago though. Haven't run it since then. It's an okay desktop. But not needed on a server.
-
tsoome
if macos does ok, then it *should not* be about cables/connections, but then again, one never knows;) it also could be something weird like firmware behaving differently on different OS'es
-
GoSox
i believe at once point, i did get 720p working on freebsd with some desktop, probably xfce4. But i forget what i did. It was nothing crazy, it would have just been pushing buttons in the GUI display settings
-
GoSox
i have tried to recreate that magic but it won’t do it
-
rwp
Displays communicate their resolution and sometimes that's buggy. The native 1080 resolution might be fully functional but the others not so much. MacOS might ignore the display tables and do its own thing. No idea. But the EDID might be wrong just on this display and another display might work.
-
GoSox
unfortunately this is the only spare display i have
-
rwp
Even for a temporary test?
-
rwp
Anyway... Good luck! It is way past too late to be awake here. Good night all!
-
GoSox
well, i suppose i could bring the mini downstairs nad hook it up to the tv
-
GoSox
probably not tonight though
-
tsoome
hdmi connection?
-
nimaje
if it about fonts being to small, is the nativ resoulution a 96x96 dpi resoultion? if not, did you try making Xorg report the correct resolution in the core protocol (sadly not much programs support getting the correct dpi via the XRandR extension), xrandr lets you change the reported dpi and you can tell it to use the dpi from a monitor for that via --dpi
-
GoSox
i am using the mini’s hdmi port with an hdmi to dvi adapter
-
GoSox
its not just small fonts, its small everything. I’m sitting far from the machine, i need a lower resolution
-
GoSox
also the scaling feature, does not work. If i zoom in, nothin ghappens. It WAS working in xfce4 but in KDE it does not zoom at all
-
GoSox
but i don’t really want to use that anyway so unless its the same problem as the resolution, i don’t really care about fixing that
-
tsoome
it may be problem about software handling the hdmi-dvi, might want to test DVI output using Mini DisplayPort to DVI Adapter
-
GoSox
if only i had one
-
nimaje
sounds like programs use a to low dpi and are to small because of that, well but not everything does support scaling with dpi, is there any program that uses qt for gui that you use? if so try running it with QT_USE_PHYSICAL_DPI=1 in the environment to see if that is better
-
tsoome
amazon seems to sell those adapters like for 10€ :)
-
nimaje
(yes, for some reason you have to opt-in into using the correct dpi on qt, instead of using the dpi value from the core X11 protocol, that only supports one dpi value, so it just is the default 96x96 dpi in most cases)
-
tsoome
hm. interesting, one cable spec is telling: Resolution: VGA, XGA, SVGA, SXGA, UXGA and WUXGA HDTV: 480i, 576i, 480P, 576P, 1080i, 1080p -- but 720p is not listed there; have you tested with anything less than 720p?
-
GoSox
i think so but i can recheck right now
-
GoSox
well thats not good, the computer seems to be frozen
-
GoSox
at 3:20
-
GoSox
my ssh link is still working fine but the GUI seems locked except for cursor movement
-
GoSox
so 720 is still broken
-
GoSox
Nothing under 720p is working either
-
GoSox
btw this is what 720p gives me:
-
GoSox
-
GoSox
hmm not sure if you have to be logged in to see that or not
-
tsoome
that looks like monitor is still in 1080p and attempting to use 720p signal
-
GoSox
just checked the monitor mid switch and it is getting a 720p 60 signal
-
tsoome
yes, but the image is "mirrored", so either the same pixels are drawn again or two lines ares concatenated ...
-
GoSox
it gets mirrored different amounts at different resolutions, but all are unreadable
-
nimaje
could you at least try if setting the correct dpi solves your issue instead of debugging why your workaround is broken? you said the output gets reported as HDMI-3? so xrandr --dpi HDMI-3 that makes Xorg report the dpi of the monitor on that output, instead of 96x96
-
GoSox
standby i had shut it off, powering it back on now
-
GoSox
that command returned nothing
-
nimaje
I don't think it should print anything, it makes the dpi value reported via the core X11 protocol into the value for the monitor behind that output, so if some program only reads that instead of the per monitor dpi values you can get via the XRandR extension, then it should now get the correct value instead of 96x96, try opening some program and see if it still displays to small
-
GoSox
things aren’t displaying too small, they’re displaying normal size for 1080p
-
nimaje
ah, the other issue with dpi, it doesn't include viewing distance, but still, are you sure the right dpi was used? If programs used the correct dpi values, then everything would stay the same size no matter the resolution
-
crb__
I could use some BSD make file help. I have a tool that produces several output files. Run it once and it produces A B and C, how do I tell make that if any one is missing run the tool but don't run it three times?
-
nimaje
hm, a workaround would be having only the A target have the command and have the B and C targets depend on A, but be empty
-
crb__
I think I got it working, thank you!
-
nimaje
ah, then A could get deleted, as make considers it an intermediate file, not sure if bsd make deletes intermediate files as soon as all targets needing them are up-to-date
-
karolyi
if a package patch (newer version) isn't merged for months, when is a 'maintainer timeout' happening?
-
nimaje
if the maintainer doesn't respond for two weeks to a feedback request it is a maintainer timeout
-
karolyi
-
karolyi
no step taken forward for months now ...
-
karolyi
meanwhile I'm using my patch and just updated to reflect the latest package changes today
-
karolyi
I've also offered to share maintainership, to no avail
-
nimaje
seems more like the issue is
bugs.freebsd.org/bugzilla/show_bug.cgi?id=292129#c4 as the first patch was provided by the maintainer
-
karolyi
yes but we have provided plenty of patches that work, so he would just have to apply one and see if it builds
-
nimaje
but who is "he" in your sentence? (oh, I linked the wrong comment, should have been comment 2 "Apparently there are no committers willing to work on the port with rust.")
-
karolyi
Sascha Biberhofer
-
karolyi
-
nimaje
that is the maintainer, but not a commiter, so he can't commit that
-
karolyi
who's the committer then?
-
paulf
there are several committers, they aren't assigned to any given port
-
karolyi
then I'm kinda lost. whom do I need to pester to have the patch added so the package can be upgraded?
-
hovr
Hello, I'm looking for clarification on doing a binary update. There is a large warning about package compatibility when going to the next RELEASE, like for 14.3 to 14.4. Do packages built on 14.3 work on 14.4 and is it only the kernel modules that need to be built by hand?
-
rtprio
packages for 14.3 should work fine on 14.4, and yes, kernel modules, e.g. video drivers would need rebuilt
-
hovr
ty rtprio
-
WadeGIMPBC
Following the Rust port discussion — is the committer gap for newer languages a known scaling problem, or considered acceptable?
-
shbrngdo
karolyi - easiest way, file a bug report, include examples on how to repro and any fixes/patches you want. Things usually get fixed fast enough and the right committers get mailed.
-
shbrngdo
you should include output of uname -a and any related ports/packages you have installed