Доброго всем LOCAL_TIME!

Есть ноутбук DELL Inspiron 5100 с сабжем на борту и матрицей 1400x1050.
Ноутбук имеет 2 дополнительных выхода: D-SUB и S-Video. К D-SUB выходу
хочу подключить LCD 1280x1024. Желательно, чтобы на второй монитор
выводился оверлей, но можно и просто клон.
Без дополнительных телодвижений, просто подключив внешний монитор к
D-SUB, получил картинку на LCD, но ее параметры 1400x1050, т.е. на
внешнем LCD видна часть этой картинки.
В /etc/X11/xorg.conf записал следующее:
++++++++++++++++++++++++++
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen 0" 0 0
        Screen      1  "Screen 1" RightOf "Screen 0"
        Option         "Xinerama"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
        # path to defoma fonts
        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "i2c"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "latitude"
        Option      "XkbVariant" ",winkeys"
        Option      "XkbLayout" "us,ru"
        Option      "XkbOptions" "grp:toggle,grp_led:scroll"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
        Identifier  "Synaptics Touchpad"
        Driver      "synaptics"
        Option      "SendCoreEvents" "true"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "auto-dev"
        Option      "HorizScrollDelta" "0"
EndSection

Section "Monitor"
        Identifier   "Monitor 0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "Monitor 1"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Device 0"
        Driver      "radeon"
        BusID       "PCI:1:0:0"
        Screen      0
#       Option      "AccelMethod" "XAA"
#       Option      "AGPFastWrite" "1"
#       Option      "GARTSize" "64"
        Option      "AGPMode"   "4"
#       Option      "EnablePageFlip" "1"
        Option      "UseFBDev"  "true"
EndSection

Section "Device"
        Identifier  "Device 1"
        Driver      "radeon"
        BusID       "PCI:1:0:0"
        Screen      1
        Option      "AGPMode"   "4"
        Option      "UseFBDev"  "true"
EndSection

Section "Screen"
        Identifier "Screen 0"
        Device     "Device 0"
        Monitor    "Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1400x1050"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "Device 1"
        Monitor    "Monitor 1"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "DRI"
#       Group        "video"
        Mode         0666
EndSection
++++++++++++++++++++++++++
Однако после рестарта иксов картина не изменилась.

Кто-нибудь знает как сделать полноценный вывод на 2
дисплея (с разным разрешением)?

-- 
--
С наилучшими пожеланиями,
Олег Анисимов AKA Yoda


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Ответить