Re: GLINT/Permedia video driver works in 3.2-beta
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
Dries Schellekens wrote (in a message from Tuesday 1) > > It seems /etc/fbtab has an extra line in 3.2 > /dev/X00 600 /dev/ttyC0:/dev/wskbd0:/dev/wsmouse0 > > I just added this line, because I did a manual upgrade. Is this necessary > too? Yes, it's needed in the case of xdm, that starts the server as root. This line makes the X server give away the listed devices to the _x11 user, before revoking its privileges. > > I will report if VT switching works, when the new kernel is finished. You will probably notice that the mouse is stalled when switching back to X after loging in a text VT. This is a know problem, that will be handled after the release. (you can use the -keepPriv option to X in /etc/X11/xdm/Xservers for now as a workaround, but you'll loose the benefits of revoking privileges). Matthieu