Hi all,
Just have a question related to video settings in Ubuntu for anyone experienced in playing ROM with Ubuntu or any Linux derivative.
I have everything configured in Playonlinux as per the Wine guide so the game runs and updates but I'm experiencing a major fps drop. I use a Xfx Amd 5450 1GB "overclocked" to 10gbs bandwidth which got me 35-50fps using Windows 7. In Ubuntu 14.04 and 13.10 I get fps rate of 10-30 (30 usually only if I look at my feet) using the proprietary driver. I did some tweaks in my xorg.conf and hope maybe I missed something or added something that doesn't need to be there. Ubuntu 14.04 64bit works smoother than my Windows 7 32bit, and I can't upgrade my video for a few months so any help would be really awesome.
Do I need to add/subtract something from my xorg.conf file?
xorg.conf....
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "extmod"
Load "dri2"
Load "glamoregl"
EndSection
Section "InputClass"
Identifier "Marble Mouse"
Driver "evdev"
MatchProduct "Logitech USB Trackball"
MatchDevicePath "/dev/input/event*"
MatchIsPointer "yes"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "FBTexPercent" "0"
Option "AddARGBGLXVisuals" "True"
Option "AccelMethod" "glamor"
Option "RenderAccel" "on"
Option "AccelDFS" "on"
Option "force_s3tc_enable" "true"
Option "SwapbuffersWait" "false"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
(: Royolo (ps - Happy Birthday ROM!)