View Full Version : HOWTO: NVIDIA TV-OUT for Newbies
mod187
July 26th, 2006, 03:23 PM
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...
MilesTEG1
July 26th, 2006, 03:41 PM
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 ?
MilesTEG1
July 27th, 2006, 08:19 AM
Hello,
In doing a little modification of my xorg.conf to make this command functionnal :
mplayer -xineramascreen 1 -fs ton_film.avi
The little modification I do is to add :
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 :
# /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.
MTZeon
July 27th, 2006, 11:22 AM
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_40/1.0-2880/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 :P
MilesTEG1
July 27th, 2006, 11:27 AM
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...
yakyu
July 31st, 2006, 09:14 AM
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
# /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
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
tpnerdcore
July 31st, 2006, 09:34 PM
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
lefty.crupps
August 9th, 2006, 01:46 AM
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):
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:
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 :shock:
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!
Vlatko
August 10th, 2006, 03:18 PM
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.
Vlatko
August 11th, 2006, 04:43 AM
anyone have any idea? i really gotta solve this..
Vlatko
August 11th, 2006, 10:46 AM
i don't know if this helps but i can see the nVidia logo perfectly fine, then when the log on screen comes the tv goes grey.
naszi
August 13th, 2006, 09:31 AM
Hi,
so after a couple of days i got my nvidia-card running on my toshiba notebook. Unfortunately tv-out is still not operating, i hope somebody can help me with that. After boot and loging in i have only black screen on the tv. Here is my xorg.conf:
christooss
August 19th, 2006, 04:59 PM
Hello
Its working. Thanks for the howto. But..
Its not working perfectly. I have a little problem There is a two cm(one inch) black area around picture. How could I fix that?
christooss
August 19th, 2006, 05:01 PM
Vlatko try this.
Set auto login. and than remove monitor cable and boot with TV only. It fixed my setting.
And did you try seting a tv to different input?
ManfredU
August 20th, 2006, 07:34 PM
I just discovered that I need to use Option "UseDisplayDevice" "TV" instead of Option "ConnectedMonitor" "TV" to select TV-0 instead of CRT-1. It looks like the newer drivers ignore the ConnectedMonitor option and use UseDisplayDevice instead.
BitTorrentBuddha
August 21st, 2006, 02:09 PM
Is there a way to make it an exact clone of what I see on the monitor?
Vlatko
August 22nd, 2006, 02:14 PM
Vlatko try this.
Set auto login. and than remove monitor cable and boot with TV only. It fixed my setting.
And did you try seting a tv to different input?
thnx for the tip. well i tried what you said and ubuntu booted and i had tv out, only it was black and white. i also have that same 2cm black bar on the right side of the screen.
anyway tv out works but if i boot with both monitor and tv, the tv doesn't work anymore. this is really frustrating.
And did you try seting a tv to different input?
not sure what you mean with this?
mrashley
August 24th, 2006, 06:39 PM
First off, I want to say thank you to tseliot for doing this particular HOWTO. It's kind of you to put in your time like this.
Now for anyone still watching this thread, I'm having trouble with my FX5200.
This is my Xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006
# /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 "ServerLayout"
Identifier "Simple Layout"
Screen "Screen[0]"
Screen "Screen[1]" RightOf "Screen[0]"
InputDevice "Generic Keyboard" "CorePointer"
InputDevice "Configured Mouse" "CoreKeyboard"
# 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 "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
# Load "v4l"
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 "Monitor[0]"
HorizSync 28.0 - 75.0
VertRefresh 43.0 - 172.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
screen 0
# Option "TVStandard" "PAL" #(or PAL, NTSC-J, etc.)
# Option "TVOutFormat" "SVIDEO"
# Option "TVOverScan" "0.5"
# Option "RenderAccel" "1"
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "SVIDEO" #or SVIDEO etc
Option "TVStandard" "NTSC-M" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
# BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Screen"
# SubSection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
# EndSubSection
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768_60"
EndSubSection
EndSection
The last 100 lines of my Xorg.0.log file.
[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 0xdd000000 - 0xdd000fff (0x1000) MX[B]
[7] -1 0 0xdd800000 - 0xdd87ffff (0x80000) MX[B]
[8] -1 0 0xde000000 - 0xde0003ff (0x400) MX[B]
[9] -1 0 0xde800000 - 0xde800fff (0x1000) MX[B]
[10] -1 0 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[11] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[12] -1 0 0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
[13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[14] -1 0 0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
[15] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[16] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
[17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
[23] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
[24] -1 0 0x0000e100 - 0x0000e1ff (0x100) IX[B]
[25] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[26] -1 0 0x00005100 - 0x0000511f (0x20) IX[B]
[27] -1 0 0x00005500 - 0x0000550f (0x10) IX[B]
[28] -1 0 0x00005000 - 0x0000500f (0x10) IX[B]
[29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(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) 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
(**) Option "CorePointer"
(**) Generic Keyboard: Core Pointer
(**) 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
(WW) Generic Keyboard: does not have core pointer capabilities
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer" "False"
(**) Option "CoreKeyboard" "False"
(**) 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
(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)
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x86) [0x80b4ab6]
1: [0xffffe420]
2: /usr/bin/X(CreateConnectionBlock+0x4a) [0x806d7d2]
3: /usr/bin/X(main+0x5cf) [0x806e22b]
4: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xd2) [0xb7d0aea2]
5: /usr/bin/X(FontFileCompleteXLFD+0x85) [0x806d641]
Fatal server error:
Caught signal 11. Server aborting
When I
start -- -verbose 5 -logverbose 5
My TV flickers. My monitor briefly shows a themeless X windows backdrop complete with "X" mouse cursor.
My TV is left with half a screen of what looks like grey wool stitching.
Any ideas? Anyone? Please?
christooss
August 25th, 2006, 04:07 AM
Why do you have so much commented options?
# Load "v4l" and others use my xorg.conf
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 "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" "si"
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 "Monitor"
Identifier "Monitor[0]" #CRT
Option "DPMS"
HorizSync 31.5-80
VertRefresh 56.3-75
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "Composite"
Option "TVStandard" "PAL-G"
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
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 "1024x768_60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
yakyu
August 26th, 2006, 02:15 PM
hi all,
finally got the setup to work the way i wanted!!! i.e. dual monitor spanning from left (monitor) to right (tv) so that i can play some tv program on the right for my wife and still work on the left.
here's the xorg.conf for your interest:
note: i had to manual install 1.0-8774. the one came with ubuntu won't work.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006
# /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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen[0]" 0 0
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# FontPath "/usr/share/X11/fonts/cyrillic"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
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 "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 "Monitor"
Identifier "Monitor[0]"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor[1]"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device[1]"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Option "RenderAccel" "true"
# Option "ConnectedMonitor" "CRT"
Option "UseDisplayDevice" "CRT"
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
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "NTSC-M"
# Option "ConnectedMonitor" "TV"
Option "UseDisplayDevice" "TV"
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection
enjoy!
al
Grog140
August 31st, 2006, 04:16 PM
Sorry if it was explained before, I simply do not have time to read 27 pages, lol!
This guide worked perfect for gnome without XGL/Compiz on.
With XGL/Compiz I can move my curser to the other screen but it is just a black screen with my curser as an X.
Could anyone point me in the right direction?
daller
September 2nd, 2006, 03:02 PM
I've created a wiki-page based on THIS thread:
https://help.ubuntu.com/community/NvidiaTVOutNewbieEdition
daller
September 2nd, 2006, 04:40 PM
I have a little problem, though...
I have my TV connected to my laptop.
Everything works as it should, but the TV blanks when I close the lid!
...It would be nice to be able to watch TV without the light from the laptop.
Another problem:
Kicker (the taskbar) shows on the TV, whenever I browse around in Konqueror... Why??
luciferblack
September 2nd, 2006, 05:28 PM
Worked great for me!
I have a PCI-E GeForce 6600 running on Dapper 6.06 with Nvidia 8762 driver.
I ran a standard RCA type cable to my tv (since it's older and has no S-Video input) from the Nvidia adapter which is plugged into the S-Video output on my card and it works fine. :)
I selected Composite for video type on the TV (since it has no S-Video input).
Thanks for the easy to follow guide!
naszi
September 2nd, 2006, 06:12 PM
Hi!
I followed the guide but could not get my tv-out to work.
I tried a lot of things, nothing worked. All i could figure out was that when i set BusID in the 2nd device-section, X crashes, it first tries 3 modes to set my display on the computer but result is always that upper half of screen is full white, lower half black. Thats all, nothing on the tv.
Any ideas what i should do?
i attach my config and the log.
daller
September 2nd, 2006, 07:06 PM
I have a black border, 5cm thick all around the picture on the TV...
How do I correct this?
ridermiller
September 4th, 2006, 09:15 AM
Hey all.
I followed the initial post step by step. Rebooted my machine and it won't load the X Server.
I did do sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
So, I was wondering, since I can only use the terminal when Ubuntu boots up, how can I replace the .conf with the backup?
I'm a complete newbie, by the way. :(
Thanks for the help.
naszi
September 4th, 2006, 12:43 PM
Hi,
It should work to copy back, if you change source to destination and vice versa, like:
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
cp stands for "copy" then "from" and "to"
sudo is a tool to run commands even if You are not "root" user but do know the "root" password...but You already have experience with that...
Check Your log file Xorg.0.log in /var/log/, maybe it helps (Do this before You copy things back, and run X, because then it overwrites it)
Bye!
Hey all.
I followed the initial post step by step. Rebooted my machine and it won't load the X Server.
I did do sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
So, I was wondering, since I can only use the terminal when Ubuntu boots up, how can I replace the .conf with the backup?
I'm a complete newbie, by the way. :(
Thanks for the help.
ridermiller
September 4th, 2006, 09:50 PM
Hi,
It should work to copy back, if you change source to destination and vice versa, like:
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
Thank you SO much! :mrgreen:
I think I'll step back from s-video for a sec...heh
TSP
September 5th, 2006, 03:59 PM
For those who have problems try coment out this line, something like this
# Option "TVOutFormat" "Composite"
Reboot and try. this work for me, i made many test (twinview, tv-out, etc) and no matters what i putt there (composite, SVIDEO) the tv wont work.
PS:Please add this option in the guide, it would be great for many users ;)
BTW thanks for this :D
tseliot
September 9th, 2006, 04:35 AM
I have a little problem, though...
I have my TV connected to my laptop.
Everything works as it should, but the TV blanks when I close the lid!
...It would be nice to be able to watch TV without the light from the laptop.
Another problem:
Kicker (the taskbar) shows on the TV, whenever I browse around in Konqueror... Why??
Try commenting out DPMS in your xorg.conf.
Save the file, log out, press CTRL+ALT+Backspace and log in
tseliot
September 9th, 2006, 04:36 AM
For those who have problems try coment out this line, something like this
# Option "TVOutFormat" "Composite"
Reboot and try. this work for me, i made many test (twinview, tv-out, etc) and no matters what i putt there (composite, SVIDEO) the tv wont work.
PS:Please add this option in the guide, it would be great for many users ;)
BTW thanks for this :D
If you look carefully you will see that that option is already there
daller
September 9th, 2006, 08:05 AM
Try commenting out DPMS in your xorg.conf.
Save the file, log out, press CTRL+ALT+Backspace and log in
It didn't help! (Commenting out DPMS! and restarting X)
I also have a problem with a border all around the picture on the TV... About 3 cm wide.
Here's my xorg.conf: www.dallerweb.dk/ubuntu/xorg.conf
tseliot
September 9th, 2006, 08:59 AM
I also have a problem with a border all around the picture on the TV... About 3 cm wide.
Here's my xorg.conf: www.dallerweb.dk/ubuntu/xorg.conf
That might depend on the resolution and refresh rate
jazzgossen
September 14th, 2006, 12:38 PM
I followed these instructions, and it works great!
One thing though: I can't set the resolution of the TV to anything but 1024x768, but I'd rather have 800x600.
The sections that have to do with the TV are posted below. The only mode I've specified for the TV is "800x600_60", but still it only uses 1024x768 at 60 Hz.
Any ideas why?
Section "Monitor"
#Identifier "TV"
Identifier "Monitor[1]"
HorizSync 30-50 #100?
VertRefresh 60 #100?
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "S-VIDEO" #or S-VIDEO etc
Option "TVStandard" "PAL-B" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:2:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600_60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" LeftOf "Screen[0]"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
daller
September 14th, 2006, 01:17 PM
That might depend on the resolution and refresh rate
Which resolutions and refresh-rates should I try?
I've tried 1024x768_60
I've tried 1024x768_50
I've tried 800x600_60
I've tried 800x600_50
It's kind of old... about 10 years, I think!
The brand is "Telefunken" (a german brand) if that tells you anything...
gustavp
September 14th, 2006, 01:23 PM
Hi, finally got my dualscreen to work with my tv, but now everything opens on my second screen (tv). But the taskbar is on my first screen.
How can I edit this?
xorg.conf:
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 7600GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TwinView" "true"
Option "TwinViewOrientation" "RightOf"
Option "ConnectedMonitor" "crt,TV"
Option "TVOutFormat" "S-VIDEO"
Option "TVStandard" "PAL"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024, 800x600; 1027x768, 800x600; 1280x1024, NULL; 1024x768, NULL"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 7600GT]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
And I think my normal screen is also on a refresh rate of 50;
screen resolution says: 2080x1024, refresh rate: 50.
Can I tune these seperatly?
Tnx!
daller
September 14th, 2006, 04:28 PM
Can I tune these seperatly?
Tnx!
I would give up on twinview, and setup 2 independant x-sessions.
See this:
https://help.ubuntu.com/community/NvidiaTVOutNewbieEdition
ZlotZ
September 16th, 2006, 12:54 AM
I'm using Kubuntu 6.06 Dapper, and the tutorial worked just the way it should for me =D
But there are 3 things annoying me, and I think it's possible to solve them... Here they are:
- Every time the mouse touched the right side of Screen 0, it would go to the Screen 1... This was very annoying ! I couldn't live with it. So I removed the 'RightOf "Screen[0]"' part. Now the Screen[1] displays just fine, but the cursor never goes out of Screen[0] when I touch the borders. This is just what I wanted ! Now I just need to know a way to pass the cursor to Screen[1]. Is there any command that does this trick ? I'm planning on setting the command to one of my multimedia keys on my keyboard, so it'll be fairly easy to switch between the screens.
- Speaking of Keyboard multimedia keys... I had configured them with xmodmap, and they work perfectly without the dual screen. With the dual screen, their commands are not executed. Not even "Print Screen", wich used to launch KSnapShot by default. Keys are recognized, but KDE doesn't run their commands. What could be the solution to this ?
- I start a movie on gmplayer on Screen[1], and I switch it to full screen. Fine, but when I go back to Screen[0] and give focus to another application, the kicker bar on Screen[1] and the mplayer control panel are displayed above the movie being played ! Any suggestions to solve this one ?
Thanks for the help !
daller
September 16th, 2006, 10:14 AM
I'm using Kubuntu 6.06 Dapper, and the tutorial worked just the way it should for me =D
But there are 3 things annoying me, and I think it's possible to solve them... Here they are:
- Every time the mouse touched the right side of Screen 0, it would go to the Screen 1... This was very annoying ! I couldn't live with it. So I removed the 'RightOf "Screen[0]"' part. Now the Screen[1] displays just fine, but the cursor never goes out of Screen[0] when I touch the borders. This is just what I wanted ! Now I just need to know a way to pass the cursor to Screen[1]. Is there any command that does this trick ? I'm planning on setting the command to one of my multimedia keys on my keyboard, so it'll be fairly easy to switch between the screens.
- Speaking of Keyboard multimedia keys... I had configured them with xmodmap, and they work perfectly without the dual screen. With the dual screen, their commands are not executed. Not even "Print Screen", wich used to launch KSnapShot by default. Keys are recognized, but KDE doesn't run their commands. What could be the solution to this ?
- I start a movie on gmplayer on Screen[1], and I switch it to full screen. Fine, but when I go back to Screen[0] and give focus to another application, the kicker bar on Screen[1] and the mplayer control panel are displayed above the movie being played ! Any suggestions to solve this one ?
Thanks for the help !
1. - Thanks, that's just what I'm going to do, also!
2. Use KeyTouch! - Very easy to use! https://help.ubuntu.com/community/KeyTouch
3. I also have that problem! (tried to kill kicker in that session - but didn't persist!)
tseliot
September 16th, 2006, 04:27 PM
Which resolutions and refresh-rates should I try?
I've tried 1024x768_60
I've tried 1024x768_50
I've tried 800x600_60
I've tried 800x600_50
It's kind of old... about 10 years, I think!
The brand is "Telefunken" (a german brand) if that tells you anything...
Try both 1024x768_50 and 800x600_50
daller
September 16th, 2006, 05:12 PM
Try both 1024x768_50 and 800x600_50
Try them both? - How?
1024x768_50;800x600_50 ???
I've already tried the 4 posted resolutions/refresh-rates, but haven't combined them, if that's what you mean!
tseliot
September 16th, 2006, 05:46 PM
Try them both? - How?
1024x768_50;800x600_50 ???
I've already tried the 4 posted resolutions/refresh-rates, but haven't combined them, if that's what you mean!
I mean: try one and then if that doesn't work try the other.
Use a 50hz refresh rate
naszi
September 17th, 2006, 06:18 AM
Hi,
X crashes when i follow this guide, seems to have a problem with the tv-0 maximum pixel clock.
thanks,
András
jaccki
September 17th, 2006, 06:51 PM
hi, really great work with this how-to. It works fine for me, but I have one annoying problem with keyboard. For example: when i press alt-f2(mouse focused on monitor) the "run program" window will appear on monitor, when i prees this one more time(after i run program or pressed esc) it will appear on tv, another hit and window appears back on monitor....and so on. Another example: when i use krusader(on crt) and press f7 to create a folder(then enter) the folder is created but focus goes to tv's desktop from krusader and i have to click back on krusader's window to continue working with it.
Those things don't happen when i use my original,unchanged xorg.conf. Please tell me if you have the same, because i've been looking for solution and didn't find any. And if you have any idea of how to fix this i would be very greatfull.
ps. sorry about my english ;)
---
Debian (etch)
KDE 3.54
NVIDIA FX5200 (SVIDEO)
kcleong
September 18th, 2006, 02:26 PM
As Daller mentioned I'm also getting a small border in my Philips 25" CRT TV, the tv-out guide works perfect. I think the problem is the HorizSync rate (maybe also the VertRefresh?), these value(s) must be fine-tuned to get a full screen.
My values from the guide:
HorizSync 30-50
VertRefresh 60
I would like to experiment with these rates, but I don't want to damage my tv ,is that possible? What are the optimal rates or which should I try, for a full screen on my CRT TV?
r8dhex
September 20th, 2006, 11:33 PM
For those people having problems with TV-OUT using this method (2 screens; not twinview):
If you're using the newer nvidia drivers, the ConnectedMonitor option has changed.
Section "Device"
#DVI Connection
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "DFP,TV"
Option "UseDisplayDevice" "DFP"
Screen 0
EndSection
Section "Device"
#TV Connection
Identifier "Device[1]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "SVIDEO"
Option "ConnectedMonitor" "DFP,TV"
Option "UseDisplayDevice" "TV"
Screen 1
EndSection
The changes are marked in bold. For ConnectedMonitor, you have to list the devices that are plugged in, valid values are DFP,CRT,TV. Then UseDisplayDevice would specify which of the displays the device should use.
I managed to get this working on the latest nvidia drivers in the repository (1.0.8762).
christooss
September 21st, 2006, 06:56 AM
What does dfp stands for?
r8dhex
September 21st, 2006, 11:25 PM
DFP - Digital Flat Panel, corresponds to the DVI connection on your card
TV - Tele-Vision - this is where your TV plugs in
CRT - Cathode Ray Tube, if you use the traditional VGA connector
Rga1Rules
September 22nd, 2006, 03:16 AM
Hi, So I've been trying to get this to work for a couple days, X just crashes saying no screen found... i was wondering if anyone could take a look at my xorg.conf file and tell me whats wrong with it?
Thanks
Grant
tseliot
September 22nd, 2006, 04:13 AM
Hi, So I've been trying to get this to work for a couple days, X just crashes saying no screen found... i was wondering if anyone could take a look at my xorg.conf file and tell me whats wrong with it?
Thanks
Grant
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "ConnectedMonitor" "CRT"
Option "UseDisplayDevice" "CRT"
screen 0
EndSection
Section "Device"
Driver "nv"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "Composite" #or SVIDEO etc Option "TVStandard" "NTSC-M" #or NTSC etc
Option "ConnectedMonitor" "TV"
Option "UseDisplayDevice" "TV"
BusID "PCI:2:0:0"
EndSection
Device[1] should use the "nvidia" driver instead of "nv"
brent09
September 25th, 2006, 05:28 PM
Hi,
...I need help too.
I have an PCI-E EVGA 7600 GT KO with a Benq FP92G+ connected by DVI. I also have a Toshiba TV connected to my stereo reciever (Kenwood VR-707) which is then also connected by composite cable to a s-video to composite video signal adapter plugged into the video card. I am on an installation of 64bit Ubuntu (AMD Athlon 64 3200+), and I'm running Compiz.
Hopefully that doesn't throw too many unknowns into the mix.
I am getting no display to my TV whatsoever. After following the steps in the first post and getting no results I tried searching through this thread a bit to try a few suggestions, but have not read the thread in entirety. Nothing seemed to change my situation. As soon as the NVIDIA splash screen comes up, the TV goes blank.
my xorg.conf is attached.
Thanks in advance. ;)
brent09
September 27th, 2006, 09:31 PM
bump
No takers on this one???
Mguel
September 30th, 2006, 01:12 AM
Maybe a bit off topic...
Is there a way of having the functionality to have the tv-out disabled and shift from monitor to tv-out (activating it) similar to how the Func+F3/5 work on notebooks. I installed kubuntu recently on a notebook, and I noticed that the switch/toggle output display is really what I would prefer since I use TV-OUT only to watch movies, and I don't work on my PC when watching movies :P
Cheers
pt123
September 30th, 2006, 10:15 PM
I just discovered that I need to use Option "UseDisplayDevice" "TV" instead of Option "ConnectedMonitor" "TV" to select TV-0 instead of CRT-1. It looks like the newer drivers ignore the ConnectedMonitor option and use UseDisplayDevice instead.
I got the tvout by using this guide
https://help.ubuntu.com/community/NvidiaTVOut
Also for those people wanting to remove the black border around the TV, open Nvidia Settings in Applications > System Tools
Then under devices choose TV-0 and under TV OverScan increase it till the borders are gone.
tseliot
October 1st, 2006, 03:21 PM
Hi,
...I need help too.
I have an PCI-E EVGA 7600 GT KO with a Benq FP92G+ connected by DVI. I also have a Toshiba TV connected to my stereo reciever (Kenwood VR-707) which is then also connected by composite cable to a s-video to composite video signal adapter plugged into the video card. I am on an installation of 64bit Ubuntu (AMD Athlon 64 3200+), and I'm running Compiz.
Hopefully that doesn't throw too many unknowns into the mix.
I am getting no display to my TV whatsoever. After following the steps in the first post and getting no results I tried searching through this thread a bit to try a few suggestions, but have not read the thread in entirety. Nothing seemed to change my situation. As soon as the NVIDIA splash screen comes up, the TV goes blank.
my xorg.conf is attached.
Thanks in advance. ;)
Try this guide:
http://ubuntuforums.org/showthread.php?t=221174
daller
October 1st, 2006, 03:50 PM
What do you think about this guide:
https://help.ubuntu.com/community/NvidiaTVOutNewbieEditionExperimental
???
It really cuts the setup-time in half!
Anything that should be changed?
hackbarth
October 11th, 2006, 09:36 PM
Warning: this only worked for me after I changed
Screen 1 "Screen[1]" RightOf "Screen[0]"
for
Screen 1 "Screen[1]" rightof "Screen[0]"
raintheory
October 17th, 2006, 10:37 AM
Okay I'm running XGL/Beryl on my Toshiba Satellite P15 S420 (nVIDIA GeFORCE FXgo 5100), I've followed this and when I restart I can see the nVIDIA splash screen on boot, and after login I just have a gray screen on the TV. I can get the pointer over there but it's an X instead of an arrow, and I have no way to open anything on that screen... Any ideas?
Here is my xorg.conf:
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "SVIDEO" #or SVIDEO etc
Option "TVStandard" "NTSC" #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]"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-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"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768_60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Thanks
raintheory
October 17th, 2006, 01:01 PM
Just an update here... I got twinview working using this guide that was posted ( https://help.ubuntu.com/community/NvidiaTVOut ) and it works great.
However, the default resolution for my laptop is 1280x800, and setting the twinview up changes my laptops resolution to 1024x768 (in effect I lose a bunch of my desktop icons off of the right side of the screen).
](*,)
Any ideas?
raintheory
October 18th, 2006, 10:11 AM
Okay what I've done as a work-around is renamed the xorg.conf that makes TV-Out work (although changes my laptops res) to "xorg.conf-alternate", then created a small script that issues the following commands:
mv /etc/X11/xorg.conf-alternate /etc/X11/xorg.conf-current;
mv /etc/X11/xorg.conf /etc/X11/xorg.conf-alternate;
mv /etc/X11/xorg.conf-current /etc/X11/xorg.conf;
When I run this script it simply alternates between the two xorg.conf files. I have to restart x after running the script to enable tv-out (which makes the laptops res funny, as mentioned previously), and run it again to switch back...
Any idea what I can add to the script to have it automatically restart x rather than having to ctrl-alt-bksp?
tseliot
October 20th, 2006, 06:48 AM
Just an update here... I got twinview working using this guide that was posted ( https://help.ubuntu.com/community/NvidiaTVOut ) and it works great.
However, the default resolution for my laptop is 1280x800, and setting the twinview up changes my laptops resolution to 1024x768 (in effect I lose a bunch of my desktop icons off of the right side of the screen).
](*,)
Any ideas?
My thread is not about Twinview. try this one instead:
http://ubuntuforums.org/showthread.php?t=221174
raintheory
October 20th, 2006, 07:43 AM
My thread is not about Twinview. try this one instead:
http://ubuntuforums.org/showthread.php?t=221174
Thanks!
Juzz
October 20th, 2006, 09:48 AM
Does anyone know how to modify the way that the image is laid onto the TV?
I mean - on my TV the image is slimmer on top than on bottom, and in the middle is a noticable mark of the slimming.
I'd like for it to be as wide on the top as on the bottom.
Can I do anything to achieve that?
barcode_linux
October 22nd, 2006, 03:48 AM
Thank you for writing this how-to and thanks for all the contributions to it!
I am a Gentoo user who wanted a 2 display setup and found this one.
After reading the thread completely and testing for about 5 hours, I was able to get a sucessful setup with 2 DIFFERENT displays so I could do work(or play however you look at it) on one ( 1280x1024 ) display and the wife could watch a movie on the TV ( 1024x768 ) to the left me.
To ensure that I can make a contribution, I am enclosing my xorg.conf file. It turns out thatOption "ConnectedMonitor" "CRT,TV"
Option "UseDisplayDevice" "CRT" was a real show stopper. Anyways, here is my xorg.conf:
Section "Files"
#FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/corefonts"
EndSection
# ************************************************** ********************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# ************************************************** ********************
Section "Module"
Load "dbe"
Load "glx"
# Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
# Load "synaptics"
# Load "dri"
EndSection
# ************************************************** ********************
# Server flags section. This contains various server-wide Options.
# ************************************************** ********************
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
# Option "AIGLX" "true"
EndSection
# ************************************************** ********************
# Input devices
# ************************************************** ********************
# ************************************************** ********************
# Core keyboard's InputDevice section
# ************************************************** ********************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 5"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbRules" "xorg"
EndSection
# ************************************************** ********************
# Core Pointer's InputDevice section
# ************************************************** ********************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
# ************************************************** ********************
# Monitor section
# ************************************************** ********************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Monitor[0]"
#Option "DPMS"
VertRefresh 60
HorizSync 28 - 110
ModeLine "1280x800" 83.91 1280 1312 1624 1656 800 816 824 841
ModeLine "1600x900" 173.86 1600 1672 2032 2176 900 902 914 940 +hsync +vsync
Modeline "1280x720" 75 1280 1336 1472 1664 720 725 730 751
Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
ModeLine "1366x768" 88.03 1366 1424 1680 1816 768 770 782 808
ModeLine "848x480" 31.5 848 864 952 1056 480 481 484 497
Modeline "720x576" 14.881 720 781 829 960 576 606 610 646 interlace +hsync +vsync
ModeLine "856x480" 31.7 856 872 960 1064 480 481 484 497
ModeLine "1024x512" 41.3 1024 1056 1160 1296 512 513 516 531
ModeLine "960x600" 60 960 968 1048 1264 600 601 603 625 +HSync +VSync
ModeLine "1088x612" 81.57 1088 1136 1376 1472 612 614 626 652 +hsync +vsync
ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
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 "1280x768" 81.59 1280 1280 1384 1688 768 769 774 791
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
# Any number of graphics device sections may be present
Section "Device"
Identifier "Device[0]"
Driver "nvidia" # do not remove vesa
BusID "PCI:0:6:0"
Option "ConnectedMonitor" "CRT,TV"
Option "UseDisplayDevice" "CRT"
Screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
#Option "TwinView" "true"
Option "TVOutFormat" "SVIDEO" #or Composite etc
Option "TVStandard" "NTSC-M" #or PAL etc
Option "ConnectedMonitor" "CRT,TV"
Option "UseDisplayDevice" "TV"
BusID "PCI:0:6:0" #adjust using 'lspci' or cat /proc/pci
EndSection
# ************************************************** ********************
# Screen sections.
# ************************************************** ********************
# The Identifier, Device and Monitor lines must be present
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
# Option "AddARGBGLXVisuals" "true"
# The favoured Depth and/or Bpp may be specified here
DefaultDepth 24
SubSection "Display"
Depth 8
ViewPort 0 0
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 16
ViewPort 0 0
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 24
ViewPort 0 0
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 "1024x768_60"
EndSubSection
EndSection
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" LeftOf "Screen[0]"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection Hope this helps!
Juzz
October 22nd, 2006, 07:24 PM
Does anyone know how to modify the way that the image is laid onto the TV?
I mean - on my TV the image is slimmer on top than on bottom, and in the middle is a noticable mark of the slimming.
I'd like for it to be as wide on the top as on the bottom.
Can I do anything to achieve that?
Is there really nothing to be done about that?
jazzgossen
October 23rd, 2006, 02:15 AM
That to me sounds like something you should correct for on the TV. Or perhaps it's a refresh rate problem? You could try to lower the refresh rate on the output signal to the TV.
daller
October 23rd, 2006, 06:01 AM
Is there really nothing to be done about that?
I have a "similar" problem.
A black border round 3 cm's wide all around the screen (like the picture isn't stretched enough!)
I've changed everything changeable, and still that border!
Juzz
October 23rd, 2006, 01:49 PM
I have a "similar" problem.
A black border round 3 cm's wide all around the screen (like the picture isn't stretched enough!)
I've changed everything changeable, and still that border!
You can try to set the Overscan value - for mine I had to go up to 12 to get the corners touch.
I was able to do that through the NVidia X Settings.
But about my problem with the slimmer picture at the top - can't a top notch OS like linux do something to correct that.
I seem to remember that my old Amiga computer could correct that sort of thing...
I got a solution to that problem from another user at MythTVTalk forums:
Option "TVOverScan" "0.58"
LooGoo99
October 31st, 2006, 12:05 PM
Just tried it all and it works beautifully. Just a remark and a question!
The only thing that didn't work out-of-the-box was the rightclick-shortcut for Kubuntu to play it on the second screen (as explained on the second page of this thread). By making this change, it worked:
[Desktop Action PlayOnTV]
Exec=DISPLAY=0:1 mplayer -fs %F
Name=Play this movie on TV
Icon=yast_tv
Only problem I have is that the KDE panel is displayed on the TV when watching the movie. I'd like to be able to watch a movie on the TV and continue working on my monitor. But with the first click I make on the monitor, the KDE panel pops up on the tv. Do you know of a way to prevent this?
#Addendum: I found an answer#
You can set the KDE Panel (Kicker) to Autohide. I had to do it this way (odd but works):
1. With a right click on Kicker on your monitor (NOT your tv), open up the Panel configuration.
2. Change it so that it will hide automatically. After saving, the Panel now autohides on BOTH screens.
3. Now repeat step 1, and remove the Autohide setting (return it to its default value). After saving, the Panel on the monitor stays visible and the Panel on the TV still autohides.
Now you can watch movies AND continue working at the same time, without the annoying Kicker.
marx2k
November 3rd, 2006, 01:58 AM
This application breaks my xorg.conf
Also I am using the latest beta drivers for this 6800 card and it is not detecting the TV until I actually USE that program to detect the TV... and if I tell the program to run it in a seperate X-window, it has to reatart X, but then, like I said.. it breaks the xorg.conf and I have to copy a backup
marx2k
November 3rd, 2006, 02:16 AM
AH! putting
Option "ConnectedMonitor" "CRT,TV"
Option "UseDisplayDevice" "TV"
in the TV device section and "CRT" in the CRT device section is what did it for me! THANK YOU!
Now I just need to figure out how to get it to NOT be black and white
g_rael
November 7th, 2006, 02:56 AM
lspci
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
Hello all, thought I'd post my working config after much fiddling...
Can't be sure which things did and didn't work, but some basics:
Screen (n) links through to the device and screen sections, note the [Section [ServerLayout"], which I wrote as per the nvidia spec, (involved removing some "0"'s from our thread author's starting point.
Don't put multiple refresh rates on the TV vert refresh, or at least consider the TV's in your country.
Don't forget to use your correct PAL-? or NTSC? system.
Identifiers follow the above hierachy, but their names are relatively arbitary... so long as you link them through the hierachy:
serverlayout
| |
screen screen
| | | |
monitor device monitor device
[Section "Monitor"] and [Section "Device"] seem to be refered to by the
[Section "Screen"] portion.
It's easier fiddling once it's working !:KS
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "CRT"
Screen 1 "TV" RightOf "CRT"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
**section cut for clarity and to save thread space **
Section "Monitor"
Identifier "CRT"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30 - 50
VertRefresh 60
EndSection
Section "Device"
Identifier "DevCRT"
Driver "nvidia"
Option "ConnectedMonitor" "CRT, TV"
Option "UseDisplayDevice" "CRT"
Screen 0
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "DevTV"
Driver "nvidia"
Screen 1
Option "ConnectedMonitor" "CRT, TV"
Option "UseDisplayDevice" "TV"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "CRT"
Device "DevCRT"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "DevTV"
Monitor "TV"
DefaultDepth 24
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-B"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
8)
cement_head
November 12th, 2006, 11:29 AM
Now you have to add the TV-OUT as a device below your Device[0] and add all the options listed below. Make it look EXACTLY like this example:
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "Composite" #or SVIDEO etc
Option "TVStandard" "PAL-G" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
You might want to change 2 things in the example above:
1)You can change "Composite" to “SVIDEO” (according to the type of video cable you use)
2)You can change your TVstandard from “PAL-G” to “NTSC-M” or "NTSC-J" according to your tv.
I have a question about the BusID on my system. Here is my output from lspci:
0000:00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 04)
0000:00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 04)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03)
0000:00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
0000:00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 (rev 03)
0000:00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 03)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2)
0000:02:03.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i PCI Audio Accelerator (rev 10)
0000:02:06.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus [Cyclone] (rev 10)
0000:02:06.1 Communication controller: 3Com Corporation Mini PCI 56k Winmodem (rev 10)
0000:02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
0000:02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
0000:02:0f.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 Controller
0000:07:00.0 Network controller: Broadcom Corporation BCM43xG 802.11b/g (rev 02)
Is my BusID for my video card "PCI:1:0:0"?
Thanks,
CH
cement_head
November 12th, 2006, 06:33 PM
I have a question about the BusID on my system. Here is my output from lspci:
0000:00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 04)
0000:00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 04)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03)
0000:00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
0000:00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 (rev 03)
0000:00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 03)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2)
0000:02:03.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i PCI Audio Accelerator (rev 10)
0000:02:06.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus [Cyclone] (rev 10)
0000:02:06.1 Communication controller: 3Com Corporation Mini PCI 56k Winmodem (rev 10)
0000:02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
0000:02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller
0000:02:0f.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 Controller
0000:07:00.0 Network controller: Broadcom Corporation BCM43xG 802.11b/g (rev 02)
Is my BusID for my video card "PCI:1:0:0"?
Thanks,
CH
Okay, crashed my XServer.
Basic Question: Can I set up Twinview AND TV-out at the same time?
wilberfan
November 25th, 2006, 09:57 PM
Figuring this out myself is going to be waaaaay beyond this n00b's abilities...but I'm curious:
The only display I get on my TV is the bootsplash text and Kubuntu usplash screens... So, clearly, there is a signal getting from the video card to the TV--at least some of the time.
The screen is completely black once Ubuntu starts up...
:confused:
That probably means adjusting something in my xorg.conf file??
cement_head
November 26th, 2006, 10:20 AM
Figuring this out myself is going to be waaaaay beyond this n00b's abilities...but I'm curious:
The only display I get on my TV is the bootsplash text and Kubuntu usplash screens... So, clearly, there is a signal getting from the video card to the TV--at least some of the time.
The screen is completely black once Ubuntu starts up...
:confused:
That probably means adjusting something in my xorg.conf file??
At a quick glance, I'd say that you don't have enough choices for your TV display & only being at 24bit depth is pretty high (deep). Also, why do you specify the screen size in your monitor1 section. I haven't gone through the whole file, but looks as if you just need to check that all the identifiers (strings/names) are consistent from section to section.
-CH
pairajacks
November 26th, 2006, 03:17 PM
DDC on an old TV? Is that the problem?
After following the code provided, I'm still not getting anything on my TV (just my CRT works). My log file does not have any errors or warnings (except for a 4L video card driver. The motherbd has a 6150 GPU, so I think I can disregard this for now)
Does anything special have to be done for this to work on an plain old TV using a composite RCA connection? (I did use the Option "TVOutFormat" "COMPOSITE"). The reason I ask is, because it's an old TV (1980's), I wouldn't expect it to have any smarts.
I'm seeing the file (xorg.conf) change after running (startx). I get comments that say Horiz and Vert syncs will be set by DDC. It moves things around and comments some code. I tried setting Option "DDC" "false" but no effect.](*,)
(I'm on Fedora Core 5)
gobbluth
November 27th, 2006, 03:19 AM
I apologize in advance if this problem has already been addressed, but I did search the thread quite a bit before posting. Everything worked except one seemingly trivial thing: When I log in, a desktop with a blue background and standard panel on the bottom (using KDE) is displayed on the TV, and my regular desktop is displayed on my laptop. The problem is there is no way for me to get the mouse to reach the TV, it won't scroll off the laptop monitor. I'm on a Dell Inspiron 9300 with a 6800 Go I believe. Here is my xorg.conf:
xorg.conf.txt (http://www.angelfire.com/d20/room/xorg.conf.txt)
Thanks to anyone who can help!
jradke
November 29th, 2006, 12:43 AM
All my hours of futile attempts only yields me a black X screen. I can see my mouse cursor if I move it over to the other screen but that's it.
](*,) I have tried 8-9 Howto's and methods now and this is the closest I get! I've tried many of the variations that others have described and this is where I've left it:
:~$ dmesg | grep -i nvidia
[17179584.116000] nvidia: module license 'NVIDIA' taints kernel.
[17179584.368000] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-9629 Wed Nov 1 19:30:07 PST 2006
:~$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] (rev a2)
No related errors in Xorg.0.log
cat /var/log/Xorg.0.log | grep -i nvidia > Xorg.0.log
Please, please, help!
JELO
November 29th, 2006, 08:28 PM
Hi, I followed the tutorial and it's working. Previously I had been using the option in nvidia settings and it was totally screwing with things.
I'm running edgy with a 6600. I'm getting the desktop on the TV, everything is peachy except for one thing. I the tool bar doens't work, so I can't open anything. I can move the mouse around fine and what not.
I do have Beryl installed and running, could this be a problem?
Thanks
jradke
November 29th, 2006, 09:03 PM
I have beryl installed but disabled while trying to get this tv-out thing work'n. I also have a 6600, are you doing this with the svideo port to the tv? or the dvi/vga interface?
Did you have to do anything special to get a desktop setup on the TV screen?
I only get a black screen with my mouse cursor as an X. Did you ever encounter this problem? Can you post your xorg.conf for me and/or look mine over on the previous post?
Cheers,
-JGR
JELO
November 30th, 2006, 12:28 AM
I've been messing around with the config file to no avail.
Here it is
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Wed Nov 1 19:48:08 PST 2006
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Proview MA982K"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
BusID "PCI:4:0:0"
Screen 0
#added these
Option "ConnectedMonitor" "Monitor0"
Option "NoLogo" "true
Option "TripleBuffer" "true"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600"
BusID "PCI:4:0:0"
Screen 1
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "NTSC"
Option "ConnectedMonitor" "Monitor1"
EndSection
Section "Screen"
# Enable 32-bit ARGB GLX Visuals
Option "AddARGBGLXVisuals" "True"
# does not support rendering into the Composite
# Overlay Window, you will need to disable clipping
# of GLX rendering to the X Root window with this
# option, or you will get a blank screen after
# starting compiz:
Option "DisableGLXRootClipping" "True"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "CRT: 1280x1024 +0+0; CRT: 1024x768 +0+0; CRT: 832x624 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "metamodes" "TV: 1024x768 +0+0"
SubSection "Display"
Depth 24
Modes "1024x768_60"
EndSubSection
EndSection
I did find out why my terminal and what not quit working, using the nvidia-settings was completly generating a new config file, put the beryl back in and everything works. Except now i'm not getting a toolbar on the TV and of course the mouse clicking doesn't seem to work, cursor moves. I tried editing a few things again to match the tutorial. I imagine it might be something with my modules or server layout.
mlwalla
November 30th, 2006, 03:13 AM
ok, I'm stumped. I followed the directions in the guide and it seems like everything should work but I still just get a blank tv screen.
Here's my xorg.conf# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006
# /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 "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Configured Mouse"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
#FontPath "/usr/share/X11/fonts/cyrillic"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
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"
Load "glx"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Monitor"
Identifier "Monitor[0]" #LCD
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
screen 0
EndSection
Section "Device"
Identifier "Device[1]"
Driver "nvidia"
Screen 1
Option "TVOutFormat" "SVIDEO" #or COMPOSITE etc
Option "TVStandard" "NTSC-M" #or PAL-G etc
Option "ConnectedMonitor" "TV"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600_60"
EndSubSection
EndSection
and here is my Xorg.0.log
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 Guy 2.6.15-27-386 #1 PREEMPT Sat Sep 16 01:51:59 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: Thu Nov 30 00:56:34 2006
(==) 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 "Configured Mouse"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Synaptics Touchpad"
(**) 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 8086,1130 card 0000,0000 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,2448 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,244c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244a card 8086,4541 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4541 rev 02 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0112 card 1028,00a4 rev b2 class 03,00,00 hdr 00
(II) PCI: 02:03:0: chip 125d,1998 card 1028,00a4 rev 10 class 04,01,00 hdr 00
(II) PCI: 02:06:0: chip 1668,0100 card 0000,0000 rev 11 class 06,04,00 hdr 01
(II) PCI: 02:0f:0: chip 104c,ac42 card d000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:0f:1: chip 104c,ac42 card d800,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:0f:2: chip 104c,8027 card 1028,00a4 rev 00 class 0c,00,10 hdr 80
(II) PCI: 08:04:0: chip 8086,1229 card 1668,1100 rev 08 class 02,00,00 hdr 00
(II) PCI: 08:08:0: chip 11c1,0448 card 1668,2400 rev 01 class 07,80,00 hdr 00
(II) PCI: 0d:00:0: chip 168c,001a card 1186,3b08 rev 01 class 02,00,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,13), 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 I/O range:
[0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,16), 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]
[4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[8] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[9] -1 0 0x0000f400 - 0x0000f4ff (0x100) IX[B]
[10] -1 0 0x0000f800 - 0x0000f8ff (0x100) IX[B]
[11] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf2000000 - 0xfbffffff (0xa000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x20000000 - 0x23ffffff (0x4000000) 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)
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (2:6:0), (2,8,8), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 8 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 8 non-prefetchable memory range:
[0] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 9: bridge is at (2:15:0), (2,9,12), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 9 I/O range:
[0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
(II) Bus 9 non-prefetchable memory range:
[0] -1 0 0xf2000000 - 0xf3ffffff (0x2000000) MX[B]
(II) Bus 9 prefetchable memory range:
[0] -1 0 0x20000000 - 0x21ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 13: bridge is at (2:15:1), (2,13,16), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 13 I/O range:
[0] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
(II) Bus 13 non-prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
(II) Bus 13 prefetchable memory range:
[0] -1 0 0x22000000 - 0x23ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV11 [GeForce2 Go] rev 178, Mem @ 0xfc000000/24, 0xe0000000/27
(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 0xe8000000 from 0xebffffff to 0xe7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf4000000 - 0xf400ffff (0x10000) MX[B]
[1] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[2] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[3] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[4] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[5] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[6] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[7] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[11] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[12] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[13] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[14] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[15] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf4000000 - 0xf400ffff (0x10000) MX[B]
[1] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[2] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[3] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[4] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[5] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[6] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[7] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[11] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[12] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[13] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[14] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[15] -1 0 0x0000bfa0 - 0x0000bfaf (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 0xf4000000 - 0xf400ffff (0x10000) MX[B]
[5] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[6] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[7] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[8] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[9] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[10] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[17] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[18] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[19] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[20] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (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: "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: "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: "glx"
(II) Loading /usr/lib/xorg/modules/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.o
(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.0.0, module version = 1.0.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(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: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: 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) NVIDIA X Driver 1.0-8776 Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(--) 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 0xf4000000 - 0xf400ffff (0x10000) MX[B]
[5] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[6] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[7] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[8] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[9] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[10] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[17] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[18] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[19] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[20] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[21] -1 0 0x0000bfa0 - 0x0000bfaf (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 0xf4000000 - 0xf400ffff (0x10000) MX[B]
[5] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[6] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[7] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[8] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[9] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[10] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[11] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[20] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[21] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[22] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[23] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[24] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
[25] 0 0 0xfd0003b0 - 0xfd0003bb (0xc) IS[B]
[26] 0 0 0xfd0003c0 - 0xfd0003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) 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 Go at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(--) NVIDIA(0): VideoBIOS: 03.11.01.44.b4
(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 Go at PCI:1:0:0:
(--) NVIDIA(0): NVIDIA Default Flat Panel (DFP-0)
(--) NVIDIA(0): NVIDIA Default Flat Panel (DFP-0): 162.0 MHz maximum pixel
(--) NVIDIA(0): clock
(--) NVIDIA(0): NVIDIA Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1600x1200"
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) NVIDIA(0): DPI set to (126, 126); computed from "UseEdidDpi" X config option
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "ConnectedMonitor" "TV"
(**) NVIDIA(1): Option "TVStandard" "NTSC-M"
(**) NVIDIA(1): Option "TVOutFormat" "SVIDEO"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Forcing SVIDEO output
(**) NVIDIA(1): TV Standard string: "NTSC-M"
(II) NVIDIA(1): NVIDIA GPU GeForce2 Go at PCI:1:0:0
(--) NVIDIA(1): VideoRAM: 32768 kBytes
(--) NVIDIA(1): VideoBIOS: 03.11.01.44.b4
(II) NVIDIA(1): Detected AGP rate: 4X
(--) NVIDIA(1): Interlaced video modes are not supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce2 Go at PCI:1:0:0:
(--) NVIDIA(1): NVIDIA Default Flat Panel (DFP-0)
(--) NVIDIA(1): NVIDIA Default Flat Panel (DFP-0): 162.0 MHz maximum pixel
(--) NVIDIA(1): clock
(--) NVIDIA(1): NVIDIA Default Flat Panel (DFP-0): Internal Dual Link LVDS
(EE) NVIDIA(1): Unable to find available Display Devices for screen 1.
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B]
[1] 0 0 0xfc000000 - 0xfcffffff (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 0xf4000000 - 0xf400ffff (0x10000) MX[B]
[7] -1 0 0xf8ffec00 - 0xf8ffecff (0x100) MX[B]
[8] -1 0 0xf8e00000 - 0xf8efffff (0x100000) MX[B]
[9] -1 0 0xf8fff000 - 0xf8ffffff (0x1000) MX[B]
[10] -1 0 0xf6ff8000 - 0xf6ffbfff (0x4000) MX[B]
[11] -1 0 0xf6ffd800 - 0xf6ffdfff (0x800) MX[B]
[12] -1 0 0xf6ffe000 - 0xf6ffffff (0x2000) MX[B]
[13] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[14] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
[15] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[19] -1 0 0x0000ecb8 - 0x0000ecbf (0x8) IX[B]
[20] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B]
[21] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[22] -1 0 0x0000bce0 - 0x0000bcff (0x20) IX[B]
[23] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
(II) NVIDIA(0): Setting mode "1600x1200"
(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) 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 "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 "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
(II) Synaptics touchpad driver version 0.14.3
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "HorizScrollDelta" "0"
(--) Synaptics Touchpad touchpad found
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad touchpad found
ProcXCloseDevice to close or not ?
The only error I see is (EE) NVIDIA(1): Unable to find available Display Devices for screen 1.
Is this a hardware problem? Anything obviously wrong in xorg.conf?
I tell ya, after a grueling ordeal just to get the proprietary nvidia driver working (after trying every xorg configuration in the known universe I upgraded my BIOS), it is really frustrating to now have trouble configuring the tv-out ](*,)
All input appreciated, and thanks much.
JELO
November 30th, 2006, 09:14 AM
You might could try NTSC by itself, when I was trying it with the -M on the end mine was coming up blank.
gobbluth
December 1st, 2006, 04:39 PM
Just wanted to check back in to say I figured out the issue I was having. I had not put the "RightOf Screen[0]" line in my xorg.conf. Sorry for the superfluous post.
mlwalla
December 2nd, 2006, 02:31 AM
woohoo! I too figured out the problem I was having... For starters my svideo-to-composite cable was miscolored (the yellow s-video jack went to the red audio composite jack) so that fixed the problem I posted about. Still I only finally got tv-out to work by changing my tv resolution in xconfig to 640x480 and taking out the optio "ConnectedMonitor" "TV" when I enter 800x600 all I get is a white screen...
All is good, the only small problem left is that on my tv there is a small black border (,aybe 3/4 inch on the sides and 1/2 inch top and bottom), and the very left edge of the desktop seems to fall under the border (covers all but about one pixel of my cursor). Any ideas on what causes this or how to fix it? Definitely live-withable, but hey if I can tweak just a little more to solve that'd be sweet! Thanks all.
hmm
December 5th, 2006, 08:23 AM
Hi! I just want to thank you! I got my tv-out working without any problems.
I use this script to open my movies directly on TV (so i have to right click movie and choose my script from "scripts"-list.)
#!/bin/sh
# opens movies to secondary monitor
video_file=""$PWD""/$1""
if [ -d "$1" ]
then
exit 0
else
gmplayer -display :0.1 -fs "$video_file"&
fi
There can be a better solution but i have used this one :)
PartisanEntity
December 5th, 2006, 09:26 AM
Probably a silly question, but are these instructions also applicable to laptops?
mlwalla
December 5th, 2006, 12:12 PM
They should work just the same for laptops, at least they did for me. Just remember that your LCD might have different values for resolution and refresh rate than a CRT monitor (in fact, I left the refresh rate lines out of my xorg.conf for Monitor[0] with no problems, but ymmv)
Alain21
December 10th, 2006, 05:11 PM
Hi, I did everything so far ... it seem to work except that on my TV I dont have a desktop .... it is just the plain X gray bkg with the big X
should i need 2 instance of gdm ?
rotten777
December 17th, 2006, 09:51 PM
I've followed the guide only to get a blank TV screen.
xorg config
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Wed Nov 1 19:48:08 PST 2006
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor[0]"
VendorName "Samsung"
ModelName "SyncMaster 213T"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV!
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7800 GT"
screen 0
#Option "ConnectedMonitor" "DFP"
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
screen 1
Option "TVOutFormat" "COMPOSITE" #or SVIDEO etc
Option "TVStandard" "NTSC" #or NTSC etc
#Option "ConnectedMonitor" "TV"
#BusID "PCI:5:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Option "metamodes" "1600x1200 +0+0; 1280x1024 +0+0; 1152x864 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 640x480 +0+0; 1600x1200_60 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480_60"
EndSubSection
EndSection
xorg log file
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux linux 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686
Build Date: 07 July 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: Sun Dec 17 20:48:45 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen[0]" (0)
(**) | |-->Monitor "Monitor[0]"
(**) | |-->Device "Device[0]"
(**) |-->Screen "Screen[1]" (1)
(**) | |-->Monitor "Monitor[1]"
(**) | |-->Device "Device[1]"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(WW) The directory "/usr/share/fonts/X11/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID/" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama" "0"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(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.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1565,3402 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1565,3402 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1565,3402 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1565,3402 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1565,3402 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0053 card 1565,3402 rev f2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1565,5401 rev f3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1565,5401 rev f3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1565,2501 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:09:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 01:09:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 01:09:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 01:0a:0: chip 1106,3044 card 1565,4200 rev 80 class 0c,00,10 hdr 00
(II) PCI: 05:00:0: chip 10de,0092 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0200 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfe800000 - 0xfe8fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xfe700000 - 0xfe7fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfe600000 - 0xfe6fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xfe500000 - 0xfe5fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfe400000 - 0xfe4fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfe300000 - 0xfe3fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 5 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xb0000000 - 0xcfffffff (0x20000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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]
(--) PCI:*(5:0:0) nVidia Corporation GeForce 7800 GT rev 161, Mem @ 0xfc000000/24, 0xb0000000/28, 0xfd000000/24, I/O @ 0x9f00/7
(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) Active PCI resource ranges:
[0] -1 0 0xfe9fe000 - 0xfe9fe7ff (0x800) MX[B]
[1] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[2] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[3] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[4] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]
[5] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
[6] -1 0 0xfebfe000 - 0xfebfe0ff (0x100) MX[B]
[7] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[9] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[11] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]
[12] -1 0 0x0000de00 - 0x0000de07 (0x8) IX[B]
[13] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B]
[14] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[15] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[16] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[17] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[18] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[19] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[20] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[25] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[28] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[29] -1 0 0x00009f00 - 0x00009f7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfe9fe000 - 0xfe9fe7ff (0x800) MX[B]
[1] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[2] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[3] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[4] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]
[5] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
[6] -1 0 0xfebfe000 - 0xfebfe0ff (0x100) MX[B]
[7] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[9] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[11] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]
[12] -1 0 0x0000de00 - 0x0000de07 (0x8) IX[B]
[13] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B]
[14] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[15] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[16] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[17] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[18] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[19] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[20] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[25] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[28] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[29] -1 0 0x00009f00 - 0x00009f7f (0x80) IX[B](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 0xfe9fe000 - 0xfe9fe7ff (0x800) MX[B]
[5] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[6] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[7] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[8] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]
[9] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
[10] -1 0 0xfebfe000 - 0xfebfe0ff (0x100) MX[B]
[11] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[13] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]
[18] -1 0 0x0000de00 - 0x0000de07 (0x8) IX[B]
[19] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B]
[20] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[21] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[23] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[26] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[31] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[32] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[33] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[34] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[35] -1 0 0x00009f00 - 0x00009f7f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, 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.1.1, 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 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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, 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.1.1, 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.9629
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.9629
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.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver 1.0-9629 Wed Nov 1 19:31:54 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Assigning device section with no busID to primary device
(--) Assigning device section with no busID to primary device
(WW) NVIDIA: More than one matching Device section 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.1.1, 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.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(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 0xfe9fe000 - 0xfe9fe7ff (0x800) MX[B]
[5] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[6] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[7] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[8] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]
[9] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
[10] -1 0 0xfebfe000 - 0xfebfe0ff (0x100) MX[B]
[11] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[13] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]
[18] -1 0 0x0000de00 - 0x0000de07 (0x8) IX[B]
[19] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B]
[20] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[21] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[23] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[26] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[28] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[31] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[32] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[33] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[34] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[35] -1 0 0x00009f00 - 0x00009f7f (0x80) IX[B](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 0xfe9fe000 - 0xfe9fe7ff (0x800) MX[B]
[5] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[6] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[7] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[8] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]
[9] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
[10] -1 0 0xfebfe000 - 0xfebfe0ff (0x100) MX[B]
[11] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[13] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]
[21] -1 0 0x0000de00 - 0x0000de07 (0x8) IX[B]
[22] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B]
[23] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[24] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[25] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[26] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[27] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[28] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[29] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[30] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[31] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[32] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[33] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[34] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[35] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[36] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[37] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[38] -1 0 0x00009f00 - 0x00009f7f (0x80) IX[B](B)
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[40] 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): Option "MetaModes" "1600x1200 +0+0; 1280x1024 +0+0; 1152x864 +0+0; 1024x768 +0+0; 832x624 +0+0; 800x600 +0+0; 640x480 +0+0; 1600x1200_60 +0+0"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 7800 GT at PCI:5:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.70.02.13.07
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7800 GT at PCI:5:0:0:
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): Samsung SyncMaster (DFP-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1600x1200+0+0"
(II) NVIDIA(0): "1280x1024+0+0"
(II) NVIDIA(0): "1152x864+0+0"
(II) NVIDIA(0): "1024x768+0+0"
(II) NVIDIA(0): "832x624+0+0"
(II) NVIDIA(0): "800x600+0+0"
(II) NVIDIA(0): "640x480+0+0"
(II) NVIDIA(0): "1600x1200_60+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
(--) NVIDIA(0): DPI set to (94, 95); computed from "UseEdidDpi" X config
(--) NVIDIA(0): 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 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
[1] 0 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B]
[2] 0 0 0xfc000000 - 0xfcffffff (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 0xfe9fe000 - 0xfe9fe7ff (0x800) MX[B]
[8] -1 0 0xfe9f8000 - 0xfe9fbfff (0x4000) MX[B]
[9] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[B]
[10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]
[11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]
[12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]
[13] -1 0 0xfebfe000 - 0xfebfe0ff (0x100) MX[B]
[14] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[B]
[15] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[16] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[B](B)
[17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[21] 0 0 0x00009f00 - 0x00009f7f (0x80) IX[B]
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0 0x0000dd00 - 0x0000dd7f (0x80) IX[B]
[25] -1 0 0x0000de00 - 0x0000de07 (0x8) IX[B]
[26] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B]
[27] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[28] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[29] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[30] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[31] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[32] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[33] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[34] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[35] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[36] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[37] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[38] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[39] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[40] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[41] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[42] -1 0 0x00009f00 - 0x00009f7f (0x80) IX[B](B)
[43] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[44] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1600x1200+0+0"
(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) 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 /usr/lib/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc105)" };
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
jboehm
December 18th, 2006, 03:21 AM
Remove XGL
For people with Grey Problem on TV-OUT using XGL. Try this
Option "TVStandard" "HD480i"
# Option "TVStandard" "NTSC-M"
My Grey problems went away. There is a pun in there some where
Jon
1ns4nity
December 28th, 2006, 09:10 AM
Hi. I´ve been trying for the past 2 days to get my GeFOrce FX 5200´s tv out to work on Xubuntu. Ive followed the guide and many other suggestions made by other users in this thread but I am still not able to get anything showing on my tv out.
Basically all my TV does it blink black and blue (without anything plugged in its blue).
Please help me if you can to diagnose what is wrong? Thanks soo so so much in advance...this is driving me crazy :(
This is my log file
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux ubuntumyth 2.6.17-10-386 #2 Tue Dec 5 22:26:18 UTC 2006 i686
Build Date: 07 July 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: Thu Dec 28 21:02:16 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"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(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.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3116 card 1106,3116 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b091 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 109e,036e card 107d,6606 rev 11 class 04,00,00 hdr 80
(II) PCI: 00:0b:1: chip 109e,0878 card 107d,6606 rev 11 class 04,80,00 hdr 80
(II) PCI: 00:11:0: chip 1106,3147 card 1106,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1458,a002 rev 40 class 04,01,00 hdr 00
(II) PCI: 00:13:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 0000,0000 rev a1 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 0xdde00000 - 0xdfefffff (0x2100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xcdc00000 - 0xddcfffff (0x10100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:11:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xdddfe000/12
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xde000000/24, 0xd0000000/27, BIOS @ 0xdfee0000/17
(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 0xdfffff00 - 0xdfffffff (0x100) MX[B]
[1] -1 0 0xdddff000 - 0xdddfffff (0x1000) MX[B]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
[4] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[6] -1 0 0xdddfe000 - 0xdddfefff (0x1000) MX[B](B)
[7] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[8] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[9] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[10] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[11] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xdfffff00 - 0xdfffffff (0x100) MX[B]
[1] -1 0 0xdddff000 - 0xdddfffff (0x1000) MX[B]
[2] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
[4] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[6] -1 0 0xdddfe000 - 0xdddfefff (0x1000) MX[B](B)
[7] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[8] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[9] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[10] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[11] -1 0 0x0000fc00 - 0x0000fc0f (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 0xdfffff00 - 0xdfffffff (0x100) MX[B]
[5] -1 0 0xdddff000 - 0xdddfffff (0x1000) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
[8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[9] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[10] -1 0 0xdddfe000 - 0xdddfefff (0x1000) MX[B](B)
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[14] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[15] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[16] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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 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.1.1, 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/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: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(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.8776
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.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA X Driver 1.0-8776 Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(II) Found 2 NVIDIA X Screens
(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.1.1, 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.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(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 0xdfffff00 - 0xdfffffff (0x100) MX[B]
[5] -1 0 0xdddff000 - 0xdddfffff (0x1000) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
[8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[9] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[10] -1 0 0xdddfe000 - 0xdddfefff (0x1000) MX[B](B)
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[14] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[15] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[16] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc0f (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 0xdfffff00 - 0xdfffffff (0x100) MX[B]
[5] -1 0 0xdddff000 - 0xdddfffff (0x1000) MX[B]
[6] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
[8] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[9] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[10] -1 0 0xdddfe000 - 0xdddfefff (0x1000) 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 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[17] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[18] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[19] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[20] -1 0 0x0000fc00 - 0x0000fc0f (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.
(II) Setting vga for screen 1.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "ConnectedMonitor" "CRT,TV"
(**) NVIDIA(0): Option "UseDisplayDevice" "CRT"
(==) NVIDIA(0): Using HW cursor
(**) NVIDIA(0): Enabling RENDER acceleration
(==) NVIDIA(0): Video key set to default value of 0x83e
(**) NVIDIA(0): ConnectedMonitor string: "CRT,TV"
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): GPU Architecture: 0x30
(II) NVIDIA(0): GPU Implementation: 0x34
(II) NVIDIA(0): GPU Revision: 0xb1
(--) NVIDIA(0): VideoBIOS: 04.34.20.69.00
(--) NVIDIA(0): Found 2 CRTCs on board
(II) NVIDIA(0): Supported display device(s): CRT-0, CRT-1, DFP-0, TV-0
(II) NVIDIA(0): Bus detected as AGP
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing constraints for : GeForce FX 5200
(II) NVIDIA(0): Maximum mode timing values :
(II) NVIDIA(0): Horizontal Visible Width : 8192
(II) NVIDIA(0): Horizontal Blank Start : 8192
(II) NVIDIA(0): Horizontal Blank Width : 4096
(II) NVIDIA(0): Horizontal Sync Start : 8184
(II) NVIDIA(0): Horizontal Sync Width : 504
(II) NVIDIA(0): Horizontal Total Width : 8224
(II) NVIDIA(0): Vertical Visible Height : 8192
(II) NVIDIA(0): Vertical Blank Start : 8192
(II) NVIDIA(0): Vertical Blank Width : 256
(II) NVIDIA(0): Veritcal Sync Start : 8191
(II) NVIDIA(0): Vertical Sync Width : 15
(II) NVIDIA(0): Vertical Total Height : 8193
(II) NVIDIA(0):
(II) NVIDIA(0): Minimum mode timing values :
(II) NVIDIA(0): Horizontal Total Width : 40
(II) NVIDIA(0): Vertical Total Height : 2
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing alignment :
(II) NVIDIA(0): Horizontal Visible Width : multiples of 8
(II) NVIDIA(0): Horizontal Blank Start : multiples of 8
(II) NVIDIA(0): Horizontal Blank Width : multiples of 8
(II) NVIDIA(0): Horizontal Sync Start : multiples of 8
(II) NVIDIA(0): Horizontal Sync Width : multiples of 8
(II) NVIDIA(0): Horizontal Total Width : multiples of 8
(II) NVIDIA(0):
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
(--) NVIDIA(0): HP (CRT-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): HP (CRT-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0):
(--) NVIDIA(0): --- EDID for HP (CRT-0) ---
(--) NVIDIA(0): EDID Version : 1.0
(--) NVIDIA(0): Manufacturer : HWP
(--) NVIDIA(0): Monitor Name : HP
(--) NVIDIA(0): Product ID : 2830
(--) NVIDIA(0): 32-bit Serial Number : 81556680
(--) NVIDIA(0): Serial Number String :
(--) NVIDIA(0): Manufacture Date : 1998, week 15
(--) NVIDIA(0): DPMS Capabilities : Standby Suspend Active Off
(--) NVIDIA(0): Prefer first detailed timing : No
(--) NVIDIA(0): Supports GTF : No
(--) NVIDIA(0): Maximum Image Size : 280mm x 210mm
(--) NVIDIA(0): Valid HSync Range : 31 kHz - 68 kHz
(--) NVIDIA(0): Valid VRefresh Range : 60 Hz - 85 Hz
(--) NVIDIA(0): EDID maximum pixel clock : 108.0 MHz
(--) NVIDIA(0):
(--) NVIDIA(0): Established Timings:
(--) NVIDIA(0): 640 x 480 @ 60 Hz
(--) NVIDIA(0): 640 x 480 @ 75 Hz
(--) NVIDIA(0): 800 x 600 @ 60 Hz
(--) NVIDIA(0): 800 x 600 @ 75 Hz
(--) NVIDIA(0): 1024 x 768 @ 75 Hz
(--) NVIDIA(0):
(--) NVIDIA(0): Standard Timings:
(--) NVIDIA(0): 1024 x 768 @ 60 Hz
(--) NVIDIA(0):
(--) NVIDIA(0): Detailed Timings:
(--) NVIDIA(0): 1280 x 1024 @ 60 Hz
(--) NVIDIA(0): Pixel Clock : 108.00 MHz
(--) NVIDIA(0): HRes, HSyncStart : 1280, 1328
(--) NVIDIA(0): HSyncEnd, HTotal : 1440, 1688
(--) NVIDIA(0): VRes, VSyncStart : 1024, 1025
(--) NVIDIA(0): VSyncEnd, VTotal : 1028, 1066
(--) NVIDIA(0): H/V Polarity : +/+
(--) NVIDIA(0): 1024 x 768 @ 85 Hz
(--) NVIDIA(0): Pixel Clock : 94.50 MHz
(--) NVIDIA(0): HRes, HSyncStart : 1024, 1072
(--) NVIDIA(0): HSyncEnd, HTotal : 1168, 1376
(--) NVIDIA(0): VRes, VSyncStart : 768, 769
(--) NVIDIA(0): VSyncEnd, VTotal : 772, 808
(--) NVIDIA(0): H/V Polarity : +/+
(--) NVIDIA(0): 800 x 600 @ 85 Hz
(--) NVIDIA(0): Pixel Clock : 56.25 MHz
(--) NVIDIA(0): HRes, HSyncStart : 800, 832
(--) NVIDIA(0): HSyncEnd, HTotal : 896, 1048
(--) NVIDIA(0): VRes, VSyncStart : 600, 601
(--) NVIDIA(0): VSyncEnd, VTotal : 604, 631
(--) NVIDIA(0): H/V Polarity : +/+
(--) NVIDIA(0): 640 x 480 @ 85 Hz
(--) NVIDIA(0): Pixel Clock : 36.00 MHz
(--) NVIDIA(0): HRes, HSyncStart : 640, 696
(--) NVIDIA(0): HSyncEnd, HTotal : 752, 832
(--) NVIDIA(0): VRes, VSyncStart : 480, 481
(--) NVIDIA(0): VSyncEnd, VTotal : 484, 509
(--) NVIDIA(0): H/V Polarity : -/-
(--) NVIDIA(0):
(--) NVIDIA(0): --- End of EDID for HP (CRT-0) ---
(--) NVIDIA(0):
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): TV modes supported by this encoder:
(II) NVIDIA(0): 1024x768; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI,
(II) NVIDIA(0): PAL-N, PAL-NC
(II) NVIDIA(0): 800x600; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0): PAL-NC
(II) NVIDIA(0): 720x576; Standards: PAL-BDGHI, PAL-N, PAL-NC
(II) NVIDIA(0): 720x480; Standards: NTSC-M, NTSC-J, PAL-M
(II) NVIDIA(0): 640x480; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0): PAL-NC
(II) NVIDIA(0): 640x400; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0): PAL-NC
(II) NVIDIA(0): 400x300; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0): PAL-NC
(II) NVIDIA(0): 320x240; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0): PAL-NC
(II) NVIDIA(0): 320x200; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0): PAL-NC
(II) NVIDIA(0): Option "UseDisplayDevice" "CRT" converted to "CRT-0".
(II) NVIDIA(0): Frequency information for HP (CRT-0):
(II) NVIDIA(0): HorizSync : 31.000-68.000 kHz
(II) NVIDIA(0): VertRefresh : 60.000-85.000 Hz
(II) NVIDIA(0): (HorizSync from EDID)
(II) NVIDIA(0): (VertRefresh from EDID)
(II) NVIDIA(0):
(II) NVIDIA(0): --- Modes in ModePool for HP (CRT-0) ---
(II) NVIDIA(0): "nvidia-auto-select" : 1280 x 1024 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1600x1024" : 1600 x 1024 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1600x1024_60" : 1600 x 1024 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x1024" : 1280 x 1024 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x1024_60" : 1280 x 1024 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x960" : 1280 x 960 @ 60.0 Hz (from: X Server, VESA)
(II) NVIDIA(0): "1280x960_60" : 1280 x 960 @ 60.0 Hz (from: X Server, VESA)
(II) NVIDIA(0): "1280x800" : 1280 x 800 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x800_60" : 1280 x 800 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x768" : 1280 x 768 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1280x768_60" : 1280 x 768 @ 60.0 Hz (from: X Server)
(II) NVIDIA(0): "1152x864" : 1152 x 864 @ 75.0 Hz (from: X Server, VESA)
(II) NVIDIA(0): "1152x864_75" : 1152 x 864 @ 75.0 Hz (from: X Server, VESA)
(II) NVIDIA(0): "1024x768" : 1024 x 768 @ 85.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768_85" : 1024 x 768 @ 85.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768_75_0" : 1024 x 768 @ 75.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "1024x768_75" : 1024 x 768 @ 75.0 Hz (from: EDID)
(II) NVIDIA(0): "1024x768_70" : 1024 x 768 @ 70.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "840x525" : 840 x 525 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "840x525d60" : 840 x 525 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "832x624" : 832 x 624 @ 74.5 Hz (from: X Server)
(II) NVIDIA(0): "832x624_75" : 832 x 624 @ 74.5 Hz (from: X Server)
(II) NVIDIA(0): "800x600" : 800 x 600 @ 85.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "800x600_85_0" : 800 x 600 @ 85.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "800x600_85" : 800 x 600 @ 85.1 Hz (from: EDID)
(II) NVIDIA(0): "800x600_75" : 800 x 600 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
(II) NVIDIA(0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x512" : 800 x 512 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "800x512d60" : 800 x 512 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "720x450" : 720 x 450 @ 60.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "720x450d60" : 720 x 450 @ 60.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "720x400" : 720 x 400 @ 85.0 Hz (from: X Server, VESA)
(II) NVIDIA(0): "720x400_85" : 720 x 400 @ 85.0 Hz (from: X Server, VESA)
(II) NVIDIA(0): "700x525" : 700 x 525 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "700x525d60" : 700 x 525 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x512" : 640 x 512 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x512d60" : 640 x 512 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x480" : 640 x 480 @ 85.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "640x480_85" : 640 x 480 @ 85.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "640x480_75" : 640 x 480 @ 75.0 Hz (from: X Server, VESA, EDID)
(II) NVIDIA(0): "640x480_73" : 640 x 480 @ 72.8 Hz (from: X Server, VESA)
(II) NVIDIA(0): "640x480d60" : 640 x 480 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x480_60_0" : 640 x 480 @ 60.0 Hz (from: X Server, VESA)
(II) NVIDIA(0): "640x480_60" : 640 x 480 @ 60.0 Hz (from: EDID)
(II) NVIDIA(0): "640x400" : 640 x 400 @ 85.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "640x400_85" : 640 x 400 @ 85.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "640x400d60" : 640 x 400 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x384" : 640 x 384 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x384d60" : 640 x 384 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "640x350" : 640 x 350 @ 85.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "640x350_85" : 640 x 350 @ 85.1 Hz (from: X Server, VESA)
(II) NVIDIA(0): "576x432" : 576 x 432 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "576x432d75" : 576 x 432 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384" : 512 x 384 @ 85.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384d85" : 512 x 384 @ 85.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384d75" : 512 x 384 @ 75.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384d70" : 512 x 384 @ 70.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "416x312" : 416 x 312 @ 74.7 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "416x312d75" : 416 x 312 @ 74.7 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300" : 400 x 300 @ 85.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d85" : 400 x 300 @ 85.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d75" : 400 x 300 @ 75.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "400x300d60" : 400 x 300 @ 60.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "360x200" : 360 x 200 @ 85.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "360x200d85" : 360 x 200 @ 85.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240" : 320 x 240 @ 85.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240d85" : 320 x 240 @ 85.2 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240d75" : 320 x 240 @ 75.0 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240d73" : 320 x 240 @ 72.8 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x200" : 320 x 200 @ 85.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x200d85" : 320 x 200 @ 85.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x175" : 320 x 175 @ 85.3 Hz DoubleScan (from: X Server)
(II) NVIDIA(0): "320x175d85" : 320 x 175 @ 85.3 Hz DoubleScan (from: X Server)
1ns4nity
December 28th, 2006, 09:12 AM
(II) NVIDIA(0): --- End of ModePool for HP (CRT-0): ---
(II) NVIDIA(0):
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Requested modes:
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): MetaMode "1024x768":
(II) NVIDIA(0): Bounding Box: [0, 0, 1024, 768]
(II) NVIDIA(0): HP (CRT-0): "1024x768"
(II) NVIDIA(0): Size : 1024 x 768
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 1024 x 768
(II) NVIDIA(0): Position : [0, 0, 1024, 768]
(II) NVIDIA(0): MetaMode "800x600":
(II) NVIDIA(0): Bounding Box: [0, 0, 800, 600]
(II) NVIDIA(0): HP (CRT-0): "800x600"
(II) NVIDIA(0): Size : 800 x 600
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 800 x 600
(II) NVIDIA(0): Position : [0, 0, 800, 600]
(II) NVIDIA(0): MetaMode "640x480":
(II) NVIDIA(0): Bounding Box: [0, 0, 640, 480]
(II) NVIDIA(0): HP (CRT-0): "640x480"
(II) NVIDIA(0): Size : 640 x 480
(II) NVIDIA(0): Offset : +0 +0
(II) NVIDIA(0): Panning Domain: @ 640 x 480
(II) NVIDIA(0): Position : [0, 0, 640, 480]
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot compute
(WW) NVIDIA(0): DPI from EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "ConnectedMonitor" "CRT,TV"
(**) NVIDIA(1): Option "TVStandard" "PAL-B"
(**) NVIDIA(1): Option "TVOutFormat" "COMPOSITE"
(**) NVIDIA(1): Option "UseDisplayDevice" "TV"
(==) NVIDIA(1): Using HW cursor
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Forcing COMPOSITE video output
(==) NVIDIA(1): Video key set to default value of 0x101fe
(**) NVIDIA(1): TV Standard string: "PAL-B"
(II) NVIDIA(1): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0
(--) NVIDIA(1): VideoRAM: 131072 kBytes
(II) NVIDIA(1): GPU Architecture: 0x30
(II) NVIDIA(1): GPU Implementation: 0x34
(II) NVIDIA(1): GPU Revision: 0xb1
(--) NVIDIA(1): VideoBIOS: 04.34.20.69.00
(--) NVIDIA(1): Found 2 CRTCs on board
(II) NVIDIA(1): Supported display device(s): CRT-0, CRT-1, DFP-0, TV-0
(II) NVIDIA(1): Bus detected as AGP
(II) NVIDIA(1): Detected AGP rate: 4X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(II) NVIDIA(1):
(II) NVIDIA(1): Mode timing constraints for : GeForce FX 5200
(II) NVIDIA(1): Maximum mode timing values :
(II) NVIDIA(1): Horizontal Visible Width : 8192
(II) NVIDIA(1): Horizontal Blank Start : 8192
(II) NVIDIA(1): Horizontal Blank Width : 4096
(II) NVIDIA(1): Horizontal Sync Start : 8184
(II) NVIDIA(1): Horizontal Sync Width : 504
(II) NVIDIA(1): Horizontal Total Width : 8224
(II) NVIDIA(1): Vertical Visible Height : 8192
(II) NVIDIA(1): Vertical Blank Start : 8192
(II) NVIDIA(1): Vertical Blank Width : 256
(II) NVIDIA(1): Veritcal Sync Start : 8191
(II) NVIDIA(1): Vertical Sync Width : 15
(II) NVIDIA(1): Vertical Total Height : 8193
(II) NVIDIA(1):
(II) NVIDIA(1): Minimum mode timing values :
(II) NVIDIA(1): Horizontal Total Width : 40
(II) NVIDIA(1): Vertical Total Height : 2
(II) NVIDIA(1):
(II) NVIDIA(1): Mode timing alignment :
(II) NVIDIA(1): Horizontal Visible Width : multiples of 8
(II) NVIDIA(1): Horizontal Blank Start : multiples of 8
(II) NVIDIA(1): Horizontal Blank Width : multiples of 8
(II) NVIDIA(1): Horizontal Sync Start : multiples of 8
(II) NVIDIA(1): Horizontal Sync Width : multiples of 8
(II) NVIDIA(1): Horizontal Total Width : multiples of 8
(II) NVIDIA(1):
(--) NVIDIA(1): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
(--) NVIDIA(1): HP (CRT-0)
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(1): HP (CRT-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(1):
(--) NVIDIA(1): --- EDID for HP (CRT-0) ---
(--) NVIDIA(1): EDID Version : 1.0
(--) NVIDIA(1): Manufacturer : HWP
(--) NVIDIA(1): Monitor Name : HP
(--) NVIDIA(1): Product ID : 2830
(--) NVIDIA(1): 32-bit Serial Number : 81556680
(--) NVIDIA(1): Serial Number String :
(--) NVIDIA(1): Manufacture Date : 1998, week 15
(--) NVIDIA(1): DPMS Capabilities : Standby Suspend Active Off
(--) NVIDIA(1): Prefer first detailed timing : No
(--) NVIDIA(1): Supports GTF : No
(--) NVIDIA(1): Maximum Image Size : 280mm x 210mm
(--) NVIDIA(1): Valid HSync Range : 31 kHz - 68 kHz
(--) NVIDIA(1): Valid VRefresh Range : 60 Hz - 85 Hz
(--) NVIDIA(1): EDID maximum pixel clock : 108.0 MHz
(--) NVIDIA(1):
(--) NVIDIA(1): Established Timings:
(--) NVIDIA(1): 640 x 480 @ 60 Hz
(--) NVIDIA(1): 640 x 480 @ 75 Hz
(--) NVIDIA(1): 800 x 600 @ 60 Hz
(--) NVIDIA(1): 800 x 600 @ 75 Hz
(--) NVIDIA(1): 1024 x 768 @ 75 Hz
(--) NVIDIA(1):
(--) NVIDIA(1): Standard Timings:
(--) NVIDIA(1): 1024 x 768 @ 60 Hz
(--) NVIDIA(1):
(--) NVIDIA(1): Detailed Timings:
(--) NVIDIA(1): 1280 x 1024 @ 60 Hz
(--) NVIDIA(1): Pixel Clock : 108.00 MHz
(--) NVIDIA(1): HRes, HSyncStart : 1280, 1328
(--) NVIDIA(1): HSyncEnd, HTotal : 1440, 1688
(--) NVIDIA(1): VRes, VSyncStart : 1024, 1025
(--) NVIDIA(1): VSyncEnd, VTotal : 1028, 1066
(--) NVIDIA(1): H/V Polarity : +/+
(--) NVIDIA(1): 1024 x 768 @ 85 Hz
(--) NVIDIA(1): Pixel Clock : 94.50 MHz
(--) NVIDIA(1): HRes, HSyncStart : 1024, 1072
(--) NVIDIA(1): HSyncEnd, HTotal : 1168, 1376
(--) NVIDIA(1): VRes, VSyncStart : 768, 769
(--) NVIDIA(1): VSyncEnd, VTotal : 772, 808
(--) NVIDIA(1): H/V Polarity : +/+
(--) NVIDIA(1): 800 x 600 @ 85 Hz
(--) NVIDIA(1): Pixel Clock : 56.25 MHz
(--) NVIDIA(1): HRes, HSyncStart : 800, 832
(--) NVIDIA(1): HSyncEnd, HTotal : 896, 1048
(--) NVIDIA(1): VRes, VSyncStart : 600, 601
(--) NVIDIA(1): VSyncEnd, VTotal : 604, 631
(--) NVIDIA(1): H/V Polarity : +/+
(--) NVIDIA(1): 640 x 480 @ 85 Hz
(--) NVIDIA(1): Pixel Clock : 36.00 MHz
(--) NVIDIA(1): HRes, HSyncStart : 640, 696
(--) NVIDIA(1): HSyncEnd, HTotal : 752, 832
(--) NVIDIA(1): VRes, VSyncStart : 480, 481
(--) NVIDIA(1): VSyncEnd, VTotal : 484, 509
(--) NVIDIA(1): H/V Polarity : -/-
(--) NVIDIA(1):
(--) NVIDIA(1): --- End of EDID for HP (CRT-0) ---
(--) NVIDIA(1):
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(1): TV encoder: NVIDIA
(II) NVIDIA(1): TV modes supported by this encoder:
(II) NVIDIA(1): 1024x768; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI,
(II) NVIDIA(1): PAL-N, PAL-NC
(II) NVIDIA(1): 800x600; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(1): PAL-NC
(II) NVIDIA(1): 720x576; Standards: PAL-BDGHI, PAL-N, PAL-NC
(II) NVIDIA(1): 720x480; Standards: NTSC-M, NTSC-J, PAL-M
(II) NVIDIA(1): 640x480; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(1): PAL-NC
(II) NVIDIA(1): 640x400; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(1): PAL-NC
(II) NVIDIA(1): 400x300; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(1): PAL-NC
(II) NVIDIA(1): 320x240; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(1): PAL-NC
(II) NVIDIA(1): 320x200; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(1): PAL-NC
(II) NVIDIA(1): Option "UseDisplayDevice" "TV" converted to "TV-0".
(II) NVIDIA(1):
(II) NVIDIA(1): --- Modes in ModePool for NVIDIA TV Encoder (TV-0) ---
(II) NVIDIA(1): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: NVIDIA Predefined)
(II) NVIDIA(1): "1024x768" : 1024 x 768; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(1): "800x600" : 800 x 600; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(1): "720x576" : 720 x 576; for use with TV standards: PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(1): "640x480" : 640 x 480; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(1): "400x300" : 400 x 300; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(1): "320x240" : 320 x 240; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(1): "320x200" : 320 x 200; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(1): --- End of ModePool for NVIDIA TV Encoder (TV-0): ---
(II) NVIDIA(1):
(II) NVIDIA(1): Assigned Display Device: TV-0
(II) NVIDIA(1): Requested modes:
(II) NVIDIA(1): "640x480"
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1): MetaMode "640x480":
(II) NVIDIA(1): Bounding Box: [0, 0, 640, 480]
(II) NVIDIA(1): NVIDIA TV Encoder (TV-0): "640x480"
(II) NVIDIA(1): Size : 640 x 480
(II) NVIDIA(1): Offset : +0 +0
(II) NVIDIA(1): Panning Domain: @ 640 x 480
(II) NVIDIA(1): Position : [0, 0, 640, 480]
(II) NVIDIA(1): Virtual screen size determined to be 640 x 480
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) NVIDIA(1): Saved console TV mode: 3
(==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after preInit:
[0] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
[1] 0 0 0xde000000 - 0xdeffffff (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 0xdfffff00 - 0xdfffffff (0x100) MX[B]
[7] -1 0 0xdddff000 - 0xdddfffff (0x1000) MX[B]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[9] -1 0 0xdfee0000 - 0xdfefffff (0x20000) MX[B](B)
[10] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
[12] -1 0 0xdddfe000 - 0xdddfefff (0x1000) 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 0x0000ec00 - 0x0000ecff (0x100) IX[B]
[20] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
[21] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
[22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[23] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[24] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): kernel module enabled successfully
(II) NVIDIA(0): Memory mapped
(II) NVIDIA(0): Interrupts enabled
(II) NVIDIA(0): Setting mode "1024x768"
(II) NVIDIA(0): CRT-0 assigned CRTC 0
(II) NVIDIA(0): TV-0 assigned CRTC 1
(II) NVIDIA(0): First mode initialized
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Visuals set up
(II) NVIDIA(0): Pixmap depths set up
(II) NVIDIA(0): GLX visuals set up
(II) NVIDIA(0): Framebuffer set up
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): Default colormap initialized.
(II) NVIDIA(0): Palette loaded
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) NVIDIA(0): Screen initialization complete
(==) RandR enabled
(II) NVIDIA(1): kernel module enabled successfully
(II) NVIDIA(1): Memory mapped
(II) NVIDIA(1): Interrupts enabled
(II) NVIDIA(1): Setting mode "640x480"
(II) NVIDIA(1): Not allocating video overlay for second X screen sharing this
(II) NVIDIA(1): GPU
(II) NVIDIA(1): First mode initialized
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Visuals set up
(II) NVIDIA(1): Pixmap depths set up
(II) NVIDIA(1): GLX visuals set up
(II) NVIDIA(1): Framebuffer set up
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(II) NVIDIA(1): Default colormap initialized.
(II) NVIDIA(1): Palette loaded
(II) NVIDIA(1): Screen initialization complete
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 /usr/lib/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" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "XkbVariant" "intl"
(**) Generic Keyboard: XkbVariant: "intl"
(**) Option "XkbOptions" "lv3:ralt_switch"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
(**) 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
(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)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us(intl)+level3(ralt_switch)" };
xkb_geometry { include "pc(pc105)" };
(**) Option "Device" "/dev/input/mice"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!
And my config file is:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006
# /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 "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 "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 "/usr/share/fonts/X11/misc"
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" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
Option "XkbOptions" "lv3:ralt_switch"
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 "Monitor[0]"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
#TV
Identifier "Monitor[1]"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
Screen 0
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "CRT,TV"
Option "UseDisplayDevice" "CRT"
EndSection
Section "Device"
#adjust using lspci or cat /proc/pci
Identifier "Device[1]"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
Option "TVOutFormat" "COMPOSITE" # or SVIDEO etc
Option "TVStandard" "PAL-B" # or NTSC etc
#Option "ConnectedMonitor" "Monitor[1]" # or NTSC etc
#Option "IgnoreEDID" "True"
Option "ConnectedMonitor" "CRT,TV"
Option "UseDisplayDevice" "TV"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 16
#Option "TwinView" "true"
#Option "TwinViewOrientation" "Clone"
#Option "TVOutFormat" "COMPOSITE"
#Option "TVStandard" "PAL-M"
#Option "SecondMonitorHorizSync" "30-50"
#Option "SecondMonitorVertRefresh" "60"
#Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480; 512x384,512x384"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen[1]"
Device "Device[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection
fattmox
January 4th, 2007, 04:26 PM
Found this article very helpful
Running Edgy Eft on Dell C840 with a GeForce 440 Go.
Up and running in minutes.
Thanks.
JELO
January 14th, 2007, 04:32 PM
Well, I had it working for awhile. I recently ran updates and everything went wrong. Managed to get X working again and the tv out sort of. Not to my liking though, I basically just have a clone on my tv. Before I had it so my tv was separate, could open movies up directly to my tv etc. Whenever I try doing the RightOf option in xorg.conf, x crashes on restart and I have to change the file back the way it was. I'm running the latest beryl and nvidia beta drivers as described in this guide http://ubuntuguide.org/wiki/Ubuntu_Edgy
obryant
February 13th, 2007, 03:42 AM
I'm a total linux newb. I just followed the directions verbatim and it worked. (Edgy Eft with geForce 5200)
Thanks
RudolfMDLT
February 22nd, 2007, 07:36 AM
Thanks man! this worked great!:guitar:
medeshago
February 25th, 2007, 02:07 PM
Can't get it to work. No picture on the TV.
xorg.conf:
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Configured Mouse"
InputDevice "Generic Keyboard"
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 "/usr/share/fonts/X11/misc"
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" "pc105"
Option "XkbLayout" "latam"
Option "XkbOptions" "lv3:ralt_switch"
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 "Monitor[0]" #CRT
Option "DPMS"
HorizSync 31.5-80
VertRefresh 56.3-75
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:5:0:0"
screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "Composite" #or SVIDEO etc
Option "TVStandard" "NTSC" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:5:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768_60"
EndSubSection
EndSection
Xorg.0.log
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux nosotros 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686
Build Date: 07 July 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 Feb 26 14:35:52 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 "Configured Mouse"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(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.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1462,7135 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1462,7135 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1462,7135 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1462,7135 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1462,7135 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1462,b010 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1462,7135 rev f2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1462,7135 rev f3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1462,7135 rev f3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1462,7135 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 05:00:0: chip 10de,01df card 1462,0345 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0200 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 5 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xfa000000 - 0xfcffffff (0x3000000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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]
(--) PCI:*(5:0:0) nVidia Corporation unknown chipset (0x01df) rev 161, Mem @ 0xfa000000/24, 0xd0000000/28, 0xfb000000/24
(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) Active PCI resource ranges:
[0] -1 0 0xfe029000 - 0xfe029fff (0x1000) MX[B]
[1] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[B]
[2] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[3] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[4] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[5] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[6] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[8] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[10] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[11] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[12] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[13] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[14] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[15] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[16] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[17] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[18] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[19] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[20] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[21] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
[22] -1 0 0x0000ea00 - 0x0000eaff (0x100) IX[B]
[23] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[24] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[25] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfe029000 - 0xfe029fff (0x1000) MX[B]
[1] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[B]
[2] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[3] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[4] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[5] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[6] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[8] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[10] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[11] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[12] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[13] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[14] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[15] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[16] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[17] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[18] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[19] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[20] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[21] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
[22] -1 0 0x0000ea00 - 0x0000eaff (0x100) IX[B]
[23] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[24] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[25] -1 0 0x0000ff00 - 0x0000ff1f (0x20) 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 0xfe029000 - 0xfe029fff (0x1000) MX[B]
[5] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[B]
[6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[7] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[10] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[12] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[16] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[17] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[18] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[19] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[20] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[21] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[22] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[23] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[24] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[25] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[26] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[27] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
[28] -1 0 0x0000ea00 - 0x0000eaff (0x100) IX[B]
[29] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[30] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[31] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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 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.1.1, 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/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9746
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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(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.9746
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.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(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.6
(II) Wacom driver level: 47-0.7.2 $
(II) NVIDIA dlloader X Driver 1.0-9746 Fri Dec 15 09:56:41 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Chipset NVIDIA GPU found
(--) 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.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(WW) Warning, couldn't open module wfb
(II) UnloadModule: "wfb"
(EE) Failed to load module "wfb" (module does not exist, 0)
(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.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(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 0xfe029000 - 0xfe029fff (0x1000) MX[B]
[5] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[B]
[6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[7] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[10] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[12] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[16] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[17] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[18] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[19] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[20] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[21] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[22] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[23] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[24] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[25] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[26] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[27] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
[28] -1 0 0x0000ea00 - 0x0000eaff (0x100) IX[B]
[29] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[30] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[31] -1 0 0x0000ff00 - 0x0000ff1f (0x20) 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 0xfe029000 - 0xfe029fff (0x1000) MX[B]
[5] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[B]
[6] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[7] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[8] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[9] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[10] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[12] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[19] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[20] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[21] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[22] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[23] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[24] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[25] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[26] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[27] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[28] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[29] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[30] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
[31] -1 0 0x0000ea00 - 0x0000eaff (0x100) IX[B]
[32] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[33] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[34] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) 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 "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 7300 GS at PCI:5:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.72.22.43.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7300 GS at PCI:5:0:0:
(--) NVIDIA(0): ViewSonic E70f+-4 (CRT-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): ViewSonic E70f+-4 (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1280x1024"
(II) NVIDIA(0): "1152x864"
(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 (101, 108); computed from "UseEdidDpi" X config
(--) NVIDIA(0): option
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "ConnectedMonitor" "Monitor[1]"
(**) NVIDIA(1): Option "TVStandard" "NTSC"
(**) NVIDIA(1): Option "TVOutFormat" "Composite"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Forcing COMPOSITE video output
(**) NVIDIA(1): TV Standard string: "NTSC"
(WW) NVIDIA(1): Unknown TV Standard "NTSC"; defaulting to "NTSC-M"
(II) NVIDIA(1): NVIDIA GPU GeForce 7300 GS at PCI:5:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 262144 kBytes
(--) NVIDIA(1): VideoBIOS: 05.72.22.43.00
(II) NVIDIA(1): Detected PCI Express Link width: 16X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce 7300 GS at PCI:5:0:0:
(--) NVIDIA(1): ViewSonic E70f+-4 (CRT-0)
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(1): ViewSonic E70f+-4 (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(1): TV encoder: NVIDIA
(II) NVIDIA(1): Assigned Display Device: TV-0
(WW) NVIDIA(1): No valid modes for "1024x768_60"; removing.
(WW) NVIDIA(1):
(WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(1): "nvidia-auto-select".
(WW) NVIDIA(1):
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1): "nvidia-auto-select"
(II) NVIDIA(1): Virtual screen size determined to be 1024 x 768
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after preInit:
[0] 0 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B]
[1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
[2] 0 0 0xfa000000 - 0xfaffffff (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 0xfe029000 - 0xfe029fff (0x1000) MX[B]
[8] -1 0 0xfe02a000 - 0xfe02afff (0x1000) MX[B]
[9] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[10] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[12] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[13] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[B]
[22] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[B]
[23] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[24] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[25] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[26] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[27] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[B]
[28] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[29] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[30] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[31] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[32] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[B]
[33] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B]
[34] -1 0 0x0000ea00 - 0x0000eaff (0x100) IX[B]
[35] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
[36] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
[37] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[39] 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
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) NVIDIA(1): Setting mode "nvidia-auto-select"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 /usr/lib/xserver/SecurityPolicy
(**) 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"
nosleep
February 26th, 2007, 04:15 PM
Hi, only got "No video signal" on TV so far.
On boot there is picture on TV, but when Ubuntu starts it lost and I got TV message "No video signal". If I try to boot with "vesa" drivers picture on TV is OK.
This is my xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following 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"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
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" "hr"
# Option "XkbVariant" "hr"
# Option "XkbOptions" "lv3:ralt_switch"
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]" #CRT
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Option "TVOutFormat" "Composite" #or SVIDEO etc
Option "TVStandard" "PAL-B" #or NTSC etc
BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
Option "ConnectedMonitor" "Monitor[0]"
Screen 1
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
and this is the log
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux htpc 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686
Build Date: 07 July 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 Feb 26 21:06:03 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 "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(==) |-->Input Device "Generic Keyboard"
(WW) The core keyboard device wasn't specified explicitly in the layout.
Using the first core keyboard device.
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(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.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3168 card 1106,3168 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 15bd,3000 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0170 card 10b0,0b02 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:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 460] 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 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[7] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[8] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[11] -1 0 0x0000d000 - 0x0000d01f (0x20) 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 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[7] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[8] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[11] -1 0 0x0000d000 - 0x0000d01f (0x20) 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 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[14] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[17] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(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.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(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.1.1, 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 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.1.1, 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.9631
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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(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.9631
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.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(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.6
(II) Wacom driver level: 47-0.7.2 $
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver 1.0-9631 Thu Nov 9 17:39:58 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(--) 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.1.1, 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.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(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 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[13] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[14] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[17] -1 0 0x0000d000 - 0x0000d01f (0x20) 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 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[16] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[17] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[21] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[22] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) 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): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 460 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.00.45.00
(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 460 at PCI:1:0:0:
(--) NVIDIA(0): CRT-0
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): CRT-0: 350.0 MHz maximum pixel clock
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-0's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "ConnectedMonitor" "Monitor[0]"
(**) NVIDIA(1): Option "TVStandard" "PAL-B"
(**) NVIDIA(1): Option "TVOutFormat" "Composite"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Forcing COMPOSITE video output
(**) NVIDIA(1): TV Standard string: "PAL-B"
(II) NVIDIA(1): NVIDIA GPU GeForce4 MX 460 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 65536 kBytes
(--) NVIDIA(1): VideoBIOS: 04.17.00.45.00
(II) NVIDIA(1): Detected AGP rate: 4X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce4 MX 460 at PCI:1:0:0:
(--) NVIDIA(1): CRT-0
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(1): CRT-0: 350.0 MHz maximum pixel clock
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(1): TV encoder: NVIDIA
(II) NVIDIA(1): Assigned Display Device: TV-0
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1): "1024x768"
(II) NVIDIA(1): Virtual screen size determined to be 1024 x 768
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(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 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[19] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[20] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[21] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
[23] -1 0 0x0000d000 - 0x0000d01f (0x20) IX[B]
[24] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[25] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(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) NVIDIA(1): Setting mode "1024x768"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(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 /usr/lib/xserver/SecurityPolicy
(**) 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
(**) 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" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "hr"
(**) Generic Keyboard: XkbLayout: "hr"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(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 "NVIDIA Damage Notification Manager" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other)
(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 : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : Success
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : Success
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
No such file or directory.
Error opening /dev/wacom : Success
xkb_keycodes { include "xfree86+aliases(qwertz)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+hr" };
xkb_geometry { include "pc(pc105)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!
pixel8
March 2nd, 2007, 06:03 AM
hi all, just to say this worked 1st time for me just following the (excellent) guide, thank you tseliot.
running Edgy with an FX5200, using S-Video out port.
Ph00p
March 2nd, 2007, 12:39 PM
Sorry if this has already been posted here, but is it easy to connect and disconnect the tv or is this a permanent thing?
peekj
March 4th, 2007, 05:42 PM
I have my TV-Out working just fine except for one thing that I hope someone can help with:
The image on the TV does not fill out the entire screen. here's about 1.5 inches on the left that are purely black as well as about 0.5 inches on the top, right, and bottom that are unused. Now, on a monitor it's easy to adjust the screen position but my TV has no such controls.
Can I adjust this in software? Maybe in the xorg.conf? I don't want to use nvtv because I haven't had a good experience with it. Is there any other way to do this? I'd like to use all the screen real estate if possible.
Thanks!
codecks
March 16th, 2007, 01:58 PM
I can't get it working. I followed the guide tried some modifications but nothing works. As soon as I try to use the TV-Out it Ubuntu doesn't start anymore.I hope someone can point me out in the right direction.
Here's my xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Oct 16 22:13:07 PDT 2006
# /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 "ServerLayout"
# Identifier "Default Layout"
# Screen "Default Screen" 0 0
# InputDevice "Generic Keyboard"
# InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
# InputDevice "Synaptics Touchpad"
#EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/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 "/usr/share/fonts/X11/misc"
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" "pc105"
Option "XkbLayout" "be"
Option "XkbOptions" "lv3:ralt_switch"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Monitor"
Identifier "Monitor[0]" #crt
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30.0 - 50.0
VertRefresh 60.0
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
screen 0
EndSection
Section "Device"
Identifier "Device[1]"
Driver "nvidia"
Screen 1
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 16
Option "ExactModeTimingsDVI" "TRUE"
Option "ModeValidation" "DFP-0: NoEdidDFPMaxSizeCheck, NoVesaModes"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
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
EndSection
Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
and here's my Xorg.0.log
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux ubuntu 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686
Build Date: 07 July 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: Fri Mar 16 18:26:22 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 "Configured Mouse"
(**) |-->Input Device "Generic Keyboard"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(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.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 1179,0001 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 1179,0001 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1179,0001 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1179,0001 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 1179,0001 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0175 card 1179,0001 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:07:0: chip 104c,8023 card 1179,0001 rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:08:0: chip 8086,1031 card 1179,0001 rev 42 class 02,00,00 hdr 00
(II) PCI: 02:0b:0: chip 1179,0617 card d000,0000 rev 32 class 06,07,00 hdr 82
(II) PCI: 02:0b:1: chip 1179,0617 card d800,0000 rev 32 class 06,07,00 hdr 82
(II) PCI: 02:0d:0: chip 1179,0805 card 1179,0001 rev 03 class 08,80,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,5), 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 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xebf00000 - 0xefffffff (0x4100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,8), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfce00000 - 0xfcefffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x20000000 - 0x23ffffff (0x4000000) 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)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:11:0), (2,3,4), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x20000000 - 0x21ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (2:11:1), (2,5,8), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[1] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0x22000000 - 0x23ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 420 Go] rev 163, Mem @ 0xfd000000/24, 0xec000000/26, 0xebf80000/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 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfcef6e00 - 0xfcef6fff (0x200) MX[B]
[1] -1 0 0xfcef7000 - 0xfcef7fff (0x1000) MX[B]
[2] -1 0 0xfcef8000 - 0xfcefbfff (0x4000) MX[B]
[3] -1 0 0xfceff800 - 0xfcefffff (0x800) MX[B]
[4] -1 0 0x24000000 - 0x240003ff (0x400) MX[B]
[5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[6] -1 0 0xebf80000 - 0xebffffff (0x80000) MX[B](B)
[7] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
[10] -1 0 0x0000c980 - 0x0000c9ff (0x80) IX[B]
[11] -1 0 0x0000ca00 - 0x0000caff (0x100) IX[B]
[12] -1 0 0x0000cdc0 - 0x0000cdff (0x40) IX[B]
[13] -1 0 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[14] -1 0 0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
[15] -1 0 0x0000cfe4 - 0x0000cfe4 (0x1) IX[B]
[16] -1 0 0x0000cfe8 - 0x0000cfe8 (0x1) IX[B]
[17] -1 0 0x0000cff4 - 0x0000cff4 (0x1) IX[B]
[18] -1 0 0x0000cff8 - 0x0000cff8 (0x1) IX[B]
[19] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[20] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfcef6e00 - 0xfcef6fff (0x200) MX[B]
[1] -1 0 0xfcef7000 - 0xfcef7fff (0x1000) MX[B]
[2] -1 0 0xfcef8000 - 0xfcefbfff (0x4000) MX[B]
[3] -1 0 0xfceff800 - 0xfcefffff (0x800) MX[B]
[4] -1 0 0x24000000 - 0x240003ff (0x400) MX[B]
[5] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[6] -1 0 0xebf80000 - 0xebffffff (0x80000) MX[B](B)
[7] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
[10] -1 0 0x0000c980 - 0x0000c9ff (0x80) IX[B]
[11] -1 0 0x0000ca00 - 0x0000caff (0x100) IX[B]
[12] -1 0 0x0000cdc0 - 0x0000cdff (0x40) IX[B]
[13] -1 0 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[14] -1 0 0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
[15] -1 0 0x0000cfe4 - 0x0000cfe4 (0x1) IX[B]
[16] -1 0 0x0000cfe8 - 0x0000cfe8 (0x1) IX[B]
[17] -1 0 0x0000cff4 - 0x0000cff4 (0x1) IX[B]
[18] -1 0 0x0000cff8 - 0x0000cff8 (0x1) IX[B]
[19] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[20] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x23ffffff (0x23f00000) 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 - 0x23ffffff (0x23f00000) 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 0xfcef6e00 - 0xfcef6fff (0x200) MX[B]
[5] -1 0 0xfcef7000 - 0xfcef7fff (0x1000) MX[B]
[6] -1 0 0xfcef8000 - 0xfcefbfff (0x4000) MX[B]
[7] -1 0 0xfceff800 - 0xfcefffff (0x800) MX[B]
[8] -1 0 0x24000000 - 0x240003ff (0x400) MX[B]
[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[10] -1 0 0xebf80000 - 0xebffffff (0x80000) MX[B](B)
[11] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
[16] -1 0 0x0000c980 - 0x0000c9ff (0x80) IX[B]
[17] -1 0 0x0000ca00 - 0x0000caff (0x100) IX[B]
[18] -1 0 0x0000cdc0 - 0x0000cdff (0x40) IX[B]
[19] -1 0 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[20] -1 0 0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
[21] -1 0 0x0000cfe4 - 0x0000cfe4 (0x1) IX[B]
[22] -1 0 0x0000cfe8 - 0x0000cfe8 (0x1) IX[B]
[23] -1 0 0x0000cff4 - 0x0000cff4 (0x1) IX[B]
[24] -1 0 0x0000cff8 - 0x0000cff8 (0x1) IX[B]
[25] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[26] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(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.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, 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 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.1.1, 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/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: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, 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: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(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.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.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA X Driver 1.0-8776 Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(--) 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.1.1, 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.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x23ffffff (0x23f00000) 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 0xfcef6e00 - 0xfcef6fff (0x200) MX[B]
[5] -1 0 0xfcef7000 - 0xfcef7fff (0x1000) MX[B]
[6] -1 0 0xfcef8000 - 0xfcefbfff (0x4000) MX[B]
[7] -1 0 0xfceff800 - 0xfcefffff (0x800) MX[B]
[8] -1 0 0x24000000 - 0x240003ff (0x400) MX[B]
[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[10] -1 0 0xebf80000 - 0xebffffff (0x80000) MX[B](B)
[11] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
[16] -1 0 0x0000c980 - 0x0000c9ff (0x80) IX[B]
[17] -1 0 0x0000ca00 - 0x0000caff (0x100) IX[B]
[18] -1 0 0x0000cdc0 - 0x0000cdff (0x40) IX[B]
[19] -1 0 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[20] -1 0 0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
[21] -1 0 0x0000cfe4 - 0x0000cfe4 (0x1) IX[B]
[22] -1 0 0x0000cfe8 - 0x0000cfe8 (0x1) IX[B]
[23] -1 0 0x0000cff4 - 0x0000cff4 (0x1) IX[B]
[24] -1 0 0x0000cff8 - 0x0000cff8 (0x1) IX[B]
[25] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[26] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x23ffffff (0x23f00000) 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 0xfcef6e00 - 0xfcef6fff (0x200) MX[B]
[5] -1 0 0xfcef7000 - 0xfcef7fff (0x1000) MX[B]
[6] -1 0 0xfcef8000 - 0xfcefbfff (0x4000) MX[B]
[7] -1 0 0xfceff800 - 0xfcefffff (0x800) MX[B]
[8] -1 0 0x24000000 - 0x240003ff (0x400) MX[B]
[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[10] -1 0 0xebf80000 - 0xebffffff (0x80000) MX[B](B)
[11] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
[19] -1 0 0x0000c980 - 0x0000c9ff (0x80) IX[B]
[20] -1 0 0x0000ca00 - 0x0000caff (0x100) IX[B]
[21] -1 0 0x0000cdc0 - 0x0000cdff (0x40) IX[B]
[22] -1 0 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[23] -1 0 0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
[24] -1 0 0x0000cfe4 - 0x0000cfe4 (0x1) IX[B]
[25] -1 0 0x0000cfe8 - 0x0000cfe8 (0x1) IX[B]
[26] -1 0 0x0000cff4 - 0x0000cff4 (0x1) IX[B]
[27] -1 0 0x0000cff8 - 0x0000cff8 (0x1) IX[B]
[28] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[29] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B]
[30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "ExactModeTimingsDVI" "TRUE"
(**) NVIDIA(0): Option "ModeValidation" "DFP-0: NoEdidDFPMaxSizeCheck, NoVesaModes"
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failure reading maximum pixel clock value for display device
(EE) NVIDIA(0): TV-0.
(II) NVIDIA(0): NVIDIA GPU GeForce4 420 Go at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.00.41.c7
(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 420 Go at PCI:1:0:0:
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): NVIDIA Default Flat Panel (DFP-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 100.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Mode Validation Overrides for NVIDIA Default Flat Panel
(II) NVIDIA(0): (DFP-0):
(II) NVIDIA(0): NoEdidDFPMaxSizeCheck
(II) NVIDIA(0): NoVesaModes
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): DPI set to (76, 75); computed from "UseEdidDpi" X config option
(**) NVIDIA(1): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(1): RGB weight 565
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "ConnectedMonitor" "TV"
(**) NVIDIA(1): Option "TVStandard" "PAL-B"
(**) NVIDIA(1): Option "TVOutFormat" "COMPOSITE"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Forcing COMPOSITE video output
(**) NVIDIA(1): TV Standard string: "PAL-B"
(II) NVIDIA(1): NVIDIA GPU GeForce4 420 Go at PCI:1:0:0
(--) NVIDIA(1): VideoRAM: 32768 kBytes
(--) NVIDIA(1): VideoBIOS: 04.17.00.41.c7
(II) NVIDIA(1): Detected AGP rate: 4X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce4 420 Go at PCI:1:0:0:
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0)
(--) NVIDIA(1): NVIDIA Default Flat Panel (DFP-0)
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0): 100.0 MHz maximum pixel clock
(--) NVIDIA(1): TV encoder: NVIDIA
(II) NVIDIA(1): Assigned Display Device: TV-0
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1): "1024x768"
(II) NVIDIA(1): Virtual screen size determined to be 1024 x 768
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(==) NVIDIA(1): DPI set to (75, 75); computed from built-in default
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/lib/xorg/modules/librac.so
(II) Module rac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after preInit:
[0] 0 0 0xebf80000 - 0xebffffff (0x80000) MX[B]
[1] 0 0 0xec000000 - 0xefffffff (0x4000000) MX[B]
[2] 0 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
[3] -1 0 0x00100000 - 0x23ffffff (0x23f00000) 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 0xfcef6e00 - 0xfcef6fff (0x200) MX[B]
[8] -1 0 0xfcef7000 - 0xfcef7fff (0x1000) MX[B]
[9] -1 0 0xfcef8000 - 0xfcefbfff (0x4000) MX[B]
[10] -1 0 0xfceff800 - 0xfcefffff (0x800) MX[B]
[11] -1 0 0x24000000 - 0x240003ff (0x400) MX[B]
[12] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[13] -1 0 0xebf80000 - 0xebffffff (0x80000) MX[B](B)
[14] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B](B)
[15] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[B]
[22] -1 0 0x0000c980 - 0x0000c9ff (0x80) IX[B]
[23] -1 0 0x0000ca00 - 0x0000caff (0x100) IX[B]
[24] -1 0 0x0000cdc0 - 0x0000cdff (0x40) IX[B]
[25] -1 0 0x0000ce00 - 0x0000ceff (0x100) IX[B]
[26] -1 0 0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
[27] -1 0 0x0000cfe4 - 0x0000cfe4 (0x1) IX[B]
[28] -1 0 0x0000cfe8 - 0x0000cfe8 (0x1) IX[B]
[29] -1 0 0x0000cff4 - 0x0000cff4 (0x1) IX[B]
[30] -1 0 0x0000cff8 - 0x0000cff8 (0x1) IX[B]
[31] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
[32] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[B]
[33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(EE) NVIDIA(0): The requested configuration of display devices is not
(EE) NVIDIA(0): supported in the hardware.
Fatal server error:
AddScreen/ScreenInit failed for driver 0
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x81) [0x80c3971]
1: [0xffffe420]
2: /usr/X11R6/bin/X(AbortServer+0x23) [0x81a1603]
3: /usr/X11R6/bin/X(FatalError+0x66) [0x81a1b06]
4: /usr/X11R6/bin/X(InitOutput+0x883) [0x809fdd3]
5: /usr/X11R6/bin/X(main+0x276) [0x806e506]
6: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7d0f8cc]
7: /usr/X11R6/bin/X(FontFileCompleteXLFD+0xa1) [0x806da51]
FatalError re-entered, aborting
Caught signal 11. Server aborting
This seems to be the error, dunno what it exactly means tho (did some googling but no real explanation)
(EE) NVIDIA(0): Failure reading maximum pixel clock value for display device
(EE) NVIDIA(0): TV-0.
What happens is when I start ubuntu, the system shows a blank screen, then it "flicker's" 2 or 3 times (like if it is changing resolution) and then it hangs. From the moment I press a key, I got an X error message.
I'm running it on a laptop (Toshiba Satelite Pro 2100) with a GeForce4 420 GO graphic adapter.
Please help.
medeshago
March 16th, 2007, 04:18 PM
This works perfectly using metacity but when i try to use it with beryl, i can't get it to work. Any solution to that?
BiggerGeek
March 21st, 2007, 02:23 AM
I don't know if anyone is still watching this thread, but I am having problems getting video to display on the second device. I have two desktops, one on my crt and one on my tv. I can't get videos or programs to open on that display using the scripts people mentioned in this thread.
If i do
mplayer -display :0.1 -fs $filename
it says it cannot connect to the display. And sometimes, after I have been messing with it, certain programs will only open on my TV, like gedit. I am ideally trying to get mplayer and mythtv only to run on the tv only. Anyone know how I can check the numbering of the available displays or anything like that?
daller
March 22nd, 2007, 01:13 PM
I don't know if anyone is still watching this thread, but I am having problems getting video to display on the second device. I have two desktops, one on my crt and one on my tv. I can't get videos or programs to open on that display using the scripts people mentioned in this thread.
If i do
mplayer -display :0.1 -fs $filename
it says it cannot connect to the display. And sometimes, after I have been messing with it, certain programs will only open on my TV, like gedit. I am ideally trying to get mplayer and mythtv only to run on the tv only. Anyone know how I can check the numbering of the available displays or anything like that?
Please post your xorg.conf file inside a "CODE/CODE"
Your screens should be numbered in the ServerLayout like this:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "Screen[SISUSBVGA]" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
t-tbone
March 25th, 2007, 07:13 PM
http://ubuntuforums.org/images/smilies/eusa_clap.gif
Nvidia 6800 here doing s-video out to a Panasonic 42" plasma worked like a champ the first time with your instructions. Thanks because this is about the fourth set I've tried until yours worked.
:guitar:
gforster
March 31st, 2007, 10:40 PM
Thank you for your guide. It helped me get the s-video working. My problem is that the entire screen does not show up on the TV. The right third and the bottom third are cut off. I can't figure out the problem. I have tried everything I can think of (changing resolutions, etc.), but I am now stuck. I cannot find information on this at all anywhere. I really need to get his to work as I do presentations at school. I can adjust the position of picture on the TV screen, but not the size. Anybody have an idea?
avidesh
April 7th, 2007, 08:54 AM
I don't see the entire desktop on TV only the top & bottom menu and the background.
Don't see any application windows on the TV screen, while on the CRT I see everything.
I have Geforce2 MX/MX 400, Ubuntu edgy, nvidia 71X legacy driver
How to fix this?
jetpeach
April 20th, 2007, 08:52 PM
I am also look for a way to optimize the position of the screen on the TV - it does not fill it all and is screwed a little funny.
I have a geforce3 ti 200 so run the newer legacy driver, but i heard the newest uptodate driver allows screen positioning in it's gui config? could somebody who has adjusted their screen position post what happens in the xorg.conf files to move the screen?
thanks,
jet
FurryNemesis
April 26th, 2007, 06:52 PM
Has anyone managed to get this working with an NVidia Geforce4 Go? I was very close yesterday but unfortunately my laptop screen greyed out with a timer and the TV that I was trying to hook it up to wouldn't play ball. I'm using Dapper and the Legacy driver from the repos as the one from the nvidia site won't compile at the moment. Will try again in the meantime and post relevant Xorg.conf+log if I fail.
FurryNemesis
April 26th, 2007, 07:52 PM
# /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 "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "9"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7 8 9"
Option "Emulate3Buttons" "false"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 "NVIDIA Corporation NV17 [GeForce4 460 Go]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "Composite" #or SVIDEO etc
Option "TVStandard" "PAL-I" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Monitor"
Identifier "Generic Monitor" #Laptop Screen
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 460 Go]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Device "NVIDIA Corporation NV17 [GeForce4 460 Go]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768_60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Default Screen"
Screen 1 "Screen[1]" RightOf "DefaultScreen"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Sawert
May 12th, 2007, 06:01 PM
Have anyone that uses the "Workspace on a cube"-effect got this to work? If so, does the whole feature "on a cube" stops working? It should, because if you use this feature, like I do, I have four different workspaces on this cube and it would be a shame to loose this feature. If this means that I have to change xorg.conf every time I want to connect my computer to the TV, it's so not worth it, then the best way should be to clone the picture, like several people though about. I found another guide about that and if what I stated is facts, I'll try to clone it instead.
The problem I have had so far while cloning the screen is that the TV can't manage rezolutions higher than 1024 and that means that my desktop runs the same resolution. Why isn't there a simple feature to clone the screen in nvidia-settions, just like in Windows so the screen refrehses if you clone the screen.
Sirhanz
May 15th, 2007, 03:29 AM
Hi I have a Matrox G450 I would like to configure for tv out. here is my xorg.conf, if someone would be so kind to just edit what i posted so that i may cut and paste for my eyes are very bad. Thanks in advance. # /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 "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "usdvorak"
Option "XkbVariant" "dvorak"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
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 "MatroxG450"
Driver "mga"
BusID "PCI:6:0:0"
Option "OldDmaInit" "True"
EndSection
Section "Monitor"
Identifier "PHILIPS 109B"
Option "DPMS"
HorizSync 30-100
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "MatroxG450"
Monitor "PHILIPS 109B"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
dimmanramone
May 17th, 2007, 06:30 AM
Hi!
Even if I followed your guide...i still cannot make the TV-out to work...i think that i have done everything right, or at least i made some things right because i can see the arrow of the mouse on the TV, but i don't get any background and i cannot move any application there :S
here is my xorg.conf:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Nov 9 17:56:12 PST 2006
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen[0]" 0 0
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor[1]" #TV
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor[0]" #CRT
VendorName "Unknown"
ModelName "DELL P992"
HorizSync 30.0 - 107.0
VertRefresh 48.0 - 170.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
BusID "PCI:1:0:0"
Screen 0
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device[1]"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
BusID "PCI:1:0:0"
Screen 1
Option "TVOutFormat" "SVIDEO" #or SVIDEO etc
Option "TVStandard" "PAL-G" #or NTSC etc
Option "ConnectedMonitor" "Monitor[1]"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Screen"
Identifier "Screen[1]"
Device "Device[1]"
Monitor "Monitor[1]"
DefaultDepth 24
Option "metamodes" "TV: 800x600 +0+0; TV: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Option "metamodes" "CRT: 1600x1200_75 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
What can be wrong?
dimmanramone
May 17th, 2007, 01:40 PM
Just realize that my xorg.conf was absolutely fine, the problem was from there, but that i have active the desktop effects...
Thx for the very good guide...
zion_da
May 18th, 2007, 11:47 AM
hey guys ,
great How-to guide, my tvout function is working great in 2x x-screens on my FX5200 card.
(ubuntu feisty fawn, and newest nvidia drivers)
but only one problem, when beryl is activated i'm getting a menu delay of 2 seconds on each click
only after editing the xorg.conf file,
here's my xorg.conf file
http://www.speedyshare.com/615908818.html
what should i do ?
thanks in advanced!
Zion
ac82
May 19th, 2007, 12:17 PM
Hi! I've been using various Ubuntu distros along XP, never used any of them more than a week or two, but with Feisty, I've finally decided to start using only Ubuntu.
I've got a problem with tv-out on my Asus 6800gt 128mb agp (v9999gt). I've installed drivers through synaptic and everything works perfectly until I tried to enable tv-out. I have my tv connected to s-video port on my card, and I used nvidia-settings to enable tv as second screen(option: separate x-screen). I applied and saved changes to xorg.conf which then looked like this:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Thu Nov 9 17:56:12 PST 2006
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "IQT L70S"
HorizSync 31.0 - 79.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6800 GT"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6800 GT"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "CRT: 1280x1024 +0+0; CRT: 1024x768 +0+0; CRT: 832x624 +0+0; CRT: 800x600 +0+0; CRT: 720x400 +0+0; CRT: 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "metamodes" "TV: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
When I restarted, x wouldn't start, giving this announcement:
(EE)NVIDIA(1): Unable to initialize the X Int10 module; the console may not be restored on your TV.
(EE)The requested configuration of display devices is not supported in the hardware.
Fatal server error: Add screen/ScreenInit failed for driver0
Please, could someone help me, 'cause this one really bugs me, and Ubuntu is loosing points when it comes to usability (using tv as second screen on XP worked just fine).
cody50
May 20th, 2007, 09:46 AM
would someone have to do all of this if they just wanted to use the TV as the only screen?
jetpeach
May 21st, 2007, 02:58 AM
no, i didn't, this guide was written December 3rd, 2005 and in Feisty it is simpler.
I use my nvidia with a TV as the only monitor and all i did to set up was install the nvidia drivers from their website (for some reason the proprietary drivers in the repositories don't work though), i just ran the binary, answered the questions, and then I was able to boot info KDE/Gnome (I always was able to have terminal access on the TV, that's how i downloaded/installed).
in any case, i think this thread has some very useful info in it still but since it is so old and long now, it's quite difficult to decipher what is old and what is new... It might be the case that this even "just works" with Feisty if proprietary drivers are enabled by default.
8086
May 24th, 2007, 08:49 AM
no, i didn't, this guide was written December 3rd, 2005 and in Feisty it is simpler.
I use my nvidia with a TV as the only monitor and all i did to set up was install the nvidia drivers from their website (for some reason the proprietary drivers in the repositories don't work though),
Thanks for the tip. I have upgraded from a fully functional dapper to feisty, and it is not able to give me Xorg output on the TV-out. I also have to do everything from console, but I haven't tried downloading the drivers from the Nvidia website. Will try that any minute now.
Seems that a lot changed with the drivers/setup that came with feisty. I installed the proprietary driver all over again (after the upgrade), but it complained about my configfile. This has changed:
In the Device section:
Previously this worked: Option ConnectedMonitor "TV-identifier", where TV-identifier was the name of the Monitor section for the TV. Now it has a completely different meaning:
Option ConnectedMonitor "TV", where TV is the *type* of the monitor. So if you have both a CRT and a tv attached you would write "CRT, TV".
The Option "TvOutFormat" "S-VIDEO" part now has changed to " Option "TvOutFormat" "SVIDEO". I had to do these changes to make Xorg stop complaining, but after all the complaints have disappeared I now only get a "FATAL: Module nvida not found"...
A lot of other programs might also be corrupted by the upgrade. Starting the command line bittorrent client (btdownloadcurses gives me heaps of GZip errors:(
Will never trust the upgrade program again...
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.