Hello Daniel - Hope you don't mind an quick question about your post
to the bino list. I'd love to get my TV working in frame packing mode
with bino.
I was wondering is you know that the modelines below for the frame
packing mode support should be consistent to other 3D displays. I have
a Panasonic 3D plasma from last year (tc-p42gt25), and support for
these mode lines does not show up in the EDID data so far as I can
tell. I'm guessing it might be implicit support that's part of the
hdmi 1.4 specification?
I'm also wondering about the video card support to do this. I see
you're using a geforce gt 240. Maximum resolution specification for
that card is 2560x1600, yet you seem to be able to drive the higher
resolution required for the frame packing mode. Did you just discover
that by experiment? I'm using a lowly geforce 210 which has the same
max resolution specification as your gt 240, but I wonder if it should
also be able to drive the frame packing mode resolution. I know Nvidia
has some software product that supports 3D displays with some of their
cards [http://www.nvidia.com/object/3dtv-play.html] but neither the
240 or the 210 are on the required hardware list for that product.
Anyway, magical that you tracked this down and got it working. Do you
have any sense as to whether I should be able to replicate your
success with my geforce 210/panasonic display combination? Thanks for
any time to reply. Cheers -Jim
______________
If anyone else want to try - this is my xorg.conf: (modelines in
section "Monitor" and option "mode validation" in section "screen" are
nessesary) With this settings it is possible to change to the native
3D-Modes by nvidia-settings.
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "SAMSUNG"
HorizSync 26.0 - 68.0
VertRefresh 24.0 - 75.0
Option "DPMS"
Modeline "1360x768_60" 85.50 1360 1424 1536 1792 768 771 777 795
+hsync +vsync Modeline "1280x720_60" 74.25 1280 1390 1430 1650 720 725
730 750 +hsync +vsync Modeline "1280x720_50" 74.25 1280 1720 1760 1980
720 725 730 750 +hsync +vsync Modeline "1920x1080_60" 148.35 1920 2008
2052 2200 1080 1084 1089 1125 +hsync +vsync Modeline "1920x1080_50"
148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync Modeline
"1920x1080_24" 74.16 1920 2558 2602 2750 1080 1084 1089 1125 +hsync
+vsync Modeline "1920x1080_25" 74.25 1920 2448 2492 2640 1080 1084
1089 1125 +hsync +vsync Modeline "1920x1080_30" 89.01 1920 2448 2492
2640 1080 1084 1089 1125 +hsync +vsync Modeline "1024x768_75" 78.75
1024 1040 1136 1312 768 769 772 800 +hsync +vsync Modeline
"1280x1470_60" 148.5 1280 1390 1430 1650 1470 1475 1480 1500 +hsync
+vsync Modeline "1920x2205_24" 148.32 1920 2558 2602 2750 2205 2209
2214 2250 +hsync +vsync
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 240"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1360x768_60"
Option "NoLogo" "True"
Option "UseEdid" "False"
Option "Coolbits" "4"
Option "ExactModeTimingsDVI" "True"
Option "ModeValidation" "AllowNon60HzDFPModes, NoEdidModes,
NoEdidDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck,
NoMaxSizeCheck, NoDFPNativeResolutionCheck"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection