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 ...
- 08-04-2007 #1Just 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?
- 08-05-2007 #2
Hi and Welcome !
Do Mouse and Keyboard work when system hang?
Execute this
Check if it lists any error message.Code:dmesg | less
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
- 08-05-2007 #3Just 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.
- 08-06-2007 #4
Log in as root and open /etc/X11/xorg.conf file.
Set value of Video Driver to "vesa".
Something like this:
Edit Driver line only. It could be "via" in your xorg.conf file. Set that to "vesa".Code:Section "Device" BoardName "xxxx" BusID "1:0:0" Driver "vesa" Identifier "Device[0]" VendorName "xxxxxx" EndSection
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
- 08-07-2007 #5Just 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....


Reply With Quote