Page 26 of 38 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 373

Thread: HOWTO: NVIDIA TV-OUT for Newbies

  1. #251
    Join Date
    Mar 2006
    Location
    Alabama (Yes, w
    Beans
    41

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    I tried many help tutorials on configuring TV out, and none worked. Some just caused more problems.

    So...

    I ran Automatix, and it fixed my TV out right away. No additional settings needed, it mirrors my monitor. No screen switching, etc...

    Automatix does other cool stuff too...
    Last edited by mod187; July 26th, 2006 at 08:44 PM.

  2. #252
    Join Date
    Jul 2006
    Location
    France
    Beans
    74
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    Quote Originally Posted by MTZeon View Post
    Well, after unsucessfully trying to get my laptop (FX5600Go & S-VIDEO) to work with my tv following this HOW TO, I came up with this config, which actualy did what I wanted! I use the TV to see some movies (no DVD player, so I use the laptop), and this is how I got it to work:

    First make sure you have nvidia drivers installed...

    edit your xorg.conf
    $ sudo gedit /etc/X11/xorg.conf

    find where it says:



    and make it like:


    Save and that's it. Reboot your computer, tv on and you should have a cloned view of your laptop

    This should work with composite or SVIDEO, since it should be managed by the drivers

    Hope it helps!
    Ok, thanks.
    But, it will clone my desk, right ?
    I don't want that... I prefer Dual View like in XP.
    If I do the modifications you said, will I be able to switch between the four desktop (1, 2, 3 and 4) and put in the 4 a movie player and watch it on TV and have another in my LCD ?
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  3. #253
    Join Date
    Jul 2006
    Location
    France
    Beans
    74
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    Hello,
    In doing a little modification of my xorg.conf to make this command functionnal :
    Code:
    mplayer -xineramascreen 1 -fs ton_film.avi
    The little modification I do is to add :
    Code:
    Section "ServerFlags"
       Option "Xinerama" "true"
    EndSection
    And I have what I wanted in my first post !! Dual View like in XP !

    So now I can drag&drop a window on my primary screen to the TV !

    Yes ^^

    The only restriction is that the display on the TV is dependent on the desktop displayed in the primary screen !
    So if my windows come from the desk 1 and displayed on TV, if I switch to desk 2, on the TV it switch too so I don't see anymore my windows on the TV, to see it again, I must switch to the desk 1.

    So here you have my xorg.conf :
    Code:
    # /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 command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Files"
    	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"
    	# path to defoma fonts
    	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
    	Load	"i2c"
    	Load	"bitmap"
    	Load	"ddc"
    	Load	"dri"
    	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"	"pc105"
    	Option		"XkbLayout"	"fr"
    	Option		"XkbVariant"	"latin9"
    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"
      Driver        "wacom"
      Identifier    "stylus"
      Option        "Device"        "/dev/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "stylus"
      Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "eraser"
      Option        "Device"        "/dev/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "eraser"
      Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "cursor"
      Option        "Device"        "/dev/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "cursor"
      Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "Device"
    	Identifier	"Device[0]"	# NVIDIA Corporation NV43 [GeForce 6600 GT]
    	Driver		"nvidia"
    	BusID		"PCI:1:0:0"
    	Option		"NoLogo"
    	screen 0
    EndSection
    
    Section "Device" 
       	Driver          "nvidia" 
       	Identifier      "Device[1]" 
    	Option		"NoLogo"
       	Screen 1 
       	Option          "TVOutFormat" "SVIDEO" #or SVIDEO , Composite etc 
       	Option          "TVStandard" "PAL" #or NTSC etc 
       	Option          "ConnectedMonitor" "Monitor[1]" 
       	BusID           "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci 
    EndSection
    
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    
    Section "Monitor"
    	Identifier "Monitor[0]" #CRT
    	Option		"DPMS"
    	HorizSync	28-64
    	VertRefresh	43-60
    #    DisplaySize    270    203    # 1024x768 96dpi
    #    DisplaySize    338    254    # 1280x960 96dpi
        DisplaySize    338    270    # 1280x1024 96dpi
    #    DisplaySize    370    277    # 1400x1050 96dpi
    #    DisplaySize    423    370    # 1600x1400 96dpi
    EndSection
    
    Section "Monitor" 
        Identifier "Monitor[1]" #TV 
        HorizSync 30-50
        VertRefresh 60 
     EndSection
    
    Section "Screen"
    	Identifier  "Screen[0]" 
       	Device      "Device[0]" 	# NVIDIA Corporation NV43 [GeForce 6600 GT]
       	Monitor     "Monitor[0]"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1280x1024" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1280x1024" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1280x1024" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1280x1024" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1280x1024" "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1280x1024" "1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    
    Section "Screen" 
       	Device "Device[1]" 
       	Identifier "Screen[1]" 
       	Monitor "Monitor[1]" 
       	DefaultDepth 24
           	SubSection "Display" 
                   Depth 24 
                   Modes "640x480" "640x480"
           	EndSubSection    
    EndSection
    
    Section "ServerFlags"
       Option "Xinerama" "true"
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
            Screen 0 "Screen[0]" 
            Screen 1 "Screen[1]" RightOf "Screen[0]" 
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    	InputDevice     "stylus" "SendCoreEvents"
    	InputDevice     "cursor" "SendCoreEvents"
    	InputDevice     "eraser" "SendCoreEvents"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection
    Thanks for the help.
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  4. #254
    Join Date
    Mar 2006
    Location
    Portugal
    Beans
    35
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    Hum... I guess you'll have always a cloned view of what you are seeing in the LCD to the TV... just as I said, I just wanted to have a cloned view of what I was seeing on the TFT to the TV Hum... you can try messing around this setting:

    Option "TwinViewOrientation" "xxxx"

    where you replace the xxxx for RightOf

    Taken from: http://download.nvidia.com/XFree86_4...880/README.txt
    Option "TwinViewOrientation" "string"
    Controls the relationship between the two display devices
    when using TwinView. Takes one of the following values:
    "RightOf" "LeftOf" "Above" "Below" "Clone". Please see
    APPENDIX I for details. Default: string is NULL.
    Hope it helps anyone with troubles with TV-OUT... I like simple things

    Black MacBook (2008): MacOSX + Windows XP + Ubuntu 8.04
    Ubuntu = FREEDOM = Free, Reliability, Evolving, Enlightning, Durable, Omnipotent and Mine

  5. #255
    Join Date
    Jul 2006
    Location
    France
    Beans
    74
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    Quote Originally Posted by MTZeon View Post
    Hum... I guess you'll have always a cloned view of what you are seeing in the LCD to the TV...
    Nope, this is not a clone view. Actually I wrote this message, I see it on my LCD, but not on my TV. So It isn't a cloned view.

    I try to put the twinview option, but It doesn't work : X dosn't start...
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

  6. #256
    Join Date
    Jul 2006
    Beans
    3

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    hi,

    i tried my best to set up the xorg.conf file but no success... any pointer is appreciated!

    thanks in advance!!!

    Video Card: Geforce 4 MX 440
    Monitor: Samsung SyncMaster 753DF

    xorg.conf
    Code:
    # /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 command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Files"
    	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"
    	# path to defoma fonts
    	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection
    
    Section "Module"
    	Load	"i2c"
    	Load	"bitmap"
    	Load	"ddc"
    	Load	"dri"
    	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"
      Driver        "wacom"
      Identifier    "stylus"
      Option        "Device"        "/dev/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "stylus"
      Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "eraser"
      Option        "Device"        "/dev/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "eraser"
      Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
      Driver        "wacom"
      Identifier    "cursor"
      Option        "Device"        "/dev/wacom"          # Change to 
                                                          # /dev/input/event
                                                          # for USB
      Option        "Type"          "cursor"
      Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "Monitor"
    	Identifier	"Monitor[0]"
    	Option		"DPMS"
    EndSection
    
    Section "Monitor"
    	Identifier	"Monitor[1]"
    	HorizSync	30-50
    	VertRefresh	60
    EndSection
    
    Section "Device"
    	Identifier	"Device[0]"
    	Driver		"nvidia"
    	Option		"RenderAccel"	"true"
    	BusID		"PCI:1:0:0"
    	Screen 0
    	Option		"ConnectedMonitor"	"CRT"
    EndSection
    
    Section "Device"
    	Identifier	"Device[1]"
    	Driver		"nvidia"
    	BusID		"PCD:1:0:0"
    	Screen 1
    	Option		"TVOutFormat"	"COMPOSITE"
    	Option		"TVStandard"	"NTSC-M"
    	Option		"ConnectedMonitor"	"TV"
    EndSection
    
    Section "Screen"
    	Identifier	"Screen[0]"
    	Device		"Device[0]"
    	Monitor		"Monitor[0]"
    	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[1]"
    	Device		"Device[1]"
    	Monitor		"Monitor[1]"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		24
    		Modes		"640x480"
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen 0	"Screen[0]"
    	Screen 1	"Screen[1]" rightOf "Screen[0]"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    	InputDevice     "stylus" "SendCoreEvents"
    	InputDevice     "cursor" "SendCoreEvents"
    	InputDevice     "eraser" "SendCoreEvents"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection
    Xorg.0.log
    Code:
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.15.7 i686
    Current Operating System: Linux gattaca 2.6.15-26-386 #1 PREEMPT Mon Jul 17 19:52:53 UTC 2006 i686
    Build Date: 16 March 2006
    	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: Mon Jul 31 21:04:09 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Screen[0]" (0)
    (**) |   |-->Monitor "Monitor[0]"
    (**) |   |-->Device "Device[0]"
    (**) |-->Screen "Screen[1]" (1)
    (**) |   |-->Monitor "Monitor[1]"
    (**) |   |-->Device "Device[1]"
    (**) |-->Input Device "Generic Keyboard"
    (**) |-->Input Device "Configured Mouse"
    (**) |-->Input Device "stylus"
    (**) |-->Input Device "cursor"
    (**) |-->Input Device "eraser"
    (WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
    	Entry deleted from font path.
    (**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    (==) RgbPath set to "/etc/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.2
    	X.Org Video Driver: 0.8
    	X.Org XInput driver : 0.5
    	X.Org Server Extension : 0.2
    	X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.0
    	Module class: X.Org Font Renderer
    	ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 0.8
    (++) using VT number 7
    
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1106,0305 card 147b,a401 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
    (II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
    (II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
    (II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
    (II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,00,00 hdr 00
    (II) PCI: 00:09:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
    (II) PCI: 00:0b:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00 hdr 00
    (II) PCI: 00:0d:0: chip 11d4,1805 card 11d4,1805 rev 00 class 07,80,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,0171 card 0000,0000 rev a3 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,1), 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: 0x000c (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    	[0] -1	0	0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
    (II) Bus 1 prefetchable memory range:
    	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xe4000000/24, 0xd0000000/27, 0xd8000000/19
    (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 0xe0000000 from 0xe3ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    	[0] -1	0	0xe6001000 - 0xe60010ff (0x100) MX[B]
    	[1] -1	0	0xe6000000 - 0xe60000ff (0x100) MX[B]
    	[2] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[3] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    	[4] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[5] -1	0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
    	[6] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
    	[7] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
    	[8] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
    	[9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
    	[10] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
    	[0] -1	0	0xe6001000 - 0xe60010ff (0x100) MX[B]
    	[1] -1	0	0xe6000000 - 0xe60000ff (0x100) MX[B]
    	[2] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[3] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    	[4] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[5] -1	0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
    	[6] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
    	[7] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
    	[8] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
    	[9] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
    	[10] -1	0	0x0000d000 - 0x0000d00f (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	0xe6001000 - 0xe60010ff (0x100) MX[B]
    	[5] -1	0	0xe6000000 - 0xe60000ff (0x100) MX[B]
    	[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[7] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[9] -1	0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
    	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[12] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
    	[13] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
    	[14] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
    	[15] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
    	[16] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
    (II) LoadModule: "i2c"
    (II) Loading /usr/lib/xorg/modules/libi2c.so
    (II) Module i2c: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.2.0
    	ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.2
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Loading /usr/lib/xorg/modules/linux/libdrm.so
    (II) Module drm: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 0.2
    (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 XFree86-DGA
    (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: "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.0.0, module version = 2.1.0
    	Module class: X.Org Font Renderer
    	ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.8762
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.0
    	ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.2
    	Module class: X.Org Font Renderer
    	ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Type1
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.1.0
    	ABI class: X.Org Video Driver, version 0.8
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
    (II) Module nvidia: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.8762
    	Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.1
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    	compiled for 7.0.0, module version = 1.0.3
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    	compiled for 4.3.99.902, module version = 1.0.0
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 0.5
    (II) Wacom driver level: 47-0.7.2 $
    (II) NVIDIA X Driver  1.0-8762  Mon May 15 13:09:21 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) 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.0.0, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.2
    (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.0.0, module version = 0.1.0
    	ABI class: X.Org Video Driver, version 0.8
    (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	0xe6001000 - 0xe60010ff (0x100) MX[B]
    	[5] -1	0	0xe6000000 - 0xe60000ff (0x100) MX[B]
    	[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[7] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[9] -1	0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
    	[10] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[11] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[12] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
    	[13] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
    	[14] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
    	[15] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
    	[16] -1	0	0x0000d000 - 0x0000d00f (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	0xe6001000 - 0xe60010ff (0x100) MX[B]
    	[5] -1	0	0xe6000000 - 0xe60000ff (0x100) MX[B]
    	[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[7] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    	[8] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[9] -1	0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
    	[10] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
    	[11] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
    	[12] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
    	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
    	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
    	[15] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
    	[16] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
    	[17] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
    	[18] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
    	[19] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
    	[20] 0	0	0xd80803b0 - 0xd80803bb (0xc) IS[B]
    	[21] 0	0	0xd80803c0 - 0xd80803df (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): Option "ConnectedMonitor" "CRT"
    (**) NVIDIA(0): Option "RenderAccel" "true"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (**) NVIDIA(0): ConnectedMonitor string: "CRT"
    (II) NVIDIA(0): NVIDIA GPU GeForce4 MX 440 at PCI:1:0:0
    (--) NVIDIA(0): VideoRAM: 65536 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.17.00.63.42
    (II) NVIDIA(0): Detected AGP rate: 4X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 at PCI:1:0:0:
    (--) NVIDIA(0):     Samsung S/M 753DF (CRT-0)
    (--) NVIDIA(0): Samsung S/M 753DF (CRT-0): 350.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0):     "1280x1024"
    (II) NVIDIA(0):     "1024x768"
    (II) NVIDIA(0):     "832x624"
    (II) NVIDIA(0):     "800x600"
    (II) NVIDIA(0):     "720x400"
    (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	0xd8000000 - 0xd807ffff (0x80000) MX[B]
    	[1] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
    	[2] 0	0	0xe4000000 - 0xe4ffffff (0x1000000) MX[B]
    	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
    	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
    	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
    	[7] -1	0	0xe6001000 - 0xe60010ff (0x100) MX[B]
    	[8] -1	0	0xe6000000 - 0xe60000ff (0x100) MX[B]
    	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
    	[10] -1	0	0xd8000000 - 0xd807ffff (0x80000) MX[B](B)
    	[11] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
    	[12] -1	0	0xe4000000 - 0xe4ffffff (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	0x0000e000 - 0x0000e0ff (0x100) IX[B]
    	[19] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
    	[20] -1	0	0x0000d800 - 0x0000d81f (0x20) IX[B]
    	[21] -1	0	0x0000d400 - 0x0000d41f (0x20) IX[B]
    	[22] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
    	[23] 0	0	0xd80803b0 - 0xd80803bb (0xc) IS[B]
    	[24] 0	0	0xd80803c0 - 0xd80803df (0x20) IS[B]
    (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
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (II) Setting vga for screen 0.
    (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 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
    error opening security policy file /etc/X11/xserver/SecurityPolicy
    (**) Option "CoreKeyboard"
    (**) Generic Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Generic Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Generic Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Generic Keyboard: XkbModel: "pc104"
    (**) Option "XkbLayout" "us"
    (**) Generic Keyboard: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Generic Keyboard: CustomKeycodes disabled
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Configured Mouse: Device: "/dev/input/mice"
    (**) Configured Mouse: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) Configured Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons" "true"
    (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
    (**) Configured Mouse: Buttons: 9
    (**) Option "SendCoreEvents"
    (**) stylus: always reports core events
    (**) stylus device is /dev/wacom
    (**) stylus is in absolute mode
    (**) stylus: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "BaudRate" "9600"
    (**) stylus: serial speed 9600
    (**) Option "SendCoreEvents"
    (**) cursor: always reports core events
    (**) cursor device is /dev/wacom
    (**) cursor is in relative mode
    (**) cursor: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "BaudRate" "9600"
    (**) cursor: serial speed 9600
    (**) Option "SendCoreEvents"
    (**) eraser: always reports core events
    (**) eraser device is /dev/wacom
    (**) eraser is in absolute mode
    (**) eraser: forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) Option "BaudRate" "9600"
    (**) eraser: serial speed 9600
    (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
    (II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
    (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (**) Option "Device" "/dev/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
    	No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
    	No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (**) Option "Device" "/dev/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
    	No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
    	No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (**) Option "Device" "/dev/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
    	No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (EE) xf86OpenSerial: Cannot open device /dev/wacom
    	No such file or directory.
    Error opening /dev/wacom : No such file or directory
    (II) Configured Mouse: ps2EnableDataReporting: succeeded
    seems that screen 1, NVIDIA(1), never got setup...

    cheers,

    Al
    Last edited by yakyu; August 1st, 2006 at 07:54 AM.

  7. #257
    Join Date
    Dec 2005
    Location
    California USA
    Beans
    43
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    hello and thanks for the howto. Seems to all be there, but im a little afraid to try it...i have XGL and Compiz installed. Does this work with XGL? If not, i have my XGL set to manually turn on and off, so does having XGL installed effect this? Thanks

    -anthony

  8. #258
    Join Date
    Jul 2006
    Location
    Minneapolis USA
    Beans
    15
    Distro
    Kubuntu 6.06

    Lightbulb Re: HOWTO: NVIDIA TV-OUT for Newbies

    IT WORKS

    After reading through the forums trying to get my Nvidia GeForce 5200 to clone my monitor with the TV-Out (TwinView?) i decided to cheat a little. The new SimplyMEPIS 6 is based on Ubuntu and I have had a lot of luck with its Nvidia setups the past. MEPIS has a great Control Center; unfortunately I do not think that it is GPL. So, I installed MEPIS and used its XOrg.conf for Kubuntu.

    I first used Automatix to install a recent Nvidia driver, and I had MEPIS do the same (via the MEPIS Control Center, which is now integrated into the overall KDE system settings).

    This is my original XOrg.conf for Kubuntu (I removed only the intro comments so as to make it as easy to compare as possible):

    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     "E151FP"
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "NVIDIA Corporation NV34 [GeForce FX 5200]"
        Driver         "nvidia"
    EndSection
    
    Section "Screen"
        Identifier     "Default Screen"
        Device         "NVIDIA Corporation NV34 [GeForce FX 5200]"
        Monitor        "E151FP"
        DefaultDepth    24
        SubSection     "Display"
            Depth       1
            Modes      "1024x768" "832x624" "800x600" "720x400" "640x819" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       4
            Modes      "1024x768" "832x624" "800x600" "720x400" "640x819" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       8
            Modes      "1024x768" "832x624" "800x600" "720x400" "640x819" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       15
            Modes      "1024x768" "832x624" "800x600" "720x400" "640x819" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       16
            Modes      "1024x768" "832x624" "800x600" "720x400" "640x819" "640x480"
        EndSubSection
        SubSection     "Display"
            Depth       24
            Modes      "1024x768" "832x624" "800x600" "720x400" "640x819" "640x480"
        EndSubSection
    EndSection
    And this is my new, Cloned TV-Out using an S-Video cable and NTCS in North America. DO NOT USE this file exactly as this is, but it may give you great help:

    Code:
    Section "ServerLayout"
      Identifier "XFree86 Configured"
      Screen 0 "Screen0" 0 0
     #Screen 0 "ATIScreen" 0 0
      InputDevice "Keyboard0" "CoreKeyboard"
      InputDevice "PS/2 Mouse" "CorePointer"
     #InputDevice "USB Mouse" "CorePointer"
     #InputDevice "Touchpad" "CorePointer"
     #InputDevice "Stylus" "CorePointer"
     #InputDevice "Eraser" "CorePointer"
     #InputDevice "Cursor" "CorePointer"
     #InputDevice "Serial Mouse" "CorePointer"
    EndSection
    
    Section "ServerFlags"
      Option "AllowMouseOpenFail" "true"
    EndSection
    
    Section "Files"
    # Xorg 7.0 font paths
        FontPath 	"/usr/share/X11/fonts/misc:unscaled"
        FontPath 	"/usr/share/X11/fonts/cyrillic"
        FontPath 	"/usr/share/X11/fonts/Type1"
        FontPath 	"/usr/share/X11/fonts/util"
    
    # Legacy font paths
        FontPath 	"/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath 	"/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"
        FontPath 	"/usr/X11R6/lib/X11/fonts/util"
    
    # Other font paths
        FontPath 	"/usr/share/fonts/truetype/ttf-lucida"
        FontPath 	"/usr/share/fonts/truetype/arphic"
        FontPath 	"/usr/share/fonts/truetype/freefont"
        FontPath 	"/usr/share/fonts/truetype/kochi"
        FontPath 	"/usr/share/fonts/truetype/latex-xft-fonts"
        FontPath 	"/usr/share/fonts/truetype/openoffice"
        FontPath 	"/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath 	"/usr/share/fonts/type1/gsfonts"
        FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    
    EndSection
    
    Section "Module"
      Load "GLcore"
      Load "bitmap"
      Load "dbe"
      Load "ddc"
      Load "dri"
      Load "extmod"
      Load "freetype"
      Load "glx"
      Load "int10"
      Load "record"
      Load "type1"
      Load "v4l"
      Load "vbe"
      Load "synaptics"
    EndSection
    
    Section "InputDevice"
      Identifier "Keyboard0"
      Driver "keyboard"
      Option "CoreKeyboard"
      Option "XkbModel" "pc105"
      Option "XkbLayout" "us"
      Option "XKbOptions" ""
    EndSection
    
    Section "InputDevice"
      Identifier "Serial Mouse"
      Driver "mouse"
      Option  "Protocol" "Microsoft"
      Option  "Device" "/dev/ttyS0"
      Option  "Emulate3Buttons" "false"
      Option  "Emulate3Timeout" "70"
    EndSection
    
    Section "InputDevice"
     Identifier "Touchpad"
     Driver "synaptics"
     Option "Device" "/dev/psaux"
     Option "Protocol" "auto-dev"
     Option "LeftEdge" "1700"
     Option "RightEdge" "5300"
     Option "TopEdge" "1700"
     Option "BottomEdge" "4200"
     Option "FingerLow" "25"
     Option "FingerHigh" "30"
     Option "MaxTapTime" "180"
     Option "MaxTapMove" "220"
     Option "VertScrollDelta" "100"
     Option "MinSpeed" "0.06"
     Option "MaxSpeed" "0.12"
     Option "AccelFactor" "0.0010"
     Option "SHMConfig" "on"
     Option "Repeater" "/dev/input/mice"
    EndSection
    
    Section "InputDevice"
      Identifier "PS/2 Mouse"
      Driver "mouse"
      Option "Protocol" "auto"
      Option "Device" "/dev/psaux"
      Option "Emulate3Buttons" "false"
      Option "Emulate3Timeout" "70"
      Option "ZAxisMapping" "4 5"
      Option "Buttons" "5"
    EndSection
    
    Section "InputDevice"
      Identifier "USB Mouse"
      Driver "mouse"
      Option "Device" "/dev/input/mice"
      Option "Protocol" "ExplorerPS/2"
      Option "ZAxisMapping" "4 5"
      Option "Buttons" "5"
    EndSection
    
    Section "InputDevice"
      Identifier "Stylus"
      Driver "wacom"
      Option "Mode" "Absolute"
      Option "Type" "stylus"
      Option "Device" "/dev/input/wacom"
    Endsection
    
    # Settings for wacom eraser
    Section "InputDevice"
      Identifier "Eraser"
      Driver "wacom"
      Option "Mode" "Absolute"
      Option "Type" "eraser"
      Option "Device" "/dev/input/wacom"
    Endsection
    # Settings for wacom cursor (mouse)
    Section "InputDevice"
      Identifier "Cursor"
      Driver "wacom"
      Option "Mode" "Absolute"
      Option "Type" "cursor"
      Option "Device" "/dev/input/wacom"
    Endsection
    
    Section "Monitor"
      Identifier "Monitor0"
      VendorName "unknown"
      ModelName "unknown"
     #Option "DPMS" "true"
      HorizSync    30.0 - 75.0 # Warning: This may fry old Monitors
      VertRefresh  50.0 - 70.0 # Very conservative. May flicker.
      Modeline "640x480"     25.175 640  664  760  800   480  491  493  525 #60Hz
      Modeline "800x600"     40.12  800  848  968 1056   600  601  605  628 #60Hz
      Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync -vsync
      Modeline "1024x768"    85    1024 1056 1152 1360   768  784  787  823
      ModeLine "1152x864"    65    1152 1168 1384 1480   864  865  875  985 Interlace
      Modeline "1152x864"    92    1152 1208 1368 1474   864  865  875  895
      Modeline "1152x864"   110    1152 1240 1324 1552   864  864  876  908
      Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908
      Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
      Modeline "1280x768"    80.14 1280 1344 1480 1680   768  769  772  795
      ModeLine "1280x800"    80.58 1280 1344 1480 1680   800  801  804  827 -HSync -VSync
      Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace
      Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
      Modeline "1280x1024"  126.5  1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
      Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064
      Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
      Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
      Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync
      Modeline "1440x900"   106.47 1440 1520 1672 1904   900  901  904  932 +HSync +VSync
      Modeline "1400x1050"  129    1400 1464 1656 1960  1050 1051 1054 1100 +HSync +VSync
      Modeline "1600x1200"  162    1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
      Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
      Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
      Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
      Modeline "1680x1050"  147.14 1680 1784 1968 2256  1050 1051 1054 1087
      ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
      ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
      Modeline "1920x1200"  230    1920 1936 2096 2528  1200 1201 1204 1250 +HSync +VSync
    EndSection
    
    Section "Monitor"
      Identifier  "ATIMonitor"
      VendorName "unknown"
      ModelName "unknown"
     #Option "DPMS" "true"
      HorizSync    30.0 - 75.0 # Warning: This may fry old Monitors
      VertRefresh  50.0 - 70.0 # Very conservative. May flicker.
    EndSection
    
    Section "Device"
      Identifier  "Card0"
      Driver "nvidia"
      BoardName "unknown"
    
     #BusID  "PCI:1:0:0"
     #Option "sw_cursor" # needed for some ati cards
     #Option "hw_cursor"
     #Option "NoAccel"
     #Option "ShowCache"
     #Option "ShadowFB"
     #Option "UseFBDev"
     #Option "Rotate"
      Option "UseInternalAGPGART" "no"
    
    # savage special options, use with care
     #Option "NoUseBios"
     #Option "BusType" "PCI"
      Option "DmaMode" "None"
    
    # nvidia special options, use with care
      Option "CursorShadow" "1"
      Option "CursorShadowAlpha" "63"
      Option "CursorShadowYOffset" "2"
      Option "CursorShadowXOffset" "4"
      Option "FlatPanelProperties" "Scaling = native"
      Option "NoLogo" "false"
      Option "IgnoreEdid" "true" # needs to be true for some nvidia cards
    EndSection
    
    Section "Screen"
      Identifier "Screen0"
      Device "Card0"
      Monitor "Monitor0"
      DefaultColorDepth 16
      
      SubSection "Display"
      Depth 8
      Modes "1024x768"
      EndSubSection
      SubSection "Display"
      Depth 15
      Modes "1024x768"
      EndSubSection
      SubSection "Display"
      Depth 16
      Modes "1024x768"
      EndSubSection
      SubSection "Display"
      Depth 24
      Modes "1024x768"
      EndSubSection
      SubSection "Display"
      Depth 32
      Modes "1024x768"
      EndSubSection
      
      # Only the official NVIDIA driver supports twinview
      # these setting are an example
      Option "TwinView" "true"
      Option "SecondMonitorVendorName" "unknown"
      Option "SecondMonitorModelName" "unknown"
      Option "SecondMonitorHorizSync" "30-75"
      Option "SecondMonitorVertRefresh" "50-70"
      Option "MetaModes" "1024x768, 1024x768"
      Option "TwinViewOrientation" "Clone"
      Option "ConnectedMonitor" "dfp,dfp"
    EndSection
    
    Section "Screen"
      Identifier "ATIScreen"
      Device "Card0"
      Monitor "ATIMonitor"
      DefaultColorDepth 24
      
      SubSection "Display"
      Depth 24
      Modes "1024x768"
      EndSubSection
    EndSection
    
    Section "DRI"
      Mode 0666
    EndSection
    Is it right? I don't know. Does it work perfectly so far? Yes it does!

    Sorry for the extreme length of my post, but I was looking for someone's working, full XOrg.conf file. Since I now have one and someone else may be looking, here it is!

    Sweet, sweet music to my eyes

    mod187, I am curious how you got Automatix to clone the screen for you? I used Automatix to install my Nvidia driver and Adept to install some Nvidia tools (one of which, "nvidia-settings," should make this whole thing for for each of us, but the software is pretty useless), but none fixed this issue for me. mod187?

    Thank you to tselliot for the Guide that got each of us moving on this!
    Last edited by lefty.crupps; August 9th, 2006 at 06:57 AM. Reason: add a thank you

  9. #259
    Join Date
    Feb 2006
    Beans
    157
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    i followed the guide to the bone. when i rebooted ubuntu started normally, i logged in and everything was working properly. however my tv screen is blank, its completely grey, if i move the mouse to the top right corner i can see the "x" cursor moving on the tv. only i have no picture, everything is grey though i can move the mouse around.

    here's my xorg file. i'd appreciated if someone helped me out as this probably the last thing i need to set-up on my new ubuntu 6.06 install.

    i use a s-video cabel, nvidia 6600gt.
    Attached Files Attached Files
    Last edited by Vlatko; August 11th, 2006 at 06:48 AM.
    "Hope is a dangerous thing. It can drive a man insane."

  10. #260
    Join Date
    Feb 2006
    Beans
    157
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: NVIDIA TV-OUT for Newbies

    anyone have any idea? i really gotta solve this..
    "Hope is a dangerous thing. It can drive a man insane."

Page 26 of 38 FirstFirst ... 16242526272836 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •