[oe-commits] [Bug 3846] xserver-kdrive-1.4 and infrastructure broken

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Sat Jan 9 17:19:27 UTC 2010


http://bugs.openembedded.org/show_bug.cgi?id=3846


Stanislav Brabec <utx at penguin.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |utx at penguin.cz




--- Comment #4 from Stanislav Brabec <utx at penguin.cz>  2010-01-09 17:19:27 ---
Yes, it is /etc/X11/Xserver. The rest seems to be already done.

Half of this command depends on package selection, the second half of this
command depends on hardware.

For example installation of xserver-xorg breaks X11 support for all Xfbdev and
Xepson based devices listed in /etc/X11/Xserver.

/etc/X11/Xserver must not use kdrive command line specific arguments if it
decides to start Xorg.

if [ -f $BINDIR/Xorg ]; then
  XSERVER=Xorg
fi
...
case `module_id` in
...
ARGS=...
esac
...
exec $XSERVER $ARGS $*

It is not possible to do it. Xorg and kdrive has only limited common subset of
arguments.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list