All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Yu Ke <ke.yu@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/2] xf86-video-intel: add config option to support rootless X
Date: Tue, 22 Feb 2011 12:03:28 -0800	[thread overview]
Message-ID: <4D641690.4060509@intel.com> (raw)
In-Reply-To: <cdf118155b97a7f445c20edb75eba29cfc1c07fb.1298390312.git.ke.yu@intel.com>

On 02/22/2011 08:00 AM, Yu Ke wrote:
> - add global config option ROOTLESS_X to control if enable
>    rootless X for the machine. ROOTLESS_X requires graphics
>    driver supporting KMS (kernel mode setting), so far, only
>    atom_pc support this. so enable ROOTLESS_X for atom_pc machine
>
> - add config options for xf86-video-intel to support rootless X
>
> Signed-off-by: Yu Ke<ke.yu@intel.com>
> ---
>   meta/conf/machine/atom-pc.conf                     |    2 ++
>   .../xorg-driver/xf86-video-intel_2.14.0.bb         |    5 +++++
>   2 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf
> index 58c9b0d..b94deb2 100644
> --- a/meta/conf/machine/atom-pc.conf
> +++ b/meta/conf/machine/atom-pc.conf
> @@ -42,3 +42,5 @@ GLIBC_ADDONS = "nptl"
>   GLIBC_EXTRA_OECONF = "--with-tls"
>
>   EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
> +
> +ROOTLESS_X = "1"
Can this also be set for qemux86?  If so, why not have it default?


> diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb
> index 017a2e0..099cf9d 100644
> --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb
> +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb
> @@ -9,8 +9,13 @@ Infrastructure (DRI)."
>
>   LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
>
> +PR = "r1"
> +
>   EXTRA_OECONF += "--disable-xvmc"
>
> +# --enable-kms-only option is required by ROOTLESS_X
> +EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}'
> +
>   DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
>   	    virtual/libgl xineramaproto xf86driproto libpciaccess"
>



  reply	other threads:[~2011-02-22 20:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 16:00 [PATCH 0/2] rootless x support Yu Ke
2011-02-22 16:00 ` [PATCH 1/2] xf86-video-intel: add config option to support rootless X Yu Ke
2011-02-22 20:03   ` Saul Wold [this message]
2011-02-23  1:21     ` Yu Ke
2011-02-22 16:00 ` [PATCH 2/2] xserver-nodm-init: add rootless-x support Yu Ke
2011-02-22 20:20   ` Saul Wold
2011-02-23  1:23     ` Yu Ke
  -- strict thread matches above, loose matches on Subject: below --
2011-02-23  2:14 [PATCH 0/2] rootless x support v2 Yu Ke
2011-02-23  2:14 ` [PATCH 1/2] xf86-video-intel: add config option to support rootless X Yu Ke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D641690.4060509@intel.com \
    --to=saul.wold@intel.com \
    --cc=ke.yu@intel.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.