[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xorg + nvidia + tvout problem



Hi.
  after few hours of trying, and trying I have found the problem: it
looks like the recent nvidia driver does not sends the signal to the
TV when the resolution is 800x600. I have modified the line
Option         "MetaModes" "1024x768, NULL; 800x600, 800x600; 640x480, NULL"
to
Option         "MetaModes" "1024x768,1024x768; 800x600,NULL; 640x480,NULL"
and now it works with the resolution 1024x768.

I don't know if this is a feature or a bug, but finaly is resolved. :)

Regards,
  Jozsef


Christoph Nenning wrote:
> Hi,
> 
> it seems that there is no tvout support in recent nvidia releases :(
> 
> regards
> 
> Christoph
> 
> 
> 
> Am Montag, 8. Mai 2006 20:39 schrieb Kercso Jozsef:
>> Hi everybody!
>>
>>   I have recently updated my nvidia driver (from 5328 to 8756)
>> and XServer (from XFree86 to Xorg) and now I can't get my tvout
>> working: there is nothing displayed on TV. I have a Geforce4 MX440
>> graphics card.
>>
>> I have tried out "SVIDEO" and "COMPOSITE" as TVOutFormat but
>> without luck. Can anybody help me? Had anybody this problem?
>>
>> Here is my xorg.conf:
>> Section "ServerLayout"
>>     Identifier     "XFree86 Configured"
>>     Screen      0  "Screen0" 0 0
>>     InputDevice    "Keyboard0" "CoreKeyboard"
>>     InputDevice    "USB Mouse" "CorePointer"
>> EndSection
>>
>> Section "Files"
>>     ModulePath      "/usr/X11R6/lib/modules"
>>     FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
>>     FontPath        "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
>>     FontPath        "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
>>     FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
>>     FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
>>     FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
>>     FontPath        "/usr/share/fonts/type1/gsfonts"
>> EndSection
>>
>> Section "Module"
>> #	Load  "GLcore"
>>     Load           "ddc"  # ddc probing of monitor
>>     Load           "dbe"
>> #	Load  "dri"
>>     Load           "extmod"
>>     Load           "glx"
>>     Load           "bitmap" # bitmap-fonts
>>     Load           "type1"
>>     Load           "freetype"
>>     Load           "record"
>> EndSection
>>
>> Section "ServerFlags"
>>     Option         "AllowMouseOpenFail" "true"
>> EndSection
>>
>> Section "InputDevice"
>>     Identifier     "Keyboard0"
>>     Driver         "keyboard"
>>     Option         "CoreKeyboard"
>>     Option         "XkbRules" "xfree86"
>>     Option         "XkbModel" "pc104"
>>     Option         "XkbLayout" "us"
>> EndSection
>>
>> Section "InputDevice"
>>     Identifier     "Serial Mouse"
>>     Driver         "mouse"
>>     Option         "Protocol" "Microsoft"
>>     Option         "Device" "/dev/ttyS0"
>>     Option         "Emulate3Buttons" "true"
>>     Option         "Emulate3Timeout" "70"
>>     Option         "SendCoreEvents" "true"
>> EndSection
>>
>> Section "InputDevice"
>>     Identifier     "PS/2 Mouse"
>>     Driver         "mouse"
>>     Option         "Protocol" "PS/2"
>>     Option         "Device" "/dev/psaux"
>>     Option         "Emulate3Buttons" "true"
>>     Option         "Emulate3Timeout" "70"
>>     Option         "SendCoreEvents" "true"
>> EndSection
>>
>> Section "InputDevice"
>>     Identifier     "USB Mouse"
>>     Driver         "mouse"
>>     Option         "Device" "/dev/input/mice"
>>     Option         "SendCoreEvents" "true"
>>     Option         "Protocol" "IMPS/2"
>>     Option         "ZAxisMapping" "4 5"
>>     Option         "Buttons" "5"
>> EndSection
>>
>> Section "Monitor"
>>
>> # These are the DDC-probed settings and modelines
>>     Identifier     "Monitor0"
>>     ModelName      "MAX 0bd1"
>>     HorizSync       30.0 - 70.0
>>     VertRefresh     50.0 - 160.0
>>     ModeLine       "640x480" 25.2 640 648 744 784 480 482 484 509 -hsync
>> -vsync ModeLine       "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync
>> -vsync ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync
>> -vsync ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628
>> +hsync +vsync ModeLine       "800x600" 49.5 800 816 896 1056 600 601 604
>> 625 +hsync +vsync ModeLine       "800x600" 56.2 800 832 896 1048 600 601
>> 604 631 +hsync +vsync ModeLine       "1024x768" 78.8 1024 1040 1136 1312
>> 768 769 772 800 +hsync +vsync ModeLine       "1024x768" 94.5 1024 1072 1168
>> 1376 768 769 772 808 +hsync +vsync Option         "DPMS"
>> EndSection
>>
>> Section "Device"
>>     Identifier     "Card0"
>>     Driver         "nvidia"
>>     VendorName     "All"
>>     BoardName      "MX440"
>> # The following line is auto-generated by KNOPPIX mkxf86config
>> #	BusID       "PCI:1:0:0"
>>     Option         "TwinView"
>>     Option         "TwinViewOrientation" "Clone"
>>     Option         "TVOutFormat" "SVIDEO"
>>     Option         "SecondMonitorHorizSync" "30-50"
>>     Option         "SecondMonitorVertRefresh" "60"
>>     Option         "TVOverScan" "0.6"
>>     Option         "MetaModes" "1024x768, NULL; 800x600, 800x600; 640x480,
>> NULL" Option         "ConnectedMonitor" "CRT, TV"
>> EndSection
>>
>> Section "Screen"
>>     Identifier     "Screen0"
>>     Device         "Card0"
>>     Monitor        "Monitor0"
>>     DefaultDepth    16
>>     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
>>     SubSection     "Display"
>>         Depth       32
>>         Modes      "1024x768" "800x600" "640x480"
>>     EndSubSection
>> EndSection
>>
>> Section "DRI"
>>    Mode 0666
>> EndSection
>>
>>
>> And my Xorg.0.log file:
>>
>> 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.12-1-686 i686
>> Current Operating System: Linux einstein 2.6.5-rc3 #12 Sat Jan 28 10:11:01
>> CET 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 May  8 20:26:28 2006
>> (==) Using config file: "/etc/X11/xorg.conf"
>> (==) ServerLayout "XFree86 Configured"
>> (**) |-->Screen "Screen0" (0)
>> (**) |   |-->Monitor "Monitor0"
>> (**) |   |-->Device "Card0"
>> (**) |-->Input Device "Keyboard0"
>> (**) Option "XkbRules" "xfree86"
>> (**) XKB: rules: "xfree86"
>> (**) Option "XkbModel" "pc104"
>> (**) XKB: model: "pc104"
>> (**) Option "XkbLayout" "us"
>> (**) XKB: layout: "us"
>> (==) Keyboard: CustomKeycode disabled
>> (**) |-->Input Device "USB Mouse"
>> (**) FontPath set to
>> "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unsc
>> aled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Speed
>> o,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/shar
>> e/fonts/type1/gsfonts,/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/X11R6/lib/modules,/usr/lib/xorg/modules"
>> (**) Option "AllowMouseOpenFail" "true"
>> (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 1043,8027 rev 04 class 06,00,00 hdr
>> 00 (II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 04 class 06,04,00
>> hdr 01 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class
>> 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05
>> class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev
>> 05 class 01,01,80 hdr 00 (II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027
>> rev 05 class 0c,03,00 hdr 00 (II) PCI: 00:1f:3: chip 8086,2443 card
>> 1043,8027 rev 05 class 0c,05,00 hdr 00 (II) PCI: 00:1f:4: chip 8086,2444
>> card 1043,8027 rev 05 class 0c,03,00 hdr 00 (II) PCI: 01:00:0: chip
>> 10de,0171 card 0000,0000 rev a3 class 03,00,00 hdr 00 (II) PCI: 02:0a:0:
>> chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00 (II) PCI:
>> 02:0b:0: chip 1274,5880 card 1274,2000 rev 02 class 04,01,00 hdr 00 (II)
>> PCI: 02:0c:0: chip 1057,5600 card 1436,0300 rev 00 class 07,80,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,2), BCTRL: 0x0008 (VGA_EN is set)
>> (II) Bus 0 I/O range:
>> 	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
>> (II) Bus 0 non-prefetchable memory range:
>> 	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
>> (II) Bus 0 prefetchable memory range:
>> 	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
>> (II) PCI-to-PCI bridge:
>> (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
>> (II) Bus 1 non-prefetchable memory range:
>> 	[0] -1	0	0xed000000 - 0xee7fffff (0x1800000) MX[B]
>> (II) Bus 1 prefetchable memory range:
>> 	[0] -1	0	0xef700000 - 0xf7ffffff (0x8900000) MX[B]
>> (II) PCI-to-PCI bridge:
>> (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is
>> cleared) (II) Bus 2 I/O range:
>> 	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
>> 	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
>> 	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
>> 	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
>> (II) Bus 2 non-prefetchable memory range:
>> 	[0] -1	0	0xec800000 - 0xecffffff (0x800000) MX[B]
>> (II) Bus 2 prefetchable memory range:
>> 	[0] -1	0	0xee800000 - 0xef6fffff (0xf00000) MX[B]
>> (II) PCI-to-ISA bridge:
>> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
>> set) (--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163,
>> Mem @ 0xed000000/24, 0xf0000000/27, 0xef800000/19, BIOS @ 0xef7e0000/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	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>> 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
>> 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
>> 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> 	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
>> 	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
>> (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to
>> 0xf7ffffff (II) Active PCI resource ranges:
>> 	[0] -1	0	0xee800000 - 0xee8000ff (0x100) MX[B]
>> 	[1] -1	0	0xec800000 - 0xec8000ff (0x100) MX[B]
>> 	[2] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
>> 	[3] -1	0	0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
>> 	[4] -1	0	0xef800000 - 0xef87ffff (0x80000) MX[B](B)
>> 	[5] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
>> 	[6] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
>> 	[7] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
>> 	[8] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
>> 	[9] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
>> 	[10] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
>> 	[11] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
>> 	[12] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[B]
>> (II) Active PCI resource ranges after removing overlaps:
>> 	[0] -1	0	0xee800000 - 0xee8000ff (0x100) MX[B]
>> 	[1] -1	0	0xec800000 - 0xec8000ff (0x100) MX[B]
>> 	[2] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
>> 	[3] -1	0	0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
>> 	[4] -1	0	0xef800000 - 0xef87ffff (0x80000) MX[B](B)
>> 	[5] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
>> 	[6] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
>> 	[7] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
>> 	[8] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
>> 	[9] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
>> 	[10] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
>> 	[11] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
>> 	[12] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[B]
>> (II) OS-reported resource ranges after removing overlaps with PCI:
>> 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>> 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
>> 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
>> 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> 	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
>> 	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
>> (II) All system resource ranges:
>> 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>> 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
>> 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
>> 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> 	[5] -1	0	0xee800000 - 0xee8000ff (0x100) MX[B]
>> 	[6] -1	0	0xec800000 - 0xec8000ff (0x100) MX[B]
>> 	[7] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
>> 	[8] -1	0	0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
>> 	[9] -1	0	0xef800000 - 0xef87ffff (0x80000) MX[B](B)
>> 	[10] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
>> 	[11] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
>> 	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
>> 	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
>> 	[14] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
>> 	[15] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
>> 	[16] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
>> 	[17] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
>> 	[18] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
>> 	[19] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[B]
>> (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: "dbe"
>> (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
>> (II) Module dbe: 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 DOUBLE-BUFFER
>> (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: "glx"
>> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
>> (II) Module glx: vendor="NVIDIA Corporation"
>> 	compiled for 4.0.2, module version = 1.0.8756
>> 	Module class: X.Org Server Extension
>> 	ABI class: X.Org Server Extension, version 0.1
>> (II) Loading extension GLX
>> (II) LoadModule: "bitmap"
>> (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
>> (II) Loading font Bitmap
>> (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: "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: "record"
>> (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
>> (II) Module record: vendor="X.Org Foundation"
>> 	compiled for 7.0.0, module version = 1.13.0
>> 	Module class: X.Org Server Extension
>> 	ABI class: X.Org Server Extension, version 0.2
>> (II) Loading extension RECORD
>> (II) LoadModule: "nvidia"
>> (II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.so
>> (II) Module nvidia: vendor="NVIDIA Corporation"
>> 	compiled for 4.0.2, module version = 1.0.8756
>> 	Module class: X.Org Video Driver
>> (II) LoadModule: "keyboard"
>> (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
>> (II) Module keyboard: vendor="X.Org Foundation"
>> 	compiled for 7.0.0, module version = 1.0.0
>> 	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.4
>> 	Module class: X.Org XInput Driver
>> 	ABI class: X.Org XInput driver, version 0.5
>> (II) NVIDIA dlloader X Driver  1.0-8756  Wed Mar 29 14:27:53 PST 2006
>> (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
>> (II) Primary Device is: PCI 01:00:0
>> (--) Assigning device section with no busID to primary device
>> (--) 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	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>> 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
>> 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
>> 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> 	[5] -1	0	0xee800000 - 0xee8000ff (0x100) MX[B]
>> 	[6] -1	0	0xec800000 - 0xec8000ff (0x100) MX[B]
>> 	[7] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
>> 	[8] -1	0	0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
>> 	[9] -1	0	0xef800000 - 0xef87ffff (0x80000) MX[B](B)
>> 	[10] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
>> 	[11] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
>> 	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
>> 	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
>> 	[14] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
>> 	[15] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
>> 	[16] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
>> 	[17] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
>> 	[18] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
>> 	[19] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[B]
>> (II) resource ranges after probing:
>> 	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>> 	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> 	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
>> 	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
>> 	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> 	[5] -1	0	0xee800000 - 0xee8000ff (0x100) MX[B]
>> 	[6] -1	0	0xec800000 - 0xec8000ff (0x100) MX[B]
>> 	[7] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
>> 	[8] -1	0	0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
>> 	[9] -1	0	0xef800000 - 0xef87ffff (0x80000) MX[B](B)
>> 	[10] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
>> 	[11] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
>> 	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
>> 	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
>> 	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
>> 	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
>> 	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
>> 	[17] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
>> 	[18] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
>> 	[19] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
>> 	[20] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
>> 	[21] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
>> 	[22] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[B]
>> 	[23] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
>> 	[24] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
>> (II) Setting vga for screen 0.
>> (**) 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 "TwinView"
>> (**) NVIDIA(0): Option "SecondMonitorHorizSync" "30-50"
>> (**) NVIDIA(0): Option "SecondMonitorVertRefresh" "60"
>> (**) NVIDIA(0): Option "MetaModes" "1024x768, NULL; 800x600, 800x600;
>> 640x480, NULL" (**) NVIDIA(0): Option "TVOverScan" "0.6"
>> (**) NVIDIA(0): Enabling RENDER acceleration
>> (**) NVIDIA(0): TwinView enabled
>> (II) NVIDIA(0): NVIDIA GPU GeForce4 MX 440 at PCI:1:0:0
>> (--) NVIDIA(0): VideoRAM: 131072 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):     Maxdata (RogenTech) 103025 (CRT-0)
>> (--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
>> (--) NVIDIA(0): Maxdata (RogenTech) 103025 (CRT-0): 350 MHz maximum pixel
>> (--) NVIDIA(0):     clock
>> (--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350 MHz maximum pixel clock
>> (--) NVIDIA(0): TV encoder: NVIDIA
>> (II) NVIDIA(0): Assigned Display Devices: CRT-0, TV-0
>> (II) NVIDIA(0): Validated modes:
>> (II) NVIDIA(0):     "1024x768,NULL"
>> (II) NVIDIA(0):     "800x600,800x600"
>> (II) NVIDIA(0):     "640x480,NULL"
>> (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
>> (II) Loading sub module "int10"
>> (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) NVIDIA(0): Primary V_BIOS segment is: 0xc000
>> (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
>> (II) do I need RAC?  No, I don't.
>> (II) resource ranges after preInit:
>> 	[0] 0	0	0xef800000 - 0xef87ffff (0x80000) MX[B]
>> 	[1] 0	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
>> 	[2] 0	0	0xed000000 - 0xedffffff (0x1000000) MX[B]
>> 	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>> 	[4] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>> 	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
>> 	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
>> 	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
>> 	[8] -1	0	0xee800000 - 0xee8000ff (0x100) MX[B]
>> 	[9] -1	0	0xec800000 - 0xec8000ff (0x100) MX[B]
>> 	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]O
>> 	[11] -1	0	0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
>> 	[12] -1	0	0xef800000 - 0xef87ffff (0x80000) MX[B](B)
>> 	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
>> 	[14] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
>> 	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
>> 	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
>> 	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
>> 	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
>> 	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
>> 	[20] -1	0	0x0000d400 - 0x0000d43f (0x40) IX[B]
>> 	[21] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
>> 	[22] -1	0	0x0000b000 - 0x0000b01f (0x20) IX[B]
>> 	[23] -1	0	0x0000e800 - 0x0000e80f (0x10) IX[B]
>> 	[24] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
>> 	[25] -1	0	0x0000b800 - 0x0000b80f (0x10) IX[B]
>> 	[26] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
>> 	[27] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
>> (II) NVIDIA(0): Setting mode "1024x768,NULL"
>> (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 "CoreKeyboard"
>> (**) Keyboard0: Core Keyboard
>> (**) Option "Protocol" "standard"
>> (**) Keyboard0: Protocol: standard
>> (**) Option "AutoRepeat" "500 30"
>> (**) Option "XkbRules" "xfree86"
>> (**) Keyboard0: XkbRules: "xfree86"
>> (**) Option "XkbModel" "pc104"
>> (**) Keyboard0: XkbModel: "pc104"
>> (**) Option "XkbLayout" "us"
>> (**) Keyboard0: XkbLayout: "us"
>> (**) Option "CustomKeycodes" "off"
>> (**) Keyboard0: CustomKeycodes disabled
>> (**) Option "Protocol" "IMPS/2"
>> (**) USB Mouse: Device: "/dev/input/mice"
>> (**) USB Mouse: Protocol: "IMPS/2"
>> (**) Option "SendCoreEvents" "true"
>> (**) USB Mouse: always reports core events
>> (**) Option "CorePointer"
>> (**) USB Mouse: Core Pointer
>> (**) Option "Device" "/dev/input/mice"
>> (**) Option "Buttons" "5"
>> (==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
>> (**) Option "ZAxisMapping" "4 5"
>> (**) USB Mouse: ZAxisMapping: buttons 4 and 5
>> (**) USB Mouse: Buttons: 9
>> (II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
>> (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
>> (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type:
>> Other) (II) USB 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! (II) NVIDIA(0): Setting mode "800x600,800x600"
>> (II) NVIDIA(0): Setting mode "640x480,NULL"
>> (II) NVIDIA(0): Setting mode "1024x768,NULL"
>> (II) 3rd Button detected: disabling emulate3Button
>>
>>
>> Regards,
>>   Jozsef
> 
> 



Reply to: