Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

maemo-funtoo

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Trolling
    maemo-funtoo reacted to cardinal in installing pidgin, replace dhclient to dhcpcd   
    Pidgin:
    mkdir -p /etc/portage/package.use/net-libs echo ">=net-libs/libsoup-2.50.0 introspection" > /etc/portage/package.use/net-libs/libsoup echo ">=net-libs/gssdp-0.14.11 introspection" > /etc/portage/package.use/net-libs/gssdp emerge -av pidgin Networkmanager manages it's own dhcpc.
    Dhcpcd and dhcpd should be disabled, if they run at the same time as networkmanager it will cause conflicts.
    Verify dhcpcd and dhcpd are not listed as set to start on any runlevel.
    rc-update If dhcpcd and/or dhcp is set to auto start disable:
    rc-config delete dhcpcd rc-config delete dhcpd rc Bug report has more recommendations for setting up networkmanager.
  2. Trolling
    maemo-funtoo reacted to maemo-funtoo in xfce can't install   
    I think the problem is here.
     
    /etc/portage/package.use
    net-misc/networkmanager -dhclient dhcpcd -modemmanager -ppp -consolekit >=x11-libs/libpciaccess-0.13.4 abi_x86_32 x11base/xorg-x11 udev xfce-base/thunar udisks x11-apps/xinit -minimal
  3. Trolling
    maemo-funtoo reacted to cardinal in xfce can't install   
    You have nvidia graphics adapter.
    Change VIDEO_CARDS="intel" to VIDEO_CARDS="intel nouveau" in /etc/portage/make.conf
    emerge -avuDN world This will rebuild libdrm,xorg-drivers,mesa adding nouveau
    Merge new xf86-video-nouveau driver.
    funtoo ~ # emerge -avuDN world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-libs/libdrm-2.4.65::gentoo USE="libkms -static-libs -valgrind" VIDEO_CARDS="nouveau* radeon -amdgpu (-exynos) (-freedreno) -intel (-omap) (-tegra) -vmware" 0 KiB [ebuild R ] x11-base/xorg-drivers-1.17::gentoo INPUT_DEVICES="evdev keyboard mouse synaptics -acecad -aiptek -elographics -fpit -hyperpen -joystick (-libinput) -mutouch -penmount -tslib -vmmouse -void -wacom" VIDEO_CARDS="nouveau* radeon -amdgpu -apm -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-freedreno) -geode -glint -i128 -i740 -intel -mach64 -mga -neomagic -nv -nvidia (-omap) (-omapfb) -qxl -r128 -radeonsi -rendition -s3 -s3virge -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx (-tegra) -tga -trident -tseng -vesa -via -virtualbox -vmware (-voodoo)" 0 KiB [ebuild N ] x11-drivers/xf86-video-nouveau-1.0.11::gentoo USE="-glamor" 0 KiB [ebuild R ] media-libs/mesa-11.0.6::gentoo USE="classic dri3 egl gallium gbm llvm nptl udev xa -bindist -d3d9 -debug -gles1 -gles2 -opencl -openmax -osmesa -pax_kernel -pic (-selinux) -vaapi -vdpau -wayland -xvmc" VIDEO_CARDS="nouveau* radeon (-freedreno) -i915 -i965 -ilo -intel -r100 -r200 -r300 -r600 -radeonsi -vmware" 0 KiB Total: 4 packages (1 new, 3 reinstalls), Size of downloads: 0 KiB
×
×
  • Create New...