After making some changes in xorg.conf (see below signature), I could
get display on projector. Laptop's resolution is 1280x800.

If I use following

    Screen              1 "ints" RightOf "exts"

I get display on LCD, if I drag windows to right of Lptop's screen.
That mean I get different things on Laptop and Projector's screen.

If I use

        Screen          1 "ints" 0 0

I get both screen same, but on Projector, mouse cursor is not being shown.

Another problem is application windows are larger than projector
screen, and I could not reduce size of window. I could increase the
size of window, then I can reduce it, but not smaller than window size
opened first time.

How, I can fit window with in Projector's screen?

The content below signature shows only 640x480, but I tried various resolution.

With this, I get both screen. fn-f4 does not do anything.

Thank you inadvance.

-- 
H.S.Rai
===================

Section "Device"
        Identifier      "ext1"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Option          "VBERestore" "TRUE"
        Option          "MonitorLayout" "CRT,LFP"
        Screen          0
EndSection

Section "Device"
        Identifier      "int1"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Screen          1
EndSection

Section "Monitor"
    Identifier  "extm"
    ModelName   "SyncMaster"
    HorizSync   30-81
    VertRefresh 56-75
    Option      "DPMS"
EndSection

Section "Monitor"
        Identifier      "intm"
        Option          "DPMS"
EndSection

Section "Screen"
    Identifier  "exts"
    Device      "ext1"
    Monitor     "extm"
    DefaultDepth        24
        SubSection "Display"
                Depth           16
                Modes           "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "ints"
        Device          "int1"
        Monitor         "intm"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "exts" 0 0
#       Screen          1 "ints" RightOf "exts"
        Screen          1 "ints" 0 0

        Option      "Xinerama" "on"
        Option      "Clone" "on"

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to