Re: Xorg, xf86EnableIO() and the VESA driver

2010-03-12 Thread Jérémie Koenig
On Fri, Mar 12, 2010 at 4:22 PM, Samuel Thibault wrote: > Jérémie Koenig, le Fri 12 Mar 2010 10:44:13 +0100, a écrit : >> Apparently the code in my card's BIOS needs access to both 0x40-0x43 >> and 0x60-0x63: if I reenable them manually from within gdb the vesa >> driver works. > > Mmm, you may wa

Re: Xorg, xf86EnableIO() and the VESA driver

2010-03-12 Thread Samuel Thibault
Jérémie Koenig, le Fri 12 Mar 2010 10:44:13 +0100, a écrit : > Bool > xf86EnableIO() > { > if (ioperm(0, 0x1, 1)) { > FatalError("xf86EnableIO: ioperm() failed (%s)\n", strerror(errno)); > return FALSE; > } > ioperm(0x40,4,0); /* trap access to the timer chip */ >

Re: Hurd vs. Google Summer of Code 2010

2010-03-12 Thread Thomas Schwinge
Hello! On Thu, Mar 11, 2010 at 05:12:47AM +0100, olafbuddenha...@gmx.net wrote: > On Wed, Mar 10, 2010 at 02:43:35PM +0100, Thomas Schwinge wrote: > > On Wed, Mar 10, 2010 at 08:02:30AM +0100, olafbuddenha...@gmx.net > > wrote: > > >http://www.bddebian.com/~hurd-web/community/gsoc/ > > > > I

Re: Xorg, libpciaccess and /dev/mem

2010-03-12 Thread olafBuddenhagen
Hi, On Fri, Mar 12, 2010 at 02:43:46AM +0100, Samuel Thibault wrote: > olafbuddenha...@gmx.net, le Fri 12 Mar 2010 00:32:44 +0100, a écrit : > > On Thu, Mar 11, 2010 at 05:35:13PM +0100, Samuel Thibault wrote: > > But that will still need a method for obtaining a memory object for > > the physica

Xorg, xf86EnableIO() and the VESA driver

2010-03-12 Thread Jérémie Koenig
2010/3/11 Jérémie Koenig : > By the way, some other problems I have (I will investigate those further): >  * Using the VESA driver, the X server crashes with SIGILL. The > backtrace shown suggests this happens in the int10 code. The culprit is xf86EnableIO() in hw/xfree86/os-support/hurd/hurd_vide

[bug #29206] /proc/meminfo says swap is full when it's not

2010-03-12 Thread Samuel Thibault
Follow-up Comment #1, bug #29206 (project hurd): It seems like the issue is that val_t is a long long but the format is just a long, thus bogus size on the stack for the parameters. Changing the format or casting to long should fix it (the code is still in the hurd CVS, madhusudancs-soc2008-procf

[bug #29206] /proc/meminfo says swap is full when it's not

2010-03-12 Thread Emilio Pozuelo Monfort
URL: Summary: /proc/meminfo says swap is full when it's not Project: The GNU Hurd Submitted by: pochu Submitted on: Fri 12 Mar 2010 01:03:05 PM GMT Category: None Seve

Re: Hurd vs. Google Summer of Code 2010

2010-03-12 Thread Carl Fredrik Hammar
Hi, On Thu, Mar 11, 2010 at 03:33:56PM +0100, olafbuddenha...@gmx.net wrote: > On Thu, Mar 11, 2010 at 01:18:05PM +0100, Carl Fredrik Hammar wrote: > > On Thu, Mar 11, 2010 at 05:12:47AM +0100, olafbuddenha...@gmx.net > > wrote: > > > > > Thanks for both the content enhancements, and for catching