From 4a6f646f50ecac88a4d1523ae6556689a58d045e Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 20 Apr 2011 21:38:27 +0200 Subject: fixed kernel command line reading & fixed performShutDown / performReboot --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 5f15d39..baff7af 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -184,8 +184,9 @@ int main(int argc, char *argv[]) { qxtLog->debug() << "*******************************************"; // set invisible cursor - //qApp->setOverrideCursor(QCursor(Qt::WaitCursor)); QWSServer::instance()->setCursorVisible(false); + QWSServer::instance()->setDefaultKeyboard("TTY:/dev/tty0"); + QWSServer::instance()->setDefaultMouse("IntelliMouse:/dev/mice"); // start fbgui fbgui gui; gui.show(); -- cgit v1.2.3-55-g7522