-
Posts
34 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Blogs
Posts posted by whiteghost
-
-
-
-
Grub is capable of auto detecting OSes, so it may not be an issue from the Funtoo side. I need to get the rest of Funtoo installed before I go any further, though.
not quite. look at
$man boot.conf
here is mine for an example
$ cat /etc/boot.confboot {generate grubdefault "Funtoo Linux"timeout 3}"Funtoo Linux" {kernel kernel-xfceinitrd initramfs-xfceparams real_root=/dev/sda2params += video=800x600}"Funtoo Linux g3" {kernel kernel-debinitrd initramfs-debparams real_root=/dev/sda3params += video=800x600}"Funtoo Linux better-initramfs" {kernel vmlinuz[-v]initrd /initramfs.cpio.gz}"Windows 7" {type win7params root=/dev/sdc1}"kde" {kernel kernel-kdeinitrd initramfs-kdeparams real_root=/dev/sdd1params += rootfstype=ext4params += video=800x600} -
emerge -s bumble
Searching...
[ Results for search key : bumble ]
[ Applications found : 1 ]
* x11-misc/bumblebee
Latest version available: 3.2.1
Latest version installed: [ Not Installed ]
Size of files: 139 kB
Description: Service providing elegant and stable means of managing Optimus graphics chipsets
License: GPL-3
-
please post output of
cat ~/.bashrc
cat /etc/locale.gen
#locale-gen
i downloaded a stage3 and did above commands.
it worked for me.
i had errors at first because of typos.
quote 'I give a export LANG = pt_BR.UTF -8'
has a typo. space between F -
-
i get the same
report a bug
-
$ cat /usr/share/i18n/SUPPORTED | grep BRpt_BR.UTF-8 UTF-8pt_BR ISO-8859-1
put
pt_BR.UTF-8 UTF-8
in /etc/locale.gen
then run
#locale-gen
nano ~/.bashrc
export LANG="pt_BR.UTF-8"
export LC_COLLATE="C"For a system-wide default locale:
root #env-update && source /etc/profileFor a user-specific locale:
user $source ~/.bashrcxfce ~ # localeLANG=pt_BR.UTF-8LC_CTYPE="pt_BR.UTF-8"LC_NUMERIC="pt_BR.UTF-8"LC_TIME="pt_BR.UTF-8"LC_COLLATE=CLC_MONETARY="pt_BR.UTF-8"LC_MESSAGES="pt_BR.UTF-8"LC_PAPER="pt_BR.UTF-8"LC_NAME="pt_BR.UTF-8"LC_ADDRESS="pt_BR.UTF-8"LC_TELEPHONE="pt_BR.UTF-8"LC_MEASUREMENT="pt_BR.UTF-8"LC_IDENTIFICATION="pt_BR.UTF-8"LC_ALL=# nano /etc/portage/make.confLINGUAS="pt_BR" -
i could not build it either.
would this work? net-print/cups-bjnp
-
the profile(s) you select will set the use flags you need to get started.
-
hope this helps, looks like you have been following these.
http://wiki.gentoo.org/wiki/NVIDIA_Driver_with_ Optimus_Laptops
http://us.download.nvidia.com/XFree86/Linux-x86_64/343.36/README/optimus.html
-
emerge @installed
-

[solved] how do i prevent screen from turning off
in Desktop Help
Posted
hi all,
i use xfce.
i often use vlc to play media. i set option to disable screen saver while using vlc.
not sure how effective that is.
i recently tried
$xset s off
and thought it was helpin...
now i am watching netflix on google-chrome.... AND I REALLY WANT MY SCREEN TO STAY ON!
i had xscreensaver disabled, now unmerged it, no relief.
please help.