Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 20:40:10 -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.1002092036030.11722@wonkity.com>
In-Reply-To: <alpine.BSF.2.00.1002091319470.10645@wonkity.com>
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> <alpine.BSF.2.00.1002091319470.10645@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Feb 2010, Warren Block wrote:
> 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

What I should have suggested trying first was to remove the Display 
SubSection and letting xorg autodetect the monitor resolution:

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.1002092036030.11722>