Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 13:28:54 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        eculp <eculp@encontacto.net>
Cc:        "ports@freebsd.org" <ports@freebsd.org>
Subject:   Re: Drowning in a KDE4 - xorg - nvidia glass of water after updating all over the weekend. w/links sorry attachments didn't get through
Message-ID:  <alpine.BSF.2.00.1002091319470.10645@wonkity.com>
In-Reply-To: <20100209140022.14333dewlvwquxgk@econet.encontacto.net>
References:  <20100208135607.15046zztahoof18g@econet.encontacto.net> <alpine.BSF.2.00.1002081315360.2573@wonkity.com> <20100208171717.108472s13ac4930g@econet.encontacto.net> <alpine.BSF.2.00.1002081640170.3398@wonkity.com> <20100209140022.14333dewlvwquxgk@econet.encontacto.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Feb 2010, eculp wrote:

> removing the BusID line worked and the nvidia defination is needed. Xorg now 
> seems to work. I have xinitrc configured for kde and it starts fine and 
> displays the nvidia screen and looks ok initially in general with the kde 
> graphics but at the end it all goes to black.  Changing to twm or vtwm works 
> fine but with a black background only although with twm I have term windows 
> and other programs that are viewable

Don't know about KDE, but the black background is now a default for 
Xorg, so also for twm.

> where in kde, nothing is visible. There must be something missing from 
> my upgrading that would cause the black background but have no idea 
> where to look.

Failed to switch consoles (Invalid argument)
Failed to switch consoles (Invalid argument)
Failed to switch consoles (Invalid argument)
(II) Feb 09 13:14:42 NVIDIA(0): Setting mode "nvidia-auto-select"
Failed to switch consoles (Invalid argument)

That looks to me like KDE trying to switch to a particular resolution 
and failing.  Check the resolution setting in the xorg.conf Screen 
section.  The easiest is just to set Virtual to the largest resolution 
your monitor can handle:

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         SubSection "Display"
                 Virtual 1920 1200
         EndSubSection
EndSection

-Warren Block * Rapid City, South Dakota USA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1002091319470.10645>