Drowning in a KDE4 - xorg - nvidia glass of water after updating all over the weekend. w/links sorry attachments didn't get through

Warren Block wblock at wonkity.com
Wed Feb 10 03:40:13 UTC 2010


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


More information about the freebsd-ports mailing list