
delgado
Members-
Content Count
9 -
Joined
-
Last visited
About delgado
-
Rank
Newbie
-
Following this guide http://www.funtoo.org/InstallI did skip the emerge debian-srouces as it looks like it was already installed and I was able to complete the install process but I am still not sure if the other things I was seeing is a bug or me just doing something wrong.
-
Here is the output Sandro asked for. sysresccd / # eselect kernel list Available kernel symlink targets: [1] linux-debian-sources-3.19.3 * sysresccd / # ls -l /etc/kernels/ ls: cannot access /etc/kernels/: No such file or directory sysresccd / # emerge -pv debian-sources These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-kernel/debian-sources-3.19.3:3.19.3::gentoo USE="binary -rt" 81293 KiB Total: 1 package (1 reinstall), Size of downloads: 81293 KiB * IMPORTANT: 3 news items need reading for repository 'gentoo'. * Use ese
-
environment log declare -x ABI="amd64" declare -x APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" declare -x ASFLAGS_x86="--32" declare -x BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_4 python_ta
-
Hello, I am trying to install debian-sources on a new pc using the funtoo-current setup and when I try to emerge debian-sources I keep getting errors. Could not find source tarball /var/cache/genkernel/src/busybox-1.21.1.tar.bz2. Please refetch. * ERROR: sys-kernel/debian-sources-3.19.3::gentoo failed (compile phase): * genkernel failed * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 2211: Called die * The specific snippet of code: * genkernel --no-save-config --kernel-config="${T}"/config --kernname="${PN}" --build-src="${S}" --build
-
Philipp Ludwig reacted to an answer to a question: Opening Windows in Fullscreen
-
delgado reacted to an answer to a question: Opening Windows in Fullscreen
-
Adding USE="xinerama" to my /etc/portage/make.conf and running emerge -auND @world and restarting my computer when it was done fixed the issue! Thank you very much Philipp!
-
I was able to find /etc/X11/xorg.conf.d which contained the file 20opengl.conf it's contents are. Section "Files" EndSection Thanks again.
-
I also did a find for xorg.conf on my system and the only places where it was found was /usr/share/portage/config/sets/xorg.conf and it contained the following. # Rebuild all X11 modules (mostly useful after xorg-server ABI change). [x11-module-rebuild] class = portage.sets.dbapi.VariableSet world-candidate = false variable = CATEGORY includes = x11-drivers
-
Hello Philipp, The video card I am using is the following as listed by lspci -v 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller]) Subsystem: Dell Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller Flags: bus master, fast devsel, latency 0, IRQ 30 Memory at f0000000 (64-bit, non-prefetchable) [size=4M] Memory at e0000000 (64-bit, prefetchable) [size=256M] I/O ports at f000 [size=64] Expansion ROM at <unassigne
-
Good afternoon, I just started using Funtoo about a week ago and I am loving it but I had a question about my desktop that I can't seem to fix. I am running the MATE desktop environment with two monitors. When I double click on the title bar in a window to make it go full screen be it Youtube, Chromium, xterm etc it makes the window full screen but spans both monitors. What I would like to know is if it is possible when I double click the title bar can I make the program go full screen on only one monitor. Thanks in advanced!