-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32 inch 4k screen #44
Comments
you can use xrandr to scale everything.
let's say
xrandr --output eDP1 --scale 0.7x0.7
…On Wed, 24 Apr 2024 01:06:56 -0700 Bajocensis ***@***.***> wrote:
Hello everyone,
I’ve been using Windowmaker since… 2000 ! I have never found a better window manager for my use.
However, recently, I acquired a 32 inch 4k screen, and there was a problem. Windowmaker does not seem suitable for this type of screen (icon size, refresh, etc.). For example, with VLC, the image is jerky, it blurs...
Any help to avoid migrating to Gnome or a similar manager? Many thanks !
Best regards,
Bajo
--
Reply to this email directly or view it on GitHub:
#44
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
--
There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.
-- C.A.R. Hoare
|
:( bajo@Debian:~$ xrandr --output eDP1 --scale 0.7x0.7 |
You can see the names of your outputs by doing: xrandr -q Just look for the one that is "connected" |
Many thanks for your answer and your help. Here is the result 👍 Screen 0: minimum 16 x 16, current 3840 x 2160, maximum 32767 x 32767 |
Getting the screen name: |
Thanks for your help. I tried, unfortunetly : bajo@Debian: |
Up ! |
I am also having this issue. Perhaps we could have a simple startup thing to re-organize windows and scale the entire thing by default? Using the command line to do this, is a solution. But it does not feel very windowmaker-ish. I'm sure I can hackjob this together maybe. |
Hey Jordan, I would like to do this with you... unfortunately I don't know how to program, and I don't know the command lines in WM well. I have been using this extremely comfortable environment for more than twenty years and today I feel a little lost in Gnome... Bajo |
I have tested windowmaker on my 3 4k monitor setup. Unfortunately it is very hard to use, even set up properly. The dock will not go to the middle monitor, and it will crash when running xrandr on startup. My only solution for this is https://github.com/phkaeser/wlmaker. |
Thanks. It seems a bit complicated though, not sure it will succeed... |
i don't understand why do you have xwayland? why do you have wayland at all? look, on one of my machines: $ xrandr -q on other, on the linux phone: $ xrandr -q so on my laptop the screen name is eDP1 and on phone it is DSI-1. you should run xrandr command by mentioning that name: in my case: xrandr --output eDP1 --scale 0.7x0.7 you can try 0.8 or 0.6 or 0.9. my advice would be get rid of wayland, just run normal xorg. i don't know what distribution/os do you use, you should ask on the distribution specific forums/chats on how to not run wayland. i guess all your problems are because of wayland. |
Thank you very much for these details. I'm running Debian Bookworm. |
Something weird: in my xorg.conf, I see nvidia everywhere even though I have an Intel card... Is this normal? |
And when I am with WM : $ xrandr -q |
good, now we don't see wayland. so i would do, after the windowmaker started: xrandr --output HDMI-2 --scale 0.7x0.7 in terminal. ~/GNUstep/Library/WindowMaker/autostart |
on nvidia, i guess you have the notebook with two video cards, intel and nvidia. intel is the default, and i guess your debian detected that and when your x starts, you use intel, but it will try to switch to nvidia automatically when you run something like a game. |
Many thanks. It's not a laptop, but a NiPoGi mini-pc. And I still have the VLC problem mentioned in the first post in the thread... But it’s progressing! |
HDMI 1 and HDMI2 don't have the same frequency : 30 Hz and 60 Hz. I'm on 60 Hz, could this have an influence? Switch to 30 Hz? |
no idea, that's all i know. |
Many thanks. It's ok now, even if the resolution is not the best for a 4K screen, but I can work with WM. |
Hello everyone,
I’ve been using Windowmaker since… 2000 ! I have never found a better window manager for my use.
However, recently, I acquired a 32 inch 4k screen, and there was a problem. Windowmaker does not seem suitable for this type of screen (icon size, refresh, etc.). For example, with VLC, the image is jerky, it blurs...
Any help to avoid migrating to Gnome or a similar manager? Many thanks !
Best regards,
Bajo
The text was updated successfully, but these errors were encountered: