View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 19 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Feb 01, 2007 6:58 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
Hi all,
Manually upgraded to R5E50 the other day and I've found that since the upgrade my monitor does not change modes based on the content being played since I made the jump. Anyone else have issues with this? My settings are:
Code:
Utilities/Setup --> Setup --> Appearance --> Separate video modes for GUI and TV playback screen.

GUI: 1920x1080 Video: 1920x1080 Rate: Any Aspect: Default

Specific Overrides...:
Input video: 1280x720  Output: 1280x720 Rate: 60Hz Aspect: 16:9
Input video: 720x480  Output: 800x600 Rate: 60Hz  Aspect: Default

These are the same settings I had in R5D1 and it worked beautifully then... I did upgrade my NVIDIA driver to 1.0-9746 with these instructions and added the
Code:
Option "UseEvents" "True"
to my devices section of xorg.conf. As a result I can watch HDTV without XvMC on for the first time ever! :D I hope that did not kill my mode switching. Any thoughts?

_________________
Mike
My Hardware Profile


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 01, 2007 7:27 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
In the course of the upgrade you changed from the XFree86 server to the xorg server, and probably got a new xorg.conf file in the bargain. This is covered in the upgrade hints, along with some tips for what to copy from your old XF86Config-4 file.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 01, 2007 8:33 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
I understand there was a switch to Xorg and yes, I did get a new xorg.conf in the upgrade. I followed your upgrade instructions. I did not simply copy my old XF86Config-4 over. I lifted the following from XFree86Config-4:
Code:
Section "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        Option          "sw_cursor" "1"
        Option          "hw_cursor" "1"
        Option "UseEvents" "True"
        Identifier      "MSI_NV6200A"
# The following line is auto-generated by KNOPPIX mkxf86config
        Driver          "nvidia"
        VendorName      "MSI"
        BoardName       "NX6200AX-TD128LF"
#       BusID           "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier      "WDE_LVM-37w1"
        Device          "MSI_NV6200A"
        Monitor         "DFP-0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     24
                Modes "ATSC-1080-59.94i" "ATSC-720-60p" \
                "nvidia-auto-select" "1280x720" "1024x768" \
                "800x600_60"
        EndSubSection
EndSection

Section "Monitor"
        Identifier      "DFP-0"
        Option          "DPMS"  "true"
        VendorName      "WDE"
        ModelName       "WDE3701"
        #DisplaySize    820 460
        Option          "DPI" "75 x 75"
        HorizSync 30 - 80 # DDC-probed
        VertRefresh 50 - 75 # DDC-probed
        # These are the DDC-probed settings reported by your monitor.
        # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
        ModeLine "1280x1024"    135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        # 1152x864, 75.0Hz; hfreq=67.50, vfreq=75.00
        ModeLine "1152x864"     108.00 1152 1216 1344 1600  864  865  868  900 +hsync +vsync
        # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
        ModeLine "1024x768"      78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
        # 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
        ModeLine "1024x768"      75.00 1024 1048 1184 1328  768  771  777  806 -hsync -vsync
        # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
        ModeLine "800x600"       49.50  800  816  896 1056  600  601  604  625 +hsync +vsync
        # 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
        ModeLine "800x600"       50.00  800  856  976 1040  600  637  643  666 +hsync +vsync
        # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
        ModeLine "800x600"       40.00  800  840  968 1056  600  601  605  628 +hsync +vsync
        # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
        ModeLine "640x480"       31.50  640  656  720  840  480  481  484  500 -hsync -vsync
        # 640x480, 72.0Hz; hfreq=37.86, vfreq=72.81
        ModeLine "640x480"       31.50  640  656  696  816  480  481  484  504 -hsync -vsync
        # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
        ModeLine "640x480"       25.17  640  648  744  784  480  482  484  509 -hsync -vsync
          # My Custom ModeLines
        ModeLine "1920x1080" 138.5 1920 1968 2000 2080 1080 1082 1087 1111 +hsync -vsync
        ModeLine "1280x720" 73.8 1280 1312 1592 1624 720 735 742 757
        ModeLine "ATSC-720-60p" 74.25 1280 1320 1376 1650 720 722 728 750
        ModeLine "ATSC-1080-59.94i" 74.176 1920 1960 2016 2200 1080 1082 1088 1125 Interlace
EndSection

Is there any glarring error in judgement in there? :wink:

_________________
Mike
My Hardware Profile


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 04, 2007 7:51 am 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 434
Location: Charlotte, NC
mihanson, you are not crazy... I am having the same issue. The odd thing is that as I have been trying to debug this I have found some strange issues compared to R5D1 (I upgraded from there). For some reason the modelines called from the system are not the personal modelines defined in xorg.conf (check your xorg log file to see what modeline is actually being used - on my systems it is not my defined modeline - it is a default).

Here is my Monitor section...

Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
Option "UseEdidDpi" "FALSE"
# Option "DPI" "100 x 100"
VendorName "HWP"
ModelName "HWP259a"
HorizSync 30 - 83 # DDC-probed
VertRefresh 60 - 60 # DDC-probed
# Mode center
# Modeline "640x480jr" 26.718 640 728 824 848 480 490 492 525 -hsync -vsync
# Mode right 1
# Modeline "640x480jr" 26.718 640 720 816 848 480 490 492 525 -hsync -vsync
# Mode right 2
# Modeline "640x480jr" 26.718 640 712 808 848 480 490 492 525 -hsync -vsync
# Mode right 3
Modeline "640x480jr" 26.718 640 704 800 848 480 490 492 525 -hsync -vsync
# Mode left 1
# Modeline "640x480jr" 26.718 640 736 832 848 480 490 492 525 -hsync -vsync
# Mode left 2
# Modeline "640x480jr" 26.718 640 744 840 848 480 490 492 525 -hsync -vsync
# Mode left 3
# Modeline "640x480jr" 26.718 640 752 848 848 480 490 492 525 -hsync -vsync
# Mode 720 center
Modeline "1280x720jr" 74.250 1280 1408 1448 1648 720 725 730 750 +hsync +vsync
# Mode 720 left1
# Modeline "1280x720jr" 74.250 1280 1416 1456 1648 720 725 730 750 +hsync +vsync
# Mode 720 left2
# Modeline "1280x720jr" 74.250 1280 1424 1464 1648 720 725 730 750 +hsync +vsync
# Mode 720 left3
# Modeline "1280x720jr" 74.250 1280 1432 1472 1648 720 725 730 750 +hsync +vsync
# Mode 720 right1
# Modeline "1280x720jr" 74.250 1280 1400 1440 1648 720 725 730 750 +hsync +vsync
# Mode 720 right2
# Modeline "1280x720jr" 74.250 1280 1392 1432 1648 720 725 730 750 +hsync +vsync
# Mode 720 right3
# Modeline "1280x720jr" 74.250 1280 1384 1424 1648 720 725 730 750 +hsync +vsync
# Mode right 4
Modeline "1920x540jr" 83.250 1920 2040 2232 2464 540 541 548 563 +hsync +vsync
# Mode right 2
# Modeline "1920x540jr" 82.125 1920 2040 2232 2432 540 541 548 563 +hsync +vsync
# Mode left 2
# Modeline "1920x540jr" 82.125 1920 2064 2256 2432 540 541 548 563 +hsync +vsync
# Mode left 4
# Modeline "1920x540jr" 82.125 1920 2080 2272 2432 540 541 548 563 +hsync +vsync
# ModeLine "1920x1080" 82.125 1920 1984 2176 2432 1080 1081 1094 1125 interlace +hsync +vsync

EndSection

and here is the log file...

(II) NVIDIA(0): Virtual screen size determined to be 1920 x 540
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline 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 0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
[1] 0 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B]
[2] -1 0 0x00100000 - 0x2fffffff (0x2ff00000) 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 0xf8400000 - 0xf840ffff (0x10000) MX[B]
[7] -1 0 0x30000000 - 0x300003ff (0x400) MX[B]
[8] -1 0 0xf8500000 - 0xf85003ff (0x400) MX[B]
[9] -1 0 0xec000000 - 0xebffffff (0x0) MX[B]O
[10] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[11] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00001020 - 0x00001027 (0x8) IX[B]
[18] -1 0 0x00001000 - 0x0000101f (0x20) IX[B]
[19] -1 0 0x000024d0 - 0x000024df (0x10) IX[B]
[20] -1 0 0x0000280c - 0x0000280f (0x4) IX[B]
[21] -1 0 0x000024f8 - 0x000024ff (0x8) IX[B]
[22] -1 0 0x00002808 - 0x0000280b (0x4) IX[B]
[23] -1 0 0x000024f0 - 0x000024f7 (0x8) IX[B]
[24] -1 0 0x000024c0 - 0x000024cf (0x10) IX[B]
[25] -1 0 0x00002804 - 0x00002804 (0x1) IX[B]
[26] -1 0 0x000024e8 - 0x000024e8 (0x1) IX[B]
[27] -1 0 0x00002800 - 0x00002800 (0x1) IX[B]
[28] -1 0 0x000024e0 - 0x000024e0 (0x1) IX[B]
[29] -1 0 0x00002480 - 0x0000249f (0x20) IX[B]
[30] -1 0 0x00002460 - 0x0000247f (0x20) IX[B]
[31] -1 0 0x00002440 - 0x0000245f (0x20) IX[B]
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "640x480jr"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "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)
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)" };
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "640x480_60_0"

Notice that the initial mode selected is my personal modeline (640x480jr) but as soon as a screen change is requested the mode changes to a default. That mode (640x480_0_0) is the modeline called when the system switches modes as defined in the separate video mode setting - I do not think it is calling the correct modeline.

The odd thing is that after MUCH playing around I got it working (don't know exactly how yet) but lost it on a reboot.

I do know that the generated xorg.conf (if you request it in the upgrade script) as a result of the nVidia upgrade (http://mysettopbox.tv/phpBB2/viewtopic.php?t=13550) seems to produce some other strange behaviors versus the one in the KnoppMyth build. Again, I haven't tracked that down yet either...

_________________
nbdwt73


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 04, 2007 11:39 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
There is an option you can use to disable the builtin modes but I can never remember its name... The other thing you can do is change the name of the modes you want it to use slightly, e.g. prefix it with "my" in both the Monitor and Screen sections since the names are matched as strings this should be enough to force the use of the ones you want.

In Section "Monitor":
Code:
        Modeline "my_640x480" 25.175 640 664 760 800 480 491 493 525 #60Hz

In Section "Screen":
Code:
                Modes "my_640x480"


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 04, 2007 12:27 pm 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 434
Location: Charlotte, NC
Thanks tjc. My modelines are all named to a unique name and under prior releases that always worked. I am trying to find that option to disable the builtin modelines. I have been testing this issue for several days and have discovered some things that lead me to believe we have an issue with the way this version calls the modelines from the "seperate video mode" screen...

My build (almost vanilla out of the box) does not change modes automatically. I have found a way to force it to work but then it only uses the built in modelines. I have built 3 different boxes 3 different ways all with the same result.

_________________
nbdwt73


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 04, 2007 1:10 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Hmmm...
http://xorg.freedesktop.org/archive/X11R6.8.0/doc/xorg.conf.5.html
Quote:
The Identifier entry specifies the unique name for this monitor. The Monitor section provides information about the specifications of the monitor, monitor-specific Options, and information about the video modes to use with the monitor. Specifying video modes is optional because the server now has a built-in list of VESA standard modes. When modes are specified explicitly in the Monitor section (with the Modes, ModeLine, or UseModes keywords), built-in modes with the same names are not included. Built-in modes with different names are, however, still implicitly included.

So maybe you need to mask the builtin names with you custom ones... Wish I could remember that option name... Maybe it's in the nVidia driver docs... Possibly a command line option?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 04, 2007 5:17 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
I think this is the section form the NVIDIA driver that tjc is referring to...

Quote:
Option "ModeValidation" "string"

This option provides fine-grained control over each stage of the mode validation pipeline, disabling individual mode validation checks. This option should only very rarely be used.

The option string is a semicolon-separated list of comma-separated lists of mode validation arguments. Each list of mode validation arguments can optionally be prepended with a display device name.

"<dpy-0>: <tok>, <tok>; <dpy-1>: <tok>, <tok>, <tok>; ..."

Possible arguments:
...
<snip>
"NoVesaModes": when constructing the mode pool for a display device, the X driver uses a built-in list of VESA modes as one of the mode sources; this argument disables use of these built-in VESA modes.
*

"NoEdidModes": when constructing the mode pool for a display device, the X driver uses any modes listed in the display device's EDID as one of the mode sources; this argument disables use of EDID-specified modes.
*

"NoXServerModes": when constructing the mode pool for a display device, the X driver uses the built-in modes provided by the core XFree86/Xorg X server as one of the mode sources; this argument disables use of these modes. Note that this argument does not disable custom ModeLines specified in the X config file; see the "NoCustomModes" argument for that.
*

"NoCustomModes": when constructing the mode pool for a display device, the X driver uses custom ModeLines specified in the X config file (through the "Mode" or "ModeLine" entries in the Monitor Section) as one of the mode sources; this argument disables use of these modes.
*

"NoPredefinedModes": when constructing the mode pool for a display device, the X driver uses additional modes predefined by the NVIDIA X driver; this argument disables use of these modes.
*

"NoUserModes": additional modes can be added to the mode pool dynamically, using the NV-CONTROL X extension; this argument prohibits user-specified modes via the NV-CONTROL X extension.

Examples:

Option "ModeValidation" "NoMaxPClkCheck"

disable the maximum pixel clock check when validating modes on all display devices.

Option "ModeValidation" "CRT-0: NoEdidModes, NoMaxPClkCheck; DFP-0: NoVesaModes"

do not use EDID modes and do not perform the maximum pixel clock check on CRT-0, and do not use VESA modes on DFP-0.

The Super Bowl is about to kick off, so I'll try to fiddle with this later.

_________________
Mike
My Hardware Profile


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 04, 2007 10:32 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
I edited down my xorg.conf to look like this:
Code:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "WDE_LVM-37w1" 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 $
        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 $
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 "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        Option          "sw_cursor" "1"
        Option          "hw_cursor" "1"
        Option          "UseEvents" "True"
        Option          "ModeValidation" "NoVesaModes, NoXServerModes, NoPredefinedModes, NoUserModes"
        #Option         "NoAccel"
        #Option         "ShowCache"
        #Option         "ShadowFB"
        #Option         "UseFBDev"
        #Option         "Rotate"
        Identifier      "MSI_NV6200A"
# The following line is auto-generated by KNOPPIX mkxf86config
        Driver          "nvidia"
        VendorName      "MSI"
        BoardName       "NX6200AX-TD128LF"
#       BusID           "PCI:1:0:0"
EndSection


Section "Screen"
        Identifier      "WDE_LVM-37w1"
        Device          "MSI_NV6200A"
        Monitor         "DFP-0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     24
                Modes "ATSC-1080-59.94i" "ATSC-720-60p" "1280x720" "800x600" "640x480"
        EndSubSection
EndSection

Section "Monitor"
        Identifier      "DFP-0"
        Option          "DPMS"  "true"
        VendorName      "WDE"
        ModelName       "WDE3701"
        #DisplaySize    820 460
        Option          "DPI" "75 x 75"
        HorizSync 30 - 80 # DDC-probed
        VertRefresh 50 - 75 # DDC-probed
        # These are the DDC-probed settings reported by your monitor.
        # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
        ModeLine "1280x1024"    135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        # 1152x864, 75.0Hz; hfreq=67.50, vfreq=75.00
        ModeLine "1152x864"     108.00 1152 1216 1344 1600  864  865  868  900 +hsync +vsync
        # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
        ModeLine "1024x768"      78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
        # 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
        ModeLine "1024x768"      75.00 1024 1048 1184 1328  768  771  777  806 -hsync -vsync
        # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
        ModeLine "800x600"       49.50  800  816  896 1056  600  601  604  625 +hsync +vsync
        # 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
        ModeLine "800x600"       50.00  800  856  976 1040  600  637  643  666 +hsync +vsync
        # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
        ModeLine "800x600"       40.00  800  840  968 1056  600  601  605  628 +hsync +vsync
        # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
        ModeLine "640x480"       31.50  640  656  720  840  480  481  484  500 -hsync -vsync
        # 640x480, 72.0Hz; hfreq=37.86, vfreq=72.81
      ModeLine "640x480"       31.50  640  656  696  816  480  481  484  504 -hsync -vsync
        # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
        ModeLine "640x480"       25.17  640  648  744  784  480  482  484  509 -hsync -vsync

        # My Custom ModeLines
        ModeLine "1920x1080" 138.5 1920 1968 2000 2080 1080 1082 1087 1111 +hsync -vsync
        ModeLine "1280x720" 73.8 1280 1312 1592 1624 720 735 742 757

        #DTV-StandardModes
        ModeLine "ATSC-720-60p" 74.25 1280 1320 1376 1650 720 722 728 750
        ModeLine "ATSC-1080-59.94i" 74.176 1920 1960 2016 2200 1080 1082 1088 1125 Interlace
EndSection

Section "DRI"
        Mode 0666
EndSection

The above post with the modeline validation options did not seem to help in my case. In fact, something odd is afoot. My "ATSC-1080-59.94i" modeline is being validated in Xorg.0.log, as evidenced by these lines:
Code:
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(0):     WDE LVM-37w1 (DFP-0)
(--) NVIDIA(0): WDE LVM-37w1 (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): WDE LVM-37w1 (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Mode Validation Overrides for WDE LVM-37w1 (DFP-0):
(II) NVIDIA(0):     NoVesaModes
(II) NVIDIA(0):     NoXServerModes
(II) NVIDIA(0):     NoPredefinedModes
(II) NVIDIA(0):     NoUserModes
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "ATSC-1080-59.94i"
(II) NVIDIA(0):     "ATSC-720-60p"
(II) NVIDIA(0):     "1280x720"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
and
Code:
(II) NVIDIA(0): Setting mode "ATSC-1080-59.94i"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
However, at the very last lines of my Xorg.0.log, I see this:
Code:
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    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)" };
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "nvidia-auto-select"

"nvidia-auto-select" no longer is defined in my "Screen" section, but for some reason, I end up with it at the end. :? I'd like to see what
Code:
# startx - --logverbose 6
will produce in the logs, but I have not figured out how to do that with the new version of X yet. (pkill xinit restarts it, but I need to figure out how to stop it all together and be able to restart it with the above command. Dropping to single user mode does not work.) Also, what's "DRI" for? I recall having that commented out or all toghter deleted from my old XF86Config-4 file... The only info I can find is in my xorg.conf file where it says
Quote:
Load "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
I'm not using those drivers, so I guess it's ok to be there?

_________________
Mike
My Hardware Profile


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 04, 2007 11:34 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
nbdwt73, I just reread your post and I now realize I basicly just confirmed that the modeline call is not being handled properly. FWIW, I did not allow NVIDIA to update my xorg.conf file when I upgraded my driver to 1.0-9746.

_________________
Mike
My Hardware Profile


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 05, 2007 5:40 pm 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 434
Location: Charlotte, NC
SUCCESS... My xorg.conf section is posted below with the log confirmation after.

Code:
Section "Monitor"
   Identifier   "Monitor0"
#   Option   "DPMS"   "true"
#   Option "UseEdidDpi" "FALSE"
   Option "DPI" "100 x 100"
   Option "ExactModeTimingsDVI" "true"
   Option "NoLogo" "true"
   Option "NoBandWidthTest" "true"
   Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, NoVesaModes, NoXServerModes, NoPredefinedModes"
   VendorName   "HWP"
   ModelName   "HWP259a"
   HorizSync 30 - 83 # DDC-probed
   VertRefresh 60 - 60 # DDC-probed
#   Mode center
#   Modeline   "640x480jr" 26.718 640 728 824 848 480 490 492 525 -hsync -vsync
#      Mode right 1
#   Modeline   "640x480jr" 26.718 640 720 816 848 480 490 492 525 -hsync -vsync
#      Mode right 2
#   Modeline   "640x480jr" 26.718 640 712 808 848 480 490 492 525 -hsync -vsync
#     Mode right 3
   Modeline   "640x480jr" 26.718 640 704 800 848 480 490 492 525 -hsync -vsync
#     Mode left 1
#   Modeline   "640x480jr" 26.718 640 736 832 848 480 490 492 525 -hsync -vsync
#     Mode left 2
#   Modeline   "640x480" 26.718 640 744 840 848 480 490 492 525 -hsync -vsync
#   Modeline   "635x475" 26.718 640 744 840 848 480 490 492 525 -hsync -vsync
#     Mode left 3
#   Modeline   "640x480jr" 26.718 640 752 848 848 480 490 492 525 -hsync -vsync
#   Mode 720 center
#   Modeline   "1280x720jr" 74.250 1280 1408 1448 1648 720 725 730 750 +hsync +vsync
#   Mode 720 left1
#   Modeline   "1280x720jr" 74.250 1280 1416 1456 1648 720 725 730 750 +hsync +vsync
#   Mode 720 left2
#   Modeline   "1280x720jr" 74.250 1280 1424 1464 1648 720 725 730 750 +hsync +vsync
#   Mode 720 left3
#   Modeline   "1280x720jr" 74.250 1280 1432 1472 1648 720 725 730 750 +hsync +vsync
#   Mode 720 right1
#   Modeline   "1280x720jr" 74.250 1280 1400 1440 1648 720 725 730 750 +hsync +vsync
#   Mode 720 right2
#   Modeline   "1280x720jr" 74.250 1280 1392 1432 1648 720 725 730 750 +hsync +vsync
#   Mode 720 right3
#   Modeline   "1280x720jr" 74.250 1280 1384 1424 1648 720 725 730 750 +hsync +vsync
#     Mode right 4
#   Modeline   "1920x540jr" 86.400 1920 2056 2248 2560 540 541 548 563 +hsync +vsync
#   Mode right 4 squish 4
#      Modeline    "1920x540jr" 83.250 1920 2040 2232 2464 540 541 548 563 +hsync +vsync
#     Mode right 2
   Modeline   "1920x540jr" 82.125 1920 2040 2232 2432 540 541 548 563 +hsync +vsync
#     Mode left 2
#   Modeline   "1920x540jr" 82.125 1920 2064 2256 2432 540 541 548 563 +hsync +vsync
#     Mode left 4
#   Modeline   "1920x540jr" 82.125 1920 2080 2272 2432 540 541 548 563 +hsync +vsync
#   ModeLine   "1920x1080" 82.125 1920 1984 2176 2432 1080 1081 1094 1125 interlace +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"
   Option "UseEvents" "True"
   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     24
      Modes "640x480jr" "1920x540jr"
   EndSubSection
EndSection


Log

Code:
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "NoBandWidthTest" "true"
(**) NVIDIA(0): Option "ExactModeTimingsDVI" "true"
(**) NVIDIA(0): Option "DPI" "100 x 100"
(**) NVIDIA(0): Option "UseEvents" "True"
(**) NVIDIA(0): Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, NoVesaModes, NoXServerModes, NoPredefinedModes"
(**) NVIDIA(0): Enabling RENDER acceleration
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
(II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.34.20.42.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:
(--) NVIDIA(0):     CRT-0
(--) NVIDIA(0): CRT-0: 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Mode Validation Overrides for CRT-0:
(II) NVIDIA(0):     NoMaxPClkCheck
(II) NVIDIA(0):     NoEdidMaxPClkCheck
(II) NVIDIA(0):     NoVesaModes
(II) NVIDIA(0):     NoXServerModes
(II) NVIDIA(0):     NoPredefinedModes
(II) NVIDIA(0):     NoDFPNativeResolutionCheck
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "640x480jr"
(II) NVIDIA(0):     "1920x540jr"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 540
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline 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   0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
   [1] 0   0   0xf9000000 - 0xf9ffffff (0x1000000) MX[B]
   [2] -1   0   0x00100000 - 0x2fffffff (0x2ff00000) 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   0xf8400000 - 0xf840ffff (0x10000) MX[B]
   [7] -1   0   0x30000000 - 0x300003ff (0x400) MX[B]
   [8] -1   0   0xf8500000 - 0xf85003ff (0x400) MX[B]
   [9] -1   0   0xec000000 - 0xebffffff (0x0) MX[B]O
   [10] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [11] -1   0   0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x00001020 - 0x00001027 (0x8) IX[B]
   [18] -1   0   0x00001000 - 0x0000101f (0x20) IX[B]
   [19] -1   0   0x000024d0 - 0x000024df (0x10) IX[B]
   [20] -1   0   0x0000280c - 0x0000280f (0x4) IX[B]
   [21] -1   0   0x000024f8 - 0x000024ff (0x8) IX[B]
   [22] -1   0   0x00002808 - 0x0000280b (0x4) IX[B]
   [23] -1   0   0x000024f0 - 0x000024f7 (0x8) IX[B]
   [24] -1   0   0x000024c0 - 0x000024cf (0x10) IX[B]
   [25] -1   0   0x00002804 - 0x00002804 (0x1) IX[B]
   [26] -1   0   0x000024e8 - 0x000024e8 (0x1) IX[B]
   [27] -1   0   0x00002800 - 0x00002800 (0x1) IX[B]
   [28] -1   0   0x000024e0 - 0x000024e0 (0x1) IX[B]
   [29] -1   0   0x00002480 - 0x0000249f (0x20) IX[B]
   [30] -1   0   0x00002460 - 0x0000247f (0x20) IX[B]
   [31] -1   0   0x00002440 - 0x0000245f (0x20) IX[B]
   [32] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [33] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "640x480jr"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "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)
    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)" };
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "1920x540jr"
(II) NVIDIA(0): Setting mode "640x480jr"
(II) NVIDIA(0): Setting mode "1920x540jr"
(II) NVIDIA(0): Setting mode "640x480jr"


Another positive note - the only selections in the dropdown menu on the "seperate video mode" screen are now my video modes. Now all automatic mode changes work.

mihanson, let me know if this fixes your issues.

_________________
nbdwt73


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 05, 2007 7:16 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Just in case no one else says it, Good Work! :)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 05, 2007 11:29 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
Well, I sort of have "success." nbdwt73, your options did not seem to do it for me. However, I can get MythTV thinking it's changing modes properly, but my monitor is still reporting only 1920x1080 for everything...With the exception of SDTV thru my DISH Network STB. My modes WILL change to 800x600@60 for that. It's just the ATSC HDTV material that is only displayed at 1080.
Code:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "WDE_LVM-37w1" 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 $
        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 $
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 "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        Option          "sw_cursor" "1"
        Option          "hw_cursor" "1"
        #Option         "UseEvents" "True"
        Option          "ModeValidation" "NoVesaModes, NoXServerModes, NoUserModes"
        Option          "DynamicTwinView" "False"
        #Option         "NoAccel"
        #Option         "ShowCache"
        #Option         "ShadowFB"
        #Option         "UseFBDev"
        #Option         "Rotate"
        Identifier      "MSI_NV6200A"
# The following line is auto-generated by KNOPPIX mkxf86config
        Driver          "nvidia"
        VendorName      "MSI"
        BoardName       "NX6200AX-TD128LF"
#       BusID           "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier      "WDE_LVM-37w1"
        Device          "MSI_NV6200A"
        Monitor         "DFP-0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     24
                Modes "ATSC-1080-59.94i" "ATSC-720-60p" "800x600@60" "640x480@60"
        EndSubSection
EndSection

Section "Monitor"
        Identifier      "DFP-0"
        Option          "DPMS"  "true"
        VendorName      "WDE"
        ModelName       "WDE3701"
        #DisplaySize    820 460
        Option          "DPI" "75 x 75"
        HorizSync 30 - 80 # DDC-probed
        VertRefresh 50 - 75 # DDC-probed
        # These are the DDC-probed settings reported by your monitor.
        # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
        # ModeLine "1280x1024"  135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
        # 1152x864, 75.0Hz; hfreq=67.50, vfreq=75.00
        # ModeLine "1152x864"   108.00 1152 1216 1344 1600  864  865  868  900 +hsync +vsync
        # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
        # ModeLine "1024x768"    78.75 1024 1040 1136 1312  768  769  772  800 +hsync +vsync
        # 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
        # ModeLine "1024x768"    75.00 1024 1048 1184 1328  768  771  777  806 -hsync -vsync
        # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
        # ModeLine "800x600"     49.50  800  816  896 1056  600  601  604  625 +hsync +vsync
        # 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
        # ModeLine "800x600"     50.00  800  856  976 1040  600  637  643  666 +hsync +vsync
        # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
        ModeLine "800x600@60"    40.00  800  840  968 1056  600  601  605  628 +hsync +vsync
       # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
        # ModeLine "640x480"     31.50  640  656  720  840  480  481  484  500 -hsync -vsync
        # 640x480, 72.0Hz; hfreq=37.86, vfreq=72.81
        # ModeLine "640x480"     31.50  640  656  696  816  480  481  484  504 -hsync -vsync
        # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
        ModeLine "640x480@60"    25.17  640  648  744  784  480  482  484  509 -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 +VSync

        # My Custom ModeLines
        # ModeLine "1920x1080" 138.5 1920 1968 2000 2080 1080 1082 1087 1111 +hsync -vsync
        # ModeLine "1280x720@60" 73.8 1280 1312 1592 1624 720 735 742 757

        #DTV-StandardModes
        ModeLine "ATSC-720-60p" 74.25 1280 1320 1376 1650 720 722 728 750
        ModeLine "ATSC-1080-59.94i" 74.176 1920 1960 2016 2200 1080 1082 1088 1125 Interlace
EndSection

Section "DRI"
        Mode 0666
EndSection

Xorg.0.log looks promising:
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 mythbox 2.6.18-chw-13 #1 SMP PREEMPT Sun Dec 3 23:47:01 PST 2006 i686
Build Date: 07 July 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb  5 20:49:46 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "WDE_LVM-37w1" (0)
(**) |   |-->Monitor "DFP-0"
(**) |   |-->Device "MSI_NV6200A"
(**) |-->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"
(**) Ignoring ABI Version
(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 8086,2570 card 147b,102a rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 147b,102a rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 147b,102a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 147b,102a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 147b,102a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 147b,102a rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 147b,102a rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 147b,102a rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 147b,102a rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 147b,102a rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0221 card 1462,0130 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 104c,8024 card 147b,102a rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:02:0: chip 10ec,8139 card 147b,102a rev 10 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 13d0,2103 card 13d0,2103 rev 02 class 02,80,00 hdr 00
(II) PCI: 02:05:0: chip 13d0,2103 card 13d0,2103 rev 02 class 02,80,00 hdr 00
(II) PCI: 02:06:0: chip 14f1,8800 card 7063,3000 rev 05 class 04,00,00 hdr 80
(II) PCI: 02:06:2: chip 14f1,8802 card 7063,3000 rev 05 class 04,80,00 hdr 80
(II) PCI: 02:09:0: chip 4444,0016 card 0070,8003 rev 01 class 04,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xe7000000 - 0xe9ffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [1] -1  0       0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [2] -1  0       0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [3] -1  0       0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xe4000000 - 0xe6ffffff (0x3000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation GeForce 6200 rev 161, Mem @ 0xe7000000/24, 0xd0000000/28, 0xe8000000/24
(--) PCI: (2:6:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xe4000000/24
(--) PCI: (2:9:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xe0000000/26
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xcfffffff to 0xbfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B]
        [1] -1  0       0xe6010000 - 0xe601ffff (0x10000) MX[B]
        [2] -1  0       0xe6000000 - 0xe600ffff (0x10000) MX[B]
        [3] -1  0       0xe6025000 - 0xe60250ff (0x100) MX[B]
        [4] -1  0       0xe6020000 - 0xe6023fff (0x4000) MX[B]
        [5] -1  0       0xe6024000 - 0xe60247ff (0x800) MX[B]
        [6] -1  0       0xea002000 - 0xea0020ff (0x100) MX[B]
        [7] -1  0       0xea001000 - 0xea0011ff (0x200) MX[B]
        [8] -1  0       0x50000000 - 0x500003ff (0x400) MX[B]
        [9] -1  0       0xea000000 - 0xea0003ff (0x400) MX[B]
        [10] -1 0       0xc0000000 - 0xbfffffff (0x0) MX[B]O
        [11] -1 0       0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
        [12] -1 0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [13] -1 0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1 0       0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
        [16] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [17] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
      [18] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [19] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [21] -1 0       0x00000500 - 0x0000051f (0x20) IX[B]
        [22] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [23] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [24] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [25] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [26] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [27] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [28] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [29] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [30] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [31] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B]
        [1] -1  0       0xe6010000 - 0xe601ffff (0x10000) MX[B]
        [2] -1  0       0xe6000000 - 0xe600ffff (0x10000) MX[B]
        [3] -1  0       0xe6025000 - 0xe60250ff (0x100) MX[B]
        [4] -1  0       0xe6020000 - 0xe6023fff (0x4000) MX[B]
        [5] -1  0       0xe6024000 - 0xe60247ff (0x800) MX[B]
        [6] -1  0       0xea002000 - 0xea0020ff (0x100) MX[B]
        [7] -1  0       0xea001000 - 0xea0011ff (0x200) MX[B]
        [8] -1  0       0x50000000 - 0x500003ff (0x400) MX[B]
        [9] -1  0       0xea000000 - 0xea0003ff (0x400) MX[B]
        [10] -1 0       0xc0000000 - 0xbfffffff (0x0) MX[B]O
        [11] -1 0       0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
        [12] -1 0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [13] -1 0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1 0       0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
        [16] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [17] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
        [18] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [19] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [21] -1 0       0x00000500 - 0x0000051f (0x20) IX[B]
       [22] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [23] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [24] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [25] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [26] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [27] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [28] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [29] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [30] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [31] -1 0       0x0000bc00 - 0x0000bc1f (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       0xe5000000 - 0xe5ffffff (0x1000000) MX[B]
        [5] -1  0       0xe6010000 - 0xe601ffff (0x10000) MX[B]
        [6] -1  0       0xe6000000 - 0xe600ffff (0x10000) MX[B]
        [7] -1  0       0xe6025000 - 0xe60250ff (0x100) MX[B]
        [8] -1  0       0xe6020000 - 0xe6023fff (0x4000) MX[B]
        [9] -1  0       0xe6024000 - 0xe60247ff (0x800) MX[B]
        [10] -1 0       0xea002000 - 0xea0020ff (0x100) MX[B]
        [11] -1 0       0xea001000 - 0xea0011ff (0x200) MX[B]
        [12] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
        [13] -1 0       0xea000000 - 0xea0003ff (0x400) MX[B]
        [14] -1 0       0xc0000000 - 0xbfffffff (0x0) MX[B]O
        [15] -1 0       0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
        [16] -1 0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [17] -1 0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
       [19] -1 0       0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [23] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
        [24] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [25] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [26] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [27] -1 0       0x00000500 - 0x0000051f (0x20) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [29] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [30] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [31] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [32] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [33] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [34] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [35] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [36] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [37] -1 0       0x0000bc00 - 0x0000bc1f (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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "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.9746
        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.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9746
        Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-9746  Fri Dec 15 09:56:41 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
        compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B]
        [5] -1  0       0xe6010000 - 0xe601ffff (0x10000) MX[B]
        [6] -1  0       0xe6000000 - 0xe600ffff (0x10000) MX[B]
        [7] -1  0       0xe6025000 - 0xe60250ff (0x100) MX[B]
        [8] -1  0       0xe6020000 - 0xe6023fff (0x4000) MX[B]
        [9] -1  0       0xe6024000 - 0xe60247ff (0x800) MX[B]
        [10] -1 0       0xea002000 - 0xea0020ff (0x100) MX[B]
        [11] -1 0       0xea001000 - 0xea0011ff (0x200) MX[B]
        [12] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
        [13] -1 0       0xea000000 - 0xea0003ff (0x400) MX[B]
        [14] -1 0       0xc0000000 - 0xbfffffff (0x0) MX[B]O
        [15] -1 0       0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
        [16] -1 0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [17] -1 0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [19] -1 0       0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
       [22] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [23] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
        [24] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [25] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [26] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [27] -1 0       0x00000500 - 0x0000051f (0x20) IX[B]
        [28] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [29] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [30] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [31] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [32] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [33] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [34] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [35] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [36] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [37] -1 0       0x0000bc00 - 0x0000bc1f (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       0xe5000000 - 0xe5ffffff (0x1000000) MX[B]
        [5] -1  0       0xe6010000 - 0xe601ffff (0x10000) MX[B]
        [6] -1  0       0xe6000000 - 0xe600ffff (0x10000) MX[B]
        [7] -1  0       0xe6025000 - 0xe60250ff (0x100) MX[B]
        [8] -1  0       0xe6020000 - 0xe6023fff (0x4000) MX[B]
        [9] -1  0       0xe6024000 - 0xe60247ff (0x800) MX[B]
        [10] -1 0       0xea002000 - 0xea0020ff (0x100) MX[B]
        [11] -1 0       0xea001000 - 0xea0011ff (0x200) MX[B]
        [12] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
        [13] -1 0       0xea000000 - 0xea0003ff (0x400) MX[B]
        [14] -1 0       0xc0000000 - 0xbfffffff (0x0) MX[B]O
        [15] -1 0       0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
        [16] -1 0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [17] -1 0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [19] -1 0       0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
        [20] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [21] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [22] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [23] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [24] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [25] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [26] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
        [27] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [28] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [29] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [30] -1 0       0x00000500 - 0x0000051f (0x20) IX[B]
        [31] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [32] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [33] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [34] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [35] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [36] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [37] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [38] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [39] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [40] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [41] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [42] 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 "SWcursor" "1"
(**) NVIDIA(0): Option "HWcursor" "1"
(**) NVIDIA(0): Option "DPI" "75 x 75"
(**) NVIDIA(0): Option "ModeValidation" "NoVesaModes, NoXServerModes, NoUserModes"
(**) NVIDIA(0): Option "DynamicTwinView" "False"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce 6200 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.44.a2.02.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(0):     WDE LVM-37w1 (DFP-0)
(--) NVIDIA(0): WDE LVM-37w1 (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): WDE LVM-37w1 (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Mode Validation Overrides for WDE LVM-37w1 (DFP-0):
(II) NVIDIA(0):     NoVesaModes
(II) NVIDIA(0):     NoXServerModes
(II) NVIDIA(0):     NoUserModes
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "ATSC-1080-59.94i"
(II) NVIDIA(0):     "ATSC-720-60p"
(II) NVIDIA(0):     "800x600@60"
(II) NVIDIA(0):     "640x480@60"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline 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       0xe8000000 - 0xe8ffffff (0x1000000) MX[B]
        [1] 0   0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [2] 0   0       0xe7000000 - 0xe7ffffff (0x1000000) MX[B]
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xe5000000 - 0xe5ffffff (0x1000000) MX[B]
        [8] -1  0       0xe6010000 - 0xe601ffff (0x10000) MX[B]
        [9] -1  0       0xe6000000 - 0xe600ffff (0x10000) MX[B]
        [10] -1 0       0xe6025000 - 0xe60250ff (0x100) MX[B]
        [11] -1 0       0xe6020000 - 0xe6023fff (0x4000) MX[B]
        [12] -1 0       0xe6024000 - 0xe60247ff (0x800) MX[B]
        [13] -1 0       0xea002000 - 0xea0020ff (0x100) MX[B]
        [14] -1 0       0xea001000 - 0xea0011ff (0x200) MX[B]
        [15] -1 0       0x50000000 - 0x500003ff (0x400) MX[B]
        [16] -1 0       0xea000000 - 0xea0003ff (0x400) MX[B]
        [17] -1 0       0xc0000000 - 0xbfffffff (0x0) MX[B]O
        [18] -1 0       0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)
        [19] -1 0       0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [20] -1 0       0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
        [21] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [22] -1 0       0xe7000000 - 0xe7ffffff (0x1000000) MX[B](B)
        [23] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [24] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [25] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [26] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [27] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [28] -1 0       0x0000a800 - 0x0000a81f (0x20) IX[B]
        [29] -1 0       0x0000a400 - 0x0000a41f (0x20) IX[B]
        [30] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [31] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [32] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [33] -1 0       0x00000500 - 0x0000051f (0x20) IX[B]
        [34] -1 0       0x0000d000 - 0x0000d00f (0x10) IX[B]
        [35] -1 0       0x0000cc00 - 0x0000cc03 (0x4) IX[B]
        [36] -1 0       0x0000c800 - 0x0000c807 (0x8) IX[B]
        [37] -1 0       0x0000c400 - 0x0000c403 (0x4) IX[B]
        [38] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[B]
        [39] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [40] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[B]
        [41] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [42] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [43] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[B]
        [44] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [45] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "ATSC-1080-59.94i"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "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)
    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)" };
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "ATSC-720-60p"
(II) NVIDIA(0): Setting mode "ATSC-1080-59.94i"
(II) NVIDIA(0): Setting mode "ATSC-720-60p"
(II) NVIDIA(0): Setting mode "800x600@60"
(II) NVIDIA(0): Setting mode "ATSC-1080-59.94i"
(II) NVIDIA(0): Setting mode "ATSC-720-60p"
(II) NVIDIA(0): Setting mode "ATSC-1080-59.94i"

Note the option
Code:
(**) NVIDIA(0): Option "DynamicTwinView" "False"
Google brought me to this post as I noticed my refresh rates were funky on the "Separate video modes for GUI and TV playback" screen. They were odd numbers like 56Hz on 800x600 playback. That option seems to have taken care of that as I now get 800x600 at 60Hz. I do not know where it's getting 100 x 100 dpi from though...

My .xsession-errors log file in mythtv's home directory is reporting a lot of lines like this:
Code:
2007-02-05 21:08:48.206 TV: Changing from None to WatchingLiveTV
2007-02-05 21:08:48.215 Using realtime priority.
2007-02-05 21:08:48.390 Video timing method: USleep with busy wait
2007-02-05 21:08:48.391 VideoOutputXv: XvMCTex: Init failed
2007-02-05 21:08:48.392 VideoOutputXv: XVideo Adaptor Name: 'NV17 Video Texture'
X Error: BadMatch (invalid parameter attributes) 8
  Major opcode:  142
  Minor opcode:  14
  Resource id:  0x147

Google has not turned up any gold nuggets for me on that stuff yet. I'll keep trying. FWIW, I'm not using XvMC.

_________________
Mike
My Hardware Profile


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 06, 2007 5:48 am 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 434
Location: Charlotte, NC
Mike, I notice that you are not using all of the options I listed. I didn't have complete success until trying all the options listed (including the Option "ExactModeTimingsDVI" "true"). Did you have problems with them?

_________________
nbdwt73


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 06, 2007 7:29 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
I just tried your options, verbatim, but I could not get a picture (Signal out of range). I'll fiddle a bit and see if some combination works. I noticed you're using a FX5200. I'm using a 6200. In my expereince that makes a difference in options required. I was never able to get 1080i output with my FX5200, so I upgraded to a 6200. I had to mess with my options in order to get a good picture back then.

I noticed that you seem to be using the CRT output of your NVIDIA card/input to your monitor. If that's true, I don't see why you'd need the DVI specific options. Have your tried without those DVI options? Specificly, I'm referring to
Quote:
Option "ExactModeTimingsDVI"
and
Quote:
NoDFPNativeResolutionCheck


In the meantime, I want to share this post from the MythTV mailing list regarding the 9xxx series NVIDIA drivers. Seems that it takes some trial-and-error to get modes working properly.

I found that if you add the option
Code:
-logverbose 6
to line 26 of
Code:
/usr/bin/startx
between the quotes so it looks like this
Code:
serverargs="-logverbose 6"
. You'll get a much more detailed Xorg.0.log file that tells you why a mode is failing.

_________________
Mike
My Hardware Profile


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 11 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