Search results

  1. tobe

    FreeBSD Foundation's New Project: Implement GEM/KMS/DRI for Intel Graphics

    It's working fine on my EeePC 1008P (Pineview), just a few glitches with firefox from time to time when loading/unloading web pages. @pkubaj: did you copied the files from xorg-dev or did you used the xorgmerge script? also, you must rebuild the kernel after applying the patches, not the world.
  2. tobe

    fit-PC2 FreeBSD 8.2 Install Crashes on Network

    I'm running 8.2 on a Fit-PC2, it's working fine, but it wasn't installed via sysinstall. The driver for the network card is 're', just in case.
  3. tobe

    building ports with gcc46 under 8-STABLE (for the fun)

    Thanks for the suggestion, and for pointing me the PR, but i'd prefer something i could configure conditionally like it's done in /etc/make.conf. I'll take a look at the -rpath option later, i'm now rebuilding all ports and i don't want to stop it right now :)
  4. tobe

    building ports with gcc46 under 8-STABLE (for the fun)

    Hello, I have to stay home today just in case my employer calls me for assistance, so i decided to mess around with FreeBSD ports on my laptop :) I've installed gcc46 (as described in the handbook, but for gcc44) and tried to recompile all ports. I known this is not a good idea, but...
  5. tobe

    Installed Ubuntu and now stuck, Help!

    Is there any option to reset the BIOS configuration to factory settings ?
  6. tobe

    Installed Ubuntu and now stuck, Help!

    This motherboard seems quite buggy: http://www.behardware.com/news/11289/intel-bug-what-sata-to-use.html http://vip.asus.com/eservice/changeSandybridge_MB.aspx?slanguage=en-us
  7. tobe

    Installed Ubuntu and now stuck, Help!

    No really i don't think this is possible. Did you try to boot from the FreeBSD memstick ? It has a recovery mode so you can try to mount your drive, fix the boot loader, etc.
  8. tobe

    Security issue?

    This are reverse DNS lookups, probably started from a CGI or PHP script on your server. No incoming connexions.
  9. tobe

    disabling KDE's parallel build

    Hi, Is it possible to disable KDE's parallel build system ? Right now it's eating all my 4 CPUs and i find it quite annoying, because i can't do anything else while waiting... Thanks, Tobé
  10. tobe

    About 8.1 TRIM support

    ok i see, thanks. another good news is: atapci0: <Intel SCH UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1810-0x181f at device 31.1 on pci0 ad0: 61057MB <Kingston SSDNow V Series 64GB B090522a> at ata0-master UDMA100 with hw.ata.ata_dma_check_80pin=0, it was UDMA33 under...
  11. tobe

    About 8.1 TRIM support

    Hi, The new release if full of great improvements :D If i'm not newfs'ing my partitions, will the write speed be restored after some time ? Or can i just create a big file to fill empty sectors and then delete it ?
  12. tobe

    libgmp4

    seems like xmonad is still looking for libgmp.so.8 after replacing /usr/ports/../libgmp by /usr/ports/../gmp and rebuilding all packages that depend on gmp (also had to rebuild all packages dependant on ghc) but a symlink seems enough to fix it. edit: well i just forgot to recompile my xmonad...
  13. tobe

    IDEs

    I'm using geany, with the SVN plugin and the project plugin.
  14. tobe

    kqueue: can't delete timers?

    Hi, I'm trying to use kqueue/kevent timers, and sometime i have to delete a timer, but it doesn't seems to work. I mean, the event is still fired. The code to register the event: EV_SET(&(sys_events->changelist[sys_events->num_events]), (uintptr_t)(sys_events_timer_id), EVFILT_TIMER, EV_ADD |...
  15. tobe

    FreeBSD, ZFS, SSDs, and proper sector alignment.

    Oops, i need to fix that offset (same thing on my laptop) :) It ends on a 1M boundary (128961+63)*512/(1024*1024) = 63
  16. tobe

    FreeBSD, ZFS, SSDs, and proper sector alignment.

    So finally, i decided to align the second partition (ad0s1b), not the first one (ad0s1a). I don't care of sector alignment on the root file system because it almost read-only in usage. Aligning the second partition is safe and need only one computation: the size in blocks of the root...
  17. tobe

    FreeBSD, ZFS, SSDs, and proper sector alignment.

    I'm not really interested in maximizing performances, all i want is to keep my new expensive SSD running as long as possible and it seems that avoiding read-modify-write cycles is something to consider. But hell, it's too much work :) I think i'll just use it like any HDD in the hope that prices...
  18. tobe

    FreeBSD, ZFS, SSDs, and proper sector alignment.

    Hi, First, many thanks for the informations. I'm going to replace my HDD with a SSD in a few days (i'm waiting for the postman :)). While i was reading the technical details, i was thinking about the default fragment size for UFS filesystems. Actually it's 2048 bytes, half the size of a...
  19. tobe

    SD card support

    Hello, I'm trying to use a SD Card with an internal reader, but i'm having some problems. Right after boot, dmesg say: pci0: <base peripheral, SD host controller> at device 30.0 (no driver attached) pci0: <base peripheral, SD host controller> at device 30.1 (no driver attached) Then...
Back
Top