Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

cardinal

Members
  • Posts

    490
  • Joined

  • Last visited

  • Days Won

    59

Reputation Activity

  1. Trolling
    cardinal got a reaction from Sandro in Strange messages when i install or remove software.   
    Bug 585784 - Unknown media type errors in sci-chemistry/chemical-mime-data 
  2. Trolling
    cardinal reacted to Sandro in CONFIG_SND_HDA_PREALLOC_SIZE=64   
    Ok Thaanx "Great Master" Cardinal :)
    Hello :)
  3. Trolling
    cardinal reacted to benzolius in rotate screen on kde plasma 5   
    Hi cardinal,
     
    I'd like to rotate Left = Counterclockwise
     
    Here are the values:
    Xorg.0.log:
     
    https://bpaste.net/show/4bbf576df8d8
     
    lxrandr -q
     
    Resolution: 1920x1200   Refresh Rate: 59.95
     
    lspci -nn | grep VGA:
    01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XTX [Radeon R7 260X/360] [1002:6658] Currently I have only the default /etc/X11/xorg.conf.d/20opengl.conf:
     
    Section "Files"                                                                                                                                                                                                                                                                 EndSection  
     
    Thanks for help.
  4. Trolling
    cardinal got a reaction from Sandro in CONFIG_SND_HDA_PREALLOC_SIZE=64   
    Change kernel .config with menuconfig:
    Device Drivers ? Sound card support ? Advanced Linux Sound Architecture
    (64) Pre-allocated buffer size for HD-audio driver
    Please enter a decimal value. Fractions will not be accepted. Use the ?
    <TAB> key to move from the input field to the buttons below it.
    Change 64 to 2048
    Ok
    Save
    Changes kernel .config
    CONFIG_SND_HDA_PREALLOC_SIZE=64
    To
    CONFIG_SND_HDA_PREALLOC_SIZE=2048
    Then
    Rebuild the kernel
  5. Trolling
    cardinal got a reaction from benzolius in rotate screen on kde plasma 5   
    My guess is rotation fails on your graphics system because direct rendering is not working.
    Xorg.0.log lines 338,436-439,444-447
    According to https://wiki.gentoo.org/wiki/Radeon your Sea Islands Bonaire XTX [Radeon R7 260X/360] should have:
    VIDEO_CARDS="radeon radeonsi" set in /etc/portage/make.conf
    USE="glamor" in xorg-server and xf86-video-ati build.
    USE="gbm egl gles2 llvm" in the mesa build.
    Install mesa-progs which provides glxgears and glxinfo for troubleshooting.
     
    The information below is from my system:
    The rotation configuration works on my system using an evergreen cedar R5450 which is a cheaper lower spec card that uses the radeon driver.
    I have VIDEO_CARDS="radeon r600 nouveau" so I can use my nvidia geforce 8400gs card when needed.

    01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9] Xorg.0.log 

    rj@funtoo ~ $ xrandr -q Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192 HDMI-0 disconnected primary (normal left inverted right x axis y axis) DVI-0 disconnected (normal left inverted right x axis y axis) VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm 1280x1024 60.02*+ 75.02 1280x960 60.00 1152x864 75.00 1024x768 75.08 70.07 60.00 832x624 74.55 800x600 72.19 75.00 60.32 56.25 640x480 75.00 72.81 66.67 60.00 720x400 70.08 rj@funtoo ~ $ equery u xorg-server [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for x11-base/xorg-server-1.17.4: U I - - dmx : Build the Distributed Multiheaded X server - - doc : Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally + + glamor : Enable Glamor OpenGL 2D acceleration + + ipv6 : Add support for IP version 6 - - kdrive : Build the kdrive X servers - - libressl : Use dev-libs/libressl as SSL provider (might need ssl USE flag), packages should not depend on this USE flag - - minimal : Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features) + + nptl : Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually) - - static-libs : Build static versions of dynamic libraries as well + + suid : Enable setuid root program, with potential security risks - - systemd : Enable use of systemd-specific libraries and features like socket activation or session tracking - - tslib : Build with tslib support for touchscreen devices + + udev : Enable virtual/udev integration (device discovery, power and storage device support, etc) - - unwind : Enable libunwind usage for backtraces - - wayland : Enable dev-libs/wayland backend - - xephyr : Build the Xephyr server - - xnest : Build the Xnest server + + xorg : Build the Xorg X server (HIGHLY RECOMMENDED) - - xvfb : Build the Xvfb server rj@funtoo ~ $ equery u xf86-video-ati [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for x11-drivers/xf86-video-ati-7.7.0: U I + + glamor : Enable Glamor OpenGL 2D acceleration + + udev : Enable virtual/udev integration (device discovery, power and storage device support, etc) rj@funtoo ~ $ equery u mesa [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for media-libs/mesa-11.2.2: U I - - bindist : Disable patent-encumbered ARB_texture_float, EXT_texture_shared_exponent, and EXT_packed_float extensions. + + classic : Build drivers based on the classic architecture. - - d3d9 : Enable Direct 3D9 API through Nine state tracker. Can be used together with patched wine. - - debug : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project :Quality_Assurance/Backtraces + + dri3 : Enable DRI3 support. + + egl : Enable EGL support. + + gallium : Build drivers based on Gallium3D, the new architecture for 3D graphics drivers. + + gbm : Enable the Graphics Buffer Manager for EGL on KMS. - - gles1 : Enable GLESv1 support. - - gles2 : Enable GLESv2 support. + + llvm : Enable LLVM backend for Gallium3D. + + nptl : Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually) - - opencl : Enable the Clover Gallium OpenCL state tracker. - - openmax : Enable OpenMAX video decode/encode acceleration for Gallium3D. - - osmesa : Build the Mesa library for off-screen rendering. - - pax_kernel : Enable if the user plans to run the package under a pax enabled hardened kernel - - pic : disable optimized assembly code that is not PIC friendly + + udev : Enable virtual/udev integration (device discovery, power and storage device support, etc) - - vaapi : Enable Video Acceleration API for hardware decoding + + vdpau : Enable the VDPAU acceleration interface for the Gallium3D Video Layer. - - video_cards_i915 : VIDEO_CARDS setting to build driver for Intel i915 video cards - - video_cards_i965 : VIDEO_CARDS setting to build driver for Intel i965 video cards - - video_cards_ilo : VIDEO_CARDS setting to build unofficial gallium driver for Intel gen6/7 video cards - - video_cards_intel : VIDEO_CARDS setting to build driver for Intel video cards + + video_cards_nouveau : VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards - - video_cards_r100 : VIDEO_CARDS setting to build only r100 based chips code for radeon - - video_cards_r200 : VIDEO_CARDS setting to build only r200 based chips code for radeon - - video_cards_r300 : VIDEO_CARDS setting to build only r300, r400 and r500 based chips code for radeon + + video_cards_r600 : VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern Islands based chips code for radeon + + video_cards_radeon : VIDEO_CARDS setting to build driver for ATI radeon video cards - - video_cards_radeonsi : VIDEO_CARDS setting to build only Southern Islands based chips code for radeon - - video_cards_vmware : VIDEO_CARDS setting to build driver for vmware video cards - - wayland : Enable support for dev-libs/wayland + + xa : Enable the XA (X Acceleration) API for Gallium3D. + + xvmc : Enable the XvMC acceleration interface for the Gallium3D Video Layer. Reference:http://www.funtoo.org/Package:Radeon_Video_Drivers
    https://wiki.gentoo.org/wiki/Radeon#Driver
    https://www.x.org/wiki/RadeonFeature/
  6. Trolling
    cardinal got a reaction from albatro74 in Thermal error while compiling   
    Decrease the CPU load and frequency will lower the temperature if you can't increase the airflow over the CPU's heat sink.
    Post output of this command:

    emerge --info | grep MAKEOPTS
  7. Trolling
    cardinal reacted to Sandro in About euse command   
    k8-64x2 ~ # echo "=app-portage/gentoolkit-0.3.1-r1 ~amd64">>/etc/portage/package.accept_keywords 

    -----cut------

    k8-64x2 ~ # euse -i xine
    global use flags (searching: xine)
    ************************************************************
    [+ C    ] xine - Add support for the XINE movie libraries
     
    local use flags (searching: xine)
    ************************************************************
    [+ C    ] xine
        media-plugins/vdr-xineliboutput: Compile the xine input plugin for 
        displaying vdr video and OSD
            [+ B] 1.1.0 [gentoo]
            [+ B] 2.0.0_p20130821 [gentoo]
            [+ B] 2.0.0_p20150220 [gentoo]
            [+ B] 9999 [gentoo]


     
     
    Ok Cardinal .... You're ever a real "Guru" ^^
    Thx :)
  8. Trolling
    cardinal got a reaction from Sandro in About euse command   
    funtoo rj # euse -i xine
    global use flags (searching: xine)
    ************************************************************
    [- ] xine - Add support for the XINE movie libraries

    local use flags (searching: xine)
    ************************************************************
    [- ] xine
    media-plugins/vdr-xineliboutput: Compile the xine input plugin for
    displaying vdr video and OSD
    [+ B] 1.1.0 [gentoo]
    [+ B] 2.0.0_p20130821 [gentoo]
    [+ B] 2.0.0_p20150220 [gentoo]
    [+ B] 9999 [gentoo]

    funtoo rj # equery b euse
    * Searching for euse ...
    app-portage/gentoolkit-0.3.1-r1 (/usr/bin/euse)

    funtoo rj # eix -I gentoolkit
    [I] app-portage/gentoolkit
    Available versions: 0.3.0.8-r2 (~)0.3.0.9 (~)0.3.0.9-r1 0.3.0.9-r2 (~)0.3.1-r1 **9999 {PYTHON_TARGETS="pypy python2_7 python3_3 python3_4 python3_5"}
    Installed versions: 0.3.1-r1(03:44:26 AM 03/19/2016)(PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5")
    Homepage: https://www.gentoo.org/proj/en/portage/tools/index.xml
    Description: Collection of administration scripts for Gentoo



  9. Trolling
    cardinal reacted to erikr in Gnome Online Accounts in Cinnamon   
    Hi,
     
    Thanks for the hint. I found the .desktop-file.
     
    Adding Cinnamon or X-Cinnamon did not help.  Cinnamon control centre does not recognize On-line Accounts even if started as indicated by the exec line in the .desktop-file. but with cinnamon-settings instead.
     
    What I did was to manually run Gnome Control Centre and there I find On-line Accounts. It worked fine and added contacts to Evolution.
    gnome-control-center // Erik
  10. Trolling
    cardinal got a reaction from albatro74 in Thermal error while compiling   
    Is the processor fan running at full speed when the shutdown occurs?
    Is the laptop case air inlets/outlets and heat sinks free of dust and dirt?
    Emerge wgetpaste and post the links to the pastes in your reply:
    lsmod | wgetpaste emerge -vv --info | wgetpaste dmesg | wgetpaste
  11. Trolling
    cardinal reacted to hick518 in ice1712.ko missing from debian-sources-4.4.6   
    I tested debian-sources-4.5.2 successfully and updated the bug report. 
     
    I'm also testing gentoo-sources, based on your and tmp-meteque's comments in http://forums.funtoo.org/topic/923-upgrading-debian-sources-requires-14-gb-in-vartmp
     
    Thanks!
  12. Trolling
    cardinal reacted to wdgarcia5 in epro show trouble   
    Thanx buddy, it works... :)
  13. Trolling
    cardinal got a reaction from Sandro in I can't upgrade gcc   
    Tell tmp-meteque to make free space and let him decide how to do it.
    If your instruction is followed to delete distfiles folder containing all package source then gcc,kernel source,and other source code has to be downloaded again.
    Files and folders can be moved to another drive to make free space.
    Another solution would be setting PORTAGE_TMPDIR to an available partition with enough free space to compile gcc.
    Advising someone your helping to delete directories and files off their system should always be avoided.
  14. Trolling
    cardinal got a reaction from Sandro in install xorg 1.18   
    Zsh requires the ebuild in this command be inside 'single quotes' or "double quotes"

    rj@funtoo ~ % sudo emerge '=x11-base/xorg-server-1.18.3'
  15. Trolling
    cardinal reacted to tmp-meteque in I can't upgrade gcc   
    Hi Sandro, that was my first though after reading the log so with ncdu and eclean, I made a little of space.
     
    df -h:
    Filesystem Size Used Avail Use% Mounted on devtmpfs 10M 0 10M 0% /dev /dev/sda2 20G 14G 4.9G 74% / tmpfs 380M 608K 380M 1% /run shm 1.9G 0 1.9G 0% /dev/shm cgroup_root 10M 0 10M 0% /sys/fs/cgroup /dev/sda1 253M 47M 206M 19% /boot /dev/sda4 270G 154G 102G 61% /home tmpfs 2.0G 0 2.0G 0% /var/tmp/portage du -hs /* :
    7.3M /bin 47M /boot 0 /dev 15M /etc 154G /home 0 /lib 3.2M /lib32 325M /lib64 16K /lost+found 4.0K /media 20K /mnt 414M /opt du: cannot access ?/proc/17539/task/17539/fd/3?: No such file or directory du: cannot access ?/proc/17539/task/17539/fdinfo/3?: No such file or directory du: cannot access ?/proc/17539/fd/3?: No such file or directory du: cannot access ?/proc/17539/fdinfo/3?: No such file or directory 0 /proc 57M /root 608K /run 14M /sbin 0 /sys 24K /tmp 8.8G /usr 255M /var And on a side note, compiling gcc makes my laptop warmer than with other packages. It achieves 90C when usually even with larger packages it stays at 80C. Anyway, I doubt the two issues are related.

    Edit: I forget to clarify that I compile in ram. I followed this guide, but I have the ram usage in my bar and I didn't see it was full. I made a folder in my /home partition and I'm compiling gcc right now.
  16. Trolling
    cardinal reacted to tmp-meteque in I can't upgrade gcc   
    root@norris /home -? PORTAGE_TMPDIR=/home/tmp emerge -1u gcc Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) sys-devel/gcc-4.9.3-r3::gentoo >>> Installing (1 of 1) sys-devel/gcc-4.9.3-r3::gentoo >>> Jobs: 1 of 1 complete                           Load avg: 3.19, 4.70, 5.28 >>> Auto-cleaning packages... >>> No outdated packages were found on your system.  * Regenerating GNU info directory index...  * Processed 9 info files. Thank you very much guys!
  17. Trolling
    cardinal reacted to tmp-meteque in I can't upgrade gcc   
    Sandro, could I ask what's in /dev/shm/portage and why you delete it? I will be doing a make clean in my kernel folder too, I didn't think about that.
     
    Also, I prefer using  eclean -d distfiles because sometimes I have to rebuild the packages, change USE flags, etc. I installed funtoo a few months ago so I'm still learning.
     
  18. Trolling
    cardinal got a reaction from tmp-meteque in I can't upgrade gcc   
    Tell tmp-meteque to make free space and let him decide how to do it.
    If your instruction is followed to delete distfiles folder containing all package source then gcc,kernel source,and other source code has to be downloaded again.
    Files and folders can be moved to another drive to make free space.
    Another solution would be setting PORTAGE_TMPDIR to an available partition with enough free space to compile gcc.
    Advising someone your helping to delete directories and files off their system should always be avoided.
  19. Trolling
    cardinal reacted to hick518 in upgrading debian-sources requires 14 GB in /var/tmp   
    Cardinal, thanks for all the info. I still have a lot to learn.
     
    For now, I have decided the easiest thing for me is to stick w/ debian-sources and do this:
     
    mkdir /home/tmp
    PORTAGE_TMPDIR=/home/tmp emerge -av debian-sources
     
    It's currently compiling.
  20. Trolling
    cardinal got a reaction from gigel in please update funtoo system rescue cd iso with latest zfs release 0.6.5.6   
    Bug Report: kernel of sysresccd-4.7.0_zfs_0.6.5.4 seems to be pre zfs 0.6.5.3
  21. Trolling
    cardinal reacted to ajohnl in Problem with packages that won't update due to dependencies.   
    Solved by adding abi_x86_64/32 to the corresponding packages.
  22. Trolling
    cardinal reacted to stifler83 in Funtoo and Windowd 10   
    Solved!
    I have changed params root=/dev/sda3 in params root=/dev/sda2 after I have executed boot-update. The new grub.cfg work!
     
    Thanks cardinal for the support  ;)  :lol:
  23. Trolling
    cardinal reacted to adcdam in long time without update problem   
    I did this sudo rm -fr /usr/src/linux
    eselect kernel list
    Available kernel symlink targets:   [1]   linux-4.3.0-gentoo   [2]   linux-4.4.2-gentoo   [3]   linux-debian-sources-3.19.3 * eselect kernel set 2
     ls -l /usr/src/linux to check that it was pointing to the right direction
     
    lrwxrwxrwx 1 root root 18 feb 26 14:16 /usr/src/linux -> linux-4.4.2-gentoo i copied my old .config file that i use from my old kernel 4.2.0 to /usr/src/linux sudo mount /dev/sda4 where my /boot partition is  then i did sudo make menu config i loaded the .config file , save exit and then make -j9  after building the kernel i did sudo make modules_install but it failed i did make install and that worked it copied the kernel to boot , i tried sudo emerge nvidia-drivers and it was installed with no problems , i booted from 3.19 kernel i did cd /usr/src/linux tried again sudo make modules install and installed them, i manually config grub because i have a problem that i have to solve there and reboot, i selected kernel 4.4.2 boot and i have x now all working good, but i know its only luck that it work how is the correct way?   uname -a give this now Linux damian 4.4.2-gentoo #1 SMP Fri Feb 26 14:51:13 ART 2016 x86_64 AMD FX(tm)-8320 Eight-Core Processor AuthenticAMD GNU/Linux  
    I dont know why i have X in the 3.19 kernel and in the new kernel 4.4.2 but not in kernel 4.2.0 im going to remove kernel 4.2.0
     
    after reading https://wiki.gentoo.org/wiki/Kernel/Upgrade inotice i was doing emerge --ask @module-rebuild but without make modules_prepare it could have been that the problem?
     
    The only package that i have to install again is conky
     
    edit: conky now works i read the link that Cardinal posted and was very easy to fix
    cd /usr/portage/app-admin/conky
    edit the file  conky-1.10.1.ebuild  and add .md to 
    DOCS=( README TODO ChangeLog NEWS AUTHORS ) and will look like this
    DOCS=( README.md TODO ChangeLog NEWS AUTHORS ) sudo emerge conky and it was installed with no problems 
  24. Trolling
    cardinal got a reaction from adcdam in long time without update problem   
    Old version of gentoolkit could be preventing update of portage.
    required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)
    funtoo rj # emerge -pv gentoolkit portage These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-apps/portage-2.4.1::gentoo USE="(ipc) xattr -build -doc -epydoc (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5" 0 KiB [ebuild R ] app-portage/gentoolkit-0.3.1::gentoo PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5" 0 KiB Total: 2 packages (2 reinstalls), Size of downloads: 0 KiB This issue may be resolved by updating @world instead of trying to merge portage on it's own.
    # emerge -avuDN @world If not, try to update gentoolkit and portage in one command:
    # emerge -pv =app-portage/gentoolkit-0.3.1 =sys-apps/portage-2.4.1 If there are more issues please post the following:
    # python-updater # eselect python list # emerge -v --info | wgetpaste # emerge -pvuDN @world | wgetpaste
  25. Trolling
    cardinal reacted to tmp-meteque in I can't update nodejs after python upgrade   
    Thanks Cardinal.
×
×
  • Create New...