Ooops forgot about it, a patch should be in patch queue Regards
On Tue, Apr 27, 2010 at 9:37 AM, Koen Kooi <[email protected]>wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > You forgot to bump PR > > On 27-04-10 16:29, Adrian Alonso wrote: > > * xorg config file for xilinx ml507 platform > > > > Signed-off-by: Adrian Alonso <[email protected]> > > --- > > .../xserver-xorg-conf/xilinx-ml507/xorg.conf | 39 > ++++++++++++++++++++ > > 1 files changed, 39 insertions(+), 0 deletions(-) > > create mode 100644 > recipes/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf > > > > diff --git > a/recipes/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf > b/recipes/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf > > new file mode 100644 > > index 0000000..aca5eed > > --- /dev/null > > +++ b/recipes/xorg-xserver/xserver-xorg-conf/xilinx-ml507/xorg.conf > > @@ -0,0 +1,39 @@ > > +Section "Monitor" > > + Identifier "LCD Panel" > > +EndSection > > + > > +Section "Device" > > + Identifier "Xilinx frame buffer" > > + Driver "fbdev" > > +EndSection > > + > > +Section "Screen" > > + Identifier "Default Screen" > > + Device "Xilinx frame buffer" > > + Monitor "LCD Panel" > > + SubSection "Display" > > + Depth 24 > > + Modes "640x480" > > + EndSubSection > > +EndSection > > + > > +Section "InputDevice" > > + Identifier "Keyboard" > > + Driver "kbd" > > +# Option "XkbLayout" "es" > > +# Option "XkbModel" "pc105" > > +EndSection > > + > > +Section "InputDevice" > > + Identifier "Mouse" > > + Driver "mouse" > > + Option "protocol" "auto" > > + Option "device" "/dev/input/mice" > > +EndSection > > + > > +Section "ServerLayout" > > + Identifier "Default Layout" > > + Screen "Default Screen" > > + InputDevice "Keyboard" > > + InputDevice "Mouse" > > +EndSection > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > > iD8DBQFL1vaSMkyGM64RGpERAuQbAKC3g5s4J24uJArBtpoDsdOQ8wrP+QCfYRD3 > b/DSHTFPDR6Z81V1UP8WHoc= > =enXg > -----END PGP SIGNATURE----- > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > -- Saludos Adrian Alonso http://aalonso.wordpress.com _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
