aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/eee701.conf
AgeCommit message (Collapse)Author
2010-03-28eee701: changed preferred linux version from 2.6.32 to 2.6.33Denis 'GNUtoo' Carikli
This commit depends on commit 513aa6b432fd01bfbf7132297a738a84baead5ca ( linux-2.6.33: added eee701 defconfig )
2010-02-15xf86-video-intel_2.10.0 made dependent on xorg-extensionsFrans Meulenbroeks
Intel 2.10.0 requires KMS. In order to run X the xorg-extensions xserver-xorg-extension-dri, xserver-xorg-extension-dri2 and xserver-xorg-extension-glx are needed. moved dependencies for these from eee701.conf to xf86-video-intel_2.10.0.bb so everyone using this driver gets them Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-15eee701: add dri* and glx modules to XSERVERKoen Kooi
2010-02-13eee701 machine config: fix to use xorg instead of kdriveDenis 'Gnutoo' Carikli
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.
2010-01-23eee701 : added machine configDenis 'Gnutoo' Carikli
Using standard vanilla linux kernel because everything is supported in it Also using the 2.6.32 version because 2.6.33 is not out yet and I only made a defconfig for 2.6.32 added MACHINE_DRI_MODULES = "i915" instead of "intel" because intel didn't work: | make[5]: Entering directory `.../Mesa-7.6/src/mesa/drivers/dri/intel' | make[5]: *** No targets specified and no makefile found. Stop. Copied the glibc part from ion.conf(I didn't test it yet) I also added the xf86-input-synaptics at the last moment and I didn't have the time to test that modification but I tested xf86-input-synaptics and it works fine It also uses xf86-input-mouse and xf86-input-keyboard as xorg.conf will use them (evdev didn't work for me even if it was compiled in the kernel,there was xf86-input-evdev installed and there was an entry in xorg.conf)