Why Linux games are less performanced than Win 7?
up vote
0
down vote
favorite
I had Windows 7 x64 and now I have Ubuntu 14.04 on notebook HP 4535s.
I expected games to be faster in Linux than on Windows because of fewer machine requirements. But it isn't so...
E.g., games via PlayOnLinux, but more performance I expected about games from Steam, but nothing.
Why? Do you have any tips for better performance?
(I didn't choose Linux because of games, but I want to play on it, too.)
HW = Notebook HP 4535s
Games = PlayOnLinux(World of Tanks, World of Warships, ...), Steam(CS:S, Stronghold 3, Hacker Evolution, ...)
prokop@prokop-pc:~$ lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Sumo [Radeon HD 6480G]
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
linux ubuntu performance window games
add a comment |
up vote
0
down vote
favorite
I had Windows 7 x64 and now I have Ubuntu 14.04 on notebook HP 4535s.
I expected games to be faster in Linux than on Windows because of fewer machine requirements. But it isn't so...
E.g., games via PlayOnLinux, but more performance I expected about games from Steam, but nothing.
Why? Do you have any tips for better performance?
(I didn't choose Linux because of games, but I want to play on it, too.)
HW = Notebook HP 4535s
Games = PlayOnLinux(World of Tanks, World of Warships, ...), Steam(CS:S, Stronghold 3, Hacker Evolution, ...)
prokop@prokop-pc:~$ lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Sumo [Radeon HD 6480G]
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
linux ubuntu performance window games
intel graphics? Nvidia? AMD?
– sam
Feb 19 '15 at 20:54
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I had Windows 7 x64 and now I have Ubuntu 14.04 on notebook HP 4535s.
I expected games to be faster in Linux than on Windows because of fewer machine requirements. But it isn't so...
E.g., games via PlayOnLinux, but more performance I expected about games from Steam, but nothing.
Why? Do you have any tips for better performance?
(I didn't choose Linux because of games, but I want to play on it, too.)
HW = Notebook HP 4535s
Games = PlayOnLinux(World of Tanks, World of Warships, ...), Steam(CS:S, Stronghold 3, Hacker Evolution, ...)
prokop@prokop-pc:~$ lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Sumo [Radeon HD 6480G]
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
linux ubuntu performance window games
I had Windows 7 x64 and now I have Ubuntu 14.04 on notebook HP 4535s.
I expected games to be faster in Linux than on Windows because of fewer machine requirements. But it isn't so...
E.g., games via PlayOnLinux, but more performance I expected about games from Steam, but nothing.
Why? Do you have any tips for better performance?
(I didn't choose Linux because of games, but I want to play on it, too.)
HW = Notebook HP 4535s
Games = PlayOnLinux(World of Tanks, World of Warships, ...), Steam(CS:S, Stronghold 3, Hacker Evolution, ...)
prokop@prokop-pc:~$ lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Sumo [Radeon HD 6480G]
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
linux ubuntu performance window games
linux ubuntu performance window games
edited Mar 2 '15 at 23:09
Sildoreth
85831535
85831535
asked Feb 19 '15 at 19:38
ProkopS
12
12
intel graphics? Nvidia? AMD?
– sam
Feb 19 '15 at 20:54
add a comment |
intel graphics? Nvidia? AMD?
– sam
Feb 19 '15 at 20:54
intel graphics? Nvidia? AMD?
– sam
Feb 19 '15 at 20:54
intel graphics? Nvidia? AMD?
– sam
Feb 19 '15 at 20:54
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
Its reasonable to expect PlayOnLinux to be a little heavier than native. PlayOnLinux relies on wine, which brings in a whole layer of virtualization overhead.
Steam on the otherhand is more of a grab-bag of some native games and some wine-wrappered games, so some will run smoother than others, depending on who/how it was ported.
Additionally, the difference between the opensource graphics drivers and the propitiatory drivers can make or break the gaming experience.
These are just some broad generalizations, some specifics on your game/hardware would help.
What is your graphics hardware/driver setup?
If you're unsure, this might help
lspci | grep VGA
Description edited :)
– ProkopS
Feb 19 '15 at 20:43
Added to the question.
– ProkopS
Feb 20 '15 at 9:02
WINE = wine is not an emulator. There is actually no virtualization involved: check wiki.winehq.org/…
– tomodachi
Feb 20 '15 at 9:56
-Unfortunately I have no experience with the ATI hardware. The only other thing I'd suggest would be to ensure that you are running the proprietary Catalyst drivers rather than the open-source drivers. In gaming the difference can be very noticeable. This is also a point mentioned in the article linked by @tomodachi , and should be an easy fix in Ubuntu.
– sam
Feb 20 '15 at 16:57
you should do a cpu and gpu benchmark that will first quantify the performance difference between windows and linux on your given hardware. Google currently says Windows has 88% market share. Mac with 9% and linux 2% so i would NOT expect a game manufacturer to spend any effort on doing any kind of optimization for linux because it makes zero business sense
– ron
Nov 22 at 16:39
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Its reasonable to expect PlayOnLinux to be a little heavier than native. PlayOnLinux relies on wine, which brings in a whole layer of virtualization overhead.
Steam on the otherhand is more of a grab-bag of some native games and some wine-wrappered games, so some will run smoother than others, depending on who/how it was ported.
Additionally, the difference between the opensource graphics drivers and the propitiatory drivers can make or break the gaming experience.
These are just some broad generalizations, some specifics on your game/hardware would help.
What is your graphics hardware/driver setup?
If you're unsure, this might help
lspci | grep VGA
Description edited :)
– ProkopS
Feb 19 '15 at 20:43
Added to the question.
– ProkopS
Feb 20 '15 at 9:02
WINE = wine is not an emulator. There is actually no virtualization involved: check wiki.winehq.org/…
– tomodachi
Feb 20 '15 at 9:56
-Unfortunately I have no experience with the ATI hardware. The only other thing I'd suggest would be to ensure that you are running the proprietary Catalyst drivers rather than the open-source drivers. In gaming the difference can be very noticeable. This is also a point mentioned in the article linked by @tomodachi , and should be an easy fix in Ubuntu.
– sam
Feb 20 '15 at 16:57
you should do a cpu and gpu benchmark that will first quantify the performance difference between windows and linux on your given hardware. Google currently says Windows has 88% market share. Mac with 9% and linux 2% so i would NOT expect a game manufacturer to spend any effort on doing any kind of optimization for linux because it makes zero business sense
– ron
Nov 22 at 16:39
add a comment |
up vote
3
down vote
Its reasonable to expect PlayOnLinux to be a little heavier than native. PlayOnLinux relies on wine, which brings in a whole layer of virtualization overhead.
Steam on the otherhand is more of a grab-bag of some native games and some wine-wrappered games, so some will run smoother than others, depending on who/how it was ported.
Additionally, the difference between the opensource graphics drivers and the propitiatory drivers can make or break the gaming experience.
These are just some broad generalizations, some specifics on your game/hardware would help.
What is your graphics hardware/driver setup?
If you're unsure, this might help
lspci | grep VGA
Description edited :)
– ProkopS
Feb 19 '15 at 20:43
Added to the question.
– ProkopS
Feb 20 '15 at 9:02
WINE = wine is not an emulator. There is actually no virtualization involved: check wiki.winehq.org/…
– tomodachi
Feb 20 '15 at 9:56
-Unfortunately I have no experience with the ATI hardware. The only other thing I'd suggest would be to ensure that you are running the proprietary Catalyst drivers rather than the open-source drivers. In gaming the difference can be very noticeable. This is also a point mentioned in the article linked by @tomodachi , and should be an easy fix in Ubuntu.
– sam
Feb 20 '15 at 16:57
you should do a cpu and gpu benchmark that will first quantify the performance difference between windows and linux on your given hardware. Google currently says Windows has 88% market share. Mac with 9% and linux 2% so i would NOT expect a game manufacturer to spend any effort on doing any kind of optimization for linux because it makes zero business sense
– ron
Nov 22 at 16:39
add a comment |
up vote
3
down vote
up vote
3
down vote
Its reasonable to expect PlayOnLinux to be a little heavier than native. PlayOnLinux relies on wine, which brings in a whole layer of virtualization overhead.
Steam on the otherhand is more of a grab-bag of some native games and some wine-wrappered games, so some will run smoother than others, depending on who/how it was ported.
Additionally, the difference between the opensource graphics drivers and the propitiatory drivers can make or break the gaming experience.
These are just some broad generalizations, some specifics on your game/hardware would help.
What is your graphics hardware/driver setup?
If you're unsure, this might help
lspci | grep VGA
Its reasonable to expect PlayOnLinux to be a little heavier than native. PlayOnLinux relies on wine, which brings in a whole layer of virtualization overhead.
Steam on the otherhand is more of a grab-bag of some native games and some wine-wrappered games, so some will run smoother than others, depending on who/how it was ported.
Additionally, the difference between the opensource graphics drivers and the propitiatory drivers can make or break the gaming experience.
These are just some broad generalizations, some specifics on your game/hardware would help.
What is your graphics hardware/driver setup?
If you're unsure, this might help
lspci | grep VGA
edited Nov 22 at 16:17
Tomasz
8,78052862
8,78052862
answered Feb 19 '15 at 19:48
sam
13.1k31326
13.1k31326
Description edited :)
– ProkopS
Feb 19 '15 at 20:43
Added to the question.
– ProkopS
Feb 20 '15 at 9:02
WINE = wine is not an emulator. There is actually no virtualization involved: check wiki.winehq.org/…
– tomodachi
Feb 20 '15 at 9:56
-Unfortunately I have no experience with the ATI hardware. The only other thing I'd suggest would be to ensure that you are running the proprietary Catalyst drivers rather than the open-source drivers. In gaming the difference can be very noticeable. This is also a point mentioned in the article linked by @tomodachi , and should be an easy fix in Ubuntu.
– sam
Feb 20 '15 at 16:57
you should do a cpu and gpu benchmark that will first quantify the performance difference between windows and linux on your given hardware. Google currently says Windows has 88% market share. Mac with 9% and linux 2% so i would NOT expect a game manufacturer to spend any effort on doing any kind of optimization for linux because it makes zero business sense
– ron
Nov 22 at 16:39
add a comment |
Description edited :)
– ProkopS
Feb 19 '15 at 20:43
Added to the question.
– ProkopS
Feb 20 '15 at 9:02
WINE = wine is not an emulator. There is actually no virtualization involved: check wiki.winehq.org/…
– tomodachi
Feb 20 '15 at 9:56
-Unfortunately I have no experience with the ATI hardware. The only other thing I'd suggest would be to ensure that you are running the proprietary Catalyst drivers rather than the open-source drivers. In gaming the difference can be very noticeable. This is also a point mentioned in the article linked by @tomodachi , and should be an easy fix in Ubuntu.
– sam
Feb 20 '15 at 16:57
you should do a cpu and gpu benchmark that will first quantify the performance difference between windows and linux on your given hardware. Google currently says Windows has 88% market share. Mac with 9% and linux 2% so i would NOT expect a game manufacturer to spend any effort on doing any kind of optimization for linux because it makes zero business sense
– ron
Nov 22 at 16:39
Description edited :)
– ProkopS
Feb 19 '15 at 20:43
Description edited :)
– ProkopS
Feb 19 '15 at 20:43
Added to the question.
– ProkopS
Feb 20 '15 at 9:02
Added to the question.
– ProkopS
Feb 20 '15 at 9:02
WINE = wine is not an emulator. There is actually no virtualization involved: check wiki.winehq.org/…
– tomodachi
Feb 20 '15 at 9:56
WINE = wine is not an emulator. There is actually no virtualization involved: check wiki.winehq.org/…
– tomodachi
Feb 20 '15 at 9:56
-Unfortunately I have no experience with the ATI hardware. The only other thing I'd suggest would be to ensure that you are running the proprietary Catalyst drivers rather than the open-source drivers. In gaming the difference can be very noticeable. This is also a point mentioned in the article linked by @tomodachi , and should be an easy fix in Ubuntu.
– sam
Feb 20 '15 at 16:57
-Unfortunately I have no experience with the ATI hardware. The only other thing I'd suggest would be to ensure that you are running the proprietary Catalyst drivers rather than the open-source drivers. In gaming the difference can be very noticeable. This is also a point mentioned in the article linked by @tomodachi , and should be an easy fix in Ubuntu.
– sam
Feb 20 '15 at 16:57
you should do a cpu and gpu benchmark that will first quantify the performance difference between windows and linux on your given hardware. Google currently says Windows has 88% market share. Mac with 9% and linux 2% so i would NOT expect a game manufacturer to spend any effort on doing any kind of optimization for linux because it makes zero business sense
– ron
Nov 22 at 16:39
you should do a cpu and gpu benchmark that will first quantify the performance difference between windows and linux on your given hardware. Google currently says Windows has 88% market share. Mac with 9% and linux 2% so i would NOT expect a game manufacturer to spend any effort on doing any kind of optimization for linux because it makes zero business sense
– ron
Nov 22 at 16:39
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f185795%2fwhy-linux-games-are-less-performanced-than-win-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
intel graphics? Nvidia? AMD?
– sam
Feb 19 '15 at 20:54