Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

whiteghost

Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by whiteghost

  1. 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.
  2. https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#Setting_the_date_and_time
  3. google site search site:http://forums.funtoo.org/ var https://www.google.com/search?q=site%3Ahttp%3A%2F%2Fforums.funtoo.org%2F%20var%20search%20term&oq=site%3Ahttp%3A%2F%2Fforums.funtoo.org%2F%20var%20search%20term&ie=UTF-8&aqs=chrome..69i57j69i58.20926j0j7&sourceid=chrome-instant&ion=1&bav=on.2,or.&bvm=bv.104615367,d.cGU&biw=956&bih=485&dpr=2&ech=1&psi=fDYXVsDCOYmtoQSZgIOYCA.1444361861294.3&ei=fDYXVsDCOYmtoQSZgIOYCA&emsg=NCSR&noj=1
  4. not quite. look at $man boot.conf here is mine for an example $ cat /etc/boot.conf boot { generate grub default "Funtoo Linux" timeout 3 } "Funtoo Linux" { kernel kernel-xfce initrd initramfs-xfce params real_root=/dev/sda2 params += video=800x600 } "Funtoo Linux g3" { kernel kernel-deb initrd initramfs-deb params real_root=/dev/sda3 params += video=800x600 } "Funtoo Linux better-initramfs" { kernel vmlinuz[-v] initrd /initramfs.cpio.gz } "Windows 7" { type win7 params root=/dev/sdc1 } "kde" { kernel kernel-kde initrd initramfs-kde params real_root=/dev/sdd1 params += rootfstype=ext4 params += video=800x600 }
  5. 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 Homepage: http://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee Description: Service providing elegant and stable means of managing Optimus graphics chipsets License: GPL-3 http://wiki.gentoo.org/wiki/NVIDIA_Optimus_and_HDMI_Output_Configuration
  6. 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 -
  7. $ cat /usr/share/i18n/SUPPORTED | grep BR pt_BR.UTF-8 UTF-8 pt_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/profile For a user-specific locale: user $source ~/.bashrc xfce ~ # locale LANG=pt_BR.UTF-8 LC_CTYPE="pt_BR.UTF-8" LC_NUMERIC="pt_BR.UTF-8" LC_TIME="pt_BR.UTF-8" LC_COLLATE=C LC_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.conf LINGUAS="pt_BR"
  8. i could not build it either. would this work? net-print/cups-bjnp
  9. the profile(s) you select will set the use flags you need to get started.
  10. 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
  11. this may help https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface http://swift.siphos.be/linux_sea/kernelbuilding.html
×
×
  • Create New...