Find the answer to your Linux question:
Results 1 to 5 of 5
I installed supported Suse 10.1 from a CD and have nothing but trouble. The OS hangs intermittently for no apparent reason forcing me to do a hard reset. 1) Is ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    4

    Suse 10.1 Hangs

    I installed supported Suse 10.1 from a CD and have nothing but trouble. The OS hangs intermittently for no apparent reason forcing me to do a hard reset.

    1) Is there a syslog I can check to see what might be trapping/throwing exceptions?

    2) Anyone else having/had this issue?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Do Mouse and Keyboard work when system hang?

    Execute this
    Code:
    dmesg | less
    Check if it lists any error message.
    Which Graphics Card do you have? Did you install Video Driver?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Aug 2007
    Posts
    4

    Thanks Devils_Casper

    I executed the command you gave me but there were no error messages.

    To answer your questions:

    1) Yes, the mouse and keyboard both freeze. That's why I have to reset the computer using the reset button.

    2) My video card is VIA Technologies, Inc.
    Model: UniChrome Pro IGP

    3) I didn't install a driver.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Log in as root and open /etc/X11/xorg.conf file.
    Set value of Video Driver to "vesa".
    Something like this:
    Code:
     
    Section "Device"
         BoardName    "xxxx"
         BusID        "1:0:0"
         Driver       "vesa"
         Identifier   "Device[0]"
         VendorName   "xxxxxx"
    EndSection
    Edit Driver line only. It could be "via" in your xorg.conf file. Set that to "vesa".
    Save file and reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Aug 2007
    Posts
    4

    Thanks Again Devil's_Casper

    Well it looks like this:

    Section "Device"
    BoardName "Framebuffer Graphics"
    BusID "1:0:0"
    Driver "fbdev"
    Identifier "Device[0]"
    VendorName "VESA"
    EndSection

    I'll try changing the driver to VESA and see how it works out....

Posting Permissions

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