You want more fps in linux? Try this:
With sudo account, go to
/usr/share/xsessions and create a file named
lfs.desktop. Put this contents and save:
[Desktop Entry]
Encoding=UTF-8
Type=XSession
Exec=/usr/bin/lfs
TryExec=/usr/bin/lfs
Name=Live For Speed S2
Comment=Launch Live For Speed S2 0.5X10
Go to
/usr/bin and create a file named
lfs. Put this contents and save:
#!/bin/bash
#
# Launch Live For Speed
#
cd ~/.wine/drive_c/LFS_S2/ # <--- path to your LFS
wine LFS.exe
Change permissions of lfs:
chmod +x lfs
Then Logout of KDE session. login in a new session named
Live for Speed S2 in the login screen.
Post what you think
PS: Only tested in KDE / kdm. I don't know if this work on Gnome / gdm, maybe yes (Gnome 2.20).