Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TV-Out and Nvidia
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
abager
n00b
n00b


Joined: 08 Sep 2004
Posts: 35
Location: Denmark, Aalborg

PostPosted: Fri May 11, 2007 11:24 pm    Post subject: TV-Out and Nvidia Reply with quote

Hello folks, i've been trying for days now to get tv-out to function on my old nvidia card (Geforce2 MX 400, 32MB). What i want to achieve is a setup that allows me to browse this forum on my CRT monitor while watching movies, image slideshows etc. on my TV. I have tinkered a great deal with differetn xorg.conf settings and followed many a guide and howto but to no prevail.

I am currently very stucked, so any help will be apprechiated. The following info might give you a clue as to what might cause my problem:

My nvidia-drivers are 1.0.8776-r1

My xorg.conf looks like this:
Code:
#

<Snip...>

# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
    Identifier  "Monitor[0]" #CRT
    HorizSync   30-95
    VertRefresh 50-160
EndSection

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

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "unknown"
    Driver     "vga"
EndSection

Section "Device"
   Identifier "Device[0]"
       Driver "nvidia"
   BusID "PCI:01:00:00"
       Screen 0
EndSection

Section "Device"
      Driver "nvidia"
      Identifier "Device[1]"
   Screen 1   
   Option "TVOutFormat" "SVIDEO" #or SVIDEO etc
   Option "TVStandard" "PAL-G" #or NTSC-M etc
   Option "ConnectedMonitor" "Monitor[1]"
   BusID  "PCI:01:00:00"
    
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen[0]"
    Device      "Device[0]"
    Monitor     "Monitor[0]"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

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

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
   Identifier  "Simple Layout"
   Screen 0 "Screen[0]"
   Screen 1 "Screen[1]" RightOf "Screen[0]"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Section "DRI"
   Mode 0666
EndSection


My Xorg.0.log looks like this:

Code:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.19-gentoo-r5 i686
Current Operating System: Linux dbn 2.6.19-gentoo-r5 #2 Fri Apr 6 12:36:16 CEST 2007 i686
Build Date: 30 April 2007
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 12 01:11:09 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen[0]" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "Device[0]"
(**) |-->Screen "Screen[1]" (1)
(**) |   |-->Monitor "Monitor[1]"
(**) |   |-->Device "Device[1]"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "keyboard1"
(WW) The directory "/usr/share/fonts/TTF" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/corefonts".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/corefonts").
(WW) The directory "/usr/share/fonts/local/" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/artwiz".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/artwiz").
(WW) The directory "/usr/share/fonts/TrueType/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/freefont/" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/corefonts/".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/corefonts/").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/sharefonts/".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/sharefonts/").
(WW) The directory "/usr/share/fonts/terminus/" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/ttf-bitstream-vera".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/ttf-bitstream-vera").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/unifont/".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/unifont/").
(**) FontPath set to:
   /usr/share/fonts/misc:unscaled,
   /usr/share/fonts/Type1,
   /usr/share/fonts/75dpi:unscaled,
   /usr/share/fonts/100dpi:unscaled
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d82e0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.1
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.1
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 1043,8027 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 01 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0110 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 8086,1229 card 0000,0000 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:0e:0: chip 1073,000d card 1073,000d rev 03 class 04,01,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xed000000 - 0xeeefffff (0x1f00000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xeff00000 - 0xf7ffffff (0x8100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [1] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [2] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [3] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xec000000 - 0xecffffff (0x1000000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xeef00000 - 0xefefffff (0x1000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 161, Mem @ 0xed000000/24, 0xf0000000/27, BIOS @ 0xefff0000/16
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xec000000 - 0xec007fff (0x8000) MX[B]
   [1] -1   0   0xec800000 - 0xec8fffff (0x100000) MX[B]
   [2] -1   0   0xef000000 - 0xef000fff (0x1000) MX[B]
   [3] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [4] -1   0   0xefff0000 - 0xefffffff (0x10000) MX[B](B)
   [5] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [6] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [7] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [8] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [9] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [10] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [11] -1   0   0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xec000000 - 0xec007fff (0x8000) MX[B]
   [1] -1   0   0xec800000 - 0xec8fffff (0x100000) MX[B]
   [2] -1   0   0xef000000 - 0xef000fff (0x1000) MX[B]
   [3] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [4] -1   0   0xefff0000 - 0xefffffff (0x10000) MX[B](B)
   [5] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [6] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [7] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [8] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [9] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [10] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [11] -1   0   0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xec000000 - 0xec007fff (0x8000) MX[B]
   [5] -1   0   0xec800000 - 0xec8fffff (0x100000) MX[B]
   [6] -1   0   0xef000000 - 0xef000fff (0x1000) MX[B]
   [7] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [8] -1   0   0xefff0000 - 0xefffffff (0x10000) MX[B](B)
   [9] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [11] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [12] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [13] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [14] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [15] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [16] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.2.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8776
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8776
   Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.1.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  1.0-8776  Mon Oct 16 21:57:32 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(WW) NVIDIA: More than one matching Device section for instances
   (BusID: PCI:01:00:00) found: Device[1]
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xec000000 - 0xec007fff (0x8000) MX[B]
   [5] -1   0   0xec800000 - 0xec8fffff (0x100000) MX[B]
   [6] -1   0   0xef000000 - 0xef000fff (0x1000) MX[B]
   [7] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [8] -1   0   0xefff0000 - 0xefffffff (0x10000) MX[B](B)
   [9] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [11] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [12] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [13] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [14] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [15] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [16] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xec000000 - 0xec007fff (0x8000) MX[B]
   [5] -1   0   0xec800000 - 0xec8fffff (0x100000) MX[B]
   [6] -1   0   0xef000000 - 0xef000fff (0x1000) MX[B]
   [7] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [8] -1   0   0xefff0000 - 0xefffffff (0x10000) MX[B](B)
   [9] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [11] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [12] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [13] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [17] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [18] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [19] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [20] -1   0   0x0000b800 - 0x0000b80f (0x10) IX[B]
   [21] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [22] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce2 MX/MX 400 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(--) NVIDIA(0): VideoBIOS: 03.11.00.07.00
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are not supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce2 MX/MX 400 at
(--) NVIDIA(0):     PCI:1:0:0:
(--) NVIDIA(0):     AOC Spectrum7G (CRT-0)
(--) NVIDIA(0):     Chrontel 7005 TV Encoder (TV-0)
(--) NVIDIA(0): AOC Spectrum7G (CRT-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): Chrontel 7005 TV Encoder (TV-0): 165.0 MHz maximum pixel
(--) NVIDIA(0):     clock
(--) NVIDIA(0): TV encoder: Chrontel 7005
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (81, 81); computed from "UseEdidDpi" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
   [1] 0   0   0xed000000 - 0xedffffff (0x1000000) MX[B]
   [2] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [3] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [4] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [5] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [6] -1   0   0xec000000 - 0xec007fff (0x8000) MX[B]
   [7] -1   0   0xec800000 - 0xec8fffff (0x100000) MX[B]
   [8] -1   0   0xef000000 - 0xef000fff (0x1000) MX[B]
   [9] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [10] -1   0   0xefff0000 - 0xefffffff (0x10000) MX[B](B)
   [11] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [13] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [14] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [15] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [19] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [20] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [21] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [22] -1   0   0x0000b800 - 0x0000b80f (0x10) IX[B]
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [24] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Option "CoreKeyboard"
(**) keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "dk"
(**) keyboard1: XkbLayout: "dk"
(**) Option "CustomKeycodes" "off"
(**) keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded


The only thing i have been able to display on my TV is blackness so far, so if you're familiar with this kind of problem or just happen to be an expert on this matter please let me know.

PS. I have searched this and many other forums and followed many promising guides, but no luck so far.
Back to top
View user's profile Send private message
Nexces
n00b
n00b


Joined: 17 Mar 2007
Posts: 17
Location: Poland

PostPosted: Sun Jun 17, 2007 10:42 pm    Post subject: Reply with quote

same with my card 8600GTS
i've got very simillar config and Xorg.0.log
effect: beautiful blackness on tv
Back to top
View user's profile Send private message
Leikor
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2003
Posts: 123

PostPosted: Mon Jun 18, 2007 12:55 am    Post subject: Reply with quote

You probably want to use Twinview in order to do this. Here's my xorg.conf, which has Four layouts inside it: TwinView, DualView, TV Out, and Single monitor. You should be able to backup your current xorg.conf and put this in.
Code:
Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   #FontPath   "tcp/localhost:7100"
EndSection

Section "Module"
   Load   "glx"
   Load   "extmod"
   Load   "xtrap"
   Load   "record"
   Load   "dbe"
   Load   "freetype"
   Load   "type1"
EndSection

Section "ServerFlags"
   Option      "DefaultServerLayout"  "TV_Out"
   Option      "AIGLX"   "Off"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier   "Mouse0"
   Driver      "mouse"
   Option      "Protocol"   "ExplorerPS/2"
   Option      "Device"   "/dev/input/mice"
   Option      "ZAxisMapping"   "4 5"
EndSection


Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "KDS"
   ModelName   "Rad5"
   HorizSync   30.0 - 60.0
   VertRefresh   55.0 - 75.0
   Option      "DPMS"   "On"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "KDS"
   ModelName   "Rad5"
   #HorizSync   30.0 - 60.0
   #VertRefresh   55.0 - 75.0
   Option      "DPMS"   "On"
EndSection

Section "DRI"
   Group   0
   Mode   0666
EndSection

Section "Extensions"
   Option      "Composite"   "Enable"
EndSection


###########################
# --- Layout Sections --- #
###########################
# --- TwinView Layout --- #
Section "ServerLayout"
   Identifier   "TwinView"
   Screen      0   "ScreenTwinView"   0 0
   InputDevice   "Mouse0"   "CorePointer"
   InputDevice   "Keyboard0"   "CoreKeyboard"
   Option      "AIGLX"      "True"
EndSection

Section "Device"
   Identifier   "CardTwinView"
   Driver      "nvidia"
   #Driver      "vesa"
   VendorName   "NVIDIA Corporation"
   BoardName   "Geforce"
   BusID      "PCI:1:0:0"
   VideoRam   131072
   Screen      0
   Option      "AddARGBGLXVisuals"   "True"
   Option      "AllowGLXWithComposite"   "False"
   Option      "ConnectedMonitor"   "CRT-0, CRT-1"
   Option      "CoolBits"      "1"
   Option      "DRI"         "True"
   Option      "MetaModes"   "1280x1024,1280x1024; 1280x1024,null; 1024x768,1280x1024; 1024x768,1024x768;"
   Option      "NoLogo"      "True"
   Option      "RenderAccel"      "True"
   Option      "NvAGP"         "0"
   Option      "TwinView"      "On"
   Option      "TwinViewOrientation"   "RightOf"
   Option      "TwinViewXineramaInfoOrder"   "CRT-0, CRT-1"
   Option      "UseEDID"      "True"
   Option      "XAANoOffscreenPixmaps"   "True"
EndSection

Section "Screen"
   Identifier   "ScreenTwinView"
   Device      "CardTwinView"
   Monitor      "Monitor0"
   DefaultDepth   24
   Option      "DisableGLXRootClipping" "True"
   Option      "RenderAccel" "True"
   Option      "NoRenderExtension" "False"
   Option      "UseEdidFreqs" "True"

   SubSection "Display"
      Viewport   0 0
      Depth      24
      Modes      "1280x1024"
   EndSubSection
EndSection


#########################
# --- TV Out Layout --- #
Section "ServerLayout"
   Identifier   "TV_Out"
   Screen      0   "ScreenTV_Out"   0 0
   InputDevice   "Mouse0"   "CorePointer"
   InputDevice   "Keyboard0"   "CoreKeyboard"
   Option      "AIGLX"      "True"
EndSection

Section "Device"
   Identifier   "CardTV_Out"
   Driver      "nvidia"
   #Driver      "vesa"
   VendorName   "NVIDIA Corporation"
   BoardName   "Geforce"
   BusID      "PCI:1:0:0"
   VideoRam   131072
   Screen      0
   Option      "AddARGBGLXVisuals"   "True"
   Option      "AllowGLXWithComposite"   "False"
   Option      "ConnectedMonitor"   "CRT-0, TV-0"
   Option      "CoolBits"      "1"
   Option      "DRI"         "True"
   Option      "MetaModes"   "1280x1024,1024x768; 1280x1024,null; 1024x768,1280x1024; 1024x768,1024x768;"
   Option      "NoLogo"      "True"
   Option      "RenderAccel"      "True"
   Option      "TwinView"      "On"
   Option      "TwinViewOrientation"   "RightOf"
   Option      "TwinViewXineramaInfoOrder"   "CRT-0, TV-0"
   Option      "UseEDID"      "True"
   Option      "XAANoOffscreenPixmaps"   "True"
EndSection

Section "Screen"
   Identifier   "ScreenTV_Out"
   Device      "CardTV_Out"
   Monitor      "Monitor0"
   DefaultDepth   24
   Option      "DisableGLXRootClipping" "True"
   Option      "RenderAccel" "True"
   Option      "NoRenderExtension" "False"
   Option      "UseEdidFreqs" "True"

   SubSection "Display"
      Viewport   0 0
      Depth      24
      Modes      "1280x1024"
   EndSubSection
EndSection


############################
# --- Dual View Layout --- #
Section "ServerLayout"
   Identifier   "DualView"
   Screen      0   "ScreenDualView-1"
   Screen      1   "ScreenDualView-2"   RightOf   "ScreenDualView-1"
   InputDevice   "Mouse0"   "CorePointer"
   InputDevice   "Keyboard0"   "CoreKeyboard"
   Option      "AIGLX"      "True"
EndSection

Section "Device"
   Identifier   "CardDualView-1"
   Driver      "nvidia"
   #Driver      "vesa"
   VendorName   "NVIDIA Corporation"
   BoardName   "Geforce"
   BusID      "PCI:1:0:0"
   VideoRam   131072
   Screen      0
   Option      "AddARGBGLXVisuals"   "True"
   Option      "AllowGLXWithComposite"   "False"
   Option      "ConnectedMonitor"   "CRT-0, CRT-1"
   Option      "CoolBits"      "1"
   Option      "DRI"         "True"
   #Option      "MetaModes"   "1280x1024,1024x768; 1280x1024,null; 1024x768,1280x1024; 1024x768,1024x768;"
   Option      "NoLogo"      "True"
   Option      "RenderAccel"      "True"
   Option      "UseEDID"      "True"
   Option      "XAANoOffscreenPixmaps"   "True"
EndSection

Section "Device"
   Identifier   "CardDualView-2"
   Driver      "nvidia"
   #Driver      "vesa"
   VendorName   "NVIDIA Corporation"
   BoardName   "Geforce"
   BusID      "PCI:1:0:0"
   VideoRam   131072
   Screen      1
   Option      "AddARGBGLXVisuals"   "True"
   Option      "AllowGLXWithComposite"   "False"
   Option      "ConnectedMonitor"   "CRT-0, CRT-1"
   Option      "CoolBits"      "1"
   Option      "DRI"         "True"
   #Option      "MetaModes"   "1280x1024,1024x768; 1280x1024,null; 1024x768,1280x1024; 1024x768,1024x768;"
   Option      "NoLogo"      "True"
   Option      "RenderAccel"      "True"
   Option      "UseEDID"      "True"
   Option      "XAANoOffscreenPixmaps"   "True"
EndSection

Section "Screen"
   Identifier   "ScreenDualView-1"
   Device      "CardDualView-1"
   Monitor      "Monitor0"
   DefaultDepth   24
   Option      "DisableGLXRootClipping" "True"
   Option      "RenderAccel" "True"
   Option      "NoRenderExtension" "False"
   Option      "UseEdidFreqs" "True"

   SubSection "Display"
      Viewport   0 0
      Depth      24
      Modes      "1280x1024" "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "ScreenDualView-2"
   Device      "CardDualView-2"
   Monitor      "Monitor1"
   DefaultDepth   24
   Option      "DisableGLXRootClipping" "True"
   Option      "RenderAccel" "True"
   Option      "NoRenderExtension" "False"
   Option      "UseEdidFreqs" "True"

   SubSection "Display"
      Viewport   0 0
      Depth      24
      Modes      "1280x1024" "1024x768"
   EndSubSection
EndSection

###########################
# ---- Single Layout ---- #
Section "ServerLayout"
   Identifier   "Single"
   Screen      0   "ScreenSingle"   0 0
   InputDevice   "Mouse0"   "CorePointer"
   InputDevice   "Keyboard0"   "CoreKeyboard"
   Option      "AIGLX"      "False"
EndSection

Section "Device"
   Identifier   "CardSingle"
   Driver      "nvidia"
   #Driver      "vesa"
   VendorName   "NVIDIA Corporation"
   BoardName   "Geforce"
   BusID      "PCI:1:0:0"
   VideoRam   131072
   Screen      0
   Option      "AddARGBGLXVisuals"   "True"
   Option      "AllowGLXWithComposite"   "False"
   Option      "ConnectedMonitor"   "CRT-0"
   Option      "CoolBits"      "1"
   Option      "DRI"         "True"
   #Option      "MetaModes"   "1280x1024,1280x1024; 1280x1024,null; 1024x768,1280x1024; 1024x768,1024x768;"
   Option      "NoLogo"      "True"
   Option      "RenderAccel"      "True"
   #Option      "TwinView"      "On"
   #Option      "TwinViewOrientation"   "RightOf"
   #Option      "TwinViewXineramaInfoOrder"   "CRT-0, CRT-1"
   Option      "UseEDID"      "True"
   Option      "XAANoOffscreenPixmaps"   "True"
EndSection

Section "Screen"
   Identifier   "ScreenSingle"
   Device      "CardSingle"
   Monitor      "Monitor0"
   DefaultDepth   24
   Option      "DisableGLXRootClipping" "True"
   Option      "RenderAccel" "True"
   Option      "NoRenderExtension" "False"
   Option      "UseEdidFreqs" "True"

   SubSection "Display"
      Viewport   0 0
      Depth      24
      Modes      "1280x1024" "1024x768"
   EndSubSection
EndSection


Good Luck,
Leikor
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum