On Monday 04 June 2007 13:51:44 Mihai Maties wrote:
> A reusit cineva sa seteze un server X sa functioneze cu doua display-uri
> diferite pe o placa "VGA compatible controller: Intel Corporation Mobile
> 915GM/GMS/910GML Express Graphics Controller (rev 03)" care functioneaza cu
> driverul i810 ?
>
> As vrea ca monitorul pe care-l conectez pe iesirea VGA a laptopului sa
> afiseze o alta imagine, deci practic sa am doua screen-uri. Partea delicata
> e ca rezolutiile de pe cele 2 screen-uri sunt diferite: LCD-ul intern are
> 1400x1050, iar LCD-ul extern are 1280x1024.
>
> Oricat am testat nu iese treaba de nicio culoare. Referintele pe care le-am
> gasit pe internet m-au ajutat doar partial. Vineri reusisem sa afisez
> imagini diferite si stabile pe cele doua display-uri, dar imi displacea
> faptul ca mi se schimbase DPI-ul si arata totul mult mai mic. De atunci,
> ori s-a busit ceva hardware in urma testelor ori nu mai reusesc eu sa refac
> setarile corespunzatoare, cert e ca mi-a scos peri albi.
>
> Concluzionand, are cineva mai multa experienta cu Xinerama in acest context
> ?

Nevermind, am rezolvat-o cu fortarea unui DPI care sa-mi satisfaca poftele 
vizuale si cu urmatoarea bucata de xorg.conf:


<--- cut here --->

Section "Monitor"
        Identifier      "LCD Intern"
        Option          "DPMS"
        HorizSync       28-50
        VertRefresh     43-75
EndSection

 
Section "Monitor"
        Identifier      "LCD Extern"
        Option          "DPMS"
        HorizSync       28-50
        VertRefresh     43-75
EndSection


Section "Device"
    Identifier  "Intel 945 Graphics Controller Screen0"
    Driver              "i810"
    BusID               "PCI:0:2:0"
    Option          "MonitorLayout"     "CRT,LFP"
    Screen          0
EndSection

Section "Device"
    Identifier  "Intel 945 Graphics Controller Screen1"
    Driver              "i810"
    BusID               "PCI:0:2:0"
    Screen          1
EndSection

Section "Screen"
    Identifier  "InternalScreen14"
    Device              "Intel 945 Graphics Controller Screen0"
    Monitor             "LCD Intern"
    DefaultDepth        24
    SubSection "Display"
        Depth           24
        Modes           "1400x1050" "1280x1024"
    EndSubSection
EndSection

Section "Screen"
        Identifier      "ExternalScreen24"
        Device          "Intel 945 Graphics Controller Screen1"
        Monitor         "LCD Extern"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "InternalScreen14" 0 0
        Screen          1 "ExternalScreen24" RightOf "InternalScreen14"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
        Option          "Xinerama" "true"
EndSection

</--- cut here --->


Mihai

_______________________________________________
RLUG mailing list
RLUG@lists.lug.ro
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui