![]() |
|
|
|
#1 | |
|
Registered User
Join Date: Oct 2005
Posts: 9
|
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 |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Oct 2005
Posts: 9
|
P.S.: The Viewport line under "Screen" made no difference.
|
|
|
|
|
| Sponsored Ads - Guests Only | ||
|
|
|
|
#3 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Please start X with the following command:
startx -- -logverbose 5 and then post a bug report for review. Thanks, Lonni |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Oct 2005
Posts: 9
|
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 |
|
|
|
|
|
#5 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
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 |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Oct 2005
Posts: 9
|
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 |
|
|
|
|
|
#7 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
This bug report indicates that you're using the 'nv' X driver, not the 'nvidia' driver.
-Lonni |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Oct 2005
Posts: 9
|
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 |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Oct 2005
Posts: 9
|
DP - sorry
|
|
|
|
|
|
#10 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
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 |
|
|
|
|
|
#11 |
|
Registered User
Join Date: Oct 2005
Posts: 9
|
Here it is - two parts due to file size of 100.3 kB.
Thanks, Tim |
|
|
|
|
|
#12 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
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 |
|
|
|
![]() |
| Shop Online | |
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|