[yocto] [PATCH 2/6] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit

Kamble, Nitin A nitin.a.kamble at intel.com
Thu Jul 26 21:00:32 PDT 2012



> -----Original Message-----
> From: Darren Hart [mailto:dvhart at linux.intel.com]
> Sent: Friday, July 27, 2012 1:41 AM
> To: Kamble, Nitin A
> Cc: yocto at yoctoproject.org; bruce.ashfield at windriver.com; Zanussi, Tom
> Subject: Re: [yocto] [PATCH 2/6] crownbay: customize the xorg.conf for the
> flat panel on the corwnbay kit
> 
> On 07/23/2012 03:06 AM, nitin.a.kamble at intel.com wrote:
> > From: Nitin A Kamble <nitin.a.kamble at intel.com>
> >
> > The kit has Auo 800x600 LCD screen. Configuring Xorg for it.
> 
> I presume the crownbay has additional display options? how does this impact
> those?
> 
This change sets the resolution of the screen to 800x600. And this is applicable to 
LCD screen on the kit as well as external monitor.
  I will add a note about it in the log.

Thanks,
Nitin


> --
> Darren
> 
> >
> > Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> > ---
> >  .../xserver-xf86-config/crownbay/xorg.conf         |   14 ++++++++++++++
> >  1 files changed, 14 insertions(+), 0 deletions(-)
> >
> > diff --git
> > a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-
> config/crow
> > nbay/xorg.conf
> > b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-
> config/crow
> > nbay/xorg.conf
> > index 662f60f..d71173c 100644
> > ---
> > a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-
> config/crow
> > nbay/xorg.conf
> > +++ b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/
> > +++ crownbay/xorg.conf
> > @@ -4,12 +4,26 @@
> >  ## DriverVer=
> >  ##
> >
> > +# AUO G084SN05 V8 lcd flat panel
> > +Section "Monitor"
> > +    Identifier     "Monitor0"
> > +    VendorName     "Auo"
> > +#    HorizSync       33.6 - 48.3
> > +#    VertRefresh     60.0 - 60.0
> > +    Option         "DPMS"
> > +EndSection
> > +
> >  Section "Screen"
> >      Identifier    "Screen0"
> >      Device        "IntelEMGD-0"
> >      Monitor       "Monitor0"
> > +
> > +    # for the AUO flat screen
> >      SubSection    "Display"
> > +        Depth      24
> > +        Modes      "800x600"
> >      EndSubSection
> > +
> >  EndSection
> >
> >  # Primary (First/only) display
> >
> 
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Technical Lead - Linux Kernel



More information about the yocto mailing list