Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
make.conf for my notebook
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Blackdon
n00b
n00b


Joined: 30 Jul 2020
Posts: 2

PostPosted: Tue Sep 14, 2021 12:20 am    Post subject: make.conf for my notebook Reply with quote

Hello, i understand of gentoo, but i need a make.conf for my notebook, acer predator helios 300 with rtx 2070 (max-q), for me install in my machine, at least a very complete example for me with all the parameters that can be added for optimization, thanks
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Tue Sep 14, 2021 1:00 am    Post subject: Reply with quote

Hi
Code:

COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
PORTAGE_TMPDIR=/var/tmp/portage


LC_MESSAGES=C
GRUB_PLATFORMS="efi-64"
MAKEOPTS="-j<number-of-cpu-threads-or-less>"
CHOST="x86_64-pc-linux-gnu"


INPUT_DEVICES="libinput synaptics"
VIDEO_CARDS="intel i965 iris nvidia nouveau"
USE="-bindist"

Enough to get you started.
You will have to read the wiki and see what you need to put in this file.
Its part of the Gentoo fun.
_________________
:)
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Tue Sep 14, 2021 10:46 pm    Post subject: Re: make.conf for my notebook Reply with quote

Blackdon wrote:
at least a very complete example for me with all the parameters that can be added for optimization

Code:
man make.conf
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4236
Location: Bavaria

PostPosted: Wed Sep 15, 2021 10:24 am    Post subject: Reply with quote

https://wiki.gentoo.org/wiki//etc/portage/make.conf

https://forums.gentoo.org/viewtopic-t-1112800.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum