Fwd: xf86-video-i810-1.9.92 works on external 1920x1200 but not 1400x1050 laptop screen...

m h sesquile at gmail.com
Mon Mar 26 10:35:53 PDT 2007


JM,

Thanks for your response.

> > My issue is that I now my normal laptop screen (1400x1050) will now
> > longer work, (with or without the 24inch plugged into the vga port).
>
> Umm... no display at all?

Yeah, the laptop screen doesn't appear to want to work with X (virtual
terminals work fine).  It won't even work if the 24 inch isn't plugged
in.

> > When I try to use xrandr to use dual screen the following happens:
> > $ xrandr --output LVDS --auto --left-of VGA
> > xrandr: screen cannot be larger than 1920x1920 (desired size
> > 3320x1200)
>
> As for this, you'll have to add a Virtual line to the Screen section of
> your xorg.conf, as such:
>    Section "Screen"
>         Identifier      "Default Screen"
>         Device          "Intel"
>         Monitor         "Generic Monitor"
>         SubSection "Display"
>                 Depth           24
>                 Virtual         2464 900
>         EndSubSection
>    EndSection
>
> This is from my xorg.conf. Use 3320 1200 for yours.
>

Thanks I created the following minimal xorg.conf:

Section "Monitor"
        Identifier      "Builtin Default Monitor"
EndSection
Section "Device"
        Identifier      "Intel"
        Driver  "i810"
EndSection
Section "Monitor"
        Identifier      "Generic Monitor"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "Intel"
       Monitor         "Generic Monitor"
       SubSection "Display"
               Depth           24
               Virtual         3320 1200
       EndSubSection
EndSection

When I run:
$ xrandr --output LVDS --auto --left-of VGA

It no longer complains, the virtual desktop size appears to increase
(everything shifts left), but the laptop stays blank.

Attaching the log from using the new xorg.conf.

-matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log.gz
Type: application/x-gzip
Size: 12532 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20070326/eabf54b3/attachment.bin>


More information about the xorg mailing list