Ongelma Nvidia geforce n6200 ja ubuntu 7.10

Discussion in 'Linux -keskustelu' started by tomilli, Nov 1, 2007.

  1. tomilli

    tomilli Member

    Joined:
    Mar 30, 2007
    Messages:
    15
    Likes Received:
    0
    Trophy Points:
    11
    Ongelmana on kyseisen näytönohjaimen tv-ulostulo. Asensin sen tuossa kuukausi takaperin ja telkkariin saatiinki kuva joksikin aikaa. Sitten ilmeisesti jonkun kernel-päivityksen jälkeen kuvaa ei saanut mitenkään takaisin.
    Päivitin nyt sitten ubuntun 7.10 ja näytönohjain ei ala pelaan yrityksistä huolimatta. Osaisiko joku neuvoa missä vika piilee?

    # xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Files"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fi"
    Option "XkbOptions" "lv3:ralt_switch"
    EndSection

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

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "Tyypillinen näytönohjain"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    Option "UseEDID" "FALSE"
    Option "TwinView" "true"
    Option "TwinViewOrientation" "Clone"
    Option "TVOutFormat" "COMPOSITE"
    Option "TVStandard" "PAL-B"
    #Option "SecondMonitorHorizSync" "30-50"
    #Option "SecondMonitorVertRefresh" "50"
    Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480"

    EndSection

    Section "Monitor"
    Identifier "Tyypillinen näyttö"
    Option "DPMS"
    HorizSync 28-51
    VertRefresh 43-60
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Tyypillinen näytönohjain"
    Monitor "Tyypillinen näyttö"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "DisableGLXRootClipping" "True"
    SubSection "Display"
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
     
  2. lauritx

    lauritx Regular member

    Joined:
    Mar 4, 2004
    Messages:
    488
    Likes Received:
    0
    Trophy Points:
    26
    http://gentoo-wiki.com/TV-Out_with_GeForce noi ohjeet on gentoolle mutta selkeät. Ite sain noilla susessa toimimaan.

    Ja kun päivittää kernelin, niin pitää myös päivittää ajurin kernel modulit. Ja kun saa toimivan xorg.conffin se kannatta tallettaa johonkin, koska se toimii myös päivitysten jälkeen, tai jos jostain syystä sotkee sen.
     

Share This Page