Re: Display locking up

2009-06-17 Thread ryan dilworth
On Wed, Jun 17, 2009 at 3:08 AM, ryan dilworth wrote: > Hey, I've been trying to get Xorg working with my new video card now > for a while and have been having ongoing problems.  Not sure what to > diagnose that as... if it's a driver specific problem or something > else.  Right now my display just

Re: intel g45 - outputs detected wrong with KMS

2009-06-17 Thread Jérôme Poulin
I have the same problem, it happens when I switch from 2.6.30-rc7 to final 2.6.30, I can still go back in 2.6.30-rc7 and get the correct display. It appears to have a TV ""connected"" but disconnected at the same time, my desktop margins are stuck at 1024x768 however I have my full 1280x800 availab

Re: intel g45 - outputs detected wrong with KMS

2009-06-17 Thread Keith Packard
On Wed, 2009-06-17 at 10:56 -0400, Jérôme Poulin wrote: > I have the same problem, it happens when I switch from 2.6.30-rc7 to > final 2.6.30, I can still go back in 2.6.30-rc7 and get the correct > display. It appears to have a TV ""connected"" but disconnected at the > same time, my desktop margi

Has anyone seen this?

2009-06-17 Thread David Moffatt
I have a problem compiling the x-server. I am using the standard X11R7.4 xorg-server-1.5.1, bigreqsproto-1.0.2, damageproto-1.1.0, evieext-1.0.2, fontcacheproto-0.1.2, fontsproto-2.0.2, glproto-1.4.9, inputproto-1.4.4, libXdamage-1.1.1, xkbevd-1.0.2, xineramaproto-1.1.2, xf86driproto-2.0.4, x

Re: Has anyone seen this?

2009-06-17 Thread Maarten Maathuis
My guess is that this some early version of dri2 (which was never actually used), there is probably a --disable-dri2 or something like that. Maarten. ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[ANNOUNCE] inputproto 1.5.1

2009-06-17 Thread Peter Hutterer
Just one commit, and it's been sitting on the branch for months now. Might as well make it part of a release. Peter Hutterer (2): Protect _XiDevicePresenceNotifyEvent declaration against C++ includes. #19075 inputproto 1.5.1 git tag: inputproto-1.5.1 http://xorg.freedesktop.org/arch

[ANNOUNCE] inputproto 1.9.99.12

2009-06-17 Thread Peter Hutterer
Huzzah, it's a tarball! This is the first tarball-release of the XI2 protocol, the shortlog is not quite so, it includes everything from 1.5.1 to now. Bear in mind that XI2 is not API stable yet. Cheers, Peter Alan Hourihane (2): Bump to 1.9.99.2 for inputproto bump to 1.99.9.3

error of install mpwm

2009-06-17 Thread liming cheng
Hi, I download mpwm from git:// people.freedesktop.org/~whot/mpwm(http://wearables.unisa.edu.au/mpx/?q=downloads) . ./configrue successful make---error r...@xjtu-desktop:/home/xjtu/mpwm# make make all-recursive make[1]: 正在进入目录 `/home/xjtu/mpwm'

Re: error of install mpwm

2009-06-17 Thread Peter Hutterer
On Thu, Jun 18, 2009 at 11:19:08AM +0800, liming cheng wrote: > I download mpwm from git:// > people.freedesktop.org/~whot/mpwm(http://wearables.unisa.edu.au/mpx/?q=downloads) > .. > ./configrue successful > make---error > > r...@xjtu-desktop:/ho

Problems with resumed suspend: Work (dual/external heads) <=> Home (built in laptop display)

2009-06-17 Thread Jamie Jackson
(Ubuntu 9.04) At work, I've got dual head, external monitors (VGA, TDMS-1). If I suspend there, and resume at home (using only built-in LVDS), I get a black screen. I have similar problems when going in reverse. The only way I've been able to recover is via SSH and xrandr, however, my home => wo

Re: Skype causes a segmentation fault (1.6.2 RC1) and restarting of the X Server

2009-06-17 Thread Miro Hadzhiev
Am I at the right place? No reply so far. Do I need to file this particular bug concerning Skype and the segmentation fault of X Server somewhere else? :) On Tue, Jun 16, 2009 at 3:16 PM, Miro Hadzhiev wrote: > Something else, after the restart of X Server and starting Skype again, the > problem

[PATCH RFC] Support for new XInput ABI in synaptics

2009-06-17 Thread Ben Gamari
I got sick of not having a working trackpad with todays xserver build so I took a few minutes to fix up the synaptics driver to be compatible with the new XInput ABI. The task was generally pretty simple although it's definitely not finished. The synaptics driver claims it can export up to 12 but

[PATCH] Update synaptics to XInput 7 ABI

2009-06-17 Thread Ben Gamari
--- src/synaptics.c | 51 ++- 1 files changed, 46 insertions(+), 5 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index ff66517..f917d8b 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -69,6 +69,11 @@ #include #include +#i