Search results

  1. Criosphinx

    [Solved] Qt Creator Main Window Font Size

    Like in web browsers Ctrl + mouse wheel or Ctrl + + or in Edit -> Preferences -> Help
  2. Criosphinx

    Favorite programming language(s)?

    It's not necessary to learn every single new feature and use them. Some major ones like ranges help simplify code and others like concepts are complex for a reason, many are related to templates and are there to improve C++ functional programming support.
  3. Criosphinx

    GIGABYTE B75M-D2V: Realtek® ALC887 isn't work

    I have the B75M-D3V, onboard audio works out of the box: pciconf -lv hdac1@pci0:0:27:0: class=0x040300 rev=0x04 hdr=0x00 vendor=0x8086 device=0x1e20 subvendor=0x1458 subdevice=0xa002 vendor = 'Intel Corporation' device = '7 Series/C216 Chipset Family High Definition Audio...
  4. Criosphinx

    Are Tech Workers Obsolete?

    The Sysadmin Paradox
  5. Criosphinx

    Poll higher level language

    I'm trying to learn functional programming with OCaml.
  6. Criosphinx

    Solved nVidia driver versions

    There shouldn't be any problem if you uninstall the old driver and do pkg install nvidia-driver without version numbers. Because the 470 is comaptible with both your previous and current card you didn't had any problems when you made the change.
  7. Criosphinx

    Anydesk on FreeBSD 13.1

    After latest quarterly update anydesk still works but crashes on closing a connection. ¿Maybe support for FreeBSD has been dropped? All other platforms are at version 7+ or 6.2.1 (Linux, Raspberry)
  8. Criosphinx

    Question about C language.

    C is Procedural Programming
  9. Criosphinx

    USB adapter for PS/2 keyboard

    Is it an active adapter? USB (keyboard or mouse) -> PS/2 Ok, the adapter just reconnects the wires. PS/2 -> USB Needs an active adapter because the PS/2 device won't have the necesary hardware to be recognized as USB.
  10. Criosphinx

    how to remove everything deps that installed with a program?

    pkg autoremove autoremove Delete packages which were automatically installed as dependen- cies and are not required any more.
  11. Criosphinx

    network / usb 2.0 wi-fi: RTL8192eu realtek (802.11n)

    I have a D-Link DWA-131 Rev. E same chipset. Does not work during installation, don't remember the exact message but it does work if configured after installation is complete. Its also very slow not sure if that can be tuned.
  12. Criosphinx

    repair FAT32 on stick

    Use software for data recovery like sysutils/testdisk you can also install it on Windows. Even if it can't find or restore the partitions it can scan the raw image and (possibly) recover many common file types like pdfs or MS Office files.
  13. Criosphinx

    UFS usb external ufs disk 13.1 amd64 won't mount even though it shows /dev/da0p1

    Have you tried using sudo or are you already root? sudo mount /dev/da0p1 /mnt You can label the partition gpart modify -l usb-drive -i 1 /da0 that way you can add it to fstab the daX number won't matter anymore mount /dev/gpt/usb-drive /mountpoint
  14. Criosphinx

    FreeBSD does not boot after installing on external hdd

    You need to label the root partition: https://docs.freebsd.org/en/books/handbook/geom/#geom-glabel
  15. Criosphinx

    What is your preferred science-fiction serie or movie.

    Ok, two more. My avatar picture is Yang Wen-li one of the main characters from the anime "Legend of the Galactic Heroes" I highly recommend it. And my signature from the 1970 movie "Colossus The Forbin Project" in my opinion the best depiction of an AI in movies.
  16. Criosphinx

    Solved vulkan-caps-viewer Segmentation fault

    Thank you. I found that console kit sets those variables. Still crashes and lldb shows: * thread #1, name = 'vulkanCapsViewer', stop reason = signal SIGSEGV: invalid address (fault address: 0x18) frame #0: 0x00000008003e2e46 libwayland-client.so.0`wl_proxy_create_wrapper + 38...
  17. Criosphinx

    Solved vulkan-caps-viewer Segmentation fault

    Shows error: XDG_RUNTIME_DIR is invalid or not set in the environment. If I set it to /tmp for example the message changes to: Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed ¿Is...
  18. Criosphinx

    Installation of Lazarus on FreeBSD 13

    I also tried it years, ago unfortunately didn't invest the time to learn properly, but everything worked fine. Today I installed it on 13.1-RELEASE-p3 running inside VirtualBox. It was as easy as doas pkg install lazarus-gtk2 compiled one example and again everything works without problems.
  19. Criosphinx

    Other Backblaze Drive Stats for SSD Boot Disks

    Kingston A400 120Gb bought on May 2019 9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 16299 231 SSD_Life_Left 0x0000 010 010 000 Old_age Offline - 90 241 Lifetime_Writes_GiB 0x0032 100 100 000 Old_age Always...
Back
Top