Same projector, different card (9600GT), but the following should still work.
I've set this projector up several times now (upgrading machine, hard drives, fresh jaunty install etc.) and each time I have to re-learn this but it works.
I find the MythTV modeline database very useful for these problems.
I agree with GooglieS, digital cabling is usually easiest, but there are cases where you can't use it. This projector doesn't have a DVI input, so that's out. In the case of my video card, I have a *fake* hdmi port (the card came with a DVI -> HDMI adapter. I suspect this is why my Nvidia driver (ver. 180.44) couldn't read the EDID.
According to the MythTV database, the Nvidia driver modepool does not have a proper 720p modeline. When I tried to set the resolution via nvidia-settings (remember to run it sudo!), it could never set the resolution.
So, you have to edit the xorg.conf (/etc/X11/xorg.conf) by hand (Note: if you run nvidia settings after this and "save to X configuration file", it will screw things up again.
The Mythtv modeline database has an entry for the PT-AX100U, which works just fine for the PT-AX200U.
Edit the entry, restart X with the projector attached and on, and you should be good to go.
Here's my xorg.conf (using my projector and a LCD on a separate X screen)
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@crested) Sun Feb 1 20:25:37 UTC 2009
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder62) Tue Mar 24 06:15:32 PST 2009
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "KTC FP-988D"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 75.0
EndSection
Section "Monitor"
Identifier "Projector"
VendorName "Panasonic"
ModelName "PT-AX200U"
Option "DPMS"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 87.0
ModeLine "1280x720@60" 74.160 1280 1308 1344 1672 720 725 730 750 -hsync -vsync
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GT"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GT"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Projector"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "Projector"
# Option "metamodes" "1280x720@60 +0+0"
SubSection "Display"
Depth 24
Modes "1280x720@60"
EndSubSection
EndSection
Bookmarks