Other > Survival Guides / Game Help

FOnline: 2238 under LINUX

<< < (15/20) > >>

vedaras:
yes i opened, works fine. Just this new ubuntu itself is somewhat strange  ???

DrFeelgood:
doesn't work for me either... Using Kubuntu NN and wine 1.3.

vedaras:
read a little above i think its same problem for you.

zamp:
Here's a quick guide to get FOnline working on Debian Squeeze with an older ATI gfx card (Now unsupported by ATI Proprietary drivers)

Uninstall all fglrx drivers
# apt-get remove fglrx*

Install the radeon drivers, just follow this guide:
http://wiki.debian.org/AtiHowTo

Make sure that your gfx card works by installing the testing applications
# apt-get install mesa-utils

Then test the rendering capability with
# glxinfo|grep render
It should print out
direct rendering: Yes
If it doesn't, make sure you have the libgl1-mesa-dri and linux-firmware-nonfree installed
# apt-get install libgl1-mesa-dri linux-firmware-nonfree
Restart gdm/kdm/xdm after installing those and test again.

If you still wont get direct rendering to work make sure you have radeon as the driver in your /etc/X11/xorg.conf

When you get to a point where you have direct rendering supported (glxinfo|grep render returns YES!)
You can install wine FROM source the package in squeeze is fucking old and won't work so just grab the sources from wine website and compile away. If you don't know how just google around.

Now that you've got wine installed you can try to install Fonline. Wine will probably tell you to install gecko and press yes when asked.

You can try running FOnline but if you get very low FPS this is what you need to do.

Edit your xorg.conf and add bold lines to your device, gray lines are optional
Section "Device"
        Identifier  "Default Device"
        Driver      "radeon"
        Option "AGPMode" "8" // Set this to what your GFX card supports! (Mine is a radeon Xpress 200m and it supports AGBMode 8 )
        Option "AGPFastWrite" "on"
        Option "DRI" "on"
EndSection

Restart gdm/xdm/kdm and try to run FOnline. Now you should have a fairly good FPS.
There are some registry changes you can change/add
What I did was add these strings to the registry
#wine regedit
Current user -> Software -> Wine -> Direct3D
DirectDrawRenderer "opengl"
Multisampling "disabled"
PixelShaderMode "disabled"
UseGLSL "disabled"
VertexShaderMode "none"

That should give you a very smooth game.
Have fun gaming ;)

jan0s1k:

--- Quote from: zamp on May 25, 2011, 10:24:21 am ---Here's a quick guide to get FOnline working on Debian Squeeze with an older gfx card (Now unsupported by ATI Proprietary drivers)

Uninstall all fglrx drivers
# apt-get remove fglrx*

Install the radeon drivers, just follow this guide:
http://wiki.debian.org/AtiHowTo

Make sure that your gfx card works by installing the testing applications
# apt-get install mesa-utils
# glxinfo|grep render
It should print out
direct rendering: Yes
If it doesn't, make sure you have the libgl1-mesa-dri and linux-firmware-nonfree installed
# apt-get install libgl1-mesa-dri linux-firmware-nonfree
Restart gdm/kdm/xdm after installing those and test again.

If you still wont get direct rendering to work make sure you have radeon as the driver in your /etc/X11/xorg.conf

When you get to a point where you have direct rendering supported (glxinfo|grep render returns YES!)
You can install wine FROM source the package in squeeze is fucking old and won't work so just grap the sources from wine website and compile away. If you don't know how just google around.

Now that you've got wine installed you can try to install Fonline. Wine will probably tell you to install gecko and press yes when asked.

You can try running FOnline but if you get very low FPS this is what you need to do.

Edit your xorg.conf and add these lines to your device
Section "Device"
        Identifier  "Default Device"
        Driver      "radeon"
        Option "AGBMode" "8" // Set this to what your GFX card supports! (Mine is a radeon Xpress 200m and it supports AGBMode 8 )
        Option "AGBFastWrite" "on"
        Option "DRI" "on"
EndSection

Restart gdm/xdm/kdm and try to run FOnline. Now you should have a fairly good FPS.
There are some registry changes you can change/add
What I did was add these strings to the registry
#wine regedit
Current user -> Software -> Wine -> Direct3D
DirectDrawRenderer "opengl"
Multisampling "disabled"
PixelShaderMode "disabled"
UseGLSL "disabled"
VertexShaderMode "none"

That should give you a very smooth game.
Have fun gaming ;)

--- End quote ---
Yeah, sure, especially if I have Intel graphic chipset... It works only for ATI as I think...
(You should put on top of your post, that it's only for ATI)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version