All the news that fits, we print.
This is the 333rd issue of the Wine Weekly News publication. Its main goal is to bring back the WWN! It also serves to inform you of what's going on around Wine. Wine is an open source implementation of the Windows API on top of X and Unix. Think of it as a Windows compatibility layer. Wine does not require Microsoft Windows, as it is a completely alternative implementation consisting of 100% Microsoft-free code, but it can optionally use native system DLLs if they are available. You can find more info at www.winehq.org
This week, 607 posts consumed 878 K. There were 128 different contributors. 72 (56%) posted more than once. 0 (0%) posted last week too. The top 5 posters of the week were:
|
New WWN Author | Archive | |
---|---|---|
Wine Weekly Newsletter
Hello world! Okay sorry, I had to say it. As you may be aware your loyal WWN author Brian Vincent has been unable to write the WWN for some time now. I approached him a few weeks ago and offered my services to begin the weekly publications again. He graciously agreed and sent me lots of resources etc. to begin. And so, here I am. A bit of shameless self promotion before I dedicate the rest of my life to providing you with quality Wine news. I'm Zach Goldberg. I work on a machine called BlueSata which is also my website and web server. I am a computer science student at the University of Pennsylvania. I have written some code for the Enlightenment (E17) project, and may perhaps in the future also send in some patches for wine. So enough about me, I'm boring. On with the wine! |
Using Graphics Card's Limits | Archive | |
---|---|---|
DirectX
wined3d: Use native shader limits instead of the maximum the driver can handle
in software. This should prevent software fallbacks and it will
allow for ps2.0/ps3.0 detection. It's rare for the WWN to highlight individual commits however this one by Roderick Colenbrander actually could likely have an impact on the average (gaming) wine user. This patch allows for natural detection of GLSL and in combination with the following commit , we now have the registry key "useGLSL" set to "enabled" by default. This should mean that for many of us playing games such as Elder Scrolls IV: Oblivion may no longer have to set that key explicitly! |
Number of wine users using Steam | Archive | |
---|---|---|
Applications
We all know that of the many uses for wine, gaming is one of the more popular ones. But just how many actual gamers are there using wine to play their favorite games? Well, lucky for us Valve has begun to conduct surveys of the hardware and software configurations of people using their Steam system. They've even been kind enough to respond to emails and give us some data.
Valve regularly runs surveys of steam users, where they profile many
different things about the hardware. They're nice enough to publish the
results:
Some of these provide a way to detect Wine users. Everyone using the
"Wine waveout" audio driver, for instance, must be a Wine user.
Unfortunately, valve lumps all of these into "other" on the survey
results page.
Worries about sampling bias aside (maybe Wine users are less likely to
do the steam survey), if we had the raw data from Valve we could
determine the actual percentage of Steam users playing through Wine.
Looking at the data we do have, we may be able to make a good guess from
examining the video card driver name field. Excluding NVidia, ATI, and
Intel leaves just over 4% of respondents using an "other" video driver
like the Wine one. If even only a quarter of these "others" are using
Wine, that still gives us 1% of the entire 10 million+ Steam user base,
translating into hundreds of thousands of users.
As you can see, it's actually non-trivial to determine who uses wine simply from the drivers and such reported by the Steam survey. However we seem to have caught a lucky break with the sound driver:
And as of November 24th we have the following update from Alfred Reynolds: The numbers are now 0.13% of total reports coming from Wine users. |
Wine 0.9.50 Released | Archive | |
---|---|---|
Wine
Some of you may be very upset at the lack of a wine 0.9.50 last week. Unfortunately many of the dev's were out stuffing themselves with turkey and hence a release last week made no sense. However, this week has come and we have 0.9.50:
|
Google Summer of Code Organization | Archive | |
---|---|---|
Code
Kai Blin brings up the topic of planning out this summer's Google Summer of Code projects. The problem, he explains, is that projects were not extremely well defined and communication was not as good as it could have been. All easily solvable.
Hi folks,
from what we discussed at the last WineConf, we wanted to work on our
procedures for the Google Summer of Code a little.
I'm sending this email in hope to start some discussion about this, so we have
it out of the way until the 2008 version is announced so we can talk about
proposed projects then.
The goal of Wine's SoC procedures should be to get high-quality proposals that
can be completed by the student proposing the project in the time allocated
for GSoC, so both scope and difficulty should be checked.
I haven't been on the mentoring side of things, but my understanding from the
WineConf side of things was that we had some problems getting this right the
past years.
I was thinking about strongly encouraging people to post their project
proposal to wine-devel prior to applying, so more developers can have a look
at it and see if it's doable or not and offer suggestions.
I know some projects did an introductory quiz to figure out the student's
coding skills, I'm not convinced the knowledge needed for Wine can be tested
in a quiz. What do you think?
Another thing that didn't turn out too well last time is that it was really
hard to figure out what was going on during the summer. I have a few ideas on
how we could address this.
Lots of other projects had their student write a weekly public progress
report. I think we should require the same. This will probably help keeping
people updated, and might help spotting problems early.
According to the wiki page, we already require a post-mortem report on the
project, however I can't remember seeing much of those this year. We should
make sure those are written next time. We might think of a better name for
the report, post-mortem sounds like the project is dead after the summer, we
want people to keep working.
Last year, some of the students set up a public git repo on repo.or.cz. I was
thinking about making that a requirement for next year. This would allow
people to review work in progress.
Comments?
Kai
General response is that 'organization sounds like a good idea'. Maarten Lankhorst recommended that instead of a quiz to screen students, there be a requirement that they submit small patches. I don't like the idea of a quiz as well, what would be a better test is to get a small patch into wine, perhaps adding a testcase to the component they want to work on. It shouldn't be big, but it proves they can get code into wine. Jesse Allen then wrote in to discuss his experience working as a student in GSoC 2006. In general he explains that if some of the discussed features were implemented (public blogs, public git repositories etc.) they most certainly would have been used and been a great resource. |
TransGaming giving back to WINE | Archive | |
---|---|---|
Code
Gavriel State of TransGaming has been hanging around on one of wine's IRC Channels (#winehackers) and in a conversation with Kai Blin actually offered code for something TransGaming has already begun to implement:
Hi all,
On #winehackers the other day, kblin asked about whether TransGaming had
a Direct Play implementation. The answer is that we have something that
was worked on for a while but never completed. We have had some partial
success with it in the initial connection stages, but never pushed it
much beyond that.
Enclosed here is a patch to today's WineHQ git tree with our dpnet
implementation in the hopes that someone finds it useful. Beyond
ensuring that it compiles and links, it has not been tested at all with
WineHQ.
Take care,
Hi Gav, Hi Kai, Sorry about that - looks like I hadn't in fact updated my git tree quite properly. Also, I left out a header file I think. Try this patch instead. Take care, -Gav |
Update on progress towards Wine 1.0 | Archive | |
---|---|---|
Wine
Dan Kegel has written in with a bit of an update on the status of Wine 1.0
Forgot to mention: https://wiki.winehq.org/WineReleaseCriteria has a handy link to a bugzilla query that shows the list of 1.0 bugs. Wine 1.0 is a topic that seems to crop up now and then; hopefully in the near future we'll see that list of ~80 bugs dwindle into the single digits and we'll have a big release (and a party, of course)! |
Compiling Wine: Don't use GCC 4.0 | Archive | |
---|---|---|
Wine
Courtesy of some very complicated patches introduced recently (for SecureROM) Wine will no longer build properly using GCC 4.0.X. Even as somebody who studies computer science the actual thread discussing the details of these patches and why they break compilation in certain versions of GCC is extremely complicated. However, if you dare, this is the link with all the juicy details.
|
All Kernel Cousin issues and summaries are copyright their original authors, and distributed
under the terms of the
GNU General Public License,
version 2.0.