Summary: | fbdev-backend backend appears it can't just USE a TTY. It must be run ON a tty to work. | ||
---|---|---|---|
Product: | Wayland | Reporter: | nerdopolis1 |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.0.90 | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
nerdopolis1
2013-05-22 23:32:54 UTC
Now I am not so sure if the fbdev-backend.so backend is at fault with the TTY. After further diagnosis of having this same issue after my workaround later on, I later discovered that I accidentally duplicated my init script for my loginmanager, and I was running two instances of the thing, which was causing me lots of problems, including colliding on TTYs. Shouldn't you use --tty=/dev/tty2 instead of just --tty=2 or --tty=tty2. That is how I had to use it not so long ago...(that wasn't with fbdev-backend though) This probably can be closed Because of a scripting error, I was ending up with two instances of my script, which was causing TWO instances of my script running, and calling weston on the same TTY, which was causing the conflict. (I think even pretty much at the same time) When I found out what was giving me two instances, and brought it down to one, I am not getting these wierd TTY issues and --tty=2 is for weston itself while weston-launch takes --tty=/dev/tty2 I think Reporter identified the problem as starting weston twice on the same tty. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.