Re: Screen Aspect Ratio
Good time of the day, Stephen.
You wrote:
> I think that I have located the problem. The monitor resolution is
> set at 1280x1024 by Debian. Also there are only four solutions
> listed in System Settings/Size and Orientation.
>
> I have an OpenSUSE 12.2 installatopn on another hadr drive in the
> systen and it's resolution is 1680x1050 with eleven additional
> different resolutions.
If You want to play w/ resolutions, then try
xrandr --output VGA-0 --mode 1680x1050
Here You can change VGA w/ LVDS - if it be a laptop.
or using xorg.conf (first generate one for Your system, then adjust
line Modes in something similar):
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Sthu.
Reply to: