Jump to content

Search the Community

Showing results for tags 'linux'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • News
  • Features
    • PC reports
    • Modding guides
    • Interviews
    • Reviews
    • Utilities
    • Remastered
  • Announcements
  • Community
    • Giveaways
    • Questions
  • Sales

Categories

  • Screenshot Slider

Forums

  • Forums
    • News and general PC gaming
    • Articles and troubleshooting
    • Development
    • Random
  • Archive
    • Archived

Categories

  • Applications
    • General
    • Demos
    • Full games
    • Dedicated servers
    • Tools
  • DLL files
  • Game fixes
    • General
    • Official patches
    • Unofficial patches
    • Gamepad configurations
    • Scripts
  • Extra game content
    • Official content
    • Community content
    • Mods
  • Other
  • WSGF
  • AppleGamingWiki

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Steam


Website


Location

Found 24 results

  1. Flathub provides some games like https://flathub.org/apps/details/org.supertuxproject.SuperTux. It would be great if I could add flathub as an source for SuperTux and other games avaiable there. The fields required should be the flathup id (in case of supertux: org.supertuxproject.SuperTux) If it gets added a field for the flatpak save path might be useful as well (though it should also be the same folder as normal, but XDG_CONFIG being .var/app/<id>/config and XDG_DATA being .var/app/<id>/data). Some games might behave differenly, so we should be able to set the config and data path.
  2. So now that https://www.pcgamingwiki.com/wiki/Property:MacOS_ARM_app was created yesterday, I think it could be time to create such properties for Windows and Linux ARM games as well. I've worked pretty extensively in the past 3 or 4 days to create and fill up architecture support lists, e.g. (but not limited to) https://www.pcgamingwiki.com/wiki/List_of_OS_X_64-bit_games, so I wouldn't mind filling up more such lists. Although Windows ARM games (e.g. Rayman Fiesta Run) are in the low two-digits, and Linux ARM games (e.g. 0 A.D.) can be counted on two hands (and may or may not also be divided between ARM32 and ARM64), it wouldn't surprise me if their numbers will increase slightly if game devs decide to add ARM support across all platforms and not just on macOS. I do however notice that the macOS ARM API property has not been implemented into the architectures table, but is at the time of writing in the technical specs table. I presume that the architecture table could be modified as in this edited mockup in the attached image.
  3. After some past requests we have implemented ProtonDB links in all relevant PCGamingWiki articles. The new link now appears in the form of a ProtonDB icon in the bottom of the infobox where other partner links are placed. This is automatically added when a Steam App ID is added to any game article. Proton is a tool released by Valve Software that has been integrated with Steam Play to make playing Windows games on Linux easier to achieve. ProtonDB gather reports from other gamers as they test games with Proton on Linux and provide aggregate scores of how well games perform. Hopefully this link will encourage more reports to be submitted to ProtonDB to help Linux gamers get their games working. I have also spoken to buck, the developer for the site, who is looking into mutual linking from ProtonDB pages back to PCGamingWiki in the future.
  4. Hi, my name's Voxarp. I learned of PCGamingWiki from the late TotalBiscuit's videos back in the day and I used to help contribute from time to time but now days I'm mostly just a user. Thanks to everyone involved for providing such a great wiki! Recently Valve has introduced a new feature of SteamPlay called Proton which is a variant of WINE that allows Linux and possibly OSX to run Windows-only games. It's an exciting time! What the community seems to desperately need is a resource to: Report game compatibility, possibly with a WineDB type rating of Bronze/Silver/Gold/Platinum - right now all we have is a spreadsheet on Google Docs. Present fixes and workarounds for games that don't work out of the box. Provide clear delineation between Proton versions, a game might work properly on one Proton version but not another. Possibly provide an overview page with statistics on the percentage of games working, with a table that lets you sort by criteria such as Proton version or compatibility rating. I know this is a lot of effort and not to be taken lightly, but I feel it fits right in with PCGamingWiki's objective of providing fixes and workarounds for every single PC game. Relevant Links Valve's Announcement: https://steamcommunity.com/games/221410/announcements/detail/1696055855739350561 SteamPlay on Reddit: https://www.reddit.com/r/SteamPlay linux_gaming on Reddit: https://www.reddit.com/r/linux_gaming Compatibility Spreadsheet: https://docs.google.com/spreadsheets/d/1DcZZQ4HL_Ol969UbXJmFG8TzOHNnHoj8Q1f8DIFe8-8
  5. A lot of interesting stuff has happened in February starting with the most important one. NVIDIA contributes to Nouveau once more Despite the status update report being published which mentions not only some new features which Nouveau received, it also appears that less and less people work on it but then, out of nowhere NVIDIA has stepped in and provided the following contributions to this project NVIDIA Format Modifiers - Provide better performance in compressed layers. Will be available in the upcoming Linux kernel 5.7 Signed firmwares for GeForce 16 series (1600 and 1650 series) While this is surprising nice approach it still lacks a specific firmware to deal with poor performance from GTX 900 series to newer and we have yet to receive an open source Vulkan driver which Nouveau still lacks. Mesa 20.0 has been released + 20.1 work has begun As stated in the title, Mesa 20.0 has been released which provides the following new features: Owners of Intel's Broadwell line of CPUs or newer will use the new Gallium3D driver codenamed Iris by default, providing better performance and take advantage of Gallium3D features such as the GalliumHUD or even Gallium3D Nine for use with Wine for a native DIrect3D 9 support (Requires Wine Nine Config) compared to the old i965 driver which is still used for older Intel iGPUs. Additionally Mesa 20.0 now supports Intel's Jasper Lake line of CPUs as well. Owners of AMD graphics card based on GCN 1.0/1.1 architecture can take advantage of Valve's shader compiler made specifically for AMD called ACO, reducing the shader compiling time (which in turn minimizes stuttering) and provide more FPS as a bonus. Speaking of ACO, it supports even more shaders and some improvements leaving only Tesselation shaders and OpenGL support for last. AMD's Gallium3D driver, RadeonSI, now supports OpenGL 4.6 due to the NIR being enabled and used by default and now uses the "live shader cache" to reduce the stuttering when compiling shaders in OpenGL games. The recently added Next-Gen Geometry added by AMD for Navi GPUs has been re-enabled. Previously was disabled due to the issues popping up that were difficult to fix. As of this release, the work on 20.1 version has begun and it's expected to receive a stable release in May 2020. So far these are the new features that has been presented: Shader Disk Cache support for Nouveau, to improve loading times in games when using NVIDIA GPUs with the open source driver NIR support + OpenGL 4.6 support for R600 Gallium3D driver used by AMD HD 2000 series to HD 6000 series. Disabling (and perhaps removal) of SISched support, as Valve's ACO already beaten it. Used as a shader compiler for OpenGL and Vulkan games. Performance improvements by Valve for GCN 1.0/1.1 based graphics cards. AMD's GPU Profiler and SQ Thread Trace support for RadV (Open source Vulkan driver for AMDGPU) made possible by Valve. Normally these features were used by AMD in their own drivers, especially in their own open source Vulkan driver codenamed AMDVLK. Smaller size for RadeonSI, but even more performance improvements in combination with two compiling options which are LTO and PGO, as mentioned here. Speculation: OpenGL 3.0 support in Zink, an OpenGL To Vulkan driver. Some oopsies have happenned It seems that Windows games that ran through Proton started to count as Windows sale instead of the Linux one for some time until a game developer noticed this, luckily this has been reported to Valve and turns out that despite the system of it works, the filtering did not. But now time to mention some major issue that is going on. As of the release of Linux kernel 5.5, it turns out that it missed some of the critical patches for Intel Graphics Driver which led to system freezes and other serious issues. Hopefully the point releases included them. Other news: - Besides the release of Godot Engine 4.0 happening in mid 2020, the developers announced that it will include Wayland support along with EGL support, which for latter's case will greatly help for Raspberry Pi devices. - Wine has reached 5.3 release - Proton reached 5.0 release - DXVK received 1.5.5 release which only includes bugfixes. New major release will happen once all the regressions have been fixed.
  6. Ho! Ho! Ho! We have approached the end of 2019 and this month has left some interesting things going on around the Linux Gaming community. Mesa 19.3 release and new features in the upcoming 20.0 version As predicted, Mesa 19.3 has been released in early December which marks the 1st stable release to include Valve's shader compiler for AMD called ACO, however it is not enabled by default and users are required to run with RADV_PERFTEST=aco to take advantage of it, of course on Steam ya need to put RADV_PERFTEST=aco %command% into Launch options. As a reminder, this is meant for AMD only running on GCN architecture or newer which halves the compiling time making the game less suspectible to stuttering and increase the frame rate as a bonus. Besides that it provides a support for Navi 14 based GPUs (Such as RX 5500 XT), Intel Tiger Lake support, Zink driver (OpenGL To Vulkan driver, currently supports OpenGL 2.1) which is currently in experimental state and new Vulkan extensions for both Radeon RadV and Intel ANV. New features have been announced to appear in the upcoming Mesa 20.0 which will be released in February: - Intel GPUs under Mesa will use Iris by default, a Gallium3D driver made by Intel themselves. Allowing you to take advantage of Gallium3D features such as the HUD and perhaps even Gallium3D Nine to run Direct3D 9 games under Wine without any translation to OpenGL, causing a boost to the frame rate. - OpenGL 4.6 support for RadeonSI (Open source OpenGL driver for AMD) and replacing TGS route with NIR, which results in some slight frame rate boost. - OpenGL Tesselation Support in Gallium3D's Software Rasterizer - AMD R600 GPUs will receive NIR support Linux 5.5 performance regression and AMDGPU's experimental GCN 1.0 support may be dropped Currently we are receiving Release Candidates for the upcoming stable 5.5 Linux kernel and it seems that some performance regression has been found, according to the Phoronix article this is cause by the usage of AppArmor feature presented in the kernel and a second unknown issue. If you are using Debian or Ubuntu (including even flavours such as Xubuntu, Kubuntu etc.) then it must be disabled by adding apparmor=0 into the kernel parameter. Luckily other distros such as Fedora and perhaps even ArchLinux have their kernels compiled to not use it by default. Now here's the bad news for any owner of AMD's graphics card that uses GCN 1.0 architecture, AMD might drop the experimental support for it under AMDGPU kernel driver due to the UVD video driver not being included and some occasional bugs due to lack of testing and any output from AMD themselves. Enabling the usage of AMDGPU kernel driver for GCN 1.0 required a manual change in the kernel parameter with radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 (Not required for GCN 3 and newer, as it's enabled by default) but it provided not only a frame rate boost but also a Vulkan support for GPUs which uses this architecture, the worst part is that they are unlikely to release a firmware which provides UVD video driver, but may also drop SI support from AMDGPU entirely. Valve may not like that as in their Future Work list for ACO, GFX6 lists Radeon HD 7000 series along with Radeon 200 series (Specifically 240 and 250) to have it's support added. Proton 4.11-11 release, D9VK merged with DXVK, Wine 5.0 reached into freeze mode Speaking of Valve, they have recently released a 10th and 11th revision of Proton 4.11 which not only includes some fixes but also: - Halo: Master Chief Collection is supported from the single player side, multiplayer mode uses Easy AntiCheat which Wine and Proton has yet to provide support for it (Unless EAC hasn't been updated). - Adds a Interger Scaling Mode which can be toggled by running the game with WINE_FULLSCREEN_INTEGER_SCALING=1 - Updated FAudio to 19.12 and DXVK to 1.5 Now the DXVK 1.5 is special one here, as D9VK which is a fork of DXVK that translated Direct3D 9 games to Vulkan has been merged with it, so by default DXVK currently supports D3D9, D3D10 and D3D11. From the Wine side, the Wine 5.0 development has reached into the freezing state, so for now we are getting release candidates (RC3 being the last release in this year!) which only includes bug fixes in order to be prepared for the stable release of it which may happen in February or March. This is rather important as Wine is used by Valve to create Proton, so once 5.0 gets a full stable release, then perhaps we will get Proton 5.0? Life Is Strange 2 Linux release, some NVIDIA updates, leading Vulkan dev at Feral Interactive leaves Folks at Feral Interactive has been busy this month and released the Linux port of Life Is Strange 2 which uses Vulkan by default, now for the bad news, their leading Vulkan dev Alex Smith has left the studio after 3 years and currently works at Sony with the PlayStation, luckily he mentioned that Feral still has some capable Vulkan devs ready to take over. Wonder if PlayStation 5 will use Vulkan? Now time for some NVIDIA news, they have released a new update for their legacy 340 driver series in order to make them work on recent distros for the upcoming 2020 and currently GNOME (one of the big desktop environments) will provide a much easier GPU switch in the 3.36 release, whereas KDE Plasma is soon to follow. The 2010s was a decade which showed some activity in terms of Linux gaming, starting from Valve providing Steam support for it in 2012 with other stores such as GOG, followed by a release of SteamOS and Steam Machine and later on this caused some companies who made only Mac ports to join in such as Feral Interactive, Aspyr Media, Virtual Programming etc. some of them made a huge progress and some of em didn't, but despite the failure of Steam Machines Valve still continues to this day to spend their time and money to make Linux more viable for gaming and even decided to use most of the open source middlewares such as SDL2, OpenAL, libavcodec, Vulkan and OpenGL in their newer games which most likely even reduced to cost of developing the game for specific platforms such as Windows, Mac, Linux, Android, iOS. Other contributions which Valve made for Linux are as follows: - Contributes their codes to SDL2, Vulkan, Mesa, Linux kernel - Working together with Codeweavers on Proton and upstream the codes to Wine - Open sourcing some of their projects such as OpenVR, GameNetworkingSockets, Proton, Fossilize - Giving contracts to specific developers such as DXVK, Feral GameMode etc. to continue their work Now let us remember that Linux Gaming wasn't born with Valve, but with Loki Software in late 90s and early 2000 which were responsible for using SDL and OpenAL which are still being used to this day, even in source ports of your favourite games. The biggest question here is, what will await in 2020? Previous Monthly Linux Gaming News November 2019
  7. Hello and welcome into a Monthly Tux Gaming News which I mention what was going on in this month around the Linux gaming community which you won't find in any mainstream gaming news. Mesa 19.3 stable release delayed, further improvements en-route. Mesa, an open source GPU driver library maintained by the community has it's 19.3 stable version delayed to early December as there are more bugs to fill in. This will be the 1st release which will contain Valve's own shader compiler that is meant to replace LLVM, which is commonly used for this stuff specially when they are complex, with ACO which is specifically made for AMD graphics cards only . The major difference between these two is that ACO takes much less time to compile the shaders and as a bonus provides a frame rate boost, however it currently only works under Vulkan and you must be using Radeon RX 300 series or newer from dedicated GPU whereas in case of APUs it's Bristol Ridge, Raven Ridge or newer. You can learn more information about this feature from their blog post, they have plans to provide support for HD 7000 series and OpenGL along with other shading stages according to this roadmap. But that is not just it, Valve is revising their Secure Compile feature for Mesa's AMD Vulkan driver called RadV which will result in lower resource usage and avoid slower shader compile times reducing the stuttering even more and best of all, this gets backported into 19.3, so by combining that with ACO things will get even more interesting. However, ACO will not be enabled by default as it requires you to run the game with RADV_PERFTEST=aco on Steam you need to use this in launch parameter right at the beginning RADV_PERFTEST=aco %command% Next major release of Mesa will happen in February 2020 which will hit 20.0 and the work has already started. New AAA game Linux port from Feral Interactive + a major update for one of their older Linux ports Feral Interactive was busy this year with porting Shadow Of The Tomb Raider into Linux and Mac. The Linux version uses Vulkan by default and it's based on the DIrect3D 12 version of the game instead of D3D 11, what is the result you ask and how does it compare to Windows? First of all, there's no ray tracing support which can be a bummer, but when it comes to performance compared to Windows version, according to this following benchmark video the difference between them is that the native Linux version is......about 2% slower. That is seriously impressive, however there has been some words that on AMD GPUs in conjunction with ACO the game actually runs faster than NVIDIA but so far no benchmark has been found to confirm this. But this is not the only main thing that has been going on around from Feral, they've also updated their Linux port of Shadow of Modor by providing Vulkan support which currently is in beta and can be opted-in any time by choosing linux_vulkan_beta from Betas tab. As their older port uses OpenGL and was released in 2015 it had a worse performance compared to Windows as they were still new to porting games into Linux, after all, the company was primarily doing Mac ports since 1998 and started with Linux porting in 2014 with X-Com: Enemy Unknown. So, has this helped improving the performance? Considering how since 2016 where they've started playing around with Vulkan by choosing Mad Max i dare to say.... It's jawdropping! The most interesting thing here is that this is not the only thing that got added, Feral also added an option to choose the Vulkan driver of your choice and change the FOV through their launcher. Since Tomb Raider 2013 on Mac got a Metal support, perhaps that game will also receive the Vulkan treatment......or Deux Ex Mankind Divided? Actually, DX:MD seriously needs one. Valve still being busy and awesome with Linux support as usual Besides Mesa stuff, Valve has also been busy with their own stuff. They have activated VKD3D in their Proton 4.11-8 release which is Wine's own Direct3D 12 to Vulkan wrapper allowing you to play games which utilize D3D12, however be aware that this wrapper is still being worked on and speaking of Proton, the recent version that got hit at the end of this month is 4.11-9 which are just mostly bug fixes. One thing thou that received a major change from Valve for Steam is the option to use Steam Linux Runtime as a Compatibility Tool. What does it do? Well basically it forces the game to use the libraries which were included with Steam, including 32 bit ones. This is a very useful option as there is a chance that a native Linux game will not work be it missing a library or 32 bit games not working (Gee, wonder what made them to do it in a 1st place), game developers can also take the advantage of it as well when providing a help for the user that uses a distro not supported by Steam which is Ubuntu LTS or anything based on it or even use it for testing purposes. What else is there? Hmmmm....Oh, streaming option has been enabled on Steam for Linux, wonder what took em so long to do it. What's next in the future? Well after the release of Linux kernel 5.4, the next major version is still in the works and may end up in a freezing state soon, as mentioned previously Mesa 20.0 work has begun and finally perhaps things will get interesting once Ubuntu 20.04 hits in April 2020 which will be a Long Term Support one. "What about Nouveau, the open source NVIDIA driver by the community?" you ask. Still in a poor shape from 900 series and no Vulkan driver of it's own. Hope NVIDIA actually does something about this.
  8. Congratulations to the Lutris team, who announced on Patreon that they were granted $25,000 from the Epic MegaGrant. In their announcement: Lutris is an open source gaming platform for Linux that installs and launches games without the hassle of setting up on Linux and without installing system libraries. Lutris includes Linux support for using platforms like GOG, Steam, Battle.net, Origin, Uplay and finally Epic Games Store, which is beginning to gain support on the platform. Despite this generous grant to a Linux project, it is interesting that Epic Games Store has no announced plans to lauch a native Linux client. What other noteworthy projects have been given grants by Epic? Should PCGamingWiki apply for an Epic MegaGrant?
  9. Canonical, the developer of the popular Linux distribution Ubuntu, recently announced their upcoming removal of support for 32-bit applications. Many Linux application developers were extremely displeased with this development as it would mean a large percentage of older Linux games would no longer be supported on the most popular Linux distribution. Valve has been at the forefront of development for gaming on Linux, and 32-bit support has been critical to their initiative. Pierre-Loup Griffais, a major programmer on Valve’s Linux team, had previously implied on Twitter that Steam would be “switching our focus to a different distribution” in response to Canonical dropping 32-bit support from Ubuntu. After backlash from Valve and from Linux gamers, Canonical backtracked on their stance. They announced on their blog that “We will change our plan and build selected 32-bit i386 packages for Ubuntu 19.10 and 20.04 LTS. We will put in place a community process to determine which 32-bit packages are needed to support legacy software, and can add to that list post-release if we miss something that is needed.” In the aftermath, Griffais posted on the “Steam for Linux” discussion forum, stating: He also states: At the very least, Steam will be compatible with Ubuntu for the time being. Thankfully Canonical was willing to listen and accommodate to community backlash. Are you a Ubuntu gamer? If so, do you plan on sticking with Ubuntu?
  10. Version 1.18.2

    587 downloads

    This is a pack containing a compiled OpenAL Soft libraries and softwares for Linux use. It was compiled by me (KayX291) in order to help newcomers with using OpenAL Soft without trying to compile it by themselves. It can be used for specific software which uses OpenAL or use it in your system as a replacement. The main difference between OpenAL and OpenAL Soft is the fact that the latter is not only open source, but also a support for mono, stereo, 4-channel, 5.1, 6.1, 7.1 and HRTF output. But with the configurator, you can customize and even enhance the sound output with filters, effects etc. It contains: - OpenAL Soft libraries - OpenAL Soft GUI Configurator - HRTF files - alsoftrc sample file and more. They are available in both 32 bit and 64 bit versions. Dependencies required: Qt5 and pressumably SDL2 (For GUI configurator to work) Compiled on: ArchLinux - 64 bit Manjaro 17.0.6 (via VirtualBox) - 32 bit Credits Loki Software for OpenAL KCat for OpenAL Soft Me for compiling em
  11. Version 1.1.9

    214 downloads

    This is a source port for two Blake Stone games called BStone, compiled by me since in the GitHub page the creator did not include the precompiled one cept for Windows one. It is based on the 1.1.9 source code, than the development version so it is generally stable. All you need to do is just put the binary file into the main game folder and you're ready to go. It supports Blake Stone: Aliens of Gold and Blake Stone: Planet Strike BStone was made by Boris I. Bendovsky Compiled by KayX291 Dependencies required to run: SDL v.2.0.1 (Also known as SDL2) or newer Main page (with instructions) and the source code can be found in this link: https://github.com/bibendovsky/bstone
  12. Version 1.1

    1,026 downloads

    This is a bundle created for the sake of playing Unreal Tournament on Linux system. It is based on Flibitijibibo's UT Linux Steam Install pack, but implemented the unofficial 451 Patch. Be sure to read the README-KayX291.txt first! The only thing you are required are the game assets which can be found by buying the game from Steam, GOG.com, Retail etc. NOTE: If you encounter any issue regarding connecting to servers that rely on UTPG's patch (Such as Multiplay ones), you have no choice but to use the Flibitijibibo's UT Linux Steam Install pack. Non-Steam users can just copy and paste the content of his pack into main game folder, but if you wish to use some of the content I've made for this patch, I have uploaded the Extras for that.
  13. Version 1.0

    241 downloads

    This is a pack of goodies that were used for my UT Native Linux 451 Patched. It basically contains all the content from the Goodies such as: * Chris Donhal's OpenGLDrv * Loki Compatibility Libs * Server Creation Wiki page in text form * NPLoader files It also includes the "ut-fps" script and the Troubleshooting text file in case if you encounter any issues. This was made due to the fact that there is an issue regarding difficulties to connecting server which use 451 version from UTPG's. However, the mentioned version is backwards compatible with 436, which Flibitijibibo's back was made on.
  14. Version v1.01

    655 downloads

    Linux dedicated server software for Soldier of Fortune II: Double Helix. See readme.txt for details.
  15. Valve have announced that they will enter the hardware space in 2014 with their own SteamOS device. Not only are Valve creating their own device, they have also announced a new range made by third parties which they are calling Steam Machines with the choice of "multiple SteamOS machines to choose from, made by different manufacturers". Valve are keeping details of their prototype close to their chest, and we can only speculate as to what kind of specifications it will have. They merely mention that "there will ultimately be several boxes to choose from, with an array of specifications, price, and performance." 300 of the prototypes will be made available to the public for those who wish to participate in a beta test. The deadline for this is October 25th, and requires the completion of an 'Eligibility Quest'. As it stands, it's a lottery as we expect hundreds of thousands, if not millions, to sign up. If the PCGamingWiki community could all try and get on board, we might have a chance of getting first-hand impressions of the device.
  16. Valve have announced that they will enter the hardware space in 2014 with their own SteamOS device. Not only are Valve creating their own device, they have also announced a new range made by third parties which they are calling Steam Machines with the choice of "multiple SteamOS machines to choose from, made by different manufacturers". Valve are keeping details of their prototype close to their chest, and we can only speculate as to what kind of specifications it will have. They merely mention that "there will ultimately be several boxes to choose from, with an array of specifications, price, and performance." 300 of the prototypes will be made available to the public for those who wish to participate in a beta test. The deadline for this is October 25th, and requires the completion of an 'Eligibility Quest'. As it stands, it's a lottery as we expect hundreds of thousands, if not millions, to sign up. If the PCGamingWiki community could all try and get on board, we might have a chance of getting first-hand impressions of the device. Click here to view the article
  17. First in the series of planned announcements, Valve has announced SteamOS, SteamOS is a brand new operating system based on Linux that's designed to be used in the living room. New features to SteamOS and Steam include:In-home Streaming Local streaming is a clever way of circumventing the issue of compatibility with the vast library of non-Linux Steam games. The tech exists and it's solid - it's comparable to the WiFi streaming function of an Nvidia Shield (hopefully without the ridiculous tech requirements) or the streaming capability of the PlayStation 4 and Vita, where a beefy base unit can be used to stream high fidelity games to other devices at low latencies. Music, TV, Movies Another interesting feature that may put the (yet unannounced) device in competition with other devices like Apple TV, Roku and of course the media functionality of the Xbox One and PlayStation 4. I wonder if Valve have the clout to incorporate major streaming companies like Netflix from launch. Family Sharing A feature that has already been announced, but it would be great to hear more specifics about how this works. My biggest hope is that it'll now be possible to be logged into a single Steam account in more than one place - no more logged in and out of accounts just to jump between two different computers, a little bugbear of mine. Family Options Again, it would be wonderful to get more details on this. My son will be coming to the age and will be wanting to play PC games. Being able to share games between would be fantastic, instead of having to setup a brand new account and potentially doubling up on purchases. And the possibility of creating a PCGamingWiki 'family' account for testing purposes is an intriguing proposition. Thoughts Whilst the big announcement here is SteamOS the Linux platform, I don't think this is the real news. Valve have thrown their weight behind Linux, but we have yet to hear of other major third party support in the 'AAA' arena announce simultaneous multiplatform Linux game releases in the near future. Until third-party Linux support gains more traction, it'll be tough to maintain a Linux-only gaming environment, especially if this means ditching support for the enormous PC gaming back catalogue on Windows and Mac. Thankfully we'll be able to maintain compatibility with Windows and Mac games by streaming them from another PC. For me, this is the really big news - being able to maintain whatever OS I want my HTPC, and stream games from my main beefy desktop. Or - maintain a single 'game server' running Windows, and stream to multiple low-end devices, e.g. a low-price HTPC, a netbook, etc. Of course the next announcement is likely to be something to do with the specific hardware of the oft-rumoured 'Steambox'. Any guesses as to what this will look like? My bet is on multiple pricepoints, with one being a budget streaming box similar to the PS Vita TV, and one being a hefty gaming HTPC similar to the Xi3 Piston, both running SteamOS. Download attachment: steamos2.jpg Click here to view the article
  18. In-home Streaming Local streaming is a clever way of circumventing the issue of compatibility with the vast library of non-Linux Steam games. The tech exists and it's solid - it's comparable to the WiFi streaming function of an Nvidia Shield (hopefully without the ridiculous tech requirements) or the streaming capability of the PlayStation 4 and Vita, where a beefy base unit can be used to stream high fidelity games to other devices at low latencies. Music, TV, Movies Another interesting feature that may put the (yet unannounced) device in competition with other devices like Apple TV, Roku and of course the media functionality of the Xbox One and PlayStation 4. I wonder if Valve have the clout to incorporate major streaming companies like Netflix from launch. Family Sharing A feature that has already been announced, but it would be great to hear more specifics about how this works. My biggest hope is that it'll now be possible to be logged into a single Steam account in more than one place - no more logged in and out of accounts just to jump between two different computers, a little bugbear of mine. Family Options Again, it would be wonderful to get more details on this. My son will be coming to the age and will be wanting to play PC games. Being able to share games between would be fantastic, instead of having to setup a brand new account and potentially doubling up on purchases. And the possibility of creating a PCGamingWiki 'family' account for testing purposes is an intriguing proposition. Thoughts Whilst the big announcement here is SteamOS the Linux platform, I don't think this is the real news. Valve have thrown their weight behind Linux, but we have yet to hear of other major third party support in the 'AAA' arena announce simultaneous multiplatform Linux game releases in the near future. Until third-party Linux support gains more traction, it'll be tough to maintain a Linux-only gaming environment, especially if this means ditching support for the enormous PC gaming back catalogue on Windows and Mac. Thankfully we'll be able to maintain compatibility with Windows and Mac games by streaming them from another PC. For me, this is the really big news - being able to maintain whatever OS I want my HTPC, and stream games from my main beefy desktop. Or - maintain a single 'game server' running Windows, and stream to multiple low-end devices, e.g. a low-price HTPC, a netbook, etc. Of course the next announcement is likely to be something to do with the specific hardware of the oft-rumoured 'Steambox'. Any guesses as to what this will look like? My bet is on multiple pricepoints, with one being a budget streaming box similar to the PS Vita TV, and one being a hefty gaming HTPC similar to the Xi3 Piston, both running SteamOS.
  19. Full presentation by Gabe Newell at Linux Foundation's 2013 North American Linuxcon available to stream below: Click here to view the article
  20. Full presentation by Gabe Newell at Linux Foundation's 2013 North American Linuxcon available to stream below:
  21. Flibitijibibo - aka Ethan Lee, friend of PCGamingWiki, previous curator of The Big List of 3rd Party DRM on Steam and Mac and Linux porter extraordinaire, has debuted his work on porting Fez to Mac and Linux in the latest Humble Indie Bundle 9. Since Humble Bundle's release, Flibit has been communicating with Tweeters and furious squashing bugs. Follow him @Flibitijibibo. Flibit is one of the few developers that actively maintains pages for their games on PCGamingWiki, and we hope that other developers follow suit. We recommend that you 'beat the average' ($4.58 at the time of writing) to receive Fez as well as the following games: Brutal Legend Eets Munchies Beta FTL: Faster Than Light Mark of the Ninja Trine 2: Complete Story Mac and Linux ports of Fez are just icing on the cake of what is certainly one of the best bundles released so far. Click here to view the article
  22. Flibitijibibo - aka Ethan Lee, friend of PCGamingWiki, previous curator of The Big List of 3rd Party DRM on Steam and Mac and Linux porter extraordinaire, has debuted his work on porting Fez to Mac and Linux in the latest Humble Indie Bundle 9. Since Humble Bundle's release, Flibit has been communicating with Tweeters and furious squashing bugs. Follow him @Flibitijibibo. Flibit is one of the few developers that actively maintains pages for their games on PCGamingWiki, and we hope that other developers follow suit. We recommend that you 'beat the average' ($4.58 at the time of writing) to receive Fez as well as the following games: Brutal Legend Eets Munchies Beta FTL: Faster Than Light Mark of the Ninja Trine 2: Complete Story Max and Linux ports of Fez are just icing on the cake of what is certainly one of the best bundles released so far.
×
×
  • Create New...