Hello all,
I have a brand new install on a x64 laptop, which is connected hdmi to a 1024x600 touchscreen in my dash. Im running Debina Trixie with Gnome 48, and im having trouble finding a resolution that works, I am Mirroring the screen...the laptop can do higher res, but it is staying closed in the trunk anyway. I am having in Gnome and Hudiy, in Gnome it is losing the bottom on the On Screen Keyboard, which makes typing a pain, and Android auto is also chopped off.....the laptop has an AMD Radeon video if that matters, and help would be appreciated
1024 x 600 resolution
Re: 1024 x 600 resolution
Hello,
Gnome includes a feature for scaling the interface. We noticed that this is often automatically enabled for smaller screens and defaults to 150%.
You can verify this in the Gnome Display settings and change it back to 100%.
Gnome includes a feature for scaling the interface. We noticed that this is often automatically enabled for smaller screens and defaults to 150%.
You can verify this in the Gnome Display settings and change it back to 100%.
Re: 1024 x 600 resolution
Ive tried this, the issue is 1024x600 is not even listed as a resolution to select
Re: 1024 x 600 resolution
What is the manufacturer and model of the screen? Is it connected via HDMI? HDMI screens usually use EDID to advertise supported resolutions and modes.
Could you please post the output of wlr-randr command?
Could you please post the output of wlr-randr command?
Re: 1024 x 600 resolution
You can also try forcing the resolution directly in KMS via the cmdline. It can be added e. g. in /etc/default/grub.d/99-hudiy.cfg
1. sudo nano /etc/default/grub.d/99-hudiy.cfg
2. Change GRUB_CMDLINE_LINUX_DEFAULT to:
3. Update grub using sudo update-grub command
HDMI-A-1 is just an example; the correct value depends on how your screen is actually connected.
https://docs.kernel.org/fb/modedb.html
1. sudo nano /etc/default/grub.d/99-hudiy.cfg
2. Change GRUB_CMDLINE_LINUX_DEFAULT to:
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vt.global_cursor_default=0 loglevel=0 video=HDMI-A-1:1024x600@60"HDMI-A-1 is just an example; the correct value depends on how your screen is actually connected.
https://docs.kernel.org/fb/modedb.html
Re: 1024 x 600 resolution
i finally got this figured out, in Landscape mode using h.margin and h.margin, and im playing with making it Portrait mode where i can have the Hudiy dashboard on top, but have Android auto below - but Android Auto doesnt seem to like portait mode well.... and suggestion for a setup like that?