View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 12 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Jan 25, 2006 1:10 pm 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
Hi folks,

Hoping someone can help me. Searched the forum and couldn't find anything quite like this.

I've just hooked up my Knoppmyth box (R5A22) to my new flat screen tv, using my FX5200's VGA-out. Previously, I used the graphic card's S-Video-out to connect to an old CRT tv, and everything worked great. I've also gone back to the standard XF86Config-4 file that I think came with Knoppmyth. I'll eventually adjust the resolutions to get one that works better with the tv's native 16:9 (1366x768) resolution.

Everything looks great with the Mythtv GUI on screen, as well as the X desktop. I can play DVD's no problem using Xine. But when I go to watch a recording, it seems that the TV no longer gets a signal, like the playback stops using the video card's VGA port.

Any ideas on what's happening here? It sounds like it should be some simple setting, but I'm just banging my head here, and the wife's gonna kill me soon if I don't do something.

Thanks!
Lev.


Last edited by Lev on Thu Jan 26, 2006 8:53 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 5:04 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
make sure you don't have any twinview or metamode stuff in your XF86Config-4 file.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 6:19 pm 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
No, don't see references to either of those. Hope it's alright - here's my XF86Config-4 file:
Code:
Section "ServerLayout"
   Identifier     "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse using /dev/input/mice in Kernel 2.6
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
   Option "AllowMouseOpenFail"  "true"
   
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   FontPath     "/usr/X11R6/lib/X11/fonts/misc"
   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
   FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#   FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#   FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
   FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath     "/usr/share/fonts/ttf/western"
   FontPath     "/usr/share/fonts/ttf/decoratives"
   FontPath     "/usr/share/fonts/truetype"
   FontPath     "/usr/share/fonts/truetype/openoffice"
   FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
   FontPath     "/usr/share/fonts/latex-ttf-fonts"
   FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
   FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
#   Load  "GLcore"
   Load  "dbe"
#   Load  "dri"
   Load  "extmod"
   Load  "glx"
        Load  "bitmap" # bitmap-fonts
   Load  "speedo"
   Load  "type1"
   Load  "freetype"
   Load  "record"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
        Option      "CoreKeyboard"
   Option "XkbRules" "xfree86"
   Option "XkbModel" "pc105"
   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" "auto"
Option          "ZAxisMapping"          "4 5"
   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

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
   Identifier   "Monitor0"
   Option   "DPMS"   "true"
   Option "TVStandard" "PAL-B"
#   HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
   HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
   VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#   VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
   #  Default modes distilled from
   #      "VESA and Industry Standards and Guide for Computer Display Monitor
   #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
   #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
   # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync
   # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync
   # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
   ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync
   # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
   ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync
   # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
   ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync
   # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
   ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync
   # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
   ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync
   # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
   ModeLine "800x600"    36.0  800  824  896 1024    600  601  603  625 +hsync +vsync
   # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
   ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync
   # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
   ModeLine "800x600"    50.0  800  856  976 1040    600  637  643  666 +hsync +vsync
   # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
   ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync
   # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
   ModeLine "800x600"    56.3  800  832  896 1048    600  601  604  631 +hsync +vsync
   # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
   ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace
   # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
   ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync
   # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
   ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync
   # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
   ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync
   # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
   ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync
   # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
   ModeLine "1152x864"  108.0 1152 1216 1344 1600    864  865  868  900 +hsync +vsync
   # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
   ModeLine "1280x960"  108.0 1280 1376 1488 1800    960  961  964 1000 +hsync +vsync
   # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
   ModeLine "1280x960"  148.5 1280 1344 1504 1728    960  961  964 1011 +hsync +vsync
   # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
   ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync
   # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
   ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync
   # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
   ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync
   # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
   ModeLine "1600x1200" 162.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
   ModeLine "1600x1200" 175.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
   ModeLine "1600x1200" 189.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
   ModeLine "1600x1200" 202.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
   ModeLine "1600x1200" 229.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync
   # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
   ModeLine "1792x1344" 204.8 1792 1920 2120 2448   1344 1345 1348 1394 -hsync +vsync
   # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
   ModeLine "1792x1344" 261.0 1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync
   # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
   ModeLine "1856x1392" 218.3 1856 1952 2176 2528   1392 1393 1396 1439 -hsync +vsync
   # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
   ModeLine "1856x1392" 288.0 1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync
   # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
   ModeLine "1920x1440" 234.0 1920 2048 2256 2600   1440 1441 1444 1500 -hsync +vsync
   # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
   ModeLine "1920x1440" 297.0 1920 2064 2288 2640   1440 1441 1444 1500 -hsync +vsync
   # Additional modelines
   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
   # Extended modelines with GTF timings
   # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
   ModeLine "640x480"  43.16  640 680 744 848  480 481 484 509  -HSync +Vsync
   # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
   ModeLine "768x576"  34.96  768 792 872 976  576 577 580 597  -HSync +Vsync
   # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
   ModeLine "768x576"  42.93  768 800 880 992  576 577 580 601  -HSync +Vsync
   # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
   ModeLine "768x576"  45.51  768 808 888 1008  576 577 580 602  -HSync +Vsync
   # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
   ModeLine "768x576"  51.84  768 808 888 1008  576 577 580 605  -HSync +Vsync
   # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
   ModeLine "768x576"  62.57  768 816 896 1024  576 577 580 611  -HSync +Vsync
   # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
   ModeLine "800x600"  68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
   # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
   ModeLine "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
   # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
   ModeLine "1152x864"  81.62  1152 1216 1336 1520  864 865 868 895  -HSync +Vsync
   # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
   ModeLine "1152x864"  119.65  1152 1224 1352 1552  864 865 868 907  -HSync +Vsync
   # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
   ModeLine "1152x864"  143.47  1152 1232 1360 1568  864 865 868 915  -HSync +Vsync
   # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
   ModeLine "1280x960"  124.54  1280 1368 1504 1728  960 961 964 1001  -HSync +Vsync
   # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
   ModeLine "1280x960"  129.86  1280 1368 1504 1728  960 961 964 1002  -HSync +Vsync
   # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
   ModeLine "1280x960"  178.99  1280 1376 1520 1760  960 961 964 1017  -HSync +Vsync
   # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
   ModeLine "1280x1024"  190.96  1280 1376 1520 1760  1024 1025 1028 1085  -HSync +Vsync
   # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
   ModeLine "1400x1050"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
   # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
   ModeLine "1400x1050"  149.34  1400 1496 1648 1896  1050 1051 1054 1094  -HSync +Vsync
   # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
   ModeLine "1400x1050"  155.85  1400 1496 1648 1896  1050 1051 1054 1096  -HSync +Vsync
   # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
   ModeLine "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync
   # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
   ModeLine "1400x1050"  214.39  1400 1512 1664 1928  1050 1051 1054 1112  -HSync +Vsync
   # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
   ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
EndSection

Section "Device"
   ### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
   Identifier  "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
   Driver      "nv"
   VendorName  "All"
   BoardName   "All"
#   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultColorDepth 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

_________________
Knoppmyth R5A22
Hauppauge PVR-500MCE
Nvidia FX5200
DVI to plasma
Biostar M7NCG 400
AMD XP-M 2400


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 6:25 pm 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
And here's the output from my XFree86.0.log file. Seems like everything's OK from what I can make out.
Code:
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10.1unichrome30.1 20050205195924 glaweh@)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.10-xenU i686 [ELF]
Build Date: 05 February 2005

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
<URL: http://www.debian.org/Bugs/Reporting >.

We strongly encourage the use of the "reportbug" package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
       XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.13.2-chw-3 (root@dev.mysettopbox.tv)
(gcc version 3.3.6 (Debian 1:3.3.6-5)) #1 SMP Wed Sep 21 08:15:54
PDT 2005
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/XFree86.0.log", Time: Wed Jan 25 23:51:55 2006
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "USB Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/western" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/truetype").
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/ttf-bitstream-vera".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/truetype/ttf-bitstream-vera").
(WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/CID" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/TrueType" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc
,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/75dpi,/
usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi,
/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.2
   XFree86 Video Driver: 0.6
   XFree86 XInput driver : 0.4
   XFree86 Server Extension : 0.2
   XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8003003c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 0000,0000 rev a2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1565,1400 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1565,1400 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1565,1400 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1565,1400 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1565,1400 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1565,3400 rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1565,3400 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1565,3400 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1565,3400 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1565,3400 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1565,2301 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1565,8201 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1565,3400 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 01:07:0: chip 3388,0021 card 0000,0000 rev 11 class 06,04,00 hdr 01
(II) PCI: 02:08:0: chip 4444,0016 card 0070,e807 rev 01 class 04,00,00 hdr 00
(II) PCI: 02:09:0: chip 4444,0016 card 0070,e817 rev 01 class 04,00,00 hdr 00
(II) PCI: 03: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,3), 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-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,2), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (1:7:0), (1,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(--) PCI: (2:8:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xd8000000/26
(--) PCI: (2:9:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xdc000000/26
(--) PCI:*(3:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xe4000000/24, 0xd0000000/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   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 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xe6001000 - 0xe6001fff (0x1000) MX[B]
   [1] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B]
   [2] -1   0   0xe6005000 - 0xe60050ff (0x100) MX[B]
   [3] -1   0   0xe6004000 - 0xe6004fff (0x1000) MX[B]
   [4] -1   0   0xe6003000 - 0xe6003fff (0x1000) MX[B]
   [5] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [6] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
   [9] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [10] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [11] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [14] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xe6001000 - 0xe6001fff (0x1000) MX[B]
   [1] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B]
   [2] -1   0   0xe6005000 - 0xe60050ff (0x100) MX[B]
   [3] -1   0   0xe6004000 - 0xe6004fff (0x1000) MX[B]
   [4] -1   0   0xe6003000 - 0xe6003fff (0x1000) MX[B]
   [5] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [6] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
   [9] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [10] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [11] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [12] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [14] -1   0   0x0000d000 - 0x0000d01f (0x20) 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   0xe6001000 - 0xe6001fff (0x1000) MX[B]
   [6] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B]
   [7] -1   0   0xe6005000 - 0xe60050ff (0x100) MX[B]
   [8] -1   0   0xe6004000 - 0xe6004fff (0x1000) MX[B]
   [9] -1   0   0xe6003000 - 0xe6003fff (0x1000) MX[B]
   [10] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [18] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [21] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 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 FontCache
(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.7174
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.1
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 2.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.13.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.1
   Module class: XFree86 Video Driver
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 XInput Driver
   ABI class: XFree86 XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
   Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
   Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
   GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
   GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
   Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
   GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
   GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
   GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS,
   GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
   GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
   Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
   GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
   GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
   0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
   Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
   GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
   Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
   GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
   GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
   0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
   Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
   GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
   GeForce FX Go5200, GeForce FX Go5250, GeForce FX Go5200 32M/64M,
   0x0329, Quadro NVS 280 PCI, Quadro FX 500, GeForce FX Go5300,
   GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
   GeForce FX 5900XT, GeForce FX 5950 Ultra, 0x0334, Quadro FX 3000,
   GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
   GeForce FX 5700VE, 0x0345, GeForce FX Go5700, GeForce FX Go5700,
   0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100, 0x034F
(II) Primary Device is: PCI 03:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce FX 5200 found
(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   0xe6001000 - 0xe6001fff (0x1000) MX[B]
   [6] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B]
   [7] -1   0   0xe6005000 - 0xe60050ff (0x100) MX[B]
   [8] -1   0   0xe6004000 - 0xe6004fff (0x1000) MX[B]
   [9] -1   0   0xe6003000 - 0xe6003fff (0x1000) MX[B]
   [10] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xdbffffff (0x4000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [18] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [20] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [21] -1   0   0x0000d000 - 0x0000d01f (0x20) 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   0xe6001000 - 0xe6001fff (0x1000) MX[B]
   [6] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B]
   [7] -1   0   0xe6005000 - 0xe60050ff (0x100) MX[B]
   [8] -1   0   0xe6004000 - 0xe6004fff (0x1000) MX[B]
   [9] -1   0   0xe6003000 - 0xe6003fff (0x1000) MX[B]
   [10] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [11] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [13] -1   0   0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xdbffffff (0x4000000) 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   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [21] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [22] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [23] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [24] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [25] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [26] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce FX 5200"
(**) NV(0): Depth 16, (--) framebuffer bpp 16
(==) NV(0): RGB weight 565
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD0000000
(--) NV(0): MMIO registers at 0xE4000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.2.0
   ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a DFP:
(II) NV(0): Manufacturer: PHL  Model: 4650  Serial#: 8901
(II) NV(0): Year: 2005  Week: 26
(II) NV(0): EDID Version: 1.3
(II) NV(0): Digital Display Input
(II) NV(0): Max H-Image Size [cm]: horiz.: 58  vert.: 32
(II) NV(0): Gamma: 2.20
(II) NV(0): DPMS capabilities: StandBy; RGB/Color Display
(II) NV(0): redX: 0.617 redY: 0.334   greenX: 0.283 greenY: 0.590
(II) NV(0): blueX: 0.143 blueY: 0.086   whiteX: 0.284 whiteY: 0.295
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@67Hz
(II) NV(0): 640x480@72Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@56Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@72Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1280x1024@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 640  vsize 360  refresh: 85  vid: 55601
(II) NV(0): #1: hsize: 800  vsize 450  refresh: 85  vid: 55621
(II) NV(0): #2: hsize: 1024  vsize 576  refresh: 85  vid: 55649
(II) NV(0): #3: hsize: 1152  vsize 648  refresh: 75  vid: 53105
(II) NV(0): #4: hsize: 1280  vsize 720  refresh: 60  vid: 49281
(II) NV(0): #5: hsize: 1280  vsize 720  refresh: 60  vid: 49281
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 69.0 MHz   Image Size:  576 x 324 mm
(II) NV(0): h_active: 1280  h_sync: 1280  h_sync_end 1300 h_blank_end 1424 h_border: 0
(II) NV(0): v_active: 768  v_sync: 769  v_sync_end 775 v_blanking: 812 v_border: 0
(II) NV(0): Serial No:
(II) NV(0): Monitor name: HDMI TV
(II) NV(0): Ranges: V min: 47  V max: 85 Hz, H min: 31  H max: 80 kHz, PixClock max 140 MHz
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 131072 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor0: Using hsync range of 28.00-96.00 kHz
(II) NV(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using mode "640x350" (vrefresh out of range)
(II) NV(0): Not using mode "640x400" (vrefresh out of range)
(II) NV(0): Not using mode "720x400" (vrefresh out of range)
(II) NV(0): Not using mode "640x480" (vrefresh out of range)
(II) NV(0): Not using mode "800x600" (vrefresh out of range)
(II) NV(0): Not using mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using mode "1280x960" (vrefresh out of range)
(II) NV(0): Not using mode "1280x1024" (vrefresh out of range)
(II) NV(0): Not using mode "1600x1200" (hsync out of range)
(II) NV(0): Not using mode "1792x1344" (hsync out of range)
(II) NV(0): Not using mode "1856x1392" (hsync out of range)
(II) NV(0): Not using mode "1920x1440" (hsync out of range)
(II) NV(0): Not using mode "1800x1440" (hsync out of range)
(II) NV(0): Not using mode "640x480" (vrefresh out of range)
(II) NV(0): Not using mode "768x576" (vrefresh out of range)
(II) NV(0): Not using mode "768x576" (vrefresh out of range)
(II) NV(0): Not using mode "800x600" (vrefresh out of range)
(II) NV(0): Not using mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using mode "1152x864" (vrefresh out of range)
(II) NV(0): Not using mode "1152x864" (vrefresh out of range)
(II) NV(0): Not using mode "1280x960" (hsync out of range)
(II) NV(0): Not using mode "1280x1024" (hsync out of range)
(II) NV(0): Not using mode "1400x1050" (vrefresh out of range)
(II) NV(0): Not using mode "1400x1050" (hsync out of range)
(II) NV(0): Not using mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "640x512" (vrefresh out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NV(0): Not using mode "1920x1440" (width too large for virtual size)
(II) NV(0): Not using mode "1800x1440" (width too large for virtual size)
(II) NV(0): Not using mode "1856x1392" (width too large for virtual size)
(II) NV(0): Not using mode "1792x1344" (width too large for virtual size)
(II) NV(0): Not using mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using mode "1280x1024" (width too large for virtual size)
(II) NV(0): Not using mode "1280x1024" (width too large for virtual size)
(II) NV(0): Not using mode "1280x960" (width too large for virtual size)
(II) NV(0): Not using mode "1280x960" (width too large for virtual size)
(II) NV(0): Not using mode "1280x960" (width too large for virtual size)
(II) NV(0): Not using mode "1152x864" (width too large for virtual size)
(II) NV(0): Not using mode "1152x864" (width too large for virtual size)
(II) NV(0): Not using default mode "1152x768" (width too large for virtual size)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): *Mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0): *Mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) NV(0): *Mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) NV(0):  Mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0):  Mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "960x720": 117.0 MHz, 90.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "960x720"  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync
(**) NV(0):  Default mode "928x696": 109.2 MHz, 86.4 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "928x696"  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync
(**) NV(0):  Default mode "896x672": 102.4 MHz, 83.7 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "896x672"  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync
(**) NV(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) NV(0):  Mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) NV(0):  Mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0):  Mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) NV(0):  Mode "768x576": 45.5 MHz, 45.1 kHz, 75.0 Hz
(II) NV(0): Modeline "768x576"   45.51  768 808 888 1008  576 577 580 602 -hsync +vsync
(**) NV(0):  Mode "768x576": 42.9 MHz, 43.3 kHz, 72.0 Hz
(II) NV(0): Modeline "768x576"   42.93  768 800 880 992  576 577 580 601 -hsync +vsync
(**) NV(0):  Mode "768x576": 35.0 MHz, 35.8 kHz, 60.0 Hz
(II) NV(0): Modeline "768x576"   34.96  768 792 872 976  576 577 580 597 -hsync +vsync
(**) NV(0):  Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(II) NV(0): Modeline "700x525"   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync
(**) NV(0):  Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0):  Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0):  Mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) NV(0):  Mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) NV(0):  Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.1.0
   ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
   [1] 0   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](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 - 0xe6001fff (0x1000) MX[B]
   [8] -1   0   0xe6000000 - 0xe6000fff (0x1000) MX[B]
   [9] -1   0   0xe6005000 - 0xe60050ff (0x100) MX[B]
   [10] -1   0   0xe6004000 - 0xe6004fff (0x1000) MX[B]
   [11] -1   0   0xe6003000 - 0xe6003fff (0x1000) MX[B]
   [12] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [13] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [14] -1   0   0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
   [15] -1   0   0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
   [16] -1   0   0xd8000000 - 0xdbffffff (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   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [23] -1   0   0x0000dc00 - 0x0000dc7f (0x80) IX[B]
   [24] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [25] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [26] -1   0   0x0000d000 - 0x0000d01f (0x20) IX[B]
   [27] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [28] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xd0000000,0x8000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Indirect CPU to Screen color expansion
   Solid Lines
   Scanline Image Writes
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      32 256x256 slots
      16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) NV(0): DPMS enabled
(WW) NV(0): Option "TVStandard" is not used
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) 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: 5
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) USB Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5
GetModeLine - scrn: 0 clock: 78800
GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312
              vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5

Thanks in advance for any help - I really feel like I've exhausted my meager knowledge.
Lev.

_________________
Knoppmyth R5A22
Hauppauge PVR-500MCE
Nvidia FX5200
DVI to plasma
Biostar M7NCG 400
AMD XP-M 2400


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 7:47 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
ok you may want to get rid of this line

Option "TVStandard" "PAL-B"

Also you for sure want to install and use the nvidia drivers, I know you are not because of this line

Driver "nv"

for the nvidia driver it is

Driver "nvidia"

driver has to be installed first.

also most tv's require a 60hz vert refresh, but it might not matter with yours since it has vga inputs.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 7:58 pm 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
Xsecrets wrote:
ok you may want to get rid of this line

Option "TVStandard" "PAL-B"

Also you for sure want to install and use the nvidia drivers, I know you are not because of this line

Driver "nv"

for the nvidia driver it is

Driver "nvidia"

driver has to be installed first.

also most tv's require a 60hz vert refresh, but it might not matter with yours since it has vga inputs.


I've tried it both with and without the "TVStandard" Option, but no go in both cases.

Regarding the Nvidia drivers and the "nvidia" Driver line - the previous XF86Config-4 file I was using when hooked up to a CRT tv via Svideo to Composite did have the "nvidia" instead of "nv" line, as I have previously installed the Nvidia drivers when I set up Knoppmyth. I've even double-checked my backup copy of that old file, and it used "nvidia".

The strange thing is, now when I use "nvidia" instead of "nv" on the Driver line, I don't get anything - no GUI frontend, no DVD playback, etc. Whereas when I use "nv" I just can't watch recordings (which were made a few days ago with the old XF86Config-4, as I haven't reattached cable box yet.)

Should I try reinstalling the Nvidia drivers? What's the best way of doing that?

Thanks,
Lev.

_________________
Knoppmyth R5A22
Hauppauge PVR-500MCE
Nvidia FX5200
DVI to plasma
Biostar M7NCG 400
AMD XP-M 2400


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 25, 2006 10:26 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
did you try setting the horz refresh to 60 when you used the nvidia driver, sometimes it is not as forgiving as the nv driver about stuff like that. To reinstall it there is a script install-nvidavernumberblahblah.sh has to be run from console as root.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 26, 2006 3:41 am 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
Thanks, Xsecrets, for all your suggestions. My setup isn't being very cooperative. :?

I forced the reinstallation of the 7174 Nvidia drivers for good measure, and lowered the 'acceptable' Horiz. timings window to below 62 kHz. With the "nvidia" driver specified in the XF86Config-4 file, my flat screen is probed and plenty of valid modelines seem to be found as before. Also, the XFree86 log file and the gdm log file show proper loading of Nvidia drivers and modules.

Everything seems to be running fine on the machine's end - it just isn't outputting the signal on the VGA port when the Nvidia drivers are being used. I keep thinking this has something to do with the fact that with my old TV I used the Svideo out, and that there's some setting to use the VGA port somewhere I'm missing.

Thanks,
Lev.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 26, 2006 6:53 am 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
An update: Used Powerstrip on my other computer, hooked up to the flat panel display, and generated a 1024x768 modeline, which I put as the only modeline in my XFConfig86-4 file, and confirmed that it was valid. Here's an excerpt from the XFree86.0.log:
Code:
(II) NVIDIA(0): Connected display device(s): DFP-0
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 32 bpp: 400 MHz
.......

(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Mode "1024x768": 65.0 MHz, 48.3 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (580, 320) mm
(--) NVIDIA(0): DPI set to (44, 60)
So it seems that the flat panel is correctly identified and a correct mode (1024x768 60Hz) is validated.

Here's the output from my .xsession-errors file if that's any help:
Code:
/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/bin/X11/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "mythtv"
/etc/gdm/Xsession: Beginning session setup...
Failed to read: session.ignoreBorder
Setting default value
Failed to read: session.forcePseudoTransparency
Setting default value
Failed to read: session.numLayers
Setting default value
Failed to read: session.updateDelayTime
Setting default value
Failed to read: session.tabPadding
Setting default value
Failed to read: session.focusTabMinWidth
Setting default value
Failed to read: session.appsFile
Setting default value
Failed to read: session.tabsAttachArea
Setting default value
Failed to read: session.useMod1
Setting default value
Failed to load groupfile:
Failed to read: session.screen0.opaqueMove
Setting default value
Failed to read: session.screen0.autoRaise
Setting default value
Failed to read: session.screen0.clickRaises
Setting default value
Failed to read: session.screen0.decorateTransient
Setting default value
Failed to read: session.screen0.resizeMode
Setting default value
Failed to read: session.screen0.windowMenu
Setting default value
Failed to read: session.screen0.followModel
Setting default value
Failed to read: session.screen0.window.focus.alpha
Setting default value
Failed to read: session.screen0.window.unfocus.alpha
Setting default value
Failed to read: session.screen0.menu.alpha
Setting default value
Failed to read: session.screen0.menuDelay
Setting default value
Failed to read: session.screen0.menuDelayClose
Setting default value
Failed to read: session.screen0.menuMode
Setting default value
Failed to read: session.screen0.overlay.lineWidth
Setting default value
Failed to read: session.screen0.overlay.lineStyle
Setting default value
Failed to read: session.screen0.overlay.joinStyle
Setting default value
Failed to read: session.screen0.overlay.capStyle
Setting default value
BScreen::BScreen: managing screen 0 using visual 0x21, depth 24
Failed to read: session.ignoreBorder
Setting default value
Failed to read: session.forcePseudoTransparency
Setting default value
Failed to read: session.numLayers
Setting default value
Failed to read: session.updateDelayTime
Setting default value
Failed to read: session.tabPadding
Setting default value
Failed to read: session.focusTabMinWidth
Setting default value
Failed to read: session.appsFile
Setting default value
Failed to read: session.tabsAttachArea
Setting default value
Failed to read: session.useMod1
Setting default value
Failed to read: session.screen0.opaqueMove
Setting default value
Failed to read: session.screen0.autoRaise
Setting default value
Failed to read: session.screen0.clickRaises
Setting default value
Failed to read: session.screen0.decorateTransient
Setting default value
Failed to read: session.screen0.resizeMode
Setting default value
Failed to read: session.screen0.windowMenu
Setting default value
Failed to read: session.screen0.followModel
Setting default value
Failed to read: session.screen0.window.focus.alpha
Setting default value
Failed to read: session.screen0.window.unfocus.alpha
Setting default value
Failed to read: session.screen0.menu.alpha
Setting default value
Failed to read: session.screen0.menuDelay
Setting default value
Failed to read: session.screen0.menuDelayClose
Setting default value
Failed to read: session.screen0.menuMode
Setting default value
Failed to read: session.screen0.overlay.lineWidth
Setting default value
Failed to read: session.screen0.overlay.lineStyle
Setting default value
Failed to read: session.screen0.overlay.joinStyle
Setting default value
Failed to read: session.screen0.overlay.capStyle
Setting default value
Failed to read: session.ignoreBorder
Setting default value
Failed to read: session.forcePseudoTransparency
Setting default value
Failed to read: session.numLayers
Setting default value
Failed to read: session.updateDelayTime
Setting default value
Failed to read: session.tabPadding
Setting default value
Failed to read: session.focusTabMinWidth
Setting default value
Failed to read: session.appsFile
Setting default value
Failed to read: session.tabsAttachArea
Setting default value
Failed to read: session.useMod1
Setting default value
Failed to read: session.screen0.opaqueMove
Setting default value
Failed to read: session.screen0.autoRaise
Setting default value
Failed to read: session.screen0.clickRaises
Setting default value
Failed to read: session.screen0.decorateTransient
Setting default value
Failed to read: session.screen0.resizeMode
Setting default value
Failed to read: session.screen0.windowMenu
Setting default value
Failed to read: session.screen0.followModel
Setting default value
Failed to read: session.screen0.window.focus.alpha
Setting default value
Failed to read: session.screen0.window.unfocus.alpha
Setting default value
Failed to read: session.screen0.menu.alpha
Setting default value
Failed to read: session.screen0.menuDelay
Setting default value
Failed to read: session.screen0.menuDelayClose
Setting default value
Failed to read: session.screen0.menuMode
Setting default value
Failed to read: session.screen0.overlay.lineWidth
Setting default value
Failed to read: session.screen0.overlay.lineStyle
Setting default value
Failed to read: session.screen0.overlay.joinStyle
Setting default value
Failed to read: session.screen0.overlay.capStyle
Setting default value
2006-01-26 12:39:45.503 Using runtime prefix = /usr
2006-01-26 12:39:45.522 New DB connection, total: 1
2006-01-26 12:39:45.525 Total desktop dim: 1024x768, with 1 screen[s].
2006-01-26 12:39:45.527 Using screen 0, 1024x768 at 0,0
Failed to read: session.screen0.slit.maxOver
Setting default value
Failed to read: session.screen0.slit.alpha
Setting default value
Failed to read: session.screen0.slit.layer
Setting default value
2006-01-26 12:39:45.559 mythfrontend version: 0.19.20050712-1 www.mythtv.org
2006-01-26 12:39:45.560 Enabled verbose msgs : important general
Failed to read: session.screen0.toolbar.maxOver
Setting default value
Failed to read: session.screen0.toolbar.visible
Setting default value
Failed to read: session.screen0.toolbar.alpha
Setting default value
Failed to read: session.screen0.toolbar.layer
Setting default value
Failed to read: session.screen0.toolbar.height
Setting default value
Failed to read: session.screen0.toolbar.tools
Setting default value
Failed to read: session.screen0.iconbar.mode
Setting default value
Failed to read: session.screen0.iconbar.deiconifyMode
Setting default value
Failed to read: session.screen0.iconbar.wheelMode
Setting default value
Failed to read: session.screen0.iconbar.alignment
Setting default value
Failed to read: session.screen0.iconbar.iconWidth
Setting default value
Failed to read: session.screen0.iconbar.iconTextPadding
Setting default value
Failed to read: session.screen0.iconbar.usePixmap
Setting default value
2006-01-26 12:39:46.144 Total desktop dim: 1024x768, with 1 screen[s].
2006-01-26 12:39:46.145 Using screen 0, 1024x768 at 0,0
2006-01-26 12:39:46.146 Switching to square mode (blue)
2006-01-26 12:39:46.530 New DB connection, total: 2
2006-01-26 12:39:46.532 Joystick disabled.
2006-01-26 12:39:46.587 Registering Internal as a media playback plugin.
2006-01-26 12:39:46.678 Registering MythDVD DVD Media Handler as a media handler
2006-01-26 12:39:46.679 Registering MythDVD VCD Media Handler as a media handler
2006-01-26 12:39:48.052 Registering MythMusic Media Handler as a media handler
SIP listening on IP Address 192.168.1.35:5060 NAT address 192.168.1.35


Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 26, 2006 7:54 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well maybe someone else will chime in I'm out of ideas. those errors are strange though, almost looks like some sort of permissions thing.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 26, 2006 8:18 am 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
I think at least most of those errors are because the info is missing from the .nvidia-settings-rc file:
Code:
#
# /home/mythtv/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Wed Jan 25 18:31:54 2006
#

# ConfigProperties:

ToolTips = Yes
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = No
ShowQuitDialog = Yes

# Attributes:

And I don't seem able to run nvidia-settings from the command prompt - just get a "Gtk-WARNING**: cannot open display:" when I try that.

Anyway, don't know if they really matter, since nearly all (except one or two of the errors shown) just use default values.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 26, 2006 8:52 am 
Offline
Joined: Sun Nov 06, 2005 7:02 pm
Posts: 22
Location: Reykjavik, Iceland
OK, I found the answer - very simple really:

I have to use
Code:
Option "ConnectedMonitor" "CRT"
in my XF86Config-4 file, in the "Monitor" section, even though I'm using a digital flat panel rather than CRT.

In the Read-Me for the Nvidia drivers, the description of this option reveals that the card will use the DVI output if it detecst a DFP (digital flat panel), which is what it was doing:
Quote:
Option "ConnectedMonitor" "string"
Allows you to override what the NVIDIA kernel module
detects is connected to your video card. This may
be useful, for example, if you use a KVM (keyboard,
video, mouse) switch and you are switched away when
X is started. In such a situation, the NVIDIA kernel
module cannot detect what display devices are connected,
and the NVIDIA X driver assumes you have a single CRT.

Valid values for this option are "CRT" (cathode ray
tube), "DFP" (digital flat panel), or "TV" (television);
if using TwinView, this option may be a comma-separated
list of display devices; e.g.: "CRT, CRT" or "CRT, DFP".

NOTE: anything attached to a 15 pin VGA connector is
regarded by the driver as a CRT. "DFP" should only be
used to refer to flatpanels connected via a DVI port.
So simple!
Now I can focus on getting the resolutions working better for the 16:9 aspect.
Thanks for your time, Xsecrets.
Lev.

_________________
Knoppmyth R5A22
Hauppauge PVR-500MCE
Nvidia FX5200
DVI to plasma
Biostar M7NCG 400
AMD XP-M 2400


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu