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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-24-2009, 07:18 AM
|
#1
|
LQ Newbie
Registered: Jan 2006
Posts: 12
Rep:
|
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.
|
|
|
01-24-2009, 08:00 AM
|
#2
|
Member
Registered: Jan 2009
Posts: 57
Rep:
|
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.
|
|
|
01-24-2009, 09:50 AM
|
#3
|
LQ Newbie
Registered: Jan 2006
Posts: 12
Original Poster
Rep:
|
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.
|
|
|
01-24-2009, 10:49 AM
|
#4
|
Member
Registered: Jan 2009
Posts: 57
Rep:
|
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
|
|
|
01-24-2009, 12:37 PM
|
#5
|
LQ Newbie
Registered: Jan 2006
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by digitelle
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.
|
|
|
01-24-2009, 01:05 PM
|
#6
|
Member
Registered: Jan 2009
Posts: 57
Rep:
|
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.
|
|
|
01-24-2009, 03:16 PM
|
#7
|
LQ Newbie
Registered: Jan 2006
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by digitelle
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.
|
|
|
All times are GMT -5. The time now is 08:38 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|