Find the answer to your Linux question:
Results 1 to 5 of 5
if i try opening up a game, for example KAtomic , the computer will just lock up and freeze. Force quit commands don't do anything and i'm forced to turn ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    8

    help with crashing slackware

    if i try opening up a game, for example KAtomic , the computer will just lock up and freeze. Force quit commands don't do anything and i'm forced to turn it manually off and on. It doesn't happen only with games either, it happens sporadically with the terminal

    What's the problem?!

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Not sure what's going on but sounds like it may be a graphics issue of some type. You might be able to find some clues by looking around in the system log files:

    /var/log/
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Dec 2008
    Posts
    8
    i'm new to linux

    how will the log help? do you want me to post it?

    edit: how do i even access it?

  4. #4
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    I think nano is installed by default on Slackware. If it's not, you can use another text editor such as vi, or vim, but note that they aren't as new user friendly as nano.

    Either way, you can go to a terminal and enter the following commands to see what's in the log files:

    Code:
    su
    
    cd /var/log
    
    nano file_name
    ...substituting your editor for nano, and the exact name of the file for file_name, as needed.

    For more info on using the command line under Linux, check out LinuxCommand.org:

    LinuxCommand.org: Learn the Linux command line. Write shell scripts.

    Hope you have fun with Slackware.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Just Joined!
    Join Date
    Dec 2008
    Posts
    8
    ah, thanks

    i should've found out about that link earlier

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...