Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 71 matches

Go to advanced search

Advanced search
Search found 71 matches
  • 1
  • 2
  • 3
  • Next
by omidxo
Tue May 10, 2022 11:23 am
Forum: Multimedia
Topic: No sound with pulseaudio after kernel 5.17.4+
Replies: 8
Views: 11172

Try to turn it on in /etc/pulse/client.conf set autospawn = yes. Remove any ; at the beginning of the line.

The default setting is off. This is for pipewire set. If you well enable pipeware to replace pulseaudio, see https://wiki.gentoo.org/wiki/PipeWire.
  • Jump to post
by omidxo
Sat Sep 05, 2020 6:27 am
Forum: Portage & Programming
Topic: x11-drivers/nvidia-drivers-390.138 fails with 5.8 kernel
Replies: 26
Views: 7923

I just replaced mine with your settings, the issue reproduces.

Code: Select all

FATAL: modpost: GPL-incompatible module nvidia-uvm.ko uses GPL-only symbol 'radix_tree_preloads'
The basis for guessing comes from here: http://lkml.iu.edu/hypermail/linux/kern ... 01056.html
  • Jump to post
by omidxo
Fri Sep 04, 2020 12:48 pm
Forum: Portage & Programming
Topic: x11-drivers/nvidia-drivers-390.138 fails with 5.8 kernel
Replies: 26
Views: 7923

I have never encountered a "GPL-only" prompt(GeForce 610, nvidia-drivers-390.138-r4).
It must be somewhere in the kernel configuration.
Maybe "preempt_disable()/preempt_enable()" about I think. If not, Maybe somewhere else.
~ $ cat /usr/src/linux-5.8.6-gentoo/.config |grep PREEMPT
# CONFIG_PREEMPT ...
  • Jump to post
by omidxo
Sun Aug 09, 2020 10:28 am
Forum: Portage & Programming
Topic: x11-drivers/nvidia-drivers-390.138 fails with 5.8 kernel
Replies: 26
Views: 7923

FATAL: modpost: GPL-incompatible module nvidia-uvm.ko uses GPL-only symbol 'radix_tree_preloads'
[/code]

Why is it still trying to compile the uvm module?
It seems not related to uvm use set.
Looks like LICENSE about. The previous posts are for your reference: https://forums.gentoo.org/viewtopic ...
  • Jump to post
by omidxo
Sun Aug 09, 2020 7:00 am
Forum: Portage & Programming
Topic: x11-drivers/nvidia-drivers-390.138 fails with 5.8 kernel
Replies: 26
Views: 7923

ExecutorElassus wrote:How do I work around that? Do I need to add a flag somewhere to allow kernel tainting or whatever?
uvm use flag can be removed unless you need this module

Code: Select all

USE=-uvm emerge nvidia-drivers -1
  • Jump to post
by omidxo
Sun Aug 09, 2020 3:39 am
Forum: Portage & Programming
Topic: x11-drivers/nvidia-drivers-390.138 fails with 5.8 kernel
Replies: 26
Views: 7923

work for 190.138

diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
index 70d336d..c31ec94 100644
--- a/kernel/common/inc/nv-linux.h
+++ b/kernel/common/inc/nv-linux.h
@@ -531,7 +531,13 @@ extern NvBool nvos_is_chipset_io_coherent(void);

static inline void *nv_vmalloc(unsigned long size ...
  • Jump to post
by omidxo
Sat Sep 01, 2012 8:10 am
Forum: Portage & Programming
Topic: dev-libs/libnl-3.2.12 failed macro was only invoked conditio
Replies: 9
Views: 5515

Code: Select all

sed -i 's/use_enable\ doc/use_disable doc/'  /usr/portage/dev-libs/libnl/libnl-3.2.12.ebuild
ebuild /usr/portage/dev-libs/libnl/libnl-3.2.12.ebuild digest
sudo emerge libnl -1
just do
  • Jump to post
by omidxo
Wed Aug 01, 2012 3:24 am
Forum: Documentation, Tips & Tricks
Topic: [HOWTO]Freetype subpixel font rendering - lcd monitors Pt 2
Replies: 719
Views: 1406995

mwhitlock wrote:My understanding is that omitting the environment variables is supposed to make FreeType use its default behavior, but in fact the resulting rendering is very different.
Numerous switches bewildered me just like opening a Pandora's box.
  • Jump to post
by omidxo
Thu Jun 28, 2012 12:52 pm
Forum: Documentation, Tips & Tricks
Topic: [HOWTO]Freetype subpixel font rendering - lcd monitors Pt 2
Replies: 719
Views: 1406995

Looks perfect! Thanks for simple direction.
  • Jump to post
by omidxo
Tue Jun 26, 2012 3:59 am
Forum: Documentation, Tips & Tricks
Topic: [HOWTO]Freetype subpixel font rendering - lcd monitors Pt 2
Replies: 719
Views: 1406995

Existing ubuntu patch is good enough.
http://i.imgur.com/eRim9.png
http://i.imgur.com/nLvOn.png

Show me any images with Infinality set, pls.
  • Jump to post
by omidxo
Thu Oct 06, 2011 1:01 pm
Forum: Portage & Programming
Topic: Reinstall requires new USE flags?
Replies: 12
Views: 6108

perl & python have been taken out from make.default, many packages should be rebuild, add them into make.conf with me.

Is there any documentation for this change? If the USE flags are genuinely not required by the system there is no point in putting them in make.conf
'by me', not 'with me ...
  • Jump to post
by omidxo
Thu Oct 06, 2011 12:38 am
Forum: Portage & Programming
Topic: Reinstall requires new USE flags?
Replies: 12
Views: 6108

perl & python have been taken out from make.default, many packages should be rebuild, add them into make.conf with me.
  • Jump to post
by omidxo
Mon Sep 19, 2011 3:45 am
Forum: Portage & Programming
Topic: libpng-1.5.x entered stable - upgrade tips
Replies: 159
Views: 272925

Maybe clutter-gtk should be clutter-gtk-0.10.8 too.
  • Jump to post
by omidxo
Mon Sep 19, 2011 3:40 am
Forum: Portage & Programming
Topic: libpng-1.5.x entered stable - upgrade tips
Replies: 159
Views: 272925

Re: libpng-1.5.x unleashed into ~arch - upgrade tips

emerge -1av $(find /usr -name "*.la" -exec grep -H png14 {} \; | cut -d : -f 1 | xargs qfile -Cq | sort | uniq)

This works for the most of the packages, only dev-python/pygtksourceview and x11-libs/gtksourceview fail. I can build x11-libs/gtksourceview , but the build of dev-python ...
  • Jump to post
by omidxo
Wed Dec 08, 2010 1:56 am
Forum: Unsupported Software
Topic: install nautilus-elementary on Gentoo ?
Replies: 10
Views: 23783

Quick ebuild for libzeitgeist-0.2.14, requested by nautilus-elementary-2.31+
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
inherit gnome2 eutils

DESCRIPTION="Zeitgeist Client Library"
HOMEPAGE="https://launchpad.net ...
  • Jump to post
by omidxo
Tue Aug 24, 2010 12:31 pm
Forum: Unsupported Software
Topic: install nautilus-elementary on Gentoo ?
Replies: 10
Views: 23783

nautilus-elementary-2.30 works well.
nautilus-2.30.1-r1.ebuild :
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
GCONF_DEBUG="no"

inherit eutils gnome2 virtualx autotools bzr

EBZR_CACHE_DIR="nautilus-elementary-2 ...
  • Jump to post
by omidxo
Thu May 06, 2010 5:05 am
Forum: Multimedia
Topic: rhythmbox failing to start -- FIXED!
Replies: 12
Views: 6550

Downgrade python to 2.6.5-r1, rhythmbox worked fine.
  • Jump to post
by omidxo
Sat Sep 05, 2009 4:16 am
Forum: Documentation, Tips & Tricks
Topic: [HOWTO]Freetype subpixel font rendering - lcd monitors Pt 2
Replies: 719
Views: 1406995

bi3l wrote:Updated fontconfig to 2.7.2 in both devnull and lcd-filtering.
http://hg.core.ws/devnull/rev/18b91fd8d11c#l3.108

Code: Select all

<edit name="lcd_filter" mode="assign">
Should be

Code: Select all

<edit name="lcdfilter" mode="assign">
  • Jump to post
by omidxo
Wed Jul 22, 2009 4:32 am
Forum: Kernel & Hardware
Topic: hal 0.5.13 breaks keyboard and mouse
Replies: 11
Views: 3941

It well be work fine when you ignore etc-update.
diff -ruN hal-0.5.13.orig/hal.conf.in hal-0.5.13/hal.conf.in
--- hal-0.5.13.orig/hal.conf.in
+++ hal-0.5.13/hal.conf.in
@@ -12,4 +12,24 @@
</policy>
<policy user="root">
<allow own="org.freedesktop.Hal"/>
+ <allow send_destination="org ...
  • Jump to post
by omidxo
Sun Jul 19, 2009 3:01 am
Forum: Unsupported Software
Topic: Compiz-Fusion and emerald do not want to run correctly
Replies: 36
Views: 41494

Select the 'GConf Configuration Backend' in ccsm. Works for me.
Or edit ~/.config/compiz/compizconfig/config like this:

Code: Select all

[gnome_session]
profile                        = 
backend                        = gconf
  • Jump to post
by omidxo
Fri Mar 27, 2009 5:46 am
Forum: Unsupported Software
Topic: xorg-server-1.6 and xf86-video-intel-2.6.2 please :D
Replies: 158
Views: 76889

Re: wtf ?

:idea:

what is happening here ?

I have emerged gentoo-sources ( kernel 2.6.29 )

all the latest packages from the x11 overlay + libdrm-9999, mesa-7.4 xorg-server-9999 xf86-video-intel-9999 xineramaproto-9999 libxinerama-9999 xcb-proto-9999 libxcb-9999.....

KMS + dri2 + UXA....


and I am ...
  • Jump to post
by omidxo
Mon Nov 10, 2008 1:55 am
Forum: Desktop Environments
Topic: gnome-settings-daemon issue 2.24
Replies: 78
Views: 39227

You can also find gnome-session-2.24.1 in the overlay "gnome".
Fine! ……and put the file to "/usr/share/gnome/" names "default.session".
# This is the default session that is launched if the user doesn't
# already have a session.
# The RestartCommand specifies the command to run from the $PATH ...
  • Jump to post
by omidxo
Mon Oct 13, 2008 7:44 am
Forum: Portage & Programming
Topic: xscreensaver fails to emerge [solved]
Replies: 7
Views: 1686

downgrading dev-util/intltool to <=0.37.*
  • Jump to post
by omidxo
Sun Aug 17, 2008 11:41 am
Forum: Portage & Programming
Topic: e2fsprogs ss com_err blocks problem
Replies: 39
Views: 26356

I copied the mit-krb5 ebuild to a local repository, and edited its dependencies.

Fair play - so I withdraw my remarks for those who encountered this before Aug 17, post-Aug 17 I think my comments apply unless your mirrors are slow to update
Sorry. It's my own patch for rebuild app-crypt/mit ...
  • Jump to post
by omidxo
Sun Aug 17, 2008 9:32 am
Forum: Portage & Programming
Topic: emerge cairo failed
Replies: 4
Views: 1135

For layman versions prior to 1.2.0 use:

echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf

For layman versions 1.2.0 and later use:

echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf

Note: You should add overlays to layman before adding this line to make.conf ...
  • Jump to post

Search found 71 matches
  • 1
  • 2
  • 3
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic