tv-out в GF9800GT, Мандрива 2010 (Не могу подключить телевизор)

PCLinuxOS

Модератор: Bizdelnick

Аватара пользователя
kuguar
Сообщения: 150
Статус: Кот - это состояние души
ОС: Linuxmint-18-mate-64bit

tv-out в GF9800GT, Мандрива 2010

Сообщение kuguar »

Не могу подключить телевизор. У меня Mandriva 2010 free x86-64 и Mandriva 2010 LAR. До этого я копировал из старой системы в новую xorg.conf и всё работало. Карта у меня GF9800GT, до этого были GF6600 и GF7600GS в 2009.1 всё работало без проблем. Я пробовал менять множество параметров в xorg, всё без толку. Что-то сильно изменили или в проприетарных драйверах или в xserver. Через nvidia-settings не подключается телевизор, его не видно. Через nvidia-xconfig --twinview добавляются нужные строки, но толку всё равно нет.
Вот файл, с которым всё работало 2 года (и не только в мандриве)

Код: Выделить всё

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:30:30 PDT 2007

# File generated by XFdrake (rev 230776)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
    Identifier     "layout1"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard1" "CoreKeyboard"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Mouse2" "SendCoreEvents"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe" # Double-Buffering Extension
    Load           "v4l" # Video for Linux
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx" # 3D layer
EndSection

Section "ServerFlags"

    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
 # allows the server to start up even if the mouse does not work
    Option         "allowmouseopenfail"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,ru(winkeys)"
    Option         "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/mouse"
EndSection

Section "InputDevice"
    Identifier     "Mouse2"
    Driver         "evdev"
    Option         "bustype" "0x0011"
    Option         "relBits" "+0+1+2"
    Option         "product" "0x0006"
    Option         "vendor" "0x0002"
    Option         "HWheelRelativeAxisButtons" "7 6"
EndSection

Section "Monitor"

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    Identifier     "monitor1"
    VendorName     "Generic"
    ModelName      "Flat Panel 1440x900"
    HorizSync       31.0 - 90.0
    VertRefresh     60.0
    ModeLine       "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine       "768x576" 63.0 768 800 960 1024 576 578 590 616
    ModeLine       "1440x900_120" 229.0 1440 1552 1712 1984 900 901 904 965 -hsync +vsync
    ModeLine       "1440x900_100" 187.0 1440 1544 1704 1968 900 901 904 953 -hsync +vsync
    ModeLine       "1440x900_85" 156.0 1440 1536 1696 1952 900 901 904 945 -hsync +vsync
    ModeLine       "1440x900_75" 136.0 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
    ModeLine       "1440x900_60" 106.0 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
    ModeLine       "1440x900_50" 87.0 1440 1512 1664 1888 900 901 904 926 -hsync +vsync
    ModeLine       "1280x800_120" 181.0 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
    ModeLine       "1280x800_100" 147.0 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
    ModeLine       "1280x800_85" 123.0 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
    ModeLine       "1280x800_75" 107.0 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
    ModeLine       "1280x800_60" 83.0 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    ModeLine       "1280x800_50" 68.0 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Acer AL1916W"
    HorizSync       31.0 - 84.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV"
    HorizSync       30.0 - 50.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "device1"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NVIDIA GeForce FX - GeForce 8800"
    Option         "DPMS"
    Option         "RenderAccel" "false"
    Option         "AddARGBGLXVisuals"
EndSection

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

Section "Screen"
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1280x800"
    EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: 1440x900 +0+0, TV: nvidia-auto-select +1440+0; CRT: 1280x800 +0+0, TV: nvidia-auto-select +1280+0"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "CRT: 1440x900 +0+0, TV: nvidia-auto-select +1440+0; CRT: 1280x800 +0+0"
    Option         "TVStandard" "PAL-B"
EndSection

Section "Extensions"
    Option         "Composite"

EndSection
Спасибо сказали:
Аватара пользователя
kuguar
Сообщения: 150
Статус: Кот - это состояние души
ОС: Linuxmint-18-mate-64bit

Re: tv-out в GF9800GT, Мандрива 2010

Сообщение kuguar »

Неужели у всех работает tv-out? Или никто им не пользуется? Хотя-бы подскажите, где это поломали - в xorg или в драйвере nvidia.
Спасибо сказали: