Archived

This topic is now archived and is closed to further replies.

ubuntu 7.10 Nvidia TV-OUT

Recommended Posts

The_Observer    293

ok i have 7.10Ubunut working really great, apart from my tv-out, this is the only thing thats is stoping me from stayin with linux and movin back to windows, i have read around to try and work this out, here is my xorg.conf file

---------------------

# xorg.conf (xorg X Window System server configuration file)

#

# This file was generated by dexconf, the Debian X Configuration tool, using

# values from the debconf database.

#

# Edit this file with caution, and see the xorg.conf manual page.

# (Type "man xorg.conf" at the shell prompt.)

#

# This file is automatically updated on xserver-xorg package upgrades *only*

# if it has not been modified since the last upgrade of the xserver-xorg

# package.

#

# If you have edited this file but would like it to be automatically updated

# again, run the following command:

# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"

EndSection

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "pc105"

Option "XkbLayout" "us"

EndSection

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

Section "InputDevice"

Driver "wacom"

Identifier "stylus"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

Section "InputDevice"

Driver "wacom"

Identifier "eraser"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

Section "InputDevice"

Driver "wacom"

Identifier "cursor"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

Section "Device"

Identifier "Device[0]"

Driver "nvidia"

Busid "PCI:1:0:0"

Option "AddARGBVisuals" "True"

Option "AddARGBGLXVisuals" "True"

Option "NoLogo" "True"

EndSection

Section "Device"

Driver "nvidia"

Identifier "Device[1]"

Screen 1

Option "TVOutFormat" "Composite" #or SVIDEO etc

Option "TVStandard" "PAL-B" #or NTSC etc

Option "ConnectedMonitor" "Monitor[1]"

BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci

EndSection

Section "Monitor"

Identifier "Monitor[0]" #Primary display

Option "DPMS"

HorizSync 30-90

VertRefresh 50-60

EndSection

Section "Monitor"

Identifier "Monitor[1]" #TV

HorizSync 30-50

VertRefresh 60

EndSection

Section "Screen"

Identifier "Screen[0]"

Device "Device[0]"

Monitor "Monitor[0]"

Defaultdepth 24

SubSection "Display"

Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"

EndSubSection

EndSection

Section "Screen"

Device "Device[1]"

Identifier "Screen[1]"

Monitor "Monitor[1]"

DefaultDepth 24

SubSection "Display"

Depth 24

Modes "800x600_50"

EndSubSection

EndSection

/!\

Section "ServerLayout"

Identifier "Default Layout"

Screen 0 "Screen[0]"

Screen 1 "Screen[1]" LeftOf "Screen[0]"

Inputdevice "Generic Keyboard"

Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

EndSection

Section "Module"

Load "glx"

EndSection

-----------------------------

now from i know this should work. but it is not,.... so is there something im missing, or is there a program that can do all this for me? thanks

Share this post


Link to post
Share on other sites

  • Recently Browsing   0 members

    No registered users viewing this page.