Re: [9fans] (no subject)

2014-04-15 Thread sl
>> In my experience a VESA BIOS will sometimes report >> different available modes depending on the detected >> EDID. > > I have no problem believing this is true, but I'm also sure > there's more to > it than that. I agree. One problem is that these things are all different, almost completely un

Re: [9fans] (no subject)

2014-04-15 Thread Anthony Sorace
> In my experience a VESA BIOS will sometimes report > different available modes depending on the detected > EDID. I have no problem believing this is true, but I'm also sure there's more to it than that. The device I'm most frustrated with is a Thinkpad, reporting on the built-in display, for e

Re: [9fans] (no subject)

2014-04-15 Thread arisawa
Hello, the result below is on one of my machine with GA-H61M-USB3H. the MB is nice with 9front. maia% @{rfork n; aux/realemu; aux/vga -p}|grep '^vesa mode' vesa mode 0x107 1280x1024x8 m8 packed vesa mode 0x11a 1280x1024x16 r5g6b5 direct vesa mode 0x11b 1280x1024x32

Re: [9fans] (no subject)

2014-04-15 Thread erik quanstrom
thanks for the confirmation! - erik

Re: [9fans] (no subject)

2014-04-15 Thread sl
In my experience a VESA BIOS will sometimes report different available modes depending on the detected EDID. The following cards reported the following modes when the following EDIDs were detected: --- 1.0.0: vid 03.00.00 1106/3344 11 0:f008 67108864 1:f400 16777216 VIA Techno

Re: [9fans] Plan 9 on Thinkpad T60

2014-04-15 Thread erik quanstrom
On Tue Apr 15 15:01:48 EDT 2014, j...@margolius.co.uk wrote: > There is a complete lack of usability, unable to open new windows and such so > I have put plan9front on it. and of course given a non specific report like this, nothing will get fixed. - erik

Re: [9fans] Plan 9 on Thinkpad T60

2014-04-15 Thread Jan
There is a complete lack of usability, unable to open new windows and such so I have put plan9front on it. From: 9fans-boun...@9fans.net [9fans-boun...@9fans.net] on behalf of erik quanstrom [quans...@quanstro.net] Sent: 15 April 2014 16:51 To: 9fans@9fans

Re: [9fans] (no subject)

2014-04-15 Thread erik quanstrom
> Funny, I have 10+ machines that all use vesa, all widescreen. I have > never seen a vesa BIOS that didn't provide widescreen modes. I'm sure > they exist, but they certainly are not rare. I drive 1920x1200x32 with > vesa and Cinap's realemu just fine. my experience has been similar to anthony's.

Re: [9fans] (no subject)

2014-04-15 Thread Aram Hăvărneanu
On Tue, Apr 15, 2014 at 5:36 PM, Anthony Sorace wrote: > Cards with VESA entries for non-4:3 modes are rare; I'm not sure I've ever > seen one. On Tue, Apr 15, 2014 at 5:50 PM, erik quanstrom wrote: > and vesa bioses don't typicall provide em. Funny, I have 10+ machines that all use vesa, all

Re: [9fans] Plan 9 on Thinkpad T60

2014-04-15 Thread erik quanstrom
> Has anyone managed to get Plan 9 running on an IBM Thinkpad T60? I can't get > past installing the mbr when I've tried. if you open up a new window, what's in /dev/sdctl? - erik

Re: [9fans] (no subject)

2014-04-15 Thread erik quanstrom
> I have got hold of a new 1920x1200 monitor but no card I can find seems > to support it on plan9 - Even cards that claim this resolution and higher > don't have the vesa mode entry. > > Anyone any thoughts, or suggestions of cards that do > have the apropriate high resolution VESA modes? as ant

Re: [9fans] (no subject)

2014-04-15 Thread Anthony Sorace
I'd love to hear about positive results here. Cards with VESA entries for non-4:3 modes are rare; I'm not sure I've ever seen one. The Pi, by contrast, drives my 16:10 high-res monitor without issues, which is the main reason it's my main Plan 9 terminal these days. Anthony signature.asc Des

[9fans] Plan 9 on Thinkpad T60

2014-04-15 Thread Jan
Has anyone managed to get Plan 9 running on an IBM Thinkpad T60? I can't get past installing the mbr when I've tried.

[9fans] (no subject)

2014-04-15 Thread Steve Simon
Hi, I have got hold of a new 1920x1200 monitor but no card I can find seems to support it on plan9 - Even cards that claim this resolution and higher don't have the vesa mode entry. Anyone any thoughts, or suggestions of cards that do have the apropriate high resolution VESA modes? Thanks, -Ste

Re: [9fans] nvidia 7600GS works now

2014-04-15 Thread kokamoto
> applied, thanks. You are well come! Kenji

[9fans] amd64 disassembly for modrm byte register with rex prefix fix

2014-04-15 Thread cinap_lenrek
--- a/sys/src/libmach/8db.c Fri Jan 17 21:09:17 2014 +0100 +++ b/sys/src/libmach/8db.c Tue Apr 15 09:48:44 2014 +0200 @@ -1878,7 +1878,7 @@ { if (ip->mod == 3) { if (ip->osize == 'B') - bprint(ip, (ip->rex & REXB? breg64: breg)[ip->base]); +

Re: [9fans] nvidia 7600GS works now

2014-04-15 Thread cinap_lenrek
applied, thanks. -- cinap