gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
2.82k stars 209 forks source link

how to make my display to 1920x1080 #218

Closed hdgetban closed 6 months ago

hdgetban commented 6 months ago

dotfiles works perfectly fine i just copied it on my linux mint and its working but the display is small i wanna make it to 1920x1080 so how can i do that?

gh0stzk commented 6 months ago

it is a fresh install?? did you configure your screen?? you can use xrandr or arandr... apart of that there must be a lot of errors in polybars, starting from the updates module only work for arch..

hdgetban commented 6 months ago

i tried to use xrandr and arandr and none of those work and is not fresh installed

hdgetban commented 6 months ago

its been like 2 months using linux mint

gh0stzk commented 6 months ago

The only thing I can think of is that there is a background service configuring your resolution, since it is not arch and I have not used mint for more than 15 years, xrandr or arandr should work for you, if they don't it is because there is an error Or as I mentioned there is "something" in the background configuring or preventing the configuration of your resolution.

About my dotfiles, The bars (polybar, eww) adapt to your resolution, they are set in percentage, it must be something related to your monitor/resolution settings.

Even 1920x1080 is a higher resolution than I set my dotfiles at, I did it at a resolution of 1600x900, yours should look even better.

This screenshot is from my laptop with a resolution of 1366x768 and looks fine.

Shot-2024-04-03-115355

If u do xrandr --output HDMI-1 --mode 1920x1080 it changes?? obviously change HDMI-1 for yours.

hdgetban commented 6 months ago

Shot-2024-04-03-210542

HDMI-1 didnt work but i tried eDP-1 and it worked it made my screen 1920x1080 thanks dude and btw your dotfiles are soo good

hdgetban commented 6 months ago

and btw what package do i need for the screen to lock

gh0stzk commented 6 months ago

My dotfiles uses physlock in arch you can install with physlock package, in other distros i dont know.

hdgetban commented 6 months ago

done i installed it thanks you can close this