LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-09-2010, 11:15 PM   #1
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
And Now....Problems With Simple Games.....


O-K, I've never been into computer games, but on a whim, I saw something about Super Tux Kart and decided to try it on my Ubuntu 10.04. While I was at it, I downloaded Emilia Pinball, and Dreamchess.

Well....Tux Kart doesn't work for me- the graphics are all swcrambled.....all you see is gibberish.

The flippers in the pinball game have a big lag problem, so as to make it unusable (A simple game on a 3GHZ 'puter, and it doesn't work?!)

And the Dreamchess....well...I just suck at chess! (Maybe I'll teach myself how to play now that I've got this....amazingly, it is the one thing which does work)

I feel Windows-style frustration level coming back- all these little annoyances- every day something new. Think it's time to switch distros?

...or is it just me? Maybe my 'puter is just a schlamozzle.
 
Old 09-09-2010, 11:34 PM   #2
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
maybe you're running the vesa video driver, which doesn't support gl. what is your video card?
 
Old 09-09-2010, 11:34 PM   #3
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
What video card and driver are you using? Is hardware 3d enabled?

Evo2.
 
Old 09-10-2010, 12:56 AM   #4
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by whansard View Post
maybe you're running the vesa video driver, which doesn't support gl. what is your video card?

Quote:
Originally Posted by evo2 View Post
What video card and driver are you using? Is hardware 3d enabled?

Evo2.
How does one find out these things in Ubuntu? (Without rebooting to Vista)
 
Old 09-10-2010, 01:07 AM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,


Find video card:
Code:
lspci | grep -i vga
The driver that is being used can be found in the X log file:
Code:
/var/log/Xorg.0.log
Post that file here as an attachment if you can't understand it.

To see if hardware 3d is on, post the output of:
Code:
glxinfo | grep ^direct
Cheers,

Evo2.

Last edited by evo2; 09-10-2010 at 01:08 AM. Reason: Typo in log file name.
 
Old 09-10-2010, 01:22 AM   #6
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
I just did

Code:
sudo aptitude install hardinfo
It would appear that I have an ATI RC410 (Radeon Xpress 200)

...and no proprietary drivers.

Have not had any problems with other graphics, videos, etc. nor the Dreamchess.....
 
Old 09-10-2010, 01:25 AM   #7
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by evo2 View Post
Hi,


Find video card:
Code:
lspci | grep -i vga
The driver that is being used can be found in the X log file:
Code:
/var/log/Xorg.0.log
Post that file here as an attachment if you can't understand it.

To see if hardware 3d is on, post the output of:
Code:
glxinfo | grep ^direct
Cheers,

Evo2.
Thanks.

But it says that the varlog command is not found....and the glx thingie isn't installed.

Any other way?

The first command worked...video card is as described in my post above.
 
Old 09-10-2010, 01:35 AM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by Sumguy View Post
But it says that the varlog command is not found....
It is not a command it is a file that I want you to post here.

Quote:
and the glx thingie isn't installed.
Then install it.
Code:
sudo apt-get install mesa-utils

Quote:
The first command worked...video card is as described in my post above.
Please post the output anyway. The exact string can be important for performing searches.

Cheers,

Evo2.
 
Old 09-10-2010, 01:47 AM   #9
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
O-K...

Here's the video card read-out:

Quote:
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200]
Can't get that var/log info- this comes up (regardless of if I use sudo or not)

Quote:
sudo: /var/log/Xorg.0.log: command not found
And finally...the glxinfo:

Quote:
direct rendering: Yes
 
Old 09-10-2010, 02:03 AM   #10
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by Sumguy View Post
Here's the video card read-out:
Thanks.


Quote:
Can't get that var/log info- this comes up (regardless of if I use sudo or not)
it is not an executable. It is a log file. Ie a text file with the output from a program. In this case the output of your xserver. I'm not asking you to execute it I'm asking you to either read it to find out what driver you are using of to attach it to one of your posts here so that I can read it.

For example you can read it with the following command
Code:
less /var/log/Xorg.0.log
You can attach it to a post by "ckicking" the "Manage Attachments" button on the page where you type text to create a post.


Quote:
And finally...the glxinfo:
Ok it seems hardware 3d rendering is on.

Cheers,

Evo2.
 
Old 09-10-2010, 02:10 AM   #11
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
I went into the Xlog file manually through Nautilus......

Here's the attachment.

Thanks for taking all the time to help me!!
Attached Files
File Type: log Sumguy Xorg.0.log (56.0 KB, 12 views)
 
Old 09-10-2010, 02:11 AM   #12
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Hehe...we keep cross-posting!
 
Old 09-10-2010, 02:18 AM   #13
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Ok, from your Xorg.0.log it looks like you are using the correct driver and have hardware rendering working, so I don't know what is causing the problems with the programs you list in your first post.

I'm assuming you start those programs from some sort of menu: have you tried starting them from the command line to see what, if any, errors or warnings they report? If not I suggest you do.

Cheers,

Evo2.

PS. It is generally better not to put spaces in filenames.
 
Old 09-10-2010, 02:23 AM   #14
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by evo2 View Post
Ok, from your Xorg.0.log it looks like you are using the correct driver and have hardware rendering working, so I don't know what is causing the problems with the programs you list in your first post.

I'm assuming you start those programs from some sort of menu: have you tried starting them from the command line to see what, if any, errors or warnings they report? If not I suggest you do.

Cheers,

Evo2.

PS. It is generally better not to put spaces in filenames.
Thanks. I'll try opening the games from the command line tomorrow (getting ready for bed now).....

I don't know what's going on though- now, I can't even get the gibberish graphics....when I go to start the race in Tux Cart....it just closes out the program!

Update manager says my system is up to date. I really don't know why I'm having all these problems!
 
Old 09-10-2010, 02:36 AM   #15
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
May've uncovered some info here:

Quote:
~$ supertuxkart
Data files will be fetched from: '/usr/share/games/supertuxkart/'
SDL_LoadWAV() failed to load /usr/share/games/supertuxkart//data/sfx/horn.wav
Highscores will be saved in '/home/bob/.supertuxkart/highscore.data'.
Unfortunately, it doesn't seem to have anything to do with the problems mentioned above-

My dog's waiting....NOW I'm going to bed!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple games. BernardoLG Linux - Games 9 10-06-2006 07:51 AM
problems creating a simple bootable cd to perform a simple task czarherr Linux - Software 1 11-11-2004 05:22 AM
Is there a simple way to install the most common requirements for games? jimdaworm Linux - Games 2 12-04-2003 12:12 PM
This may be simple, games? Mack_T Linux - Newbie 2 09-23-2003 12:20 PM
Simple games PissOnWindows Linux - Software 4 07-22-2002 05:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration