Posts Tagged ‘Gentoo’

Gentoo / ArchLinux – NetworkManager and policykit

If you want to use the NM (especially the nm-applet) in Gentoo or ArchLinux, you have to grant the user to access the NM. Therefor you create the following file # cat /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla [nm-applet] Identity=unix-group:plugdev Action=org.freedesktop.NetworkManager.* ResultAny=yes ResultInactive=no ResultActive=yes Thats necessary because polkit-auth was removed from the policykit package. Also you must add the user [...]

Gentoo Binary Packages

GCC (4.5.3) flags for * Intel(R) Core(TM) i7 CPU M 620 * Intel(R) Core(TM) i7 CPU 920 * Intel(R) Core(TM)2 Duo CPU T7700 CFLAGS="-march=core2 -mtune=generic -O2 -pipe -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -msse4 -mmmx" CXXFLAGS="${CFLAGS}" CHOST="x86_64-pc-linux-gnu" USE flags USE="64bit X a52 aac alsa apng bash-completion bluetooth chroot connection-sharing consolekit dbus dhcpcd dts dvb dvd [...]