Sluggish performance with ATi Rage 128

2009-05-22 Thread Kristaps Esterlins
Currently I have multiple issues with the following hardware | Running Arch GNU/Linux i686 CPU - Intel Pentium III (Katamai) 500Mhz RAM - 256MB 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] [1106:0691] (rev 42) 00:01.0 PCI bridge [0604]: VIA Technologies, Inc.

compiling xserver without hal

2009-05-22 Thread Justin Mattock
quick question: if I compile xserver without hal (noticed udev 142 has no voluemid) will I be able to use the mouse and keyboard (and wireless mouse) once I startx? if so, what switches do I need to make sure are set before I compile the xserver? -- Justin P. Mattock

Re: compiling xserver without hal

2009-05-22 Thread Jason Kim
You can use keyboard/mouse without hal.. "--disable-config-hal" maybe ? On Fri, 2009-05-22 at 13:36 -0700, Justin Mattock wrote: > quick question: > if I compile xserver without hal > (noticed udev 142 has no voluemid) > will I be able to use the mouse and keyboard > (and wireless mouse) > once I

[PATCH] xf86-video-geode: fix GPIO BAR detection with libpciaccess

2009-05-22 Thread Andres Salomon
From: Otavio Salvador This patch fixes an issue with the GPIO BAR detection. Basically, with libpciaccess we're finding the ISA device and checking its BARs, but we're not bothering to fill in the BAR information via pci_device_probe. This results in a 0'd out bar and: (EE) GEODE(0): Could no

Re: compiling xserver without hal

2009-05-22 Thread Justin Mattock
On Fri, May 22, 2009 at 1:45 PM, Jason Kim wrote: > You can use keyboard/mouse without hal.. > > "--disable-config-hal" maybe ? > > On Fri, 2009-05-22 at 13:36 -0700, Justin Mattock wrote: >> quick question: >> if I compile xserver without hal >> (noticed udev 142 has no voluemid) >> will I be abl

xcb-util error: Package requirements (xcb > 1.2> were not met

2009-05-22 Thread Justin Mattock
while compiling all of the xserver stuff I ran into an interesting error with compiling xcb-util (everything has been pulled through git) Requested 'xcb > 1.2' but version of XCB is 1.2 well which is it? 1.2 or 1.2' -- Justin P. Mattock ___ xorg maili

Re: xcb-util error: Package requirements (xcb > 1.2> were not met

2009-05-22 Thread Tiago Vignatti
Justin Mattock escreveu: > while compiling all of the xserver stuff I ran into > an interesting error with compiling xcb-util > (everything has been pulled through git) > > Requested 'xcb > 1.2' but version of XCB is 1.2 > > well which is it? 1.2 or 1.2' http://en.wikipedia.org/wiki/Order_relati

Re: [PATCH] xf86-video-geode: fix GPIO BAR detection with libpciaccess

2009-05-22 Thread Tiago Vignatti
Andres Salomon escreveu: > This patch fixes an issue with the GPIO BAR detection. Basically, > with libpciaccess we're finding the ISA device and checking its BARs, Well at least the description is wrong: ISA has fixed address mappings and doesn't use BARs. Cheers, Tiago __