
vchipk985
Members-
Content Count
22 -
Joined
-
Last visited
About vchipk985
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[Solved] Is it possible to change the email used for auth.funtoo?
vchipk985 posted a question in General Help
Is it possible to change the email used for auth.funtoo? I tried on Settings but it redirects to password reset page, which resets password and it didn't give me the option to change the email address. -
Renamed to Issues with Steam, Xorg, PulseAudio, and Docker
vchipk985 replied to lazlo.vii's question in General Help
Next time will do. It's working now. Thanks. -
Renamed to Issues with Steam, Xorg, PulseAudio, and Docker
vchipk985 replied to lazlo.vii's question in General Help
Cannot emerge the new steam-nvidia-launcher. output of emerge -av steam-nvidia-launcher: These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds to satisfy "app-emulation/nvidia-container". (dependency required by "games-platforms/steam-nvidia-launcher-1.4::games-kit" [ebuild]) (dependency required by "steam-nvidia-launcher" [argument]) Cannot find "app-emulation/nvidia-container" when i search for nvidia-container (emerge -s nvidia-container) [ Results for search key : nvidia-container ] Searching... * app-emula -
They came from profiles, make.conf or package.use. Strange thing: PYTHON_TARGETS="python3_6" but PYTHON_SINGLE_TARGET="python3_7"
-
Errors syncing and compiling gnome-kit ( failed )
vchipk985 replied to freefog's question in Portage Help
No problem syncing gnome-kit here -
Renamed to Issues with Steam, Xorg, PulseAudio, and Docker
vchipk985 replied to lazlo.vii's question in General Help
Noob question: How to transfer files between host and docker? About pulseaudio: Sound works after restarting it. -
[SOLVED] revdep-rebuild always asks emerge nvidia-drivers
vchipk985 replied to morphmex's question in General Help
Try emerge @preserved-rebuild -
ERROR nvidia-legacy-drivers for my geforce gtx570
vchipk985 replied to morphmex's question in General Help
From the error: install twm and xterm emerge -av twm xterm instead of revdep-rebuild use: emerge -av @preserved-rebuild and after a kernel update: emerge -av @module-rebuild -
see if you have: gfxcard-nvidia or gfxcard-nvidia-legacy(old cards) mix-ins enabled to set VIDEO_CARDS flags x11-drivers/nvidia-kernel-modules emerged. Rebuild if it was installed before kernel change.
-
characters in terminator are squished together [SOLVED]
vchipk985 replied to walterw's topic in General Discussion
My guess: something wrong with .Xresources https://askubuntu.com/questions/283830/how-to-change-the-font-of-various-terminal-emulators see terminator section. -
vchipk985 started following emerge x11-drivers/nvidia-drivers-430.26-r2 fails
-
Line 57: [ 46346.003] (II) LoadModule: "intel" [ 46346.003] (WW) Warning, couldn't open module intel [ 46346.003] (EE) Failed to load module "intel" (module does not exist, 0) [ 46346.003] (II) LoadModule: "modesetting" [ 46346.003] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 46346.004] (II) Module modesetting: vendor="X.Org Foundation" [ 46346.004] compiled for 1.20.5, module version = 1.20.5 [ 46346.004] Module class: X.Org Video Driver [ 46346.004] ABI class: X.Org Video Driver, version 24.0 [ 46346.004] (II) LoadModule: "fbdev" [ 4
-
Usually is at /var/log/Xorg.0.log if DISPLAY=:0
-
If you did everything right, it is not kernel related. As I said before: upload the Xorg full log. Without it we can only guess what is happening. Since 1.3 update, funtoo doesn't use multilib. And the error is telling you to use 32-bits libraries. But you were using funtoo 1.3 before and it was working, which is strange.
-
You can try 2 things: Install a non gtk browser, ex: falkon (qt), maybe its gtk related. Or Install debian-sources, probably you have installed debian-sources-lts. We can see if its kernel related. Can you upload the X log and show the errors?
-
Hello, After sometime emerging emerge -auDN @world xorg-x11 --jobs on container (using funtoo 1.4) x11-drivers/nvidia-drivers-430.26-r2 fails with: * ERROR: x11-drivers/nvidia-drivers-430.26-r2::core-gl-kit failed (install phase): * Can not read .manifest! * * Call stack: * ebuild.sh, line 93: Called src_install * environment, line 5276: Called nv_parse_manifest * environment, line 4438: Called die * The specific snippet of code: * [ -r .manifest ] || die "Can not read .manifest!"; What should I do to proc