eee701 machine config: fix to use xorg instead of kdrive
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Fri, 12 Feb 2010 15:38:45 +0000 (16:38 +0100)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Sat, 13 Feb 2010 01:03:45 +0000 (02:03 +0100)
commit4facd26dbd345ab60aa5d4d1513323158a9f91eb
tree9d3266af0f4bb9e958bbfcf7fb4e48d9f7df7453
parent8a145683d644d8460cd12146cfed503c288910a8
eee701 machine config: fix to use xorg instead of kdrive

eFfeM pointed me out that he had a Xvesa binary in his xf46-image,
  for eeepc701 and no Xorg.
So I investigated and found that:
In eee701.conf there were ?= for XSERVER and
  PREFERRED_PROVIDER_virtual/xserver
That was wrong because we required i686-generic.conf which set them
  And so the ?= didn't override the variable.

Note that we can't set theses variables in local.conf anymore because
  they are now overriden by eee701.conf,but In another hand eFfeM pointed me that
  all machine but gta01 and gta02 seem to do the same thing. So I bet that
  not setting theses variables in local.conf is a desirable behaviour.
conf/machine/eee701.conf