| Summary: | 13.2-RELEASE - not able to switch between virtual terminals | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Slawomir Wojciech Wojtczak <vermaden> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Not A Bug | ||
| Severity: | Affects Only Me | CC: | emaste |
| Priority: | --- | ||
| Version: | 13.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Slawomir Wojciech Wojtczak
2023-08-13 16:29:43 UTC
Can you reproduce this without xdm? I.e., if you start X from a virtual console can you switch? (In reply to Ed Maste from comment #1) Seems it was *ME* again :( This was the problematic configuration: # grep'^ttyv' /etc/ttys ttyv0 "/usr/libexec/getty Pc" xterm onifexists secure ttyv1 "/usr/libexec/getty Pc" xterm onifexists secure ttyv2 "/usr/libexec/getty Pc" xterm onifexists secure ttyv3 "/usr/libexec/getty Pc" xterm onifexists secure ttyv4 "/usr/libexec/getty Pc" xterm onifexists secure ttyv5 "/usr/libexec/getty Pc" xterm onifexists secure ttyv6 "/usr/libexec/getty Pc" xterm onifexists secure ttyv7 "/usr/libexec/getty Pc" xterm onifexists secure ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure # grep xdm /etc/rc.conf xdm_enable=YES xdm_tty=ttyv4 This configuration solved the problem: # grep'^ttyv' /etc/ttys ttyv0 "/usr/libexec/getty Pc" xterm onifexists secure ttyv1 "/usr/libexec/getty Pc" xterm onifexists secure ttyv2 "/usr/libexec/getty Pc" xterm onifexists secure ttyv3 "/usr/libexec/getty Pc" xterm onifexists secure # grep xdm /etc/rc.conf xdm_enable=YES xdm_tty=ttyv4 There was conflict for *ttyv4* that was causing it. I just closed it as 'not a bug'. Regards, vermaden |