Re: VT switching / XKB problem

2004-03-29 Thread Ivan Pascal
Hi, In 4.3.0 days I made a change to the native keyboard driver that would differentiate between Alt+Ctrl+SPECIAL and Alt+Ctrl+Shift+SPECIAL, where SPECIAL is one of the VT screen switch, zap, or mode change keys. I submitted a small patch (Bugzilla #1298) that cathes a new case where

Problem with SiS630 and FreeBSD

2004-03-29 Thread Takaaki Nomura
I've tested XFree86 4.4.0 with SiS630 based internal video card on FreeBSD and Linux. The loader server exited on FreeBSD. I've attached the server log below. The static server didn't have the problem. Both servers worked on Linux. -- Takaaki Nomura XFree86 Version 4.4.0 Release Date: 29

Re: multihead isa

2004-03-29 Thread Lee Olsen
Hello all; The ati driver is the only one doing dynamic resource determination and multiple ClaimFixedResources calls for a single device. Following that model, I put together a resource gathering scheme to allow a single AddBusDeviceToConfig call per card. I tried it out with a VGA Wonder,

Re: vesa probe is inadequate

2004-03-29 Thread Lee Olsen
Hello all; The vesa driver's probe only looks for a vga. If you have a real stone age original vga, you get No screens found. The vesa probe needs to look for the vesa signature in the bios, and that means libint10.a and libvbe.a must be able to run without referencing screens or entities,

Re: vesa probe is inadequate

2004-03-29 Thread Andrew C Aitchison
On Mon, 29 Mar 2004, Lee Olsen wrote: The two line vbeModes.c change fixes VBEFindSupportedDepths reporting zero for depths les than 15. The symptom I saw is a 512k card requesting a depth of 16, resulting in No usable modes. diff -bc vbeModes.c* *** vbeModes.cMon Mar 29 15:24:45

Re: vesa probe is inadequate

2004-03-29 Thread Lee Olsen
Andrew C Aitchison wrote: On Mon, 29 Mar 2004, Lee Olsen wrote: The two line vbeModes.c change fixes VBEFindSupportedDepths reporting zero for depths les than 15. The symptom I saw is a 512k card requesting a depth of 16, resulting in No usable modes. diff -bc vbeModes.c* ***