LinuxQuestions.org
Help answer threads with 0 replies.
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 01-11-2005, 09:24 AM   #1
Idle
LQ Newbie
 
Registered: Nov 2002
Location: Iceland
Distribution: RHEL, CentOS, Slackware
Posts: 26

Rep: Reputation: 15
System hangs and Firefox crashes


I'm having two rather odd problems. First, the more important one.

If I leave the computer for a while (say, 25-30 minutes), I return to a non-functioning KDE desktop. I can move the mouse cursor 'round (but not activate or click any menus, buttons, et cetera), and the keyboard seems dead. The only way for me is to "hard" reboot the computer. Now, this only started today, and I haven't changed an awful lot since yesterday. In fact, I've reverted most of my changes already (mostly in xorg.conf), but still it happens. The Xorg.0.log and syslog don't show anything unusual (to me, at least).

The second problem I also started experiencing today, after following Franklin's guide to Making non-antialised fonts look nice. Everything worked, it seemed (I skipped the Freetype step as I had already upgraded it), but when I was going to take a look at my blog, Firefox crashed. I tried Franklin's suggestions of running Firefox from the command line, deleting settings, cache, even wiping out the entire .firefox directory, but without luck.
It also happens when I try to view the aRts web site (the only two I've had the problem so far).

Some version numbers for you to goggle at:
Slackware 10.0
Kernel 2.6.10
KDE 3.3.2
The latest NVIDIA drivers (6629, if memory serves)

Other than that, it's pretty much the original Slackware 10 release.

I'm dumbstruck.

Update on the Firefox crash issue:
I reckon it's got something to do with the fonts on my system (or lack, thereof?). After changing the theme of my blog I was able to load the page and it works just dandy. I'll have to look into it. The aRts page loads now, too (which confuses me, unless they've just changed something, too?), but as soon as I change the theme of my blog back, Firefox crashes.

Update on system hang problem:
Problem seems to be solved now. The xorg.conf I posted below is the same as after the changes I made (and hadn't tested at the time of posting). I changed the NvAGP option from 2 to 3 among other things, and so far everything looks good.

Update #2 on Firefox crash:
The problem's got something to do with Freetype 2 and the byte interpreter option, I reckon. I've also narrowed the crash down to sites using the font Helvetica. The funny thing is, Firefox is not the only browser that craps out; Galeon, Konqueror and Mozilla do, too. Perhaps it's a bug in Freetype? Or my Helvetica font is corrupted, somehow?
I reckon it's time for some further investigations...

Update #3 on Firefox crash:
Problem solved. I upgraded the entire X packages to slackware-current. Then I had some minor problems with starting up X 'cause the keyboard driver name had been changed from "keyboard" to "kbd" in xorg.conf (or was it the other way 'round? Ach!). Fonts looked terrible again, and I noticed the pkgtool hadn't removed the older x11 base package, either. So, I removed the old as well as the new x11 base packages, installed the new one, built Freetype (--prefix=/usr) and voilá! No problems anymore.

Last edited by Idle; 01-13-2005 at 12:37 PM.
 
Old 01-11-2005, 10:26 AM   #2
rhythmking
Member
 
Registered: Dec 2003
Posts: 54

Rep: Reputation: 15
KDE Hangs

I had the exact problem in slack 9.1 and I found a lot of other people had the same problem.
Somtimes the mouse would sort of go crazy opening widows and that sort of thing also.
The kde website had some boards regaring this issue but no solutions.
I noticed the mouse did the same thing in MS Windows, so I put it on another computer and it did the same thing again.
I bought a new mouse and the problem was solved.
I think MS nuked my mouse, perhaps I'm paranoid.
Do you use Windows also? How old is your system and mouse.
Are you sure your video card is configured correctly.
Good luck.
 
Old 01-11-2005, 10:54 AM   #3
Idle
LQ Newbie
 
Registered: Nov 2002
Location: Iceland
Distribution: RHEL, CentOS, Slackware
Posts: 26

Original Poster
Rep: Reputation: 15
Well, the mouse doesn't go frenzy on me or anything, it just seems as if the system hangs, except the mouse cursor position still updates when I move the mouse.

Aye, I use Windows, but on a different computer, so I doubt that's got something to do with it.
The computer is 'bout 11 months old, and so is the mouse and other peripherals attached to it.

I reckon there's nothing wrong with my parameters in xorg.conf, but here it is in all its glory if someone can spot something odd.

Code:
Section "ServerLayout"
	Identifier "X.org Configured"
	Screen 0 "Screen0" 0 0
	InputDevice "LogitechWheelMouse" "CorePointer"
	InputDevice "Mitsumi105Keyboard" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath "/usr/X11R6/lib/X11/rgb"
	ModulePath "/usr/X11R6/lib/modules"

	FontPath  "/usr/X11R6/lib/X11/fonts/misc"
	FontPath  "/usr/X11R6/lib/X11/fonts/TTF"
	FontPath  "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath  "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath  "/opt/kde/share/fonts"
	FontPath  "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath  "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath  "/usr/local/share/fonts/TTF"
EndSection

Section "Module"
	Load "record"	# X event recorder
	Load "extmod"	# Misc. required extensions
	Load "dbe"		# Double-buffering
	Load "xtrap"	# No idea!#@
	Load "glx"		# OpenGL X protocol interface
	Load "freetype"	# TrueType font handler
	Load "type1"	# Adobe Type 1 font handler
	Load "speedo"	# Load speedo fonts
EndSection

Section "InputDevice"
	Identifier "Mitsumi105Keyboard"
	Driver "keyboard"
	Option "CoreKeyboard"
	Option "XkbModel"  "pc105"
	Option "XkbLayout" "is"
EndSection

Section "InputDevice"
	Identifier "LogitechWheelMouse"
	Driver "mouse"
	Option "Protocol" "IMPS/2"
	Option "Device" "/dev/mouse"
	Option "Emulate3Buttons" "off"
	Option "Buttons" "3"
	Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier "Hansol730E"
	VendorName "Hansol"
	ModelName "730E"
	HorizSync 30-72
	VertRefresh 50-160
	DisplaySize 306 230
EndSection

Section "Device"
	Identifier "GeForceFX5200"
	Driver "nvidia"
	VendorName "nVidia Corporation"
	BoardName "NV34 [GeForce FX 5200]"
	BusID "PCI:2:0:0"

	Option "NoLogo" "False"
	Option "NvAGP" "3"
	Option "RenderAccel" "True"
	Option "UseEdidFreqs" "False"
	Option "HWcursor" "True"
	Option "IgnoreDisplayDevices" "DFP,TV"
	Option "ConnectedMonitor" "CRT"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "GeForceFX5200"
	Monitor "Hansol730E"
	DefaultColorDepth 24

	SubSection "Display"
		Depth 8
		Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x400"
	EndSubSection

	SubSection "Display"
		Depth 15
		Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x400"
	EndSubSection

	SubSection "Display"
		Depth 16
		Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x400"
	EndSubSection

	SubSection "Display"
		Depth 24
		Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x400"
	EndSubSection

	SubSection "Display"
		Depth 32
		Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x400"
	EndSubSection
EndSection
 
  


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
Firefox crashes too often apachedude Slackware 26 04-27-2006 05:19 PM
net driver causes system hangs (keyboard hangs) yjchen Linux - Networking 0 10-21-2004 10:12 PM
FireFox crashes mikeshn Linux - Software 7 09-10-2004 07:57 AM
KDE hangs or crashes on first boot? pnoguy Slackware 3 08-16-2004 02:48 AM
My linux is broke...boot hangs and gnome crashes donbellioni Linux - General 9 08-09-2004 01:05 PM

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

All times are GMT -5. The time now is 09:27 PM.

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