Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Counter-Strike 1.6 runs on CEDEGA very slow

  1. #1
    Join Date
    Oct 2005
    Location
    London
    Beans
    477
    Distro
    Ubuntu 6.10 Edgy

    Counter-Strike 1.6 runs on CEDEGA very slow

    Hi all
    I just installed my fisrt game under linux using CEDEGA.I chose Counter-Strike because it is esay for installing and doesnt require much resources.Unfortunately it runs horably slow.I am using HP Pavilion dv4145ea notebook,1.7Ghz Intel Pentium M,512 MB RAM, and think it is shared graphics.
    Do you have any idea about my problem-is ot because of some drivers or something else?
    Thanks in advance

  2. #2

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    I installed it without a hitch. Gameplay is fine I suppose... but every so often I get a little freeze of lag.

    Is your 3D acceleration enabled?

  3. #3
    Join Date
    Aug 2005
    Location
    Toronto, Ontario
    Beans
    302
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    what exact video card do you have?

  4. #4

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    Maybe by shared graphics he means onboard?

  5. #5
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    Don't forget to add the -opengl option when you run cedega, it force the games to use openGL which is native in linux, so you will have less lags.
    You can't force all the game to use openGL but i advice you to force openGL on all the games you can.
    Run the game with a command like that :
    Code:
    sudo cedega CStrike.exe -opengl
    Sorry if you already know that.

  6. #6
    Join Date
    Oct 2005
    Beans
    28

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    I'm having same problems despite I got all the drivers working etc. My TFT is working fine and CS:source seems to run fine, as good as in windows but 1.6 just won't work right. Then I remembered that I had exactly same problems when I used windows 2000: CS didn't work and all the other games did. When I tried CS in WinME it worked perfectly.

    I tried changing winver but that didn't affect the poor fps. Any suggestions?

  7. #7
    Join Date
    Oct 2005
    Location
    London
    Beans
    477
    Distro
    Ubuntu 6.10 Edgy

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    I never tried this with opengl I will try it later.
    My 3D aceleration is not on because I dont know how to swith it on.Can some one help me?
    Also Im not sure about my graphics card,but it is on-borad.Is there any way to see exactly what model it is?
    Cheers

  8. #8
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    If your laptop is a HP pavillion dv4145EA as you said in the first post, you have an intel 900 embedded video card.
    So open your xorg.conf file (after doing a backup) :
    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
    sudo gedit /etc/X11/xorg.conf
    Then modify the corresponding sections to look like that (text in bold) :
    Code:
    Section "Device"
    	Identifier	"Intel Corporation Intel Default Card"
    	Driver		"i810"
    	BusID		"PCI:0:2:0"
    EndSection
    
    Section "Device"
    	BoardName	"915 GM"
    	BusID		"PCI:0:2:0"
    	Driver		"i810"
    	Identifier	"Intel Corporation Intel Default Card"
    	VendorName	"Intel"
    EndSection
    To test your 3D acceleration run this command :
    Code:
    glxgears -printfps
    It will show you your FPS score, try it before and after the modification to see if you have improved your acceleration.

  9. #9
    Join Date
    Oct 2005
    Location
    London
    Beans
    477
    Distro
    Ubuntu 6.10 Edgy

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    HI
    I tested it but im not sure is the result good or bad.
    This is the output before modifying the xorg.xonf file:
    Code:
    3543 frames in 5.0 seconds = 708.529 FPS
    And this is after:
    Code:
    1298 frames in 5.0 seconds = 259.580 FPS
    3986 frames in 5.0 seconds = 797.023 FPS
    Is this normal?

  10. #10
    Join Date
    Nov 2004
    Beans
    34

    Re: Counter-Strike 1.6 runs on CEDEGA very slow

    First off, you could have run CS 1.6 under Wine 0.9.5 and it actually runs faster than with Cedega. Cedega, in my opinion, is not worth the money.

    Secondly, you can use the following command to renice the wine processes and it should resolve your lagging problems. You should run this after you start Steam or put it into a script with a "sleep 5" before it so it waits 5 seconds, making sure all the wine processes have started.

    renice 19 -p `pgrep wine`

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •