Search results

  1. f-andrey

    WINE 64bit for amd64?

    I'm make test port it's build and run in FreeBSD-CURRENT-amd64. Run winecfg (crush Audio) (need mv /usr/local/bin/wine64 /usr/local/bin/wine) Unfortunately run which did not work either programs wine: Bad EXE format for C:\fraqtive.exe (64-bit version) wine: Bad EXE format for...
  2. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    Excellent, now it works correctly :)
  3. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    Unfortunately, there is no output.
  4. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    Okay, now it builds and runs correctly. But the speed increases only; immediately after the start it's small and growing about a minute to a maximum dev.acpi_ibm.0.fan_level: 7 I made this configuration: level (0,0,25) level (1,23,35) level (2,32,45) level (3,42,55) level (4,52,65) level...
  5. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    The new code does not compile, the first error I fixed: % git diff diff --git a/system.c b/system.c index 310539d..27e6cf0 100644 --- a/system.c +++ b/system.c @@ -31,7 +31,7 @@ void setFan(int mode,struct Level *levels) /*get mib for dev.acpi_ibm.0.thermal*/ len = 4; - if...
  6. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    FreeBSD 11.0-CURRENT #0 r273477: Tue Oct 28 It looks like it is a feature of new models of Lenovo, they do not fully realize the old acpi_ibm.
  7. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    I haven't changed this. # diff --report-identical-files /usr/local/etc/bsdfan.conf /home/andrey/bsdfan/bsdfan.conf Files /usr/local/etc/bsdfan.conf and /home/andrey/bsdfan/bsdfan.conf are identical
  8. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    codedev.acpi_ibm.%parent: dev.acpi_ibm.0.%desc: IBM ThinkPad ACPI Extras dev.acpi_ibm.0.%driver: acpi_ibm dev.acpi_ibm.0.%location: handle=\_SB_.PCI0.LPC_.EC__.HKEY dev.acpi_ibm.0.%pnpinfo: _HID=LEN0068 _UID=0 dev.acpi_ibm.0.%parent: acpi0 dev.acpi_ibm.0.initialmask: 2060...
  9. f-andrey

    BSDFan, a simple fan control utility for ThinkPads

    I'm test this for my Lenovo X220, unfortunately it does not work (set 0 speed). # sysctl -a | grep thermal hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.user_override: 0 hw.acpi.thermal.tz0.temperature: 62.0C hw.acpi.thermal.tz0.active: -1...
  10. f-andrey

    A Call for FreeBSD Artwork

    Up theme :) BSD Daemon by ~Felhek Digital Art / 3-Dimensional Art / Characters / Cartoon ©2008-2011 ~Felhek and Bsd Daemon poses
  11. f-andrey

    (SAD) NEWS: http://c0t0d0s0.org/ - closed

    https://www.google.com/reader save c0t0d0s0.org full text RSS feed :)
  12. f-andrey

    DTrace: correct me, if I'm wrong

    I also had this error. I think amd64. Now dtrace work OK :) kernel > options KDTRACE_FRAME # Ensure frames are compiled in > options KDTRACE_HOOKS # Kernel DTrace hooks # uname -a FreeBSD my_book 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r210171: Sat Jul 17 10:36:58 MSD 2010...
  13. f-andrey

    Oracle is brain f***ed

    Lack of mp3 codec is the problem of the use of patents :stud This repo Opensolaris with multimedia http://ips.homeunix.com/ ;)
  14. f-andrey

    OpenSolaris: Your Opinions

    FreeBSD - rootFS on ZFS and Gnome work on 64MB? you seriously? ;)
  15. f-andrey

    OpenSolaris: Your Opinions

    How to use IPS pkg Use alternative repo http://blastwave.network.com:10000/ (Blastwave IPS repo, has at least 1000 packages) http://pkg.sunfreeware.com:9000/ (Companion project IPS repo, currently 686 packages) http://pkg.opensolaris.org/contrib/en/index.shtml...
  16. f-andrey

    A Call for FreeBSD Artwork

    It may be better If use you SVG and http://forums.freebsd.org/showpost.php?p=15264&postcount=59
  17. f-andrey

    A Call for FreeBSD Artwork

    On SVG image non freebsd emblem and white font, if use svglib (rsvg-convert and rsvg-view)
  18. f-andrey

    sysctl kern.geom.debugflags=16 no longer works?

    handbook # sysctl kern.geom.debugflags=17 ;)
  19. f-andrey

    Making man Pages

    Very interesting report K. Dzonsons, Deprecating groff for BSD manual display;)
  20. f-andrey

    OpenSolaris and Flash

    I install this instruction http://www.adobe.com/products/flashplayer/productinfo/instructions/#section-4 "A. Installing Adobe Flash Player System-Wide:" plug-in dir = $ ls /usr/lib/firefox/plugins/libflashplayer.so /usr/lib/firefox/plugins/libflashplayer.so $ uname -a SunOS work-sol 5.11...
Back
Top