dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
435 stars 80 forks source link

-l or --login does not work #24

Closed hubertlepicki closed 12 years ago

hubertlepicki commented 12 years ago

On Ubuntu 12.04, Intel Core i5 video GPU, when I run -l option I get: ERROR: cannot initialize kmscon, error: -14, Bad address (or very similar ;)).

dvdhrm commented 12 years ago

Please specify the whole command-line. The -l option expects additional arguments, that is: ./kmscon -l -- /bin/login Or something like that.

hubertlepicki commented 12 years ago

You are right, for some reason I ignored the line saying options missing and focused on ERROR. Sorry for confusion.