Go Back   nV News Forums > Linux Support Forums > NVIDIA Linux


                    

Sponsored Ad

Reply
 
Thread Tools
Old 10-25-05, 12:50 PM   #1
timtt
Registered User
 
Join Date: Oct 2005
Posts: 9
Default 6600 with Sampo PME-42S6 Plasma

Hi everyone,

I searched the forums and could not find an answer to my problem. I am connecting my Linux Box (FC4 with 7676 nVidia driver) to this plasma via VGA, since DVI does not support the 720p and 1080i resolutions. Attached at the bottom of this post is my xorg.conf file to show some of the Modelines I'm working with. The problem I have is that the picture is always off the left side of the screen with the HDTV resolutions by about 50-100 pixels even when I move the picture with the TV settings as much as I can. With the 852x480 resolution (panel native), portions are off the right side. So here are my questions:

1) What's the best resolution to drive this panel with? It's for a MythTV setup.
2) I tried a number of HSkew and other parameters, but couldn't get any of them to work. Is there a way (and what is it) to align the picture on the TV without touching the TV controls?
3) Is VGA the way to go? DVI won't work. Should I return the 6600 (256MB RAM) and get a different one? Is component the way to go?

The TV does accept the 1080i and 720p connections via VGA when I set them up, so that's ok. Anyhow, any pointers, info, etc would be extremely helpful!

Thanks,

Tim


Here's my xorg.conf file:
# Xorg configuration created by system-config-display
#Section "Monitor"
# Identifier "Monitor0"
# VendorName "Monitor Vendor"
# ModelName "Dell 1800FP (Digital)"
# HorizSync 30.0 - 70.0
# VertRefresh 56.0 - 85.0
# Option "dpms"
#EndSection

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules/extensions/nvidia"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

#DisplaySize 852 480
#ModeLine "720p" 74.5 1280 1336 1472 1664 720 721 724 746 -hsync -vs
ync
Identifier "Monitor0"
VendorName "Sampo"
ModelName "PME-42S6"
HorizSync 31.0 - 91.0
VertRefresh 50.0 - 85.0
ModeLine "852x480" 33.1 852 872 912 1068 480 483 488 516 -hsync -vsy
nc
Option "IgnoreEDID"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 6600"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 100 0
Depth 24
Modes "852x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
timtt is offline   Reply With Quote
Old 10-25-05, 12:53 PM   #2
timtt
Registered User
 
Join Date: Oct 2005
Posts: 9
Default Re: 6600 with Sampo PME-42S6 Plasma

P.S.: The Viewport line under "Screen" made no difference.
timtt is offline   Reply With Quote

Sponsored Ads - Guests Only

Old 10-25-05, 02:12 PM   #3
netllama
NVIDIA Corporation
 
Join Date: Dec 2004
Posts: 8,763
Default Re: 6600 with Sampo PME-42S6 Plasma

Please start X with the following command:
startx -- -logverbose 5

and then post a bug report for review.

Thanks,
Lonni
netllama is offline   Reply With Quote
Old 10-25-05, 07:24 PM   #4
timtt
Registered User
 
Join Date: Oct 2005
Posts: 9
Default Re: 6600 with Sampo PME-42S6 Plasma

Ok, at home now. Here is the file. The only way I was able to generate the file was to login remotely into the server, delete the /tmp/.X0-lock file and then startx. I didn't want to intentionally break the xorg.conf file to prevent gdm from starting in order to get the text-based login. I didn't know how to disable gdm, so I hope this works.

Thanks,

Tim
Attached Files
File Type: txt XOutput.txt (2.3 KB, 82 views)
timtt is offline   Reply With Quote
Old 10-25-05, 08:12 PM   #5
netllama
NVIDIA Corporation
 
Join Date: Dec 2004
Posts: 8,763
Default Re: 6600 with Sampo PME-42S6 Plasma

What you attached is not a bug report. Please start X with the following command:
startx -- -logverbose 5

and then post an nvidia-bug-report.log for review.

Thanks,
Lonni
netllama is offline   Reply With Quote
Old 10-26-05, 12:44 AM   #6
timtt
Registered User
 
Join Date: Oct 2005
Posts: 9
Default Re: 6600 with Sampo PME-42S6 Plasma

Hi Lonni,

Sorry about that. I had two points of confusion. First, I didn't read the sticky post about the nvidia-bug-report.log script and then the script wasn't part of my install. I had gotten rpms via yum from somewhere (lvn?). I removed the rpms and reinstalled via the nVidia install scripts and now I ran the bug report. Just to note, it was run with the 720p resolution from the above xorg.conf file that's commented out. I can't see about 80 or so pixels on the left side of my monitor (16:9 aspect ratio FYI.

I had to split the file in two because it was 107 kb (above the 100k upload limit).

Thanks,

Tim
Attached Files
File Type: txt nvidia-bug-report.txt (84.2 KB, 72 views)
File Type: txt nvidia-bug-report2.txt (23.6 KB, 77 views)
timtt is offline   Reply With Quote
Old 10-26-05, 01:28 AM   #7
netllama
NVIDIA Corporation
 
Join Date: Dec 2004
Posts: 8,763
Default Re: 6600 with Sampo PME-42S6 Plasma

This bug report indicates that you're using the 'nv' X driver, not the 'nvidia' driver.

-Lonni
netllama is offline   Reply With Quote
Old 10-26-05, 01:53 AM   #8
timtt
Registered User
 
Join Date: Oct 2005
Posts: 9
Default Re: 6600 with Sampo PME-42S6 Plasma

Lonny,

Wow, I spaced on that one. I forgot that the rpm erase would change the xorg.conf file. Hence the misconfiguration. My apologies. I've now included both files. Let me know if you can make anything of it.

Thanks so much for looking into this even at this late hour!

Best,

Tim
Attached Files
File Type: txt nvidia-bug-report.txt (97.7 KB, 71 views)
File Type: txt xorg.conf.txt (3.0 KB, 62 views)
timtt is offline   Reply With Quote
Old 10-26-05, 02:20 AM   #9
timtt
Registered User
 
Join Date: Oct 2005
Posts: 9
Default Re: 6600 with Sampo PME-42S6 Plasma

DP - sorry
timtt is offline   Reply With Quote
Old 10-26-05, 02:25 PM   #10
netllama
NVIDIA Corporation
 
Join Date: Dec 2004
Posts: 8,763
Default Re: 6600 with Sampo PME-42S6 Plasma

You need to remove IgnoreEDID from your X configuration in order to capture the EDID with the command I provided. Please do so, and generate a new bug report.

Thanks,
Lonni
netllama is offline   Reply With Quote
Old 10-26-05, 07:51 PM   #11
timtt
Registered User
 
Join Date: Oct 2005
Posts: 9
Default Re: 6600 with Sampo PME-42S6 Plasma

Here it is - two parts due to file size of 100.3 kB.

Thanks,

Tim
Attached Files
File Type: txt nvidia-bug-report.log.txt (82.7 KB, 71 views)
File Type: txt nvidia-bug-report2.log.txt (17.6 KB, 64 views)
timtt is offline   Reply With Quote
Old 10-26-05, 08:41 PM   #12
netllama
NVIDIA Corporation
 
Join Date: Dec 2004
Posts: 8,763
Default Re: 6600 with Sampo PME-42S6 Plasma

Thanks, now I see what I need. Unfortunately, the EDID in your display isn't the least bit useful.

I do see this in your X log, which may or may not be relevant to the problem you're having:
(WW) NVIDIA(0): Probed monitor is 920x520 mm, using Displaysize 848x480 mm

What you can try at this point is using xvidtune to tweak a modeline to correct for the drift.

Thanks,
Lonni
netllama is offline   Reply With Quote
Reply




Shop Online


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




All times are GMT -4. The time now is 05:06 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
nV News - Copyright ©1998-2010. All rights reserved.