[Hardware] Как принудительно выставить разрешение на интеловских интегрированных видеокартах

Eugene Prokopiev =?iso-8859-1?q?enp_=CE=C1_altlinux=2Eorg?=
Ср Мар 5 16:31:08 MSK 2008


>  > монитор какой?
>
>
> в данном случае TFT 17'' Samsung SyncMaster 740N - родное разрешение
>  как раз 1280x1024, но требуют 1024x768, т.к. с родным в одном случае
>  слишком дрожит экран (с 1024x768, выставленным средствами KDE, не
>  дрожит), в другом изображение уезжает куда-то очень далеко и
>  калибровка не помогает :(

Есть, впрочем, обратный случай:

# lspci
...
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated
Graphics Controller (rev 02)
...
# cat xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/X11/modules"
        FontPath     "/usr/share/fonts/bitmap/misc/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "record"
        Load  "glx"
        Load  "extmod"
        Load  "GLcore"
        Load  "xtrap"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      280   210     # mm
        Identifier   "Monitor0"
        VendorName   "DWE"
        ModelName    "532X"
        HorizSync    30.0 - 54.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82865G Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes     "1024x768"
        EndSubSection
EndSection

Монитор CRT какой-то DAEWOO, других опознавательных знаков не имеет.
При запуске Х получаю:

$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1024 x 1024
VGA connected 800x600+0+0 (normal left inverted right x axis y axis)
280mm x 210mm
   800x600        85.1*+   84.9     72.2     75.0     60.3     56.2
   1024x768       60.0     43.5
   640x480        84.6     75.0     72.8     60.0

Хотелось бы 1024x768, но не 60, винда держала как минимум 75

-- 
С уважением,
Прокопьев Евгений


Подробная информация о списке рассылки Hardware