diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 22:55:15 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-05 22:55:15 +0000 |
commit | bde12db3a8e623eee6c5ababb33e4c18d7d95d5f (patch) | |
tree | 04babd7ea44b4521c88905ea54414bd34acdafc9 /conf/machine/netvista.conf | |
parent | 05409756970385c276789b3d0d32882f6631ac61 (diff) |
netvista.conf: Use faster VESA Kdrive
Diffstat (limited to 'conf/machine/netvista.conf')
-rw-r--r-- | conf/machine/netvista.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf index 25bf6649bd..65a797c680 100644 --- a/conf/machine/netvista.conf +++ b/conf/machine/netvista.conf @@ -7,6 +7,8 @@ TARGET_ARCH = "i486" # TARGET_VENDOR = "-oe" PACKAGE_EXTRA_ARCHS = "netvista" PREFERRED_PROVIDER_virtual/kernel = "linux-x86" +XSERVER = "xserver-kdrive-vesa" + # todo: convert to task-base # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" @@ -14,7 +16,7 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen keyboard irda apm alsa" -ROOT_FLASH_SIZE = "32" +ROOT_FLASH_SIZE = "64" GUI_MACHINE_CLASS = "bigscreen" udevdir = "/dev" |