156d3
![]() |
|
|
|
|
#1
|
|||
|
|||
|
Hello all, I have this problem. Seems that some nvidia driver had updated last Friday. Today I rebooted the computer and after login into KDE the screen became black. I tried three times and it's always the same, so I logged as a failed session and it worked but can not log in the normal way.
Any idea or fix fo this? Last edited by DutchDaemon; May 2nd, 2012 at 16:23. |
|
#2
|
|||
|
|||
|
Does
grep "^(EE)" /var/log/Xorg.0.log tell you anything useful?
|
|
#3
|
||||
|
||||
|
I am having similar issues with version 295.40 of the NVidia driver. It will work for a short time and then the screen will turn black and system will become unresponsive. I have reverted to the previous version and everything is fine now. This doesn't seem to be FreeBSD specific. I did a little research and it seems the Linux version of the driver has issues too. http://www.nvnews.net/vbulletin/showthread.php?t=178362
|
|
#4
|
|||
|
|||
grep "^(EE)" /var/log/Xorg.0.logCode:
# grep "^(EE)" /var/log/Xorg.0.log (EE) May 02 11:23:48 NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) May 02 11:23:48 NVIDIA(0): log file that the GLX module has been loaded in your X (EE) May 02 11:23:48 NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) May 02 11:23:48 NVIDIA(0): you continue to encounter problems, Please try (EE) May 02 11:23:48 NVIDIA(0): reinstalling the NVIDIA driver. Last edited by DutchDaemon; May 4th, 2012 at 18:12. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#5
|
|||
|
|||
|
Show us the full Xorg log file. It looks like X is loading the wrong GLX module.
ADam |
|
#6
|
|||
|
|||
|
Quote:
http://pastebin.com/HT7mqwK6 Too long to put it here. |
|
#7
|
|||
|
|||
|
Quote:
Last edited by DutchDaemon; May 4th, 2012 at 18:13. |
|
#8
|
|||
|
|||
|
Code:
(II) Module glx: vendor="X.Org Foundation" Adam |
| The Following User Says Thank You to adamk For This Useful Post: | ||
adripillo (May 4th, 2012) | ||
|
#9
|
|||
|
|||
|
Quote:
But the problem now is that all menus have too much transparency. It's almost impossible to read something, I tried to select a different type of desktop teme but it still remains almost 95% of transparency. Don't know why, because it was better before. Last edited by DutchDaemon; May 4th, 2012 at 18:14. Reason: Use a spell-checker, please. |
|
#10
|
|||
|
|||
|
Someone here at my side discovered/thinks that the driver loads some buffer and it crashes the driver, because when I turn off the computer and turn on the computer the problem of transparency is fixed.
Last edited by DutchDaemon; May 4th, 2012 at 18:15. |
|
#11
|
||||
|
||||
|
If you are still having trouble with the new driver, I would suggest using ports-mgmt/portdowngrade to downgrade the version of the port in the ports tree. This will only revert the ports tree, not the already installed package.
After you have done this you will have to force a rebuild of the port with portupgrade or portmaster or: # cd /usr/ports/x11/nvidia-driver && make deinstall && make reinstallAfter that you probably will want to prevent that port from being upgraded until a fix is found. You could add the following line to your /var/db/sup/refuse file to prevent the port from being updated by csup: Code:
ports/x11/nvidia-driver/* Last edited by DutchDaemon; May 6th, 2012 at 00:45. |
| The Following User Says Thank You to BSDKaffee For This Useful Post: | ||
adripillo (May 7th, 2012) | ||
|
#12
|
|||
|
|||
|
Quote:
Last edited by DutchDaemon; May 7th, 2012 at 15:45. Reason: Stop screaming. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] KDE 4 Black Screen on Load | z662 | KDE | 1 | May 15th, 2011 03:33 |
| Black screen with GDM 2.26 | cabriofahrer | GNOME | 5 | July 17th, 2009 16:38 |
| [Solved] x-windows black screen | Antonix | X.Org | 7 | May 19th, 2009 18:25 |
| XORG black screen... | mharvey87 | X.Org | 15 | March 9th, 2009 03:25 |