Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: TV-out met NVidia GeForce 7600 GS en Feisty  (gelezen 1266 keer)

Offline Grieteke

  • Lid
TV-out met NVidia GeForce 7600 GS en Feisty
« Gepost op: 2007/09/02, 22:38:46 »
Ik heb pas geleden Feisty geinstalleerd op mijn desktop en ik heb ondertussen bijna alles aan de praat. Nu zou ik graag ook mijn TV-out aan het werk krijgen.
Ik heb een NVidia GeForce 7600 GS vidoekaart en ik heb nvidia-glx-new driver geinstalleerd. Daarna heb ik geprobeerd om via nvidia-settings de tv in te stellen. Maar de tv wordt niet herkend.

Offline Grieteke

  • Lid
TV-out met NVidia GeForce 7600 GS en Feisty
« Reactie #1 Gepost op: 2007/09/08, 23:33:38 »
Ik heb ondertussen wat verder zitten zoeken en ik heb mijn xorg.config aangepast (mbv http://ubuntuforums.org/showthread.php?t=98456). Na het inloggen zie ik heel even mjin desktop in beeld, maar daarna niks meer. Heeft iemand enig idee hoe ik dit goed kan krijgen?

Voor de volledigheid hier mijn xorg.config file.
Section "ServerLayout"
   Identifier  "Simple Layout"
       Screen 0 "Screen[0]"
       Screen 1 "Screen[1]" RightOf "Screen[0]"
   InputDevice "Configured Mouse" "CorePointer"
   InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection

Section "Files"

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

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

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
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"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

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

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

Section "Monitor"
    Identifier     "Monitor[0]" #CRT
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier "Monitor[1]" #TV
    HorizSync 30-50
    VertRefresh 60
EndSection

Section "Device"
    Identifier     "Device[0]"
    Driver         "nvidia"
    BusID      "PCI:1:0:0"
    Screen 0
    Option "ConnectedMonitor" "Monitor[0]"
    Option "NoLogo" "true    
EndSection

Section "Device"
    Driver          "nvidia"
    Identifier      "Device[1]"
    Screen 1
Option    "TwinView" "true"
    Option          "TVOutFormat" "S-VIDEO" #or SVIDEO etc
    Option          "TVStandard" "PAL-G" #or NTSC etc
    Option          "ConnectedMonitor" "Monitor[1]"
    BusID           "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection

Section "Screen"
    Identifier     "Screen[0]"
    Device         "Device[0]"
    Monitor        "Monitor[0]"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Device "Device[1]"
    Identifier "Screen[1]"
    Monitor "Monitor[1]"
    DefaultDepth 24
        SubSection "Display"
               Depth 24
               Modes "1024x768_60"
        EndSubSection    
EndSection

Offline siegi

  • Lid
TV-out met NVidia GeForce 7600 GS en Feisty
« Reactie #2 Gepost op: 2007/09/08, 23:42:38 »
De versie van xorg die op dit moment in ubuntu is niet hotplugable.
Dus je moet eerst heel X opnieuw opstarten als je een scherm bij aanhangt.
Dat doe je door heel ubuntu opnieuw op te starten of.
alt-control f1 > inloggen > sudo /etc/init.d/gdm restart of indien kde sudo /etc/init.d/kdm restart

Dan word mijn tv scherm herkent maar krijgt ik er ook nog geen fatsoenlijk beeld op.

Offline Grieteke

  • Lid
TV-out met NVidia GeForce 7600 GS en Feisty
« Reactie #3 Gepost op: 2007/09/08, 23:52:27 »
Ik heb na het aanpassen van de xorg.conf steeds ubuntu opnieuw opgestart. Na het inloggen krijg ik steeds heel kort een 'desktop' te zien. Dit echter niet meer dan twee lege balken (onder en boven) met er tussen zwart. Na een paar seconden verdwijnt dit ook weer.

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
TV-out met NVidia GeForce 7600 GS en Feisty
« Reactie #4 Gepost op: 2007/09/09, 09:12:57 »
Dit is mijn xorg.conf:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

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

Section "Device"
   BoardName     "GeForce4 GTS"
   BusID         "1:0:0"
   Driver        "nvidia"
   Identifier    "nvidia0"
   VendorName    "NVidia"
   Screen        0
   Option        "NvAGP" "2"
EndSection

Section "Device"
   BoardName     "GeForce4 GTS"
   BusId         "1:0:0"
   Driver        "nvidia"
   Identifier    "nvidia1"
   VendorName    "NVidia"
   Screen        1
   Option        "NvAGP" "2"
   Option "ConnectedMonitor" "TV"
EndSection

Section "Monitor"
Identifier "HP vs19"
Option "DPMS"
HorizSync 30-83
VertRefresh 50-76
EndSection

Section "Monitor"
   Identifier "TV"
   HorizSync 60
   VertRefresh 30-150
EndSection

Section "Screen"
Identifier "Screen0
Device "nvidia0"
Monitor "HP vs19"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
   Identifier  "Screen TV"
   Device      "nvidia1"
   Monitor     "TV"
   Option  "TVStandard"    "PAL-B"
   Option  "TVOutFormat"   "Composite"
   DefaultDepth 24
   Subsection "Display"
       Depth       24
       Modes      "800x600"
       ViewPort  0 0
   EndSubsection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen TV" leftof "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
Heb ik via de readme die bij de nvidia driver zit gebrouwen. Werkt perfect.

Offline Grieteke

  • Lid
TV-out met NVidia GeForce 7600 GS en Feisty
« Reactie #5 Gepost op: 2007/09/09, 12:01:02 »
Wat bedoel je precies met werkt perfect? Krijg je meteen een kopie van je desktop op je tv te zien, of moet je dit op de een of andere manier 'aanzetten'?

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
TV-out met NVidia GeForce 7600 GS en Feisty
« Reactie #6 Gepost op: 2007/09/09, 14:52:27 »
Je krijgt inderdaad meteen een kopie van je desktop op TV.