diff --git a/kcontrol/displayconfig/NOTES b/kcontrol/displayconfig/NOTES index 4328797cc..49d087361 100644 --- a/kcontrol/displayconfig/NOTES +++ b/kcontrol/displayconfig/NOTES @@ -1,7 +1,3 @@ -**************** THIS IS NOT YET COMPLETE **************** -AS SUCH IT SHOULD REMAIN DISABLED UNTIL IT IS COMPLETE -********************************************************** - NOTES: -1.) This loads the monitor settings quite well and even lets the user play with them, but it cannot save. or even apply the settings to hardware yet. -2.) Profile support should probably be added. Imagine having multiple display profiles--a portable device could plug into a docking station and be set up in seconds! The same idea applies for presentations, etc. \ No newline at end of file +1.) Some control of the display power saving timeouts would be nice. +2.) Profile support should probably be added. Imagine having multiple display profiles--a portable device could plug into a docking station and be set up in seconds! The same idea applies for presentations, etc. diff --git a/kdm/kfrontend/kgapp.cpp b/kdm/kfrontend/kgapp.cpp index 01d44cf63..8dea3c904 100644 --- a/kdm/kfrontend/kgapp.cpp +++ b/kdm/kfrontend/kgapp.cpp @@ -332,7 +332,7 @@ kg_main( const char *argv0 ) } else { dialog = new KStdGreeter; } - dialog->move(primaryScreenPosition.x(), primaryScreenPosition.y()); + dialog->move(dialog->x() + primaryScreenPosition.x(), dialog->y() + primaryScreenPosition.y()); TQPoint oldCursorPos = TQCursor::pos(); TQCursor::setPos(oldCursorPos.x() + primaryScreenPosition.x(), oldCursorPos.y() + primaryScreenPosition.y()); if (*_preloader) {