Problem with resolution 1440×900 solv:
Edit: /etc/sysconfig/displaymanager
DISPLAYMANAGER_SHUTDOWN=“auto”
- Type: string
- Default: “auto”
#
- Mode to configure on output devices by default
- (RANDR 1.2 compatible drivers only).
#
- If set to “auto”, DISPLAYMANAGER_RANDR_MODE_auto is used on laptops, and
- the empty string on workstations.
#
- The output is not explicitly enabled (read: disabled) if set to an empty
- string.
- If the variable contains a fully configured modeline (see default of
- DISPLAYMANAGER_RANDR_MODE_auto), the mode is defined and set.
- If the variable contains a mode name only, the mode has to be defined
- already.
#
- If a monitor is attached during Xstartup, or when invoking “xrandr —auto”
- during runtime, the output is correctly configured and a mode is
- automatically selected if none has been used so far.
#
- Variables are checked according to their extension for
- VGA DVI_I DVI_D DVI_A Composite S_Video Component LFP Proprietary
#
DISPLAYMANAGER_RANDR_MODE_VGA=“auto”
- Type: string
- Default: “1024×768_60 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync”
#
- Mode to use for laptops for DISPLAYMANAGER_RANDR_MODE_* on laptops only,
- when the according variable is set to “auto”.
- (RANDR 1.2 compatible drivers only).
#
DISPLAYMANAGER_RANDR_MODE_auto=“auto”
Patch videobios:
in
/etc/sysconfig/videobios
- Path: System/Hardware/Graphicscard
- Description: Additional options for graphics cards
- Type: yesno
- Default: no
#
- Should the Intel® video BIOS be patched to let the X Server run with
- resolutions unknown to the BIOS? Warning, this is potentially dangerous,
- read the documentation in /usr/share/doc/packages/915resolution.
#
VIDEOBIOS_PATCH=“yes”
- Type: string
- Default:
#
- The options passed to 915resolution, usually 3 numbers:
- the video mode to patch, X and Y resolution.
#
VIDEOBIOS_PARAMETERS=“4b 1440 900”