Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Gamers & Players
  • Search

Steam + Counterstrike Condition Zero Issue

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
10 posts • Page 1 of 1
Author
Message
iopi
n00b
n00b
Posts: 68
Joined: Sun Mar 13, 2005 3:13 am

Steam + Counterstrike Condition Zero Issue

  • Quote

Post by iopi » Mon Jul 16, 2007 10:48 pm

I'm having an issue with Steam. When I run Steam through wine, it comes up and checks for updates then the login screen just turns black

http://i11.tinypic.com/6416ffd.png

The stuff I've found on google on this talks about the actual game going black so I've had no luck there. I'm at a loss o_o. It worked for one go, and then just stopped working

Wine: 0.9.41 (tried with 0.9.40 too)
NVIDIA Drivers: 1.0.9755-r1



I'm guessing the crackling sound in CS:CZ is a known issue and has no fix for it right now (=. I need to research that more :).
Top
killertux
Tux's lil' helper
Tux's lil' helper
Posts: 119
Joined: Thu Dec 11, 2003 9:41 am

  • Quote

Post by killertux » Tue Jul 17, 2007 5:06 pm

"Black screen" issue could be "problem with nvidia driver"... some device nodes missing in /dev/nvidia*
if it's so you could set

RC_DEVICE_TARBALL="yes"
in /etc/conf.d/rc
or make missing nodes manually/script it's those are not there.

sound problem could be one or both of next:

http://bugs.winehq.org/show_bug.cgi?id=1631
http://bugs.winehq.org/show_bug.cgi?id=1361

Sure there is several "fixes" for the sound issue but I fee that it's unsecure dirty hack that I do not feel good solution... one of those fixes patch the kernel
and other patch the Wine... but if it's the 1631 then it's threat priority issue where dsound do not get enought CPU. Bug happens in nearly all dsound games
there is but bit differently depending CPU demands of the game and the CPU used... faster CPU might help also settings sounds to "emulation" in winecfg
helps in some cases.
Top
iopi
n00b
n00b
Posts: 68
Joined: Sun Mar 13, 2005 3:13 am

  • Quote

Post by iopi » Wed Jul 18, 2007 8:03 am

unfortunately the RC_DEVICE_TARBALL="yes" did not work.

Code: Select all

ls /dev/nvi*
/dev/nvidia0  /dev/nvidiactl
I dont think I'm missing any because

Code: Select all

glxgears
84578 frames in 5.0 seconds = 16915.540 FPS
89599 frames in 5.0 seconds = 17871.315 FPS
90415 frames in 5.0 seconds = 18080.389 FPS
Top
killertux
Tux's lil' helper
Tux's lil' helper
Posts: 119
Joined: Thu Dec 11, 2003 9:41 am

  • Quote

Post by killertux » Fri Jul 20, 2007 1:49 pm

Some nvidia device nodes are missing this is long known issue... I just do not know why it even happens.

The nvidia devices you "should" have.

Code: Select all

tux@killertux /dev $ ls /dev/nvi*
/dev/nvidia0  /dev/nvidia2  /dev/nvidia4  /dev/nvidia6  /dev/nvidiactl
/dev/nvidia1  /dev/nvidia3  /dev/nvidia5  /dev/nvidia7
SOLUTION:
http://forums.gentoo.org/viewtopic-t-41 ... s+tmp.html
Top
PaulBredbury
Watchman
Watchman
User avatar
Posts: 7310
Joined: Thu Jul 14, 2005 3:47 pm

  • Quote

Post by PaulBredbury » Fri Jul 20, 2007 2:18 pm

killertux wrote:Some nvidia device nodes are missing
Are you using a horrendously old video card? That problem existed temporarily, and was fixed, almost 2 years ago. See bugzilla, especially comment 3 and comment 8.

With a blazingly fast nvidia 8800gts I have:

Code: Select all

ll /dev/nvidia*
crw-rw-rw- 1 root root 195,   0 2007-07-20 13:47 /dev/nvidia0
crw-rw-rw- 1 root root 195, 255 2007-07-20 13:47 /dev/nvidiactl
Top
killertux
Tux's lil' helper
Tux's lil' helper
Posts: 119
Joined: Thu Dec 11, 2003 9:41 am

  • Quote

Post by killertux » Sat Jul 21, 2007 4:37 pm

PaulBredbury wrote:
killertux wrote:Some nvidia device nodes are missing
Are you using a horrendously old video card? That problem existed temporarily, and was fixed, almost 2 years ago. See bugzilla, especially comment 3 and comment 8.

With a blazingly fast nvidia 8800gts I have:

Code: Select all

ll /dev/nvidia*
crw-rw-rw- 1 root root 195,   0 2007-07-20 13:47 /dev/nvidia0
crw-rw-rw- 1 root root 195, 255 2007-07-20 13:47 /dev/nvidiactl
I have nVidia GeForce 6600 GT

If I only have those two nvidia device nodes it causes some unstability here... I realy do not know why.
but with those "extra" nodes it's lot more stable.
Top
iopi
n00b
n00b
Posts: 68
Joined: Sun Mar 13, 2005 3:13 am

  • Quote

Post by iopi » Sat Jul 21, 2007 6:12 pm

I followed the instructions on the NVmakedevices script and gave it a shot, but still the same problem =(.
Top
Tonglebeak
Guru
Guru
Posts: 362
Joined: Thu Mar 23, 2006 1:00 am

  • Quote

Post by Tonglebeak » Sat Jul 21, 2007 7:10 pm

I use a 6600GT

Code: Select all

localhost aaron # ls /dev/nvi*
/dev/nvidia0  /dev/nvidiactl
And I have no stability issues at all. :)
Top
killertux
Tux's lil' helper
Tux's lil' helper
Posts: 119
Joined: Thu Dec 11, 2003 9:41 am

  • Quote

Post by killertux » Sun Jul 22, 2007 5:28 am

Tonglebeak wrote:I use a 6600GT

Code: Select all

localhost aaron # ls /dev/nvi*
/dev/nvidia0  /dev/nvidiactl
And I have no stability issues at all. :)
I made some test here to see if still freezes and seemed like it's stable here too.
Top
iopi
n00b
n00b
Posts: 68
Joined: Sun Mar 13, 2005 3:13 am

  • Quote

Post by iopi » Thu Jul 26, 2007 7:09 am

just checking if I am understanding right, you did some tests to see if removing those extra devices keeps your system stable, not steam right?


i've tried to reinstall steam w/ no luck


I've also tried running steam with

Code: Select all

WINEDEBUG="fixme-all" wine Steam
same result other then not showing that iswow64
Top
Post Reply
  • Print view

10 posts • Page 1 of 1

Return to “Gamers & Players”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic