Displaysize ignored on i810-based drivers

Remy Bosch remybosch at zonnet.nl
Wed Apr 25 03:59:33 PDT 2007


Part of my xorg.conf:
< Start xorg.conf (part)>
Section "Monitor"
        Identifier      "LCD Screen"
        DisplaySize    325     203 # 100
        Option          "dpms"
EndSection

Section "Device"
        Identifier      "915"
        Driver          "i810"
        Option          "DDC"           "false"
        Option          "NoAccel"       "false"
        Option          "DRI"           "true"
        Option          "XvMCSurfaces"  "6"
EndSection

Section "Screen"
        Identifier      "Main TFT"
        Device          "915"
        Monitor         "LCD Screen"
        DefaultDepth    24

        Subsection "Display"
                Depth           16
                Modes           "1280x800"
                ViewPort        0 0
        EndSubsection
        Subsection "Display"
                Depth           24
                Modes           "1280x800"
                ViewPort        0 0
        EndSubsection
EndSection

< End of xorg.conf (part)>

I'll try

Option "Monitor-VGA" "LCD"...

Thanks Arthur (read your reply via gmane).


Please reply to xorg<at>lists.freedesktop.org


Regards,


RemyBosch



More information about the xorg mailing list