very slow at local game

Discussion related to Turbo Sliders and beta version feedback.

Moderator: Forum Moderators

Post Reply
marcos

very slow at local game

Post by marcos » Mon Nov 21, 2005 8:32 am

Hi.

I used Easy Sliders at MEPIS linux without problems, but now I have to change distro and I have installed Kubuntu and now the game is like in slow motion...

First at all I had to install libpng to get run game.

Please, some suggest?

Thanks in advance

User avatar
Hengari
Community User Level: 3
Community User Level: 3
Posts: 462
Joined: Thu Nov 18, 2004 5:14 pm
Contact:

Post by Hengari » Mon Nov 21, 2005 10:14 am

I had the same problems with some X server configurations. I don't know if Kubuntu enables the "Composite" extension which gives you nice transparent windows and shadows but playing TS is very slow.

Google may give you more specific answers.
oldschool slider <3 | Hengari @ Quakenet/IRCnet
sliderpoint

marcos

composite

Post by marcos » Mon Nov 21, 2005 10:46 am

Thank for your answer...

Seems composite is not active on my kubuntu... translucency and shadows are disable in control panel...

Paste hear my /etc/x11/xorg, in order to some one say me if is all ok there:

Code: Select all

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"es"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5500]"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV34 [GeForce FX 5500]"
	Monitor		"SyncMaster"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

User avatar
dragonstar
Community User Level: 2
Community User Level: 2
Posts: 109
Joined: Sat Feb 05, 2005 10:09 am

Post by dragonstar » Mon Nov 21, 2005 4:08 pm

I'm using ubuntu and at first my TS was in slow motion too. Solution to my problem was installing drivers for my 3D graphics card and getting them to work. It's just that I have ATI and I see that you have NVIDIA, so I really can't help you more with this. Have you installed drivers for your 3D card?

User avatar
Hengari
Community User Level: 3
Community User Level: 3
Posts: 462
Joined: Thu Nov 18, 2004 5:14 pm
Contact:

Post by Hengari » Mon Nov 21, 2005 9:11 pm

As Dragonstar pointed out, it may help to update your graphic cards drivers. You're using nvidia so you need to look for Ubuntu's forum for detailed help.

For example there are short instructions like:
From your console just type each of these two lines:
$ sudo apt-get install nvidia-glx nvidia-settings
$ sudo nvidia-glx-config enable

To disable the nVidia splash screen that shows up when you start X follow the steps here (http://ubuntuguide.org/temp/#disablenvidialogo).

After you run the enabler command, you have to restart X (ctrl+alt+backspace).

http://ubuntuforums.org/archive/index.php/t-23739.html

Also you can disable the Alpha blending in Turbo Sliders settings under Video Settings.
oldschool slider <3 | Hengari @ Quakenet/IRCnet
sliderpoint

Post Reply