LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-22-2010, 12:08 AM   #46
kcnewslackuser
Member
 
Registered: Jan 2010
Posts: 68

Original Poster
Rep: Reputation: 0
driver issues


I did the linux nomodeset thing and the games still do the same thing when played. And also if i do add it to lilo im not sure where at in the file i should add it at.


I tried to do the strace on the supertux game but it said there was no such file or something like that so im sure i typed it wrong or something.

Last edited by kcnewslackuser; 09-22-2010 at 12:10 AM.
 
Old 09-22-2010, 12:23 AM   #47
aocab
Member
 
Registered: Nov 2009
Location: Heart of Texas
Distribution: Slackware-current
Posts: 138

Rep: Reputation: 30
Quote:
Originally Posted by kcnewslackuser View Post
I did the linux nomodeset thing and the games still do the same thing when played. And also if i do add it to lilo im not sure where at in the file i should add it at.
in my /etc/lilo.conf file there is a line like so:
Code:
append=" vt.default_utf8=1"
as root I changed it to:
Code:
append=" vt.default_utf8=1 nomodeset"
and then ran lilo to update the bootloader

Quote:
Originally Posted by kcnewslackuser View Post
I tried to do the strace on the supertux game but it said there was no such file or something like that so im sure i typed it wrong or something.
not sure...is strace installed?
 
Old 09-22-2010, 12:27 AM   #48
kcnewslackuser
Member
 
Registered: Jan 2010
Posts: 68

Original Poster
Rep: Reputation: 0
driver issues

Are you sure its a 1 because mine has a 0 in it


yes i have strace installed . I just used it wrong it seems

Last edited by kcnewslackuser; 09-22-2010 at 12:30 AM.
 
Old 09-22-2010, 12:38 AM   #49
aocab
Member
 
Registered: Nov 2009
Location: Heart of Texas
Distribution: Slackware-current
Posts: 138

Rep: Reputation: 30
Quote:
Originally Posted by kcnewslackuser View Post
Are you sure its a 1 because mine has a 0 in it
if you are talking about the 1 in "vt.default_utf8=1"
keep the setting you already have
 
Old 09-22-2010, 01:01 AM   #50
kcnewslackuser
Member
 
Registered: Jan 2010
Posts: 68

Original Poster
Rep: Reputation: 0
driver issues

supertux is the name of the program so how would i go about using strace
 
Old 09-22-2010, 01:10 AM   #51
aocab
Member
 
Registered: Nov 2009
Location: Heart of Texas
Distribution: Slackware-current
Posts: 138

Rep: Reputation: 30
Quote:
Originally Posted by kcnewslackuser View Post
supertux is the name of the program so how would i go about using strace
you should be able to do:
Code:
strace supertux > supertuxstrace.log
and after you exit the program you will have the log
file which might help isolate the problem
 
Old 09-22-2010, 03:36 AM   #52
kcnewslackuser
Member
 
Registered: Jan 2010
Posts: 68

Original Poster
Rep: Reputation: 0
driver issues

I ran the strace but what good does it do me when i cant read the log cause x locks up and ill have to reboot just to get x back.
 
Old 09-22-2010, 12:15 PM   #53
aocab
Member
 
Registered: Nov 2009
Location: Heart of Texas
Distribution: Slackware-current
Posts: 138

Rep: Reputation: 30
Quote:
Originally Posted by kcnewslackuser View Post
I ran the strace but what good does it do me when i cant read the log cause x locks up and ill have to reboot just to get x back.
I'm really not sure.
This is when I start digging through the logs looking for
anything that might stand out that occurred around the time
the lockup occurred.

I usually look through
~/.xsession-errors
/var/log/dmesg
/var/log/messages
/var/log/syslog

I'll try running the program from a terminal window to see if
I can catch any errors it spits out before it locks up.

I'll google a bit to see if I can find anything similar to my problem.

I'd visit the website for the program and look to see if they have a support forum.

etc.

I'm not having the same problem you are having with supertux.

It does lock up X on occasion (black screen w/mouse pointer)...
but that has only happened when I exit the program
after having changed the display settings
(for example switching from full screen mode to windowed mode).

Sorry, I know that is not much help.

Last edited by aocab; 09-22-2010 at 12:22 PM.
 
Old 09-22-2010, 09:08 PM   #54
kcnewslackuser
Member
 
Registered: Jan 2010
Posts: 68

Original Poster
Rep: Reputation: 0
driver issue

I donno i really dont know what to do and to be honest im getting close to just giving up on using anything with 3d in it on the system cause ive had problems with it for quite a while now and nothing I do from help from you or others seems to fix the problem and Im just tired of doing stuff and it not fix the problem to be honest. Thanks for all of your help and everything tho.
 
Old 09-22-2010, 09:55 PM   #55
aocab
Member
 
Registered: Nov 2009
Location: Heart of Texas
Distribution: Slackware-current
Posts: 138

Rep: Reputation: 30
Quote:
Originally Posted by kcnewslackuser View Post
I donno i really dont know what to do and to be honest im getting close to just giving up on using anything with 3d in it on the system cause ive had problems with it for quite a while now and nothing I do from help from you or others seems to fix the problem and Im just tired of doing stuff and it not fix the problem to be honest. Thanks for all of your help and everything tho.
Been there and done that. Don't feel too discouraged.
It took me quite a while before I was able to get
everything in place and working okay.

I tried various things before I was able to get the
driver loaded correctly with kms enabled.

If you still have everything in place...
you could always post your most current log files again
in case someone comes along and notices something.

At least to double check and make sure the driver
is loaded with kms enabled.

I see this in the Xorg0.log file when the driver
is loaded and kms is not enabled:
(II) [KMS] drm report modesetting isn't supported.

I see this in the Xorg0.log file when the driver
is loaded and kms is enabled:
(II) [KMS] Kernel modesetting enabled.

Cheers
 
  


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
rndis_host driver issue ouain Linux - Networking 0 07-02-2009 04:30 PM
Video/Driver Issue lisa86 Slackware 4 08-26-2008 03:06 AM
I think nvidia driver issue oldsko0l Linux - Software 6 05-19-2006 01:00 AM
nVidia driver issue Kronan Linux - Hardware 7 11-16-2005 06:50 AM
Driver Issue mobassir Linux - Software 15 05-12-2004 04:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:47 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