Re: VESA 800x600 console not working

2002-09-22 Thread David Xu
I have two patches: http://people.freebsd.org/~davidxu/vm86.diff http://people.freebsd.org/~davidxu/vm86_2.diff the first patch is to keep vm86lock as a sleep lock, and allow the thread calling vm86 bios could be preempted, but still only one thread can call vm86 bios. so if we want a sleep mute

Re: VESA 800x600 console not working

2002-09-21 Thread Gavin Atkinson
On Fri, 26 Jul 2002, David Xu wrote: > Yes, this is a known problem. I have a patch for this, you may > download it from here: > http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz Is there any chance of geting these committed? With them, my laptop is happy to give a 100x37 screen on VESA_8

Re: VESA 800x600 console not working

2002-07-29 Thread Terry Lambert
Alexander Kabaev wrote: > What do you mean? VESA mode works like a charm here on a very fresh > STABLE. A: "What's that?" B: "It's my luck rabbit's foot." A: "What's it for?" B: "It keeps dragons from swooping out of the sky and eating me." A: "Really?!?" B: "Yeah."

Re: VESA 800x600 console not working

2002-07-29 Thread Alexander Kabaev
What do you mean? VESA mode works like a charm here on a very fresh STABLE. FreeBSD stable 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 29 10:19:35 EDT 2002 root@stable:/usr/src/sys/compile/KAN i386 On Mon, 29 Jul 2002 06:57:13 -0700 rob <[EMAIL PROTECTED]> wrote: > > BTW, the VESA mode doesn

Re: VESA 800x600 console not working

2002-07-29 Thread rob
Maxim Sobolev wrote: > > David Xu wrote: > > > > Yes, this is a known problem. I have a patch for this, you may > > download it from here: > > http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz > > Any ideas why it isn't committed yet? > > -Maxim BTW, the VESA mode doesn't work on -stabl

Re: VESA 800x600 console not working

2002-07-29 Thread Maxim Sobolev
t; From: "Rob" <[EMAIL PROTECTED]> > To: "Current" <[EMAIL PROTECTED]> > Sent: Saturday, July 27, 2002 6:46 AM > Subject: VESA 800x600 console not working > > > Having a laptop here, I wanted to get the same 800x600 console that I > > have in -s

Re: VESA 800x600 console not working

2002-07-26 Thread Rob
David Xu wrote: > > Yes, this is a known problem. I have a patch for this, you may > download it from here: > http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz > > David Xu > Thanks!! Rob. -- - The Numeric Python EM Project www.pythonemproject.com To Unsu

Re: VESA 800x600 console not working

2002-07-26 Thread David Xu
y, July 27, 2002 6:46 AM Subject: VESA 800x600 console not working > Having a laptop here, I wanted to get the same 800x600 console that I > have in -stable. I built my kernel with OPTIONS VESA and OPTIONS > SC_PIXEL_MODE. I have tried two methods. The first was to put 0x0080 > in t

VESA 800x600 console not working

2002-07-26 Thread Rob
Having a laptop here, I wanted to get the same 800x600 console that I have in -stable. I built my kernel with OPTIONS VESA and OPTIONS SC_PIXEL_MODE. I have tried two methods. The first was to put 0x0080 in the device.hints file for SC. That gave me a blank screen upon startup. I also tried p