View unanswered posts    View active topics

All times are UTC - 6 hours





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

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Jun 26, 2005 9:01 pm 
Offline
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location: Toronto, Canada
Hi all:

As far as I understood, dropping in a new video card replacement was supposed to be
fairly straightforward. So I put in a shiny new Geforce 6600GT card. Unfortunately, it was
anything but straightforward.

1. Once in X, nvtv refused to run. Even as root. So I tried running it from a Bash shell window.

Code:
Fatal: No supported video card found.


Hmmm...is a 6600 series card really not supported by nvtv? Is it too new or something?
Is there a newer version of nvtv than the one which came with R5A12?

2. So I tried running "yanc", (Yet Another Nvidia Configurator). It's a very nice Gui-based tool.
I runs, but most screens are greyed out. These are screen with functions that ARE supported
by this new card. It recognizes the card, at least in terms of showing its model number.
Yanc yielded grey screens with my old Quadro2 Pro, and now it doesn't work properly with
this brand new card. AAAAH!

3. Now I notice that I can't move Bash shells around the screen while TV is playing,
as it breaks up the sound and video, albeit briefly.

4. There are also lines running through some video. I thought XvMC was supposed to
fix that. Yeah, yeah, I know, XvMC doesn't work properly. But I've read several accounts
of people who are reporting excellent quality video with XvMC in use.

Other than turning off XvMC, does anyone have any suggestions?


Thanks in advance.


shplad

_________________
KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick


Top
 Profile  
 
PostPosted: Sun Jun 26, 2005 9:11 pm 
Offline
Joined: Tue Jun 21, 2005 11:52 pm
Posts: 18
shplad wrote:
Code:
Fatal: No supported video card found.



I got that error briefly when I installed my new Geforce 4000. Turns out that the card wasn't seated quite right in the connecter. Probably not your issue, but I thought I would mention it just in case.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 26, 2005 9:20 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
you don't need nvtv on anything newer than a gf3 you can control overscan from XF86Config-4 and everything else from nvidia-settings. The older cards couldn't use the overscan settings from the config file which is the main reason for using nvtv.

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 26, 2005 10:00 pm 
Offline
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location: Toronto, Canada
Thanks. Yeah, I'm sure that's true, but I have no way of testing different video modes
before trying them in the XF86Config-4 file . nvtv made it easy, at least with my old card
and some work to test different settings.

I also still don't really understand the hard coded settings, in spite of having read
quite a bit.

Am I supposed to be able to set resolutions from within nvidia-settings? Cause if I am,
I can't see where. Perhaps it's time for me to just try putting my settings in the XF86Config-4 file,
like you suggest. I can always figure out nvtv and yanc later. Would you help me with
my XF86Config-4 file?

I'd like to use 1024x768 resolution on my monitor, 720x480 interlaced on my TV.
This is what I have so far:

Code:
#      TV-OUT Setup
        Option "TwinView" "1"
        Option "TwinViewOrientation" "Clone"
        Option "ConnectedMonitor" "CRT, TV"
        Option "SecondMonitorHorizSync" "30-50"
        Option "SecondMonitorVertRefresh" "60"
        Option "MetaModes" "800x600, 800x600; 800x600, 640x480
        Option "MetaModes" "640x480, null; null, 640x480"
        Option "TVStandard" "NTSC-M"
        Option "TVOutFormat" "SVIDEO"
#      Option "TVOverScan" (Don't know how much I need yet)



How do I modify this/add to this to get what I want?



shplad


Xsecrets wrote:
you don't need nvtv on anything newer than a gf3 you can control overscan from XF86Config-4 and everything else from nvidia-settings. The older cards couldn't use the overscan settings from the config file which is the main reason for using nvtv.

_________________
KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 26, 2005 10:24 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well what you are looking for is the meta modes. the ones you have don't match what you said you wanted. also you'll probably want to swap the order of tv and crt. Because only the primary display has an xv which is the only way video will work properly. You probably want to search the forums for twinview or look at the nvidia readme files.

To answer another question no you can't change the resolution with nvidia-settings.

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 26, 2005 10:37 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
BTW - When I was looking at PCI-e videoa cards there were a bunch which didn't have any RAM of their own and had to steal it (and bus bandwidth) from the main system memory. This is what the MoBo video in an Nforce2 IGP did too but it may have been tuned differently...

OBTW - Look at my old twinview setups for the Shuttle over in Tier 2 for more dual head clues.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 27, 2005 5:54 pm 
Offline
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location: Toronto, Canada
Okay, so I did some more reading, and hacked at this for over 5 hours. I'm just not getting it. I appreciate the help, but RTFM suggestions are really not helping. I RTFM'ed. I copied tjc's post almost exactly, and still no video out.

I tried forcing both composite and SVIDEO. No picture on the TV.
I tried different metamodes. Still no TV picture. What's more, X is now limiting itself to VGA resolution on the monitor. I just am not getting it. Can someone PLEASE explain what it is I need to do to get the resolutions I want on the CRT and on the TV? I've done my homework, now I need help.

My XF86Config-4
Code:
# The following line is auto-generated by KNOPPIX mkxf86config
   Driver      "nvidia"
   VendorName  "BFG"
   BoardName   "Geforce 6600GT OC AGP"
#   BusID       "PCI:1:0:0"

#       TV-OUT Setup
   Option "TwinView" "1"
   Option "TwinViewOrientation" "Clone"
   Option "ConnectedMonitor" "TV, CRT"
   Option "SecondMonitorHorizSync" "30-50"
   Option "SecondMonitorVertRefresh" "60"
   Option "MetaModes" "720x480, 1024x768; 640x480, 1024x768; NULL, 1024x768"
        Option "MetaModes" "720x480, 800x600; 640x480, 800x600; NULL, 800x600"
   Option "MetaModes" "720x480, 720x480; 640x480, 720x480; NULL, 720x480"
   Option "MetaModes" "320x200, 640x480"
   Option "TVStandard" "NTSC-M"
    Option "TVOutFormat" "COMPOSITE"
#   Option "TVOverScan" (Don't know how much I need yet)
       

EndSection

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

Section "DRI"
   Mode 0666
EndSection



I'm wondering now whether my problem is confusing the "SecondMonitor" settings. Now that I've switched the display order to "TV, CRT", does "SecondMonitor" still refer to the TV, or does it refer to the CRT now?

Is 720x480 even a valid mode for my monitor, considering it wasn't probed by DDC as a mode?

God I hope they update nvtv or yanc soon. To me, this is what GUIs were invented for. I seriously hope none of the complete newbies have to do this.

Thanks guys

Shplad

Xsecrets wrote:
well what you are looking for is the meta modes. the ones you have don't match what you said you wanted. also you'll probably want to swap the order of tv and crt. Because only the primary display has an xv which is the only way video will work properly. You probably want to search the forums for twinview or look at the nvidia readme files.

To answer another question no you can't change the resolution with nvidia-settings.

_________________
KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 27, 2005 7:42 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
well here's the deal most of us have never done this as we really don't care to have a monitor hanging around in our living rooms or see no need to have a tv in our computer rooms. pick one or the other and things will be much easier on you. If nvtv allowed all of this extremely advanced config easily it is truly still a valuable tool.

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 27, 2005 8:40 pm 
Offline
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location: Toronto, Canada
Xsecrets:

Seems like I've got your back up. Sorry, that was not my intention. I'm just very
frustrated with having to try to do these things by hand. You've been more than
generous in your help for me.

From what I hear over on nvnews.net, nvidia will be including similar functionality
in the nvidia-settings control panel for Linux. But until then, I'm still hoping to get this to work.

shplad

Xsecrets wrote:
well here's the deal most of us have never done this as we really don't care to have a monitor hanging around in our living rooms or see no need to have a tv in our computer rooms. pick one or the other and things will be much easier on you. If nvtv allowed all of this extremely advanced config easily it is truly still a valuable tool.

_________________
KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 27, 2005 9:14 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
no I'm not upset or anything just trying to explain why help for this setup is so difficult to come by. There have been a few threads about it, but contrary to what most people think it really is much easier to skip the monitor all together .

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

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 27, 2005 9:26 pm 
Offline
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location: Toronto, Canada
Good, I'm glad. Point is well noted. Heck, if I could get a picture on the TV again, I'd gladly forego the monitor. My monitor is 15" and therefore way too small for everyday viewing. (We won't even bring up that the curvature of the screen is like Pamela Anderson in a...oh ok, I'm exaggerating.

shplad


Xsecrets wrote:
no I'm not upset or anything just trying to explain why help for this setup is so difficult to come by. There have been a few threads about it, but contrary to what most people think it really is much easier to skip the monitor all together .

_________________
KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 27, 2005 9:59 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Quote:
I copied tjc's post almost exactly,

That probably won't help much with different resolutions since it was a "clone" setup. The idea was more to see what the options looked like.

Have you looked at your /var/log/XFree86.0.log output to see if you ended up with any good modelines or obvious errors?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 28, 2005 9:38 am 
Offline
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location: Toronto, Canada
Yes, and here are the relevant parts. :-) I'm sure I've configured something wrong, because it won't seem to
accept any normal screen resolutions on the monitor. I'm also wondering what the
"Bad V_BIOS checksum" menas. I did a Google, and couldn't seem to come up with
any common denominator-everyone seemed to get it for different reasons. Now I'm
all of a sudden getting a TV picture outside of X, so at least we know the vidcard is probably OK.

Thanks again for your infinite patience. (Wish I could same the same about myself at the moment.)

Code:
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.1
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 2.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.13.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 XInput Driver
   ABI class: XFree86 XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6629  Wed Nov  3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
.
.
.
.
.
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "ConnectedMonitor" "TV, CRT"
(**) NVIDIA(0): Option "TVStandard" "NTSC-M"
(**) NVIDIA(0): Option "TVOutFormat" "COMPOSITE"
(**) NVIDIA(0): Option "TwinView" "1"
(**) NVIDIA(0): Option "TwinViewOrientation" "Clone"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "30-50"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "60"
(**) NVIDIA(0): Option "MetaModes" "720x480, 1024x768; 640x480, 1024x768; NULL, 1024x768"
(WW) NVIDIA(0): Option "TVOverScan" requires a floating point value
(**) NVIDIA(0): Forcing COMPOSITE video output
(**) NVIDIA(0): ConnectedMonitor string: "TV, CRT"
(**) NVIDIA(0): TV Standard string: "NTSC-M"
(**) NVIDIA(0): TwinView enabled
(--) NVIDIA(0): Linear framebuffer at 0xC0000000
(--) NVIDIA(0): MMIO registers at 0xD8000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6600 GT
(--) NVIDIA(0): VideoBIOS: 05.43.02.41.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Using ConnectedMonitor string "CRT-0, TV-0"
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 400 MHz
(--) NVIDIA(0): Detected TV Encoder: NVIDIA
(--) NVIDIA(0): Display device TV-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device TV-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device TV-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(WW) NVIDIA(0): Bad V_BIOS checksum
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) NVIDIA(0): Monitor0: Using hsync range of 28.00-96.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(II) NVIDIA(0): Not using mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "768x576" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "768x576" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x512" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using mode "720x480" (no mode of this name)
(II) NVIDIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "1152x864" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "1024x768" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "960x720" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "928x696" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "896x672" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "832x624" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "800x600" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "800x600" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "768x576" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "768x576" (width too large for virtual size)
(II) NVIDIA(0): Not using mode "768x576" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "700x525" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "700x525" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "640x512" (height too large for virtual size)
(II) NVIDIA(0): Not using default mode "640x512" (height too large for virtual size)
(WW) NVIDIA(0): Not using mode "576x432" (height 864 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 768)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "640x480": 25.2 MHz, 32.1 kHz, 63.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-50.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh value of 60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(II) NVIDIA(0): Not using mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using mode "768x576" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "768x576" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "768x576" (hsync out of range)
(II) NVIDIA(0): Not using mode "768x576" (hsync out of range)
(II) NVIDIA(0): Not using mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using mode "1024x768" (no mode of this name)
(WW) NVIDIA(0): Not using mode "768x576" (not a valid TV mode)
(WW) NVIDIA(0): Not using mode "512x384" (not a valid TV mode)
(**) NVIDIA(0): Validated modes for display device TV-0:
(**) NVIDIA(0):      Mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(WW) NVIDIA(0): Unable to find mode "720x480" for display device 0 in MetaMode
(WW) NVIDIA(0):      "720x480,1024x768"
(WW) NVIDIA(0): Unable to find mode "1024x768" for display device 1 in
(WW) NVIDIA(0):      MetaMode "720x480,1024x768"
(WW) NVIDIA(0): Unable to find mode "1024x768" for display device 1 in
(WW) NVIDIA(0):      MetaMode "640x480,1024x768"
(WW) NVIDIA(0): Unable to find mode "1024x768" for display device 1 in
(WW) NVIDIA(0):      MetaMode "NULL,1024x768"
(II) NVIDIA(0): Virtual screen size determined to be 640 x 480
(++) NVIDIA(0): DPI set to (100, 100)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
.   
.
.
.
.
.
(II) NVIDIA(0): Setting mode "640x480,1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing extension GLX
(II) Keyboard "Keyboard0" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) USB Mouse: always reports core events
(**) Option "CorePointer"
(**) USB Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(**) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) USB Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0



shplad


tjc wrote:
Quote:
I copied tjc's post almost exactly,

That probably won't help much with different resolutions since it was a "clone" setup. The idea was more to see what the options looked like.

Have you looked at your /var/log/XFree86.0.log output to see if you ended up with any good modelines or obvious errors?

_________________
KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 28, 2005 8:13 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
I think that for a non-cloned display you should probably have two screen definittions to get the different resolutions... I only see one in your posted XF86Config-4... E.g. in addition to:
Code:
Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"

You should also have:
Code:
Section "Screen"
   Identifier "Screen1"
   Device     "Card0"
   Monitor    "Monitor1"


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 12, 2005 8:27 pm 
Offline
Joined: Sun Nov 14, 2004 10:04 am
Posts: 263
Location: Toronto, Canada
Hey tjc:

Thanks for that. I've done a bit of reading, but I still don't really understand the difference between a cloned display and two screen definitions. Could you please explain?


Oh, and what should I make of the

Code:
(WW) NVIDIA(0): Bad V_BIOS checksum





shplad

tjc wrote:
I think that for a non-cloned display you should probably have two screen definittions to get the different resolutions... I only see one in your posted XF86Config-4... E.g. in addition to:
Code:
Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"

You should also have:
Code:
Section "Screen"
   Identifier "Screen1"
   Device     "Card0"
   Monitor    "Monitor1"

_________________
KnoppMyth R5C7
Abit NF7-S
Athlon XP Mobile 2500+
Hauppauge PVR-150 + PVR-150MCE
nVidia Geforce 6600GT
Samsung Spinpoint SATA 120GB
NEC ND-3520A DVD
Seasonic Super Tornado 350
BTC 9019URF Wireless Kbd. w. Joystick


Top
 Profile  
 

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



All times are UTC - 6 hours




Who is online

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