Re: laptop and lcd projector

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Amadeus W.M. a écrit :
I'm desperately trying to get my laptop to display on an lcd projector,
and I'm kinda able to do that, but I'm not quite there yet.
The laptop is a son vaio VGN-S470P with a GeForceGo 6200 nvidia card.
The projector is a Hitachi InFocus LP840-A which can do 1600x1200. The
laptop can only do 1200x800.

Try this:

Section "ServerLayout"
      Identifier     "Default Layout"
      Screen      0  "Screen0"
     InputDevice    "Keyboard0" "CoreKeyboard"
     InputDevice    "Synaptics" "CorePointer"
EndSection



Section "Device"
         Identifier  "Videocard0"
         Driver      "nvidia"
         VendorName  "Videocard vendor"
         BoardName   "NVIDIA GeForce Go 6600"
         Option      "TwinView" "on"
         Option      "MetaModes" "CRT-0: 1024x768,  DFP-0: 1024x768"
         Option      "HorizSync"   "CRT-0: 50-100;  DFP-0: 31.5-90"
         Option      "VertRefresh" "CRT-0: 60-120;  DFP-0: 60"
         Option      "TwinViewOrientation" "Clone"
EndSection

IMPORTANT: in the above section CRT-0= video projector DFP-0= flat laptop panel CHANGE the "HorizSync" and "VertRefresh" values to fit yours

You will have a mean resolution of 1024x768 on both (flatpanel and projector)

Be careful that, with nvidia driver, as soon as you attach something to the VGA plug, it is considered as CRT and becomes the first display.

On some laptop, you have to toggle some Fn-Fx keys BEFORE the nvidia module is launched to get both display on panel and projector.

ALSO: make first a copy of your xorg.conf file.....

Suppress:


Section "Device"
    Identifier     "Videocard0 (2nd)"
    Driver         "nvidia"
    BoardName      "GeForce Go 6200"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "AddARGBGLXVisual" "True"
    Option         "DisableGLXRootClipping" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "TwinView" "True"
    Option         "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

--
François Patte
UFR de mathématiques et informatique
Université René Descartes
http://www.math-info.univ-paris5.fr/~patte

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux