URN Logo
UNIX Resources » Linux » Linux Forum » Gentoo Linux Support » Page.1 » PC hanging
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
PC hanging
Subject: PC hanging
Author: satimis    Posted: 2006-09-13 10:40:54    Length: 341 byte(s)
[Original] [Print] [Top]
Hi folks,

Gentoo amd64
Gnome-light desktop
Browser - SeaMonkey.

Frequently PC hung while scrolling rapidly with mouse wheel on a
webpage or while answering postings on forum.  Please advise how to
check its cause and also how to fix the problem

TIA

B.R.
satimis
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: TrickyRic    Posted: 2006-09-13 10:48:25    Length: 453 byte(s)
[Original] [Print] [Top]
launching the application from a terminal or terminal emulator (konsole for example) would usually output debug messages to the terminal during use. not all softwares provide any output at all however.

failing that you'll just have to assume this software to be unstable. i personally have never used "seamonkey" and cannot comment on its current state. does it appear in the portage stable tree or is it masked for any reason?
----
Laptop: 2GHz Acer Aspire 9301AWSMi, 1GB DDR2, 17" TFT, 256MB GeForce Go 6100
Sold Development System:
2GHz AMD Opteron 246, Socket 940 Asus K8N-DL
Server System: 1.2GHz AMD Athlon, Socket 462 Apollo KT133 VT82C686
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: satimis    Posted: 2006-09-14 10:10:44    Length: 1,059 byte(s)
[Original] [Print] [Top]
Hi TrickyRic,

Quote
launching the application from a terminal or terminal emulator (konsole for example) would usually output debug messages to the terminal during use. not all softwares provide any output at all however.
I did not start application on terminal but from menu bar.

Quote
failing that you'll just have to assume this software to be unstable. i personally have never used "seamonkey" and cannot comment on its current state. does it appear in the portage stable tree or is it masked for any reason?
It is not only limited on SeaMonkey.  It occured on random occasions on different environment, editing text with "nano", "browsing Internet", "scrolling a page, either webpage or text, with mouse wheel, etc.

I suspect whether Xorg caused PC hanging.  I did not encounter this problem while running console, runlevel 2/3.


B.R.
satimis
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: TrickyRic    Posted: 2006-09-14 12:05:30    Length: 315 byte(s)
[Original] [Print] [Top]
does the following output anything?

Code:
cat /var/log/Xorg.0.log | grep EE

it could easily be that now you have a new xorg.conf, you no longer experience these issues. if you do though then you may want to try using another mouse protocol.
----
Laptop: 2GHz Acer Aspire 9301AWSMi, 1GB DDR2, 17" TFT, 256MB GeForce Go 6100
Sold Development System:
2GHz AMD Opteron 246, Socket 940 Asus K8N-DL
Server System: 1.2GHz AMD Athlon, Socket 462 Apollo KT133 VT82C686
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: satimis    Posted: 2006-09-14 20:12:13    Length: 516 byte(s)
[Original] [Print] [Top]
Hi TrickyRic,

Quote
does the following output anything?

Code:
cat /var/log/Xorg.0.log | grep EE
# cat /var/log/Xorg.0.log | grep EE
Code:
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER

Others noted with tks.

B.R.
satimis
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: satimis    Posted: 2006-09-14 22:57:43    Length: 2,035 byte(s)
[Original] [Print] [Top]
Hi TrickyRic,

Further to my late posting, I think most likely the hanging was caused by the mouse.  Can I try another protocol?  If YES please advise how to make the change.

$ cat /etc/X11/xorg.conf
Code:
.....
Section "InputDevice"

# Identifier and driver

    Option "Protocol"    "PS/2" # PS/2 Mouse
    Option "Device"      "/dev/input/mice"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"  "Xqueue"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"        "256"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"

# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.

    Option "ZAxisMapping"   "4 5 6 7"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection
.....

TIA

B.R.
satimis
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: TrickyRic    Posted: 2006-09-15 09:18:49    Length: 1,451 byte(s)
[Original] [Print] [Top]
the output you posted is of a comment within the log and safe to ignore. no other outputs suggest xorg is working fine.

to change the protocol used, simply reference something other than PS/2 (which your currently using) in the inputdevice section of xorg.conf. different protocols support different technologies and sometimes at various reliability. there's a few protocols today, but for a regular usb or ps2 mouse you can usually get away with Auto (note you may find the system just uses ps/2 though, if you allow it to auto select):

Code:
Option "Protocol" "Auto"

personally if Auto doesn't do any better, i'd start by trying IntelliMouse, ImPS/2, or ExplorerPS/2. while these were geared more towards microsoft scroll mice, they do tend to work quite well on other similar devices.

you can do much more than changing protocol with mice. for example, if you have a fancy mouse with extra buttons, you can use a combination of the Buttons and ZAxisMapping options, together with xmodmap to configure the extra buttons and scroll wheels etc.

please note though that changing protocols can sometimes alter which pseudo device you need to use, so /dev/input/mice may become say... /dev/psaux. don't panic if you appear to lose your mouse altogether, its most likely just linked up to some unusual file.
----
Laptop: 2GHz Acer Aspire 9301AWSMi, 1GB DDR2, 17" TFT, 256MB GeForce Go 6100
Sold Development System:
2GHz AMD Opteron 246, Socket 940 Asus K8N-DL
Server System: 1.2GHz AMD Athlon, Socket 462 Apollo KT133 VT82C686
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: satimis    Posted: 2006-09-15 19:48:31    Length: 609 byte(s)
[Original] [Print] [Top]
Hi TrickyRic link,


Tks for your advice.

Finally I recall that I met the same problem on Ubuntu 6.0.6 previously.  The solution was on /boot/grub/grub.conf adding "noapic" to the end of the line:
Code:
kernel  (hd0,0)/boot/linux-2.6.17-gentoo-r7 root=/dev/hda2 noapic

It is the problem of Xong causing the PC to hang.  I'm now answersing this posting on Gentoo box which has been working for more than an hour without problem.

Others noted with tks.


B.R.
satimis
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: TrickyRic    Posted: 2006-09-16 02:36:57    Length: 80 byte(s)
[Original] [Print] [Top]
i've not heard of apic causing issues like this before. cheers for sharing.
----
Laptop: 2GHz Acer Aspire 9301AWSMi, 1GB DDR2, 17" TFT, 256MB GeForce Go 6100
Sold Development System:
2GHz AMD Opteron 246, Socket 940 Asus K8N-DL
Server System: 1.2GHz AMD Athlon, Socket 462 Apollo KT133 VT82C686
[Original] [Print] [Top]
Subject: Re: PC hanging
Author: satimis    Posted: 2006-09-16 06:37:07    Length: 216 byte(s)
[Original] [Print] [Top]
Hi TrickyRic,

The Gentoo box has been working for amost half day without any problem.  Emerge packages on desktop console went through smoothly without causing PC hanging.

B.R.
satimis
[Original] [Print] [Top]
« Previous thread
About installing package
Gentoo Linux Support
Page. 1
Next thread »
Screen resolution
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:02:26, cost 0.066450119018555 ms.