Announcement

Collapse
No announcement yet.

S-Video out - Geforce 6600GT AGP

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    S-Video out - Geforce 6600GT AGP

    I've tried again and again and again to get this to work, I got a 'sort of' result, a lot of 'no boots' and a few 'no changes'

    So I'm asking for help. My S-video cable goes to the TV through an adaptor and an RCA cable. My LCD is on the VGA and is my preferred monitor, obviously. I like to use it to watch stuff while I browse. You know, like I do in Windows... I'd like to do the same in Kubuntu.

    I have no idea what to modify, so here's my xorg.conf

    Code:
    Section "ServerLayout"
      Identifier   "Default Layout"
      Screen     "Default Screen" 0 0
      InputDevice  "Generic Keyboard"
      InputDevice  "Configured Mouse"
      InputDevice  "stylus" "SendCoreEvents"
      InputDevice  "cursor" "SendCoreEvents"
      InputDevice  "eraser" "SendCoreEvents"
    EndSection
    
    Section "Files"
    
    	# path to defoma fonts
      FontPath    "/usr/share/X11/fonts/misc"
      FontPath    "/usr/share/X11/fonts/cyrillic"
      FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
      FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
      FontPath    "/usr/share/X11/fonts/Type1"
      FontPath    "/usr/share/X11/fonts/100dpi"
      FontPath    "/usr/share/X11/fonts/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      "type1"
      Load      "vbe"
    EndSection
    
    Section "InputDevice"
      Identifier   "Generic Keyboard"
      Driver     "kbd"
      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" "ExplorerPS/2"
      Option     "ZAxisMapping" "4 5"
      Option     "Emulate3Buttons" "true"
    EndSection
    
    Section "InputDevice"
    
                               # /dev/input/event
                               # for USB
      Identifier   "stylus"
      Driver     "wacom"
      Option     "Device" "/dev/wacom"     # Change to 
      Option     "Type" "stylus"
      Option     "ForceDevice" "ISDV4"        # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    
                               # /dev/input/event
                               # for USB
      Identifier   "eraser"
      Driver     "wacom"
      Option     "Device" "/dev/wacom"     # Change to 
      Option     "Type" "eraser"
      Option     "ForceDevice" "ISDV4"        # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    
                               # /dev/input/event
                               # for USB
      Identifier   "cursor"
      Driver     "wacom"
      Option     "Device" "/dev/wacom"     # Change to 
      Option     "Type" "cursor"
      Option     "ForceDevice" "ISDV4"        # Tablet PC ONLY
    EndSection
    
    Section "Monitor"
      Identifier   "Philips 190S"
      Option     "DPMS"
    EndSection
    
    Section "Device"
      Identifier   "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
      Driver     "nvidia"
    EndSection
    
    Section "Screen"
      Identifier   "Default Screen"
      Device     "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
      Monitor    "Philips 190S"
      DefaultDepth  24
      SubSection   "Display"
        Depth    1
        Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    4
        Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    8
        Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    15
        Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    16
        Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      EndSubSection
      SubSection   "Display"
        Depth    24
        Modes   "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      EndSubSection
    EndSection

    #2
    Re: S-Video out - Geforce 6600GT AGP

    Looks like you have the actual nVidia drivers installed. Did you have "nVidia Settings" under "System" on the start menu? Here I can set my default output which is DVI, seconday which is VGA, and then alternate which for me is component video. If you don't have it installed, I got mine by using Automatix. Automatix installed the most recent set of nVidia drivers and that app was installed with it. It's great for adjusting all your settings on your card. You can get Automatix here: http://getautomatix.com/wiki/index.p...6_Dapper_Drake

    Automatix is just a gui based package manager for commonly used apps like flash, aMsn, Google Earth ect., however, it will install nVidia drivers, that nVidia settings console, and will even backup your xorg.conf file incase you can't boot back into X.

    Hope this helps,

    Will

    Comment


      #3
      Re: S-Video out - Geforce 6600GT AGP

      Oh yeah, I used automatix to get firefox, vlc, codecs, and java/flash, and of course the Nvidia drivers.

      I have Nvidia Settings under System, but I don't see any options for enabling my s-video out...

      Comment


        #4
        Re: S-Video out - Geforce 6600GT AGP

        You're not by chance running a session in Xgl are you? I am currently and noticed that I can't select an alternate output while running Xgl. I'm still going to do some more research on this and maybe I'm forgetting something I had to do before.

        Will

        Comment


          #5
          Re: S-Video out - Geforce 6600GT AGP

          I don't think I'm running a session in xgl...

          How would I check for that?


          Also, I'm not even sure wher eot look in Nvidia settings, but I sure don't see any reference to my s-video/tv out

          Comment

          Working...
          X