home.social

#microsoftsurface — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #microsoftsurface, aggregated by home.social.

  1. Its been a while since I just stat down and installed Linux on something that has no business having Linux on it.... today I bring you the Microsoft Surface RT (We all know RT stands for Really Terrible), a ARM32 machine running Windows 8 RT from 2012 that Microsoft pretty quickly gave up on.

    Lets install Linux.

    📺 YouTube: youtu.be/UbpHdumMVPQ

    🌐 PeerTube: tube.devwithzachary.com/w/wkvp

    #Linux #OpenSource #Sustainability #MicrosoftSurface #HardwareHacking #postmarketOS #DevWithZachary

  2. Lilbits: Next-gen Surface Pro & Laptop, Google’s next Pixel laptop, and goodbye Kindle for PC (kind of)

    Microsoft may have just raised prices for its Surface Laptop and Surface Pro tablet, but the company is also preparing to launch new models that… will also probably be expensive. According to a new report from Windows Central, not only is Microsoft planning to use the latest Intel and Qualcomm chips, but some Surface Laptop models will also now be available with OLED displays. Oh yeah, and […]

    #amazon #google #kindle #kindleForPc #lilbits #microsoftSurface #pixelGlow #pixelLaptop #surfaceLaptop #surfacePro Read more: liliputing.com/lilbits-next-ge
  3. Microsoft podnosi ceny laptopów Surface. Różnice wynoszą aż 500 dolarów

    Microsoft zdecydował się na drastyczny ruch, który mocno uderzy w portfele fanów marki.

    Ceny nowej generacji urządzeń z linii Surface poszybowały w górę, a podwyżki są wręcz astronomiczne. Odrzucamy korporacyjne tłumaczenia i chłodno sprawdzamy, co ten skok oznacza dla zwykłego użytkownika szukającego sprzętu z systemem Windows.

    Gigant z Redmond po cichu zaktualizował cenniki, a nowe kwoty przyprawiają o zawrót głowy. Zmiany najmocniej dotknęły urządzeń z najwyższej półki. Flagowy Surface Pro (wersja 13-calowa) oraz Surface Laptop (13,8 cala), które początkowo debiutowały z ceną 999 dolarów, teraz zaczynają się od pułapu 1499 dolarów. Oznacza to potężny wzrost o równe 500 „zielonych” na przestrzeni zaledwie jednej generacji sprzętu.

    Tłumaczenia producenta a rynkowa rzeczywistość

    Firma oficjalnie zrzuca winę na rosnące koszty komponentów, w szczególności pamięci operacyjnej (RAM). Choć globalne zawirowania w łańcuchach dostaw są faktem, to przerzucenie aż tak ogromnych obciążeń finansowych bezpośrednio na barki ostatecznego nabywcy wydaje się ruchem niezwykle odważnym. Konkurencja potrafi znacznie skuteczniej amortyzować podobne wahania, nie fundując swoim klientom z dnia na dzień pięćdziesięcioprocentowych podwyżek.

    Co gorsza, cięcia w portfelach nie ominęły również sprzętów celujących w niższy budżet. Starszy wariant Surface Pro (12 cali) podrożał z 799 do 1049 dolarów, a podstawowy wariant Surface Laptop (13 cali) zanotował skok z 899 na 1149 dolarów. W praktyce maszyny, które do tej pory uchodziły za bardzo rozsądny, środkowy segment, wchodzą właśnie na terytorium zarezerwowane niegdyś wyłącznie dla urządzeń flagowych.

    Ryzykowna strategia i prezent dla Apple

    Tak agresywna wycena może okazać się rynkowym strzałem w stopę. Próg wejścia w ekosystem przenośnych komputerów Microsoftu stał się niezwykle wysoki. W tej sytuacji wielu użytkowników może skierować swój wzrok w stronę Apple. Słynące z wysokich cen laptopy z nadgryzionym jabłkiem paradoksalnie zaczynają wyglądać na bardzo rozsądną i stabilną propozycję na tle zaktualizowanych cenników rodziny Surface. Czas pokaże, czy ta odważna strategia nie odbije się poważną czkawką w wynikach kwartalnych ze sprzedaży sprzętu.

    MacBook Neo A18 Pro 6/5-core z 8 GB RAM i 256 GB (early 2026) – unboxing, recenzja, benchmarki w Final Cut Pro, Lightroom, MacWhisper, LLM i innych

    #komputeryWindows #laptopy #Microsoft #MicrosoftSurface #nowościTechnologiczne #podwyżkiCen #rynekPC #SurfaceLaptop #SurfacePro
  4. Memory crisis: Microsoft significantly increases prices for Surface devices

    Ahead of the expected introduction of new Surface devices, Microsoft has noticeably increased prices for the current portfolio. The RRP is now being exceeded.

    heise.de/en/news/Memory-crisis

    #IT #Microsoft #MicrosoftSurface #Mobiles #Notebooks #Tablets #news

  5. Speicherkrise: Microsoft erhöht die Preise für Surface-Geräte deutlich

    Vor der erwarteten Vorstellung von neuen Surface-Geräten hat Microsoft die Preise für das aktuelle Portfolio merklich angehoben. Die UVP wird nun übertroffen.

    heise.de/news/Speicherkrise-Mi

    #IT #Microsoft #MicrosoftSurface #Mobiles #Notebooks #Tablets #news

  6. @niccolove @niccolo_ve

    Comment on this video (which us not shown on my Fedi instance, yay federation!)

    tube.kockatoo.org/w/63cGWTvhzq

    I cannot believe that that GPU is not usable for video work. That is what GPUs are made for!

    Poorly, there are a few caveats:
    - there are always more DEcoders supported than ENcoders. I guess not being able to play a video (it would play but be less efficiently decoded on the CPU) is worse than being bound to #h265 instead of #av1 for recording.
    - thus it makes sense that GPUs generally work flawlessly for gaming, as that is just displaying videos (or rendering content, which is kinda different, no idea why video codecs are more difficult than rendering methods)
    - for every video format out there exists an encoder. If you use software rendering (on the CPU), you can use ANYTHING. Like encode to modern (and free!) AV1 using #svtav1 on any old CPU.
    - if you want to encode videos on a GPU, you need drivers, but also a different encoder. On #NVIDIA you use #NVENC (NVidia ENCoder), for example nvenc_x265 for h265/HEVC videos. On #IntelArc (and afaik AMD GPUs), you use the #QSV (quick sync video) library which builds on top of #VAAPI, which is open source. So you can encode to AV1 using qsv_av1 for example.

    What encoders are supported depends on the GPU a lot. Intel Arc seems to have supported the free, efficient and future-proof AV1 codec the earliest, but also the older free codecs VP9 and VP8 (also used in webm), like in a GPU I recently bought used. My older NVIDIA GPU only supports H265, which is proprietary and often less efficient than AV1 (not always, video codecs are black magic).

    As OBS can use your GPU for video capture (encoding), the issue is purely in software support.

    I only have experience with #ffmpeg for re-encoding videos, but that is also in many video editing tools. Try if you can get them somehow.

    For NVIDIA I needed the latest proprietary drivers (#NixOS makes this extremely easy, can recommend) and ffmpeg, nvenc worked out of the box.

    For intel Arc I used the regular drivers included in the kernel, but after adding the QSV runtime to my "hardware.graphics.extraPackages" I needed to recompile the entire kernel. Using a #longterm kernel (currently 6.18) makes this more viable... longterm XD.

    #MicrosoftSurface #KDENlive #Shotcut #VideoEditing

  7. Finally got around to finishing #Linux on #MicrosoftSurface mini-project. I had installed #Debian a while back, but just never finished with the kernel stuff and installing some real apps. The real push was needing the pen to edit a stupid PDF for tax season. Necessity being the mother of motivation and all that!

    Following the Linux-Surface docs on GitHub made everything a breeze, I didn't even have to troubleshoot anything. Now the TypeCover can be removed and replaced, the pen works, Xournal++ is great, and the comic book app seems decent enough (bare necessities, you know!)

  8. Ist es möglich, ein Microsoft Surface (Tablet-Notebook, 2-in-1) zu "bricken"?

    Zu Weihnachten hatte ich diesen "haben-muss"-Drang, mir ein älteres Surface zuzulegen, um darauf Linux zu installieren, um eben ein Tablet mit Linux zu haben ;)

    Nun habe ich Solus Gnome darauf installieren wollen, aber mitten im Installationsvorgang schaltete das Gerät ab.
    (Ich hatte es nicht am Strom hängen.)

    Nach dem Einschalten gibt das Gerät nur noch aus, dass "kein bootbares Betriebssystem gefunden" wurde.
    Es bootet zudem auch nicht mehr vom USB-Stick, obwohl im BIOS so eingestellt.

    #MicrosoftSurface #Linux #Followerpower
  9. Guess I should do one last #Windows10 update on my #MicrosoftSurface laptop, which #Microsoft thinks is too crappy to continue supporting past Tuesday.

  10. Microsoft has officially unveiled two sleek new devices in its Surface lineup: the lightest-ever 13" Surface Laptop and a compact 12" Surface Pro. Both boast impressive portability, long battery life (up to 23 hours on the laptop, 16 on the Pro), and are powered by Snapdragon X chips with AI Copilot+ integration.

    #MicrosoftSurface #SurfaceLaptop #SurfacePro #TechNews #Windows11 #AIIntegration #SnapdragonX #PortableTech #TECHi

    Read Full Article Here :- techi.com/microsoft-surface-la

  11. Microsoft announces colorful new 12-inch Surface Pro and 13-inch Surface Laptop with Snapdragon X Plus - Microsoft's new 12-inch Surface Pro and 13-inch Surface Lap... - tomshardware.com/tablets/micro #microsoftsurface #tablets

  12. A new Microsoft Surface Laptop with a 13 inch display and 8-core Qualcomm Snapdragon X Plus display leaks ahead of a May 6th announcement. It looks like a cheaper alternative to the current 13.8 and 15 inch models. winfuture.de/news,150699.html

  13. More compact Arm variants of Microsoft Surface Pro and Laptop lines leaked - Microsoft is rumored to announce new compact 13-inch Surfac... - tomshardware.com/tablets/micro #microsoftsurface #tablets

  14. Gestern irritiert wieso ein USB C Device (Wireless Headset Dongle) nicht funktionierte, heute funktionierte die heute wieder genutzte Thunderbolt Docking Station am anderen Schreibtisch nicht.
    Neustart brachte nix, USB Storage getestet, an USB A ging er an C nicht, manueller shutdown und dann Start mit halten der Power Taste für hartem Reset hat dann geholfen, WTF.
    Und dann denkt man sich wie so etwas Business Hardware sein kann... #MicrosoftSurface #Laptop #WorkShIT

  15. In the year 2025, business-class laptops need to be designed to run at full power with the lid closed. We've been using these things as mobile workstations for 15+ years, and "you need to run it with the lid open for proper air circulation" is NOT acceptable.

    Looking at you especially hard, Microsoft Surface Laptop.

    #MicrosoftSurface #NotebookComputers

  16. Lilbits: Sony exits the recordable Blu-Ray business, Google acquires part of HTC’s XR team, and a smaller Surface Pro and Surface Laptop on the way?

    Google introduced Android XR in December, an upcoming platform for virtual and augmented reality. Today the company announced it’s acquiring part of the team that works on the HTC Vive line of VR devices.

    In other tech news from around the web, Windows Central reports that Microsoft could introduce smaller versions of its Surface Pro tablet and Surface Laptop soon, Sony is ending […]

    #androidXr #bluRay #google #htc #htcVive #intel #lilbits #microsoft #microsoftSurface #modular #rumors #sony #surfaceLaptop #surfacePro

    Read more: liliputing.com/lilbits-sony-ex

  17. Anyone here with Linux experience on the Microsoft Surface 3 (NOT THE PRO)? Someone in the family wants me to put Linux on it next year when Windows 10's support ends.

    Is there anything I have to look out for? I don't want them to worry about third party kernel modules. Thinking on putting Nobara on since that has the Surface modules built-in IIRC, but ideally something simple like Mint would be perfect.

    #Linux #LinuxSurface #MicrosoftSurface

  18. Microsoft Surface Laptop and Surface Pro tablet with Intel Lunar Lake could launch in 2025

    The Microsoft Surface Laptop 7 that launched earlier this year is available with a choice of 13.8 inch or 15 inch displays and comes with up to 64GB of RAM and 1TB of storage. But so far it’s only available with Qualcomm Snapdragon X Plus or Snapdragon X Elite processors. And the Surface Pro 11 is a 13 inch tablet that coms with a choice of LCD or OLED display options, but which is also only […]

    https://liliputing.com/?p=172750

    #leaks #lunarLake #microsoftSurface #surface #surfaceLaptop #surfaceLaptop7 #surfaceLaptop8 #surfacePro #surfacePro11 #surfacePro12

  19. The #MicrosoftSurface is a cutie :shibaaww:

    #VroidStudio 1.0 works (1.2.6 refuses touch input ?!)

    Guess this is my "takewithmeeverywhere™" "" #laptop "
    I always wanted one

    Its nice !
  20. Pretty much #convinced btw that #hermes might just be /the/ #slowest #package #processor out there

    The #Kinect 2.0. shipped 5 days ago.
    No change in status.

    iPad arrived meanwhile.

    I bet the #MicrosoftSurface ordered yesterday will be here earlier too

    Wtf
  21. Update 2: I was using the stock kernel when I installed Fedora. There is a Surface specific kernel on the Surface Linux github so I decided to install that.

    I turned off the device last night with 87% battery. Turned on the device this morning and still had 87% battery. Life is good.

    #microsoftsurface
    #Linux
    #fedora39

  22. Update on the Fedora/Surface Go 2 project: I am noticing some major battery drainage when the unit is not being used.

    For instance, I fully charged the device and turned it off last night. 24hrs later I turn the device on and I am at 0% battery.

    I am not sure if this is a Microsoft hardware issue, a kernel issue, or a Fedora distribution causing this drainage. I'm leaning more towards a Microsoft hardware issue.

    #SurfaceLinux
    #Linux
    #MicrosoftSurface
    #Fedora39
    #FedoraLinux

  23. Your Surface RT Can Become Useful Again, With Raspberry Pi OS - Over the years there have been so many times when Microsoft came up with a product... - hackaday.com/2024/02/02/your-s #microsoftsurface #raspberrypios #tablethacks #surfacert

  24. 💡 Nach dem iPad gehört das #Surface von #Microsoft zu den beliebtesten Dienstgeräten in Schule und Job.

    👉🏻 Meine Tipps & Anleitungen zum #MicrosoftSurface gibt's jetzt gesammelt auf dieser Seite:

    malter365.de/hardware/surface/

    #SurfacePro #SurfaceGo #FediLZ

  25. Microsoft’s new Surface Laptop Go 3 is officially no longer a budget PC - Enlarge / Meet the Surface Laptop Go 3. It looks a lot like the Laptop Go 2. ... - arstechnica.com/?p=1969999 #microsoftsurface #surfacelaptopgo #surfacelaptop #arsshopping #surfacepro #microsoft #surfacego #tech