Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Железо в Linux (http://forum.oszone.net/forumdisplay.php?f=29)
-   -   Asus MM19S + LG 37LF65 на GeForce 8400GS (http://forum.oszone.net/showthread.php?t=106762)

durik 12-05-2008 01:19 800011

Asus MM19S + LG 37LF65 на GeForce 8400GS
 
День/вечер добрый.
Не могу задачу решить. Цель: на одну карту GeForce 8400GS подключить телевизор LG через DVI и монитор Asus, чтобы телевизор был клоном монитора.
video card: 8400GS
driver: nvidia 169.12
Xorg: 11.0 (7.2.0)

Прописал вроде как думал в xorg.conf: TwinView, Xinerama и Clone. Результат не впечатляет. Получилось что оба экрана можно прокручивать вниз и вправа. Такое ощущение что разрешение больше 1280х1024.
Вот xorg.xonf.
Код:

Section "ServerLayout"
    Identifier    "Layout[all]"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard[0]" "CoreKeyboard"
    InputDevice    "Mouse[1]" "CorePointer"
    Option        "Clone" "on"
    Option        "Xinerama" "off"
EndSection

Section "Monitor"
    Identifier    "Monitor[0]"
    VendorName    "--> VESA"
    ModelName      "1280X1024@60HZ"
    UseModes      "Modes[0]"
    HorizSync      31.0 - 64.0
    VertRefresh    50.0 - 60.0
    Option        "CalcAlgorithm" "XServerPool"
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "ACI ASUS MM19S"
    HorizSync      30.0 - 83.0
    VertRefresh    55.0 - 75.0
EndSection

Section "Modes"
    Identifier        "Modes[0]"
    ModeLine    "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Device"
    Identifier    "Device[0]"
    Driver        "nvidia"
    VendorName    "NVIDIA"
    BoardName      "GeForce 8400 GS"
    Screen          0
EndSection

Section "Device"
    Identifier    "Videocard0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName      "GeForce 8400 GS"
EndSection

Section "Screen"
    Identifier    "Screen[0]"
    Device        "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
        Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option        "TwinView" "1"
    Option        "TwinViewXineramaInfoOrder" "CRT-0, DFP"
    Option        "metamodes" "CRT: 1280x1024, DFP: 1280x1024; CRT: 1280x960, DFP: nvidia-auto-select; CRT: 1152x864, DFP: nvidia-auto-select; CRT: 1024x768, DFP: nvidia-auto-select; CRT: 800x600, DFP: nvidia-auto-select; CRT: 640x480, DFP: nvidia-auto-select"
EndSection

Что я не так вписал? Помогите пожалуйста


Время: 14:11.

Время: 14:11.
© OSzone.net 2001-