Martin Schaaf wrote:
> Here my log for the non working lfp. Why can the vesa driver start in
> higher reolutions? Can I set the supported panel size directly?
> 
> ** Attachment added: "i810 with the local flat panel."
>    http://librarian.launchpad.net/6197910/Xorg.log.lfp
> 

Are you sure one of the monitor cable pins isn't bent or something?  It 
looks like it can't properly identify your CRT:

(II) I810(0): A non-CRT device is attached to Clone pipe A.
        No refresh rate overrides will be attempted (0xc050).
(--) I810(0): A non-CRT device is attached to pipe B.
        No refresh rate overrides will be attempted.


You can set the supported panel size directly in the Display section:

    Subsection "Display"
          Depth       24
       Modes "1280x1024" "1152x864"  "1024x768"  "800x600"   "640x480"
       ViewPort    0 0
    EndSubsection


This requires that
    DefaultDepth   24
is set in the screen section.  X will try to use the first resolution in 
your list.  To attempt to force this, make it the only resolution.

-- 
dapper: intel 945 runs 640x480
https://launchpad.net/bugs/36306

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to