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:
 Post subject: Migrating to a HDTV
PostPosted: Wed Dec 03, 2008 8:19 pm 
Offline
Joined: Sun May 28, 2006 8:53 pm
Posts: 5
Location: Perth WA
Hi All,

Well after some 18 months of myth running pretty much faultlessly on R5E50 we decided to upgrade the old 68cm tv to a nice new Pioneer 50” HD. Intention is to migrate to the current release and also upgrade teh HDD, but first the tv came and here-in begins my troubles. I'vve been searching the forums and have hit a bit of a wall

First some background.
Me – newbie to linux really :oops:
Myth – R5E50 - running on an AMD althlon 3600, 1Gb Ram with a Gainward FX Powerpack Pro/660 TV-DVI 128Mb Pci card (which has a NVidia FX5200 chipset.
My Xorg file from memory needed a couple of tweaks when i first moved to atv from a pc monitor– I think I needed to change the TVOutformat option to SVIDEO.

The new tv is 1920 by 1080 at 60Hz, using a modeline calculator from http://www.arachnoid.com/modelines/ I got this
# 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync

Which I have inserted into my xorg file into the Monitor section and restarted the machine without success.

Thinking the modeliens may not be correct a bit more research led me to being able to probe the tv using EDID info
http://www.mysettopbox.tv/phpBB2/viewtopic.php?t=12158&highlight=startx+logverbose
however running startx - --verbose 6 produced this error

Code:
xauth:  creating new authority file /root/.serverauth.4217

X: warning; process set to priority -1 instead of requested priority 0

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.

Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
giving up.
xinit:  unable to connect to X server
xinit:  No such process (errno 3):  Server error.


I got around this by adding –logverbose 6 to the severargs in startx

So I have a couple of questions.
1. I’ve only added a new modeline to the Monitor section. Does this need to be referenced anywhere else?
2. Is my video card up to producing 1080? as the log file only lists lower res modes as supported, or are new drivers needed

Any advice greatly received – after 3 days of watching live tv the wife is over ads and wants myth back and working.

My xorg file and Xorg.0.log file below

xorg file

Code:
Section "ServerLayout"
   Identifier     "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection

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

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/X11/misc:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi:unscaled"
   FontPath     "/usr/share/fonts/X11/100dpi:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/Speedo"
   FontPath     "/usr/share/fonts/X11/PEX"
# Additional fonts: Locale, Gimp, TTF...
   FontPath     "/usr/share/fonts/X11/cyrillic"
#   FontPath     "/usr/share/fonts/X11/latin2/75dpi"
#   FontPath     "/usr/share/fonts/X11/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath     "/usr/share/fonts/truetype"
   FontPath     "/usr/share/fonts/latex-ttf-fonts"
EndSection

Section "Module"
# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
   Load  "dbe" # Double Buffering Extension, very important.
#   Load  "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
   Load  "glx" # GLX Extension.
   Load  "freetype" # Freetype fonts.
   Load  "type1"  # Type 1 fonts
   Load  "record" # Developer extension, usually not needed
#   Load  "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it access videoram without consulting X about it.
   SubSection      "extmod"
      Option          "omit xfree86-dga"
   EndSubSection
#   Load  "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
# The following are deprecated/unstable/unneeded in Xorg 7.0
#       Load  "ddc"  # ddc probing of monitor, this should be never present, as it gets automatically loaded.
#   Load  "GLcore" # This should be never present, as it gets automatically loaded.
#       Load  "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
        Option      "CoreKeyboard"
   Option "XkbRules" "xorg"
   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"
        Option  "ConnectedMonitor" "TV"
        Option  "TVOutFormat" "SVIDEO"
        Option  "NoLogo" "1"
        Option  "TVOverScan" "0.8"
   Option "UseEdidDpi" "FALSE"
   Option "DPI" "100 x 100"
#   HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
   HorizSync    30.0 - 50.0 # Warning: This may fry old Monitors
   VertRefresh  60.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
   Modeline "1280x1024" 157.50 1280 1328 1488 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
   # 1920x1200 @ 60.00 Hz (GTF)  hsync: 74.52; pclk: 193.16 MHz
   Modeline "1920x1200" 193.16  1920 2048 2256 2592  1200 1201 1204 1242  -HSync +HSync
        # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
        Modeline "1920x1080_60" 172.80 1920 2040 2248 2576 1080 1081 1084 118 -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      "nvidia"
   VendorName  "All"
   BoardName   "All"
#   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultColorDepth 24
   SubSection "Display"
      Depth     1
      Modes "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     32
      Modes "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection


and the log file

Code:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux mythtv 2.6.18-chw-13 #1 SMP PREEMPT Tue Mar 6 19:57:00 PST 2007 i686
Build Date: 09 January 2007
   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: Wed Dec  3 20:15:06 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(WW) The directory "/usr/share/fonts/X11/Speedo" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/PEX" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
   Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 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/latex-ttf-fonts" does not exist.
   Entry deleted from font path.
(**) FontPath set to:
   /usr/share/fonts/X11/misc:unscaled,
   /usr/share/fonts/X11/75dpi:unscaled,
   /usr/share/fonts/X11/100dpi:unscaled,
   /usr/share/fonts/X11/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.0
   X.Org XInput driver : 0.6
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev f2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1043,815a rev f3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1043,815a rev f3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 05:06:0: chip 10de,0322 card 10b0,0431 rev a1 class 03,00,00 hdr 00
(II) PCI: 05:07:0: chip 1131,7133 card 1461,2c05 rev d1 class 04,80,00 hdr 00
(II) PCI: 05:08:0: chip 1131,7133 card 1461,2c05 rev d1 class 04,80,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x020a (VGA_EN is set)
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xdaffffff (0x3000000) MX[B]
(II) Bus 5 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(5:6:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161, Mem @ 0xd8000000/24, 0xd0000000/27, BIOS @ 0xd9000000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xda001000 - 0xda0017ff (0x800) MX[B]
   [1] -1   0   0xda000000 - 0xda0007ff (0x800) MX[B]
   [2] -1   0   0xdb000000 - 0xdb000fff (0x1000) MX[B]
   [3] -1   0   0xdb001000 - 0xdb001fff (0x1000) MX[B]
   [4] -1   0   0xdb002000 - 0xdb002fff (0x1000) MX[B]
   [5] -1   0   0xdb003000 - 0xdb003fff (0x1000) MX[B]
   [6] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [7] -1   0   0xdb004000 - 0xdb004fff (0x1000) MX[B]
   [8] -1   0   0xd9000000 - 0xd901ffff (0x20000) MX[B](B)
   [9] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [11] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [12] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [13] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [14] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [15] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [16] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [17] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [18] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [19] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [20] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [21] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [22] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [23] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [24] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [25] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [26] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [27] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xda001000 - 0xda0017ff (0x800) MX[B]
   [1] -1   0   0xda000000 - 0xda0007ff (0x800) MX[B]
   [2] -1   0   0xdb000000 - 0xdb000fff (0x1000) MX[B]
   [3] -1   0   0xdb001000 - 0xdb001fff (0x1000) MX[B]
   [4] -1   0   0xdb002000 - 0xdb002fff (0x1000) MX[B]
   [5] -1   0   0xdb003000 - 0xdb003fff (0x1000) MX[B]
   [6] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [7] -1   0   0xdb004000 - 0xdb004fff (0x1000) MX[B]
   [8] -1   0   0xd9000000 - 0xd901ffff (0x20000) MX[B](B)
   [9] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [10] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [11] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [12] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [13] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [14] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [15] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [16] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [17] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [18] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [19] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [20] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [21] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [22] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [23] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [24] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [25] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [26] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [27] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xda001000 - 0xda0017ff (0x800) MX[B]
   [5] -1   0   0xda000000 - 0xda0007ff (0x800) MX[B]
   [6] -1   0   0xdb000000 - 0xdb000fff (0x1000) MX[B]
   [7] -1   0   0xdb001000 - 0xdb001fff (0x1000) MX[B]
   [8] -1   0   0xdb002000 - 0xdb002fff (0x1000) MX[B]
   [9] -1   0   0xdb003000 - 0xdb003fff (0x1000) MX[B]
   [10] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [11] -1   0   0xdb004000 - 0xdb004fff (0x1000) MX[B]
   [12] -1   0   0xd9000000 - 0xd901ffff (0x20000) MX[B](B)
   [13] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [18] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [19] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [20] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [21] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [22] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [23] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [24] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [25] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [26] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [27] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [28] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [29] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [30] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [31] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [32] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [33] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8776
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.1.1, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension 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: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.8776
   Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.1.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA X Driver  1.0-8776  Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:06:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Found 1 NVIDIA X Screens
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xda001000 - 0xda0017ff (0x800) MX[B]
   [5] -1   0   0xda000000 - 0xda0007ff (0x800) MX[B]
   [6] -1   0   0xdb000000 - 0xdb000fff (0x1000) MX[B]
   [7] -1   0   0xdb001000 - 0xdb001fff (0x1000) MX[B]
   [8] -1   0   0xdb002000 - 0xdb002fff (0x1000) MX[B]
   [9] -1   0   0xdb003000 - 0xdb003fff (0x1000) MX[B]
   [10] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [11] -1   0   0xdb004000 - 0xdb004fff (0x1000) MX[B]
   [12] -1   0   0xd9000000 - 0xd901ffff (0x20000) MX[B](B)
   [13] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [18] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [19] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [20] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [21] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [22] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [23] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [24] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [25] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [26] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [27] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [28] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [29] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [30] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [31] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [32] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [33] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xda001000 - 0xda0017ff (0x800) MX[B]
   [5] -1   0   0xda000000 - 0xda0007ff (0x800) MX[B]
   [6] -1   0   0xdb000000 - 0xdb000fff (0x1000) MX[B]
   [7] -1   0   0xdb001000 - 0xdb001fff (0x1000) MX[B]
   [8] -1   0   0xdb002000 - 0xdb002fff (0x1000) MX[B]
   [9] -1   0   0xdb003000 - 0xdb003fff (0x1000) MX[B]
   [10] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [11] -1   0   0xdb004000 - 0xdb004fff (0x1000) MX[B]
   [12] -1   0   0xd9000000 - 0xd901ffff (0x20000) MX[B](B)
   [13] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
   [15] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [16] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [17] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [21] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [22] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [23] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [24] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [25] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [26] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [27] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [28] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [29] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [30] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [31] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [32] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [33] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [34] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [35] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [36] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [37] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [38] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "1"
(**) NVIDIA(0): Option "ConnectedMonitor" "TV"
(**) NVIDIA(0): Option "TVStandard" "PAL-B"
(**) NVIDIA(0): Option "TVOutFormat" "SVIDEO"
(**) NVIDIA(0): Option "TVOverScan" "0.8"
(**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
(**) NVIDIA(0): Option "DPI" "100 x 100"
(==) NVIDIA(0): Using HW cursor
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Forcing SVIDEO output
(==) NVIDIA(0): Video key set to default value of 0x101fe
(**) NVIDIA(0): TV Standard string: "PAL-B"
(**) NVIDIA(0): ConnectedMonitor string: "TV"
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:5:6:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): GPU Architecture: 0x30
(II) NVIDIA(0): GPU Implementation: 0x34
(II) NVIDIA(0): GPU Revision: 0xb1
(--) NVIDIA(0): VideoBIOS: 04.34.20.87.00
(--) NVIDIA(0): Found 2 CRTCs on board
(II) NVIDIA(0): Supported display device(s): CRT-0, CRT-1, DFP-0, TV-0
(II) NVIDIA(0): Bus detected as PCI
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing constraints for  : GeForce FX 5200
(II) NVIDIA(0): Maximum mode timing values   :
(II) NVIDIA(0):     Horizontal Visible Width : 8192
(II) NVIDIA(0):     Horizontal Blank Start   : 8192
(II) NVIDIA(0):     Horizontal Blank Width   : 4096
(II) NVIDIA(0):     Horizontal Sync Start    : 8184
(II) NVIDIA(0):     Horizontal Sync Width    : 504
(II) NVIDIA(0):     Horizontal Total Width   : 8224
(II) NVIDIA(0):     Vertical Visible Height  : 8192
(II) NVIDIA(0):     Vertical Blank Start     : 8192
(II) NVIDIA(0):     Vertical Blank Width     : 256
(II) NVIDIA(0):     Veritcal Sync Start      : 8191
(II) NVIDIA(0):     Vertical Sync Width      : 15
(II) NVIDIA(0):     Vertical Total Height    : 8193
(II) NVIDIA(0):
(II) NVIDIA(0): Minimum mode timing values   :
(II) NVIDIA(0):     Horizontal Total Width   : 40
(II) NVIDIA(0):     Vertical Total Height    : 2
(II) NVIDIA(0):
(II) NVIDIA(0): Mode timing alignment        :
(II) NVIDIA(0):     Horizontal Visible Width : multiples of 8
(II) NVIDIA(0):     Horizontal Blank Start   : multiples of 8
(II) NVIDIA(0):     Horizontal Blank Width   : multiples of 8
(II) NVIDIA(0):     Horizontal Sync Start    : multiples of 8
(II) NVIDIA(0):     Horizontal Sync Width    : multiples of 8
(II) NVIDIA(0):     Horizontal Total Width   : multiples of 8
(II) NVIDIA(0):
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:5:6:0:
(--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): TV modes supported by this encoder:
(II) NVIDIA(0):   1024x768; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI,
(II) NVIDIA(0):     PAL-N, PAL-NC
(II) NVIDIA(0):   800x600; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0):     PAL-NC
(II) NVIDIA(0):   720x576; Standards: PAL-BDGHI, PAL-N, PAL-NC
(II) NVIDIA(0):   720x480; Standards: NTSC-M, NTSC-J, PAL-M
(II) NVIDIA(0):   640x480; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0):     PAL-NC
(II) NVIDIA(0):   640x400; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0):     PAL-NC
(II) NVIDIA(0):   400x300; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0):     PAL-NC
(II) NVIDIA(0):   320x240; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0):     PAL-NC
(II) NVIDIA(0):   320x200; Standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N,
(II) NVIDIA(0):     PAL-NC
(II) NVIDIA(0):
(II) NVIDIA(0): --- Building ModePool for NVIDIA TV Encoder (TV-0) ---
(II) NVIDIA(0): --- Done building ModePool for NVIDIA TV Encoder (TV-0) ---
(II) NVIDIA(0):
(II) NVIDIA(0):
(II) NVIDIA(0): --- Modes in ModePool for NVIDIA TV Encoder (TV-0) ---
(II) NVIDIA(0): "nvidia-auto-select"   : 1024 x  768 @  60.0 Hz  (from: NVIDIA Predefined)
(II) NVIDIA(0): "1024x768"             : 1024 x 768; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(0): "800x600"              : 800 x 600; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(0): "720x576"              : 720 x 576; for use with TV standards: PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(0): "640x480"              : 640 x 480; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(0): "400x300"              : 400 x 300; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(0): "320x240"              : 320 x 240; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(0): "320x200"              : 320 x 200; for use with TV standards: NTSC-M, NTSC-J, PAL-M, PAL-BDGHI, PAL-N, PAL-NC (from: NVIDIA Predefined)
(II) NVIDIA(0): --- End of ModePool for NVIDIA TV Encoder (TV-0): ---
(II) NVIDIA(0):
(II) NVIDIA(0): Assigned Display Device: TV-0
(II) NVIDIA(0): Requested modes:
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): MetaMode "800x600":
(II) NVIDIA(0):     Bounding Box: [0, 0, 800, 600]
(II) NVIDIA(0):     NVIDIA TV Encoder (TV-0): "800x600"
(II) NVIDIA(0):         Size          : 800 x 600
(II) NVIDIA(0):         Offset        : +0 +0
(II) NVIDIA(0):         Panning Domain: @ 800 x 600
(II) NVIDIA(0):         Position      : [0, 0, 800, 600]
(II) NVIDIA(0): MetaMode "640x480":
(II) NVIDIA(0):     Bounding Box: [0, 0, 640, 480]
(II) NVIDIA(0):     NVIDIA TV Encoder (TV-0): "640x480"
(II) NVIDIA(0):         Size          : 640 x 480
(II) NVIDIA(0):         Offset        : +0 +0
(II) NVIDIA(0):         Panning Domain: @ 640 x 480
(II) NVIDIA(0):         Position      : [0, 0, 640, 480]
(II) NVIDIA(0): Virtual screen size determined to be 800 x 600
(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.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) NVIDIA(0): Saved console TV mode: 3
(**) NVIDIA(0): DPI set to (100, 100); computed from "DPI" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
   [1] 0   0   0xd8000000 - 0xd8ffffff (0x1000000) MX[B]
   [2] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [3] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [4] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [5] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [6] -1   0   0xda001000 - 0xda0017ff (0x800) MX[B]
   [7] -1   0   0xda000000 - 0xda0007ff (0x800) MX[B]
   [8] -1   0   0xdb000000 - 0xdb000fff (0x1000) MX[B]
   [9] -1   0   0xdb001000 - 0xdb001fff (0x1000) MX[B]
   [10] -1   0   0xdb002000 - 0xdb002fff (0x1000) MX[B]
   [11] -1   0   0xdb003000 - 0xdb003fff (0x1000) MX[B]
   [12] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [13] -1   0   0xdb004000 - 0xdb004fff (0x1000) MX[B]
   [14] -1   0   0xd9000000 - 0xd901ffff (0x20000) MX[B](B)
   [15] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [16] -1   0   0xd8000000 - 0xd8ffffff (0x1000000) 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   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [23] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [24] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [25] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [26] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [27] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [28] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [29] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [30] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [31] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [32] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [33] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [34] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [35] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [36] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [37] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [38] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [39] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [40] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): kernel module enabled successfully
(II) NVIDIA(0): Memory mapped
(II) NVIDIA(0): Interrupts enabled
(II) NVIDIA(0): Setting mode "800x600"
(II) NVIDIA(0): TV-0 assigned CRTC 0
(II) NVIDIA(0): First mode initialized
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Visuals set up
(II) NVIDIA(0): Pixmap depths set up
(II) NVIDIA(0): GLX visuals set up
(II) NVIDIA(0): Framebuffer set up
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): Default colormap initialized.
(II) NVIDIA(0): Palette loaded
(**) Option "dpms" "true"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) NVIDIA(0): Screen initialization complete
(==) 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" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) 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)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };
(**) Option "Device" "/dev/input/mice"
(II) USB Mouse: ps2EnableDataReporting: succeeded


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 03, 2008 9:54 pm 
Offline
Joined: Fri Oct 20, 2006 12:04 pm
Posts: 905
Location: LA, CA
It's been a while since I played with modelines... but from dumb memory.

Code:
SubSection "Display"
      Depth     24
      Modes "800x600" "640x480"
   EndSubSection


This part needs to add something like this...
Code:
SubSection "Display"
      Depth     24
      Modes "1920x1080" "800x600" "640x480"
   EndSubSection


This should call the modeline that you added if it can run.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 04, 2008 3:18 am 
Offline
Joined: Sun May 28, 2006 8:53 pm
Posts: 5
Location: Perth WA
Thanks for pointer, I added the 1920x1080 to the Display Subsection but without success and no visible change to the log file.

My modeline is called 1920x1080_60 so I tried that and found that it requested this mode but without suceess.

Code:
(II) NVIDIA(0): Assigned Display Device: TV-0
(II) NVIDIA(0): Requested modes:
(II) NVIDIA(0):     "1920x1080_60"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(WW) NVIDIA(0): No valid modes for "1920x1080_60"; removing.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 04, 2008 5:56 am 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
You haven't mentioned how you are connecting you computer to you new TV. I don't think with a 50" Screen you will be using S-Video. I noticed you still had that in your x.org config file. Perhaps you could remove that.

Also it looks like X was running when you tried to probe fo EDID details, you need to ensure you exit out of MythTV and X completely before running that command.

I hope this steers you in the right direction.

_________________
Girkers


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 04, 2008 7:04 am 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
To quote the MythTV wiki:

Quote:
Additionally, it is worth noting that nVidia has made some changes to their driver to eliminate the need for customized Modelines for the popular formats (480i, 480p, 720p, 1080i, 1080p).


(from http://www.mythtv.org/wiki/index.php/Configuring_HDTV#NVIDIA )

Follow the link dealing with Component Out in that section of the wiki and look at the Nvidia macros example. No modelines needed, just have to make sure you are using the "UseEvents" "True" option in the Device section of xorg.conf, and then set "1920x1080_60" in the Screen section.

I have no modelines in my xorg.conf and it works great.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 25, 2009 11:54 pm 
Offline
Joined: Sat Apr 21, 2007 6:55 pm
Posts: 306
Location: CA,USA
ceenvee703 wrote:
No modelines needed, just have to make sure you are using the "UseEvents" "True" option in the Device section of xorg.conf, and then set "1920x1080_60" in the Screen section.


How does it know if your TV is running 1280x720 or 1366X768 (using a "720p" example)? I'm guessing "720p_60" is 1280X720 only? My TV is 1366X768...

_________________
Paul O'Flynn


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 26, 2009 6:45 am 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
poflynn wrote:
How does it know if your TV is running 1280x720 or 1366X768 (using a "720p" example)? I'm guessing "720p_60" is 1280X720 only? My TV is 1366X768...


Way back when I tried running one of my sets at its exact resolution (which was also 1366x768), I could never get X to run at that resolution because 1366 is not evenly divisible by 8. This was a few years ago though, and things may have improved since then.

Nowadays I'd rather do other things than mess with modelines and dot clocks, so I just use the built-in examples. The way I see it, a Blu-Ray player doesn't "know" your TV set is 1280x720 or 1366x768, it just outputs a standard 720p signal and it works. Using the built-in examples makes your video card do the same thing as a Blu-Ray player.

PS: check this thread, it claims that with recent Nvidia drivers you can just put "1360x768" into the display section and it will work (note, not 1366 since that's not divisible by 8 ).

http://ubuntuforums.org/showthread.php?t=96980


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 28, 2009 11:31 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
See my recent post under Tier 1 Hardware recommendations which discusses upgrading from SDTV output to HDTV output at 1920x1080 with the Nvidia drivers on an FX5200 based video card. http://knoppmyth.net/phpBB2/viewtopic.php?t=19668 The key is mostly taking things OUT of your xorg.conf. Mine is very stripped down. Notice that I have no modelines in my monitor section below.
Code:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        # PS/2 Mouse not detected
        # Serial Mouse not detected
        InputDevice    "USB Mouse" "CorePointer"
EndSection

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

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi:unscaled"
        FontPath     "/usr/share/fonts/X11/100dpi:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
EndSection

Section "Module"
        # Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
        Load  "dbe" # Double Buffering Extension, very important.
        Load  "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
        Load  "glx" # GLX Extension.
        Load  "freetype" # Freetype fonts.
        #Load  "type1"  # Type 1 fonts - MISSING MODULE!
        #Load  "int10"  # Developer extension, usually not needed
        Load  "record" # Developer extension, usually not needed
        Load  "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod,
                       # and for a good reason.. DGA causes instability as it accesses videoram without consulting X about it.
        SubSection      "extmod"
                Option          "omit xfree86-dga"
        EndSubSection
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
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

Section "Monitor"
        Identifier      "Monitor0"
        Option  "DPMS"  "true"
        #Option "UseEdidDpi" "FALSE"
        Option "DPI" "100 x 100"
        HorizSync 26 - 68
        VertRefresh 60 - 60
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "All"
        BoardName   "All"
        #BusID       "PCI:1:0:0"
        Option "NVAGP" "1"
        Option "XvmcUsesTextures" "false"
        Option "UseEvents"        "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     1
                Modes "1920x1080_60i"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes "1920x1080_60i"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes "1920x1080_60i"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes "1920x1080_60i"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1920x1080_60i"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1920x1080_60i"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes "1920x1080_60i"
        EndSubSection
EndSection

# Needed for XvMC with some Nvidia boards and drivers
Section "Extensions"
        Option "Composite" "Disabled"
EndSection

Section "DRI"
        Mode 0666
EndSection


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 29, 2009 5:21 pm 
Offline
Joined: Sat Apr 21, 2007 6:55 pm
Posts: 306
Location: CA,USA
Thx for the post tjc. I initially got it working using the modeline calculator here http://www.arachnoid.com/modelines/ but there was a lot of overscan so I upgraded my nVidia drivers & used the non-modeline nVidia macro like you and bam, worked first time, very nice. I noticed the res came up as 1360 X 768 which is ok, I guess, not sure if that means there's some scaling going on on the TV but I'm not a videophile and it looks good to me.

Thx!

_________________
Paul O'Flynn


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 29, 2009 10:12 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Model of the TV? I'd look up it's specs but you didn't provide enough detail.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 29, 2009 11:37 pm 
Offline
Joined: Sat Apr 21, 2007 6:55 pm
Posts: 306
Location: CA,USA
Well, I didn't provide any detail as I wasn't looking for any help, I think I'm good now, other than the minor detail of the 1360 vs 1366 horizontal resolution. Actually there is one other small detail - my fonts in MythVideo & the EPG etc are really small, something that I'm guessing can be fixed by defining the correct displaysize parm?

To be precise, I am using the following "modes" line in my "Screen" section and have no modelines defined! Note that this "1280X720_60" gives me a 1360X768 screen at 60Hz! I guess it is reading the EDID info from the TV to figure out its native res & get as close as possible? (I also have "UseEdidDpi" set to "true").

Code:
Modes    "1280x720_60" "720x480_60"



Thx,

http://www.bestbuy.com/site/olspage.jsp ... 8054462391

Code:
#
TV Type
LCD Flat-Panel
#
Screen Size
32"
#
Aspect Ratio
16:9
#
Display Type
Flat-panel LCD
#
Built-In_DVR
No
#
Digital Cable Ready
No
#
Maximum Resolution
1366 x 768
#
Vertical Resolution
720p
#
Contrast Ratio
2500:1
#
Brightness
400 cd/m²
#
Comb Filter
3D Y/C digital
#
Media Card Slot
No
#
USB Slot
No
#
HDMI Inputs
3
#
DVI Inputs
No
#
S-Video Inputs
1
#
Component Video Inputs
2
#
Composite Inputs
2
#
PC Inputs
1
#
RF Antenna Input
1
#
Headphone Jacks
Yes
#
Audio Outputs
1
#
Watts/Channel
6
#
Speakers
2
#
Simulated Surround
Yes
#
Sound Leveler
Yes
#
Language Options
English, French, Spanish
#
V-Chip
Yes
#
Sleep/Alarm Timer
Sleep timer, yes; alarm, no
#
Channel Labeling
Yes
#
Remote Control Type
Standard
#
ENERGY STAR Qualified
Yes
#
Screen Refresh Rate
60Hz

_________________
Paul O'Flynn


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 30, 2009 1:12 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Well the max resolution of 1366 x 768 explains why it doesn't do 1920 x 1080. That was what I half expected from your reported resolutions, although some of the earlier HD sets which would do 1080i would lie when used as a monitor and report lower capabilities. Also the "divisible by 8" rule explains why it knocks 1366 down to 1360.

Assuming that you don't have the UseEdid options (including UseEdidDpi) set to false it should be getting true specs from the monitor. Checking your /var/log/Xorg.0.log should tell you what the system is getting from the monitor, including the suggested timing modes. Find the best preferred and validated one and put it's name in your Screen section.

You're looking for a section of the log labeled Modes in ModePool and prefer the ones that say "(from: EDID)" (or from that and other sources). For example:

Code:
root@black2:~# grep '(from: .*EDID)' /var/log/Xorg.0.log
(II) NVIDIA(0): "nvidia-auto-select" : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5) (from: EDID)
(II) NVIDIA(0): "1920x1080"          : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5) (from: EDID)
(II) NVIDIA(0): "1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5) (from: EDID)
(II) NVIDIA(0): "1360x768"           : 1360 x  768 @  60.0 Hz  (from: EDID)
(II) NVIDIA(0): "1360x768_60"        : 1360 x  768 @  60.0 Hz  (from: EDID)
(II) NVIDIA(0): "1280x1024"          : 1280 x 1024 @  60.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x1024_60"       : 1280 x 1024 @  60.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1280x720"           : 1280 x  720 @  60.0 Hz  (from: EDID)
(II) NVIDIA(0): "1280x720_60"        : 1280 x  720 @  60.0 Hz  (from: EDID)
(II) NVIDIA(0): "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4) (from: EDID)
(II) NVIDIA(0): "1024x768"           : 1024 x  768 @  60.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "1024x768_60"        : 1024 x  768 @  60.0 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600"            :  800 x  600 @  60.3 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "800x600_60"         :  800 x  600 @  60.3 Hz  (from: X Server, VESA, EDID)
(II) NVIDIA(0): "720x480"            :  720 x  480 @  59.9 Hz  (from: EDID)
(II) NVIDIA(0): "720x480_60"         :  720 x  480 @  59.9 Hz  (from: EDID)
(II) NVIDIA(0): "640x480_60"         :  640 x  480 @  59.9 Hz  (from: X Server, VESA, EDID)


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 19 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:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu