View previous topic :: View next topic |
Author |
Message |
Takenover83 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Oct 2003 Posts: 17
|
Posted: Mon Aug 15, 2005 12:02 am Post subject: [SOLVED] Nvidia issue - garbled screen on xserver shutdown |
|
|
Nvidia drivers with framebuffer enabled causes screen corruption on shutdown/restart/killed xserver.
I remember reading that this is caused by tvout. Im not sure what to put in my xorg.conf to disable tv out though. Anyone know what to put there? I would like to keep tvout enabled if possible but will toss it, if there is no other way to fix the garbled/corrupted screen. I don't want to disable the framebuffer either :/
Thanks guys.
Last edited by Takenover83 on Mon Aug 15, 2005 1:49 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Nicom Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 30 Jan 2003 Posts: 380
|
Posted: Mon Aug 15, 2005 12:46 am Post subject: |
|
|
Pretty sure that's a known issue with the nvidia driver and framebuffer. If you aren't already, use the vesafb and not the riva.
For disabling tv-out, in the vid card device section of xorg.conf, this option should work: Quote: | Option "TwinView" "false" |
http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14 -many people here report the same issue, and it doesn't seem solveable. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Reikinio Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/63343081142ffda82f3cbd.jpg)
Joined: 14 Aug 2005 Posts: 203 Location: Uruguay
|
Posted: Mon Aug 15, 2005 12:53 am Post subject: |
|
|
Yes, it's true, in order to use the nvidia driver you must not compile any nvidia fb in your kernel, just use the vesafb for a fancy boot, also
if you get a corrupted console when you shutdown/restart/kill X, this is the fix(at least it was for me) :
Code: | Option "IgnoreDisplayDevices" "DFP, TV" |
Add that to the nvidia driver section in xorg.conf |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Takenover83 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Oct 2003 Posts: 17
|
Posted: Mon Aug 15, 2005 1:47 am Post subject: |
|
|
Yea I have just been using the plan ol vesa buffer but the problems remains with Tvout enabled. Goes away once you disable it, but then you loose the tvout.
Maybe it will be fixed eventually in the comming driver releases. I will mark this solved sence it is out of our hands.
Thanks guys. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drescherjm Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 05 Jun 2004 Posts: 2790 Location: Pittsburgh, PA, USA
|
Posted: Mon Aug 15, 2005 2:09 am Post subject: |
|
|
Quote: | Maybe it will be fixed eventually in the comming driver releases. |
I doubt that.
I had this exact problem a year ago with the rivafb and the nvidia-kernel driver. Moved to vesafb and then vesa-tng and have not seen any of this at all... _________________ John
My gentoo overlay
Instructons for overlay |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|