Enviado em 14/10/2017 - 14:23h
Uma questão que tenho tido algumas duvidas e ainda não tinha perguntado. Tenho um portátil Dell Latitude e tem as chamadas placas híbridas, ou seja Intel integrada e um nvidia. A minha duvida, já que não jogo neste computador, o que devo colocar no portage, nouveau com intel? Ou coloco apenas uma delas? O portage make.conf está assim;
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
# CFLAGS="-O2 -pipe"
# CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
# CHOST="x86_64-pc-linux-gnu"
# These are the USE and USE_EXPAND flags that were used for
# buidling in addition to what is provided by the profile.
# USE="bindist"
# CPU_FLAGS_X86="mmx sse sse2"
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=sandybridge -O2 -pipe"
MAKEOPTS="-j5"
CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
ACCEPT_KEYWORDS="~amd64"
LINGUAS="pt pt-PT"
L10N="pt pt-PT pt_PT"
CXXFLAGS="${CFLAGS}"
VIDEO_CARDS="intel nouveau"
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --quiet-build=y"
INPUT_DEVICES="evdev synaptics mouse"
USE="pulseaudio unicode nls -cups -systemd"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
GENTOO_MIRRORS="rsync://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/
ftp://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/ http://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/ http://ftp.dei.uc.pt/pub/linux/gentoo/ ftp://ftp.dei.uc.pt/pub/linux/gentoo/"