Dne út 28. ledna 2020 D. R. Evans napsal(a):
I've installed TDE on a new system running debian stable.
X is starting correctly with screen size 1920x1200, but every time when I log in, I'm presented with a TDE desktop of size 1024x768 and have to resize it.
So I'm wondering:
- Where is the value 1024x768 coming from?
- How do I change it so that the TDE desktop starts at 1920x1200, so
that I don't need to modify it manually each time?
Doc
If you run only the xserver itself, what resolution will it use? What is mentioned about the resolution in /var/log/XOrg.0.log? Are the display capabilities correctly detected?
On one of my machines I have a monitor connected to a 10m long VGA cable. This has a problem detecting the capabilities of the monitor and therefore the Xserver starts by default as 1024 × 768. I had to add lines Modeline with higher resolution values to xorg.conf. Then everything works fine, no matter how the monitor's capabilities are not detected.
Cheers