helloSystem / hello

Desktop system for creators with a focus on simplicity, elegance, and usability. Based on FreeBSD. Less, but better!
2.31k stars 57 forks source link

Split screen #163

Closed schusz closed 3 years ago

schusz commented 3 years ago

@probonopd In both Live and installed versions of hello-0.5.0_0E142-FreeBSD-13.0-amd64.iso and hello-0.5.0_0E157-FreeBSD-13.0-amd64.iso (on Dell Latitude E4300; hardware Probe https://bsd-hardware.info/?probe=d5051ef185#Devices) the Global Menu's top half is not visible.

And the screen is split in two. The right part of the desktop occupies approx. left 4/5th of the screen, and the left part occupies right 1/5th of the screen. It is not possible to cross the dividing border with the mouse pointer.

photo_2021-04-07_20-47-29

louieisahuman commented 3 years ago

set the set resolution to native

schusz commented 3 years ago

Setting the resolution to native doesn't work.

schusz commented 3 years ago

E183-13.0 Live and Installed boot into GUI, but still have the spit screen.

probonopd commented 3 years ago

Just to be sure, with 12.2 based builds you don't have this issue, correct?

schusz commented 3 years ago

@LouiIPSW How can I set the resolution to Native? I tried it with the Screen Layout Editor.

probonopd commented 3 years ago

Can you please post the outputs of xrandr (without any arguments) when the screens looks as it should (12.2) and when there is a problem (13.0)?

schusz commented 3 years ago

@probonopd That's right, with the 12.2 based builds I do not have the split screen and the Global Menu is fully visible.

schusz commented 3 years ago

@probonopd Output of xrandr On E184-12.2:

Roels-Latitude-E4300% xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 286mm x 179mm
1280x800 59.97*+ 59.81 59.91 40.00
1280x720 59.86 59.74
1024x768 60.00
1024x576 59.90 59.82
960x540 59.63 59.82
800x600 60.32 56.25
864x486 59.92 59.57
640x480 59.94
720x405 59.51 58.99
640x360 59.84 59.32
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis) 

On E183-13.0:

Roels-Latitude-E4300% xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1280 x 800, current 1280 x 800, maximum 1280 x 800
default connected 1280x800+0+0 0mm x 0mm
1280x800 0.00* 
schusz commented 3 years ago

@probonopd 0E185-13.0: still split screen. Output of xrandr same as 0E183-13.0

probonopd commented 3 years ago

Yes, that's expected - nothing has changed in that area. But thanks for confirming.

schusz commented 3 years ago

@probonopd I managed to get rid of the split screen. I googled a lot and almost gave up. But to be honest I am not sure anymore what exactly did the trick. It's late now, so I can not try and repeat what I did. Possibly installing this package solved the issue: sudo pkg install -y xf86-video-intel I will reinstall helloSystem 0E185 again and repeat what I did, and pay attention carefully. I'll let you know when I found the solution.

probonopd commented 3 years ago

Indeed we have some packages missing from our package list for FreeBSD 13 probably because they were not in quarterly packages at the time; so I am going to try adding them back....

probonopd commented 3 years ago

Hello @schusz the latest https://github.com/helloSystem/ISO/releases/tag/experimental-13.0 (build 0E190+) might be worth testing.

schusz commented 3 years ago

Hey @probonopd Just confirming that

sudo pkg install -y xf86-video-intel

solved the 'split screen' issue.

I will install 0E190 tonight and report back.

schusz commented 3 years ago

Hey @probonopd , 13.0 0E190 on my Dell Latitude E4300 has no split screen anymore. Thanks :-).

probonopd commented 3 years ago

Thanks for re-testing and confirming @schusz.