LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-24-2009, 07:18 AM   #1
byhisdeeds
LQ Newbie
 
Registered: Jan 2006
Posts: 12

Rep: Reputation: 0
Intermittent freezing on FC10


I am running FC10 with the latest nvidia drivers on a dell xps1530 laptop.

kmod-nvidia-2.6.27.9-159.fc10.i686-177.82-1.fc10.7.i686

Every 5 minites or so the display freezes for a few seconds. When I look in the Xorg.log I see the following messages.

Backtrace:
0: /usr/bin/Xorg(xorg_backtrace+0x3b) [0x812bc5b]
1: /usr/bin/Xorg(mieqEnqueue+0x289) [0x810b379]
2: /usr/bin/Xorg(xf86PostMotionEventP+0xc2) [0x80d4262]
3: /usr/bin/Xorg(xf86PostMotionEvent+0x68) [0x80d43c8]
4: /usr/lib/xorg/modules/input//evdev_drv.so [0x163d05]
5: /usr/bin/Xorg [0x80bcdb7]
6: /usr/bin/Xorg [0x80ac91e]
7: [0x110400]
8: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x1100233]
9: /usr/lib/libpixman-1.so.0 [0x316453]
10: /usr/lib/libpixman-1.so.0 [0x315b11]
11: /usr/lib/libpixman-1.so.0 [0x314402]
12: /usr/lib/libpixman-1.so.0 [0x319940]
13: /usr/lib/libpixman-1.so.0(pixman_image_composite+0x7d1) [0x3195d1]
14: /usr/lib/xorg/modules//libwfb.so(wfbComposite+0x1b2) [0x2579d2]
15: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x1111671]
[mi] mieqEnequeue: out-of-order valuator event; dropping.
[mi] EQ overflowing. The server is probably stuck in an infinite loop.
[mi] mieqEnequeue: out-of-order valuator event; dropping.
[mi] EQ overflowing. The server is probably stuck in an infinite loop.
[mi] mieqEnequeue: out-of-order valuator event; dropping.
[mi] EQ overflowing. The server is probably stuck in an infinite loop.

Can anyone tell me what I can do to solve this problem.
 
Old 01-24-2009, 08:00 AM   #2
digitelle
Member
 
Registered: Jan 2009
Posts: 57

Rep: Reputation: 16
Nvidia has a linux driver for your card here. Just download the installer (.run file) and run it.

Alternaltely, did you try following the Nvidia driver guides at fedoraforum? It looks like it from the name of the package, but I've got to be sure, you may be missing a package that is needed for the card to work properly.
 
Old 01-24-2009, 09:50 AM   #3
byhisdeeds
LQ Newbie
 
Registered: Jan 2006
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Alternaltely, did you try following the Nvidia driver guides at fedoraforum? It looks like it from the name of the package, but I've got to be sure, you may be missing a package that is needed for the card to work properly.
Yes, and I tried the rpmfusion install.
rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/...ble.noarch.rpm http://ftp-stud.hs-esslingen.de/pub/...ble.noarch.rpm
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i386

However when I check what I have installed against what is on the nvidia site I see where I only have 177.xx drivers and nvidia site has 180.22, which was released on January 8th. When will an update one reach the rpmfusion repos.
 
Old 01-24-2009, 10:49 AM   #4
digitelle
Member
 
Registered: Jan 2009
Posts: 57

Rep: Reputation: 16
Did you use nvidia-settings or nvidia-xconfig to configure your xorg.conf without letting livna-config-display do it's autoconfiguration first?

To fix this, run these two commands:

nvidia-config-display disable
nvidia-config-display enable

If that doesn't work than you may need to disable the drivers from making automatic changes to xorg.conf

livna-config-display --active off
 
Old 01-24-2009, 12:37 PM   #5
byhisdeeds
LQ Newbie
 
Registered: Jan 2006
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by digitelle View Post
Did you use nvidia-settings or nvidia-xconfig to configure your xorg.conf without letting livna-config-display do it's autoconfiguration first?

To fix this, run these two commands:

nvidia-config-display disable
nvidia-config-display enable
I just installed the nvidia 180.22 drivers from the test rpmfusion repos and that seems to have fixed the problem. However I am interested in what you mention above. I have since two years used the livna repos version of the nvidia drivers and can't remember when last I would have run any video configs. Thus I expect that the livna config is the one that would have been run. Also, I recently moved to the rpmfusion repos and there I installed the akmod-nvidia package.

I must say however that I have been experinecing this problem for some months and am not sure at what point it started to occur. Do you think I need to revert to the 177.xx drivers and try the config stuff.
 
Old 01-24-2009, 01:05 PM   #6
digitelle
Member
 
Registered: Jan 2009
Posts: 57

Rep: Reputation: 16
If the 180.22 update has solved your problem than I see no reason for you to revert back to the 177.xx, unless you want to use them for testing to solve the problem and provide information for others.
 
Old 01-24-2009, 03:16 PM   #7
byhisdeeds
LQ Newbie
 
Registered: Jan 2006
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by digitelle View Post
If the 180.22 update has solved your problem than I see no reason for you to revert back to the 177.xx, unless you want to use them for testing to solve the problem and provide information for others.
I'll try and revert in the coming week and see if the config options you suggested would affect the problem.

Thanks.
 
  


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
network problem in FC10 RudraB Fedora 12 01-30-2009 10:32 AM
No accelerated 3D in FC10? rylan76 Fedora 1 12-12-2008 06:48 PM
Installation of FC10 PeterKarjala Fedora - Installation 3 12-02-2008 05:42 AM
FC10, No Bluetooth Mouse mickeyboa Fedora 3 10-07-2008 01:23 PM
Intermittent freezing problems w/Mandrake 10.1 shamrock_uk Linux - Newbie 1 04-06-2005 06:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:36 AM.

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