diff options
| author | joe | 2011-04-20 21:38:27 +0200 |
|---|---|---|
| committer | joe | 2011-04-20 21:38:27 +0200 |
| commit | 4a6f646f50ecac88a4d1523ae6556689a58d045e (patch) | |
| tree | 5a893b83e51f5d3fc4a55ac2c2855cdf1bfc803b /src/main.cpp | |
| parent | kexec done by fbgui (diff) | |
| download | fbgui-4a6f646f50ecac88a4d1523ae6556689a58d045e.tar.gz fbgui-4a6f646f50ecac88a4d1523ae6556689a58d045e.tar.xz fbgui-4a6f646f50ecac88a4d1523ae6556689a58d045e.zip | |
fixed kernel command line reading & fixed performShutDown / performReboot
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |
