Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

windceltic

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by windceltic

  1. I would like to help solve this problem with my own hands, but I need someone to give me some guidance. I want to learn and be an active member in this community to solve Bugs, but I don't know how. I don't know how to touch the code on GITHUB and do what Cardinal describes as a possible solution.

    Could someone help me, guide me in this solution please?

  2. Hi all. I am installing Funtoo on a Lenovo C200. It has an Atom D525 processor, and the motherboard supports a maximum of 2 GB of memory, so I want to use Funtoo in 32 Bits, but in the Funtoo database, this processor appears inside the "atom 64" subarch which contains these Flags: mmx sse sse2 sse3.
     
    When analyzing my CPU with the command "lscpu" I see that it does not have sse3. And if I go to the subarch "atom 32" there is also the Flag sse3.
     
    How can I perform an installation in which Funtoo perfectly matches the processor and get the most out of it? I have been researching and an option would be to install the generic32 subarch and then recompile everything by modifying make.conf ? But if I set the autodetection (march = native) will it change everything from 32 bits to 64 bits since the processor is 64 bits?
     
    I clarify that although the processor is 64 bits, I want to use it in 32 bits only, because the motherboard supports a maximum of 2 GB of memory.
     
    Could someone give me a hand with this please?
     
     
     
    Output of lscpu:
    Architecture:        x86_64
    CPU op-mode(s):      32-bit, 64-bit
    Byte Order:          Little Endian
    Address sizes:       36 bits physical, 48 bits virtual
    CPU(s):              4
    On-line CPU(s) list: 0-3
    Thread(s) per core:  2
    Core(s) per socket:  2
    Socket(s):           1
    NUMA node(s):        1
    Vendor ID:           GenuineIntel
    CPU family:          6
    Model:               28
    Model name:          Intel(R) Atom(TM) CPU D525   @ 1.80GHz
    Stepping:            10
    CPU MHz:             1795.427
    BogoMIPS:            3590.85
    L1d cache:           24K
    L1i cache:           32K
    L2 cache:            512K
    NUMA node0 CPU(s):   0-3
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
     
     
    Output of "grep -m1 -A3 "vendor_id" /proc/cpuinfo":
    vendor_id    : GenuineIntel
    cpu family    : 6
    model        : 28
    model name    : Intel(R) Atom(TM) CPU D525   @ 1.80GHz
     

    Output of "gcc -march=native -Q --help=target | grep march":
      -march=                             bonnell

  3. Hello everyone, this is my first post, and my first time installing Funtoo. I have been a Gentoo user for a few years.
    
    
    I posted here, because I do not know how to create an account on bugs site,
    there was already a bug about this (FL-7169) created on the date 08 / May / 20 12:47 PM
    
    I am having the following problem installing xorg. 

     

    localhost ~ # emerge -av xorg-x11

    These are the packages that would be merged, in order:

    Calculating dependencies... done!

    !!! All ebuilds that could satisfy "x11-apps/luit" have been masked.
    !!! One of the following masked packages is required to complete your request:
    - x11-apps/luit-1.1.1::core-gl-kit (masked by: invalid: DEPEND: USE flag 'ppc-aix' referenced in conditional 'ppc-aix?' is not in IUSE)

    (dependency required by "x11-base/xorg-x11-7.4-r3::core-gl-kit" [ebuild])
    (dependency required by "xorg-x11" [argument])
    For more information, see the MASKED PACKAGES section in the emerge
    man page or refer to the Gentoo Handbook.

     

     

    My profile:

    localhost ~ # epro show

    === Enabled Profiles: ===

            arch: x86-32bit
           build: current
           subarch: atom_32
           flavor: desktop
           mix-ins: gfxcard-intel


    === Python kit: ===

          branch: 3.7-release

    === All inherited flavor from desktop flavor: ===

                         workstation (from desktop flavor)
                         core (from workstation flavor)
                         minimal (from core flavor)

    === All inherited mix-ins from desktop flavor: ===

                          X (from workstation flavor)
                          audio (from workstation flavor)
                          dvd (from workstation flavor)
                          media (from workstation flavor)
                          mediadevice-audio-consumer (from media mix-in)
                          mediadevice-base (from mediadevice-audio-consumer mix-in)
                          mediadevice-video-consumer (from media mix-in)
                          mediadevice-base (from mediadevice-video-consumer mix-in)
                          mediaformat-audio-common (from media mix-in)
                          mediaformat-gfx-common (from media mix-in)
                          mediaformat-video-common (from media mix-in)
                          console-extras (from workstation flavor)
                          print (from desktop flavor)

    === All inherited mix-ins from gfxcard-intel mix-ins: ===

          core-gl-kit:gfxcard-intel-classic (from gfxcard-intel mix-in)

×
×
  • Create New...