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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to