Steam for Linux

Steam for Linux

LineaiM. 2013 年 3 月 3 日 上午 4:00
Linux Mint vs. Radeon 6490 vs. CounterStrike 1.6
Hello guys,

i have one crucial problem in CS game. My fps is dropping so much, sometimes to 30 or lower, when i am alone on the map, there is 100 but, when round restarts and more players are on the map, it is dropping.

Is it caused by driver, or what?

I have vsync turned off in game and in driver catalyst.

Thanks for reply
< >
目前顯示第 1-13 則留言,共 13
Thyriel 2013 年 3 月 3 日 上午 6:03 
What driver version are you using ?
Also some more Info would be nice, like Graphics card, what linux and so on
LineaiM. 2013 年 3 月 3 日 上午 6:08 
Did you read topic title ? :]

Linux Mint Maya, ATI Radeon 6490, catalyst latest version (driver packakign version 9.01.1210...)

Have all desktop effects off.
最後修改者:LineaiM.; 2013 年 3 月 3 日 上午 6:09
Thyriel 2013 年 3 月 3 日 上午 6:14 
9.01 is years old ;)
Install 13.1 from amd page
LineaiM. 2013 年 3 月 3 日 上午 6:25 
i did it, and i got this package

i installed 13.1 from amd with wiki how-to
Thyriel 2013 年 3 月 3 日 上午 8:16 
I would reinstall them. They should show as 13 something in CCC under Information -> Driver Packaging Version and not as 9.01 (which are the actual Prop. Drivers you get when just enabling them in additional Drivers):

sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx
#If those produce any error ignore it

sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
sudo apt-get install ia32-libs ia32-libs-multiarch i386 lib32gcc1 libc6-i386

#go to directory the downloaded .run file is and open console there:
chmod +x amd-driver-*.run
sudo sh amd-driver-*.run --force
sudo aticonfig --initial -f
sudo reboot
Lady 2013 年 3 月 3 日 下午 7:02 
your title was missleading i thought you were going to have them duke it out. i was going to say css wins cause its got guns... this discussion sucks.
Tux9656 2013 年 3 月 3 日 下午 7:41 
引用自 REB Lady From Hell
your title was missleading i thought you were going to have them duke it out. i was going to say css wins cause its got guns... this discussion sucks.

I'd say Linux Mint wins. The other two don't compile kernels. Although a compiler that runs on the GPU sounds interesting. I wonder how viable it would be.
Shark 2013 年 3 月 3 日 下午 11:56 
引用自 Thyriel
9.01 is years old ;)
Install 13.1 from amd page
9.01.1210 is either 13.1 or the latest beta driver
UnkendTech 2013 年 3 月 4 日 上午 12:09 
9.012 is 13.01
Thyriel 2013 年 3 月 4 日 上午 2:52 
引用自 Wouter
引用自 Thyriel
9.01 is years old ;)
Install 13.1 from amd page
9.01.1210 is either 13.1 or the latest beta driver
http://i49.tinypic.com/iz9lzk.jpg
Thats Beta showing as 12.10 and not 9.01 ;)
If there is still 9.01 after installing drivers from AMD Site, the prop drivers installed before where not removed correctly
LineaiM. 2013 年 3 月 5 日 上午 3:48 
引用自 Thyriel
I would reinstall them. They should show as 13 something in CCC under Information -> Driver Packaging Version and not as 9.01 (which are the actual Prop. Drivers you get when just enabling them in additional Drivers):

sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx
#If those produce any error ignore it

sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
sudo apt-get install ia32-libs ia32-libs-multiarch i386 lib32gcc1 libc6-i386

#go to directory the downloaded .run file is and open console there:
chmod +x amd-driver-*.run
sudo sh amd-driver-*.run --force
sudo aticonfig --initial -f
sudo reboot

I did it like a milion times, but every time i reboot xorg.conf is making my laptop unbootable ...
after i remove xorg.conf everything is Ok ...


Shark 2013 年 3 月 5 日 上午 4:04 
引用自 LineaiM.
引用自 Thyriel
I would reinstall them. They should show as 13 something in CCC under Information -> Driver Packaging Version and not as 9.01 (which are the actual Prop. Drivers you get when just enabling them in additional Drivers):

sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx
#If those produce any error ignore it

sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
sudo apt-get install ia32-libs ia32-libs-multiarch i386 lib32gcc1 libc6-i386

#go to directory the downloaded .run file is and open console there:
chmod +x amd-driver-*.run
sudo sh amd-driver-*.run --force
sudo aticonfig --initial -f
sudo reboot

I did it like a milion times, but every time i reboot xorg.conf is making my laptop unbootable ...
after i remove xorg.conf everything is Ok ...
try installing linux-headers-generic by typing this in terminal:
sudo apt-get install linux-headers-generic

then try those steps again, the fglrx drivers can not function without headers installed.
Thyriel 2013 年 3 月 5 日 上午 6:27 
引用自 LineaiM.
引用自 Thyriel
I would reinstall them. They should show as 13 something in CCC under Information -> Driver Packaging Version and not as 9.01 (which are the actual Prop. Drivers you get when just enabling them in additional Drivers):

sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx
#If those produce any error ignore it

sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
sudo apt-get install ia32-libs ia32-libs-multiarch i386 lib32gcc1 libc6-i386

#go to directory the downloaded .run file is and open console there:
chmod +x amd-driver-*.run
sudo sh amd-driver-*.run --force
sudo aticonfig --initial -f
sudo reboot

I did it like a milion times, but every time i reboot xorg.conf is making my laptop unbootable ...
after i remove xorg.conf everything is Ok ...
Have you disabled Hybrid Grahpics in your BIOS ?
If not (or your BIOS has no option to do so) you will have a hard time getting the dedicated card running. I dont have a link by hand for it, but just google a bit for "linux amd driver hybrid "
< >
目前顯示第 1-13 則留言,共 13
每頁顯示: 1530 50

張貼日期: 2013 年 3 月 3 日 上午 4:00
回覆: 13