RE: Intel 845GME with newer xorg

2011-10-28 Thread ??
Hi all!
I'm now trying Running xorg-server on arm6(S3C6410), my xorg.log is 
attached, why can't find /dev/fb0 ? 


BR


-Original Message-
From: xorg-bounces+anf=siso.edu...@lists.freedesktop.org on behalf of jarek
Sent: Thu 10/27/2011 10:36 PM
To: xorg@lists.freedesktop.org
Subject: Intel 845GME with newer xorg
 
Hi all!

I've device with xorg 1.6.5, and I want to upgrade it to 1.10.4.

I tried to find IEGD driver but failed. 

After some tweeks I have installed Intel driver  from
 http://intellinuxgraphics.org (xf86-video-intel-2.15.0.tar.bz2).

which almost works.

The problem I'have is that I'm unable to configure resolution for this
display.

In original xorg.conf I have:

Section Screen
  SubSection Display
Depth  24 
Modes  1920x480
  EndSubSection
IdentifierScreen0
DeviceIntel_IEGD-0
EndSection

Section Device
Identifier Intel_IEGD-0
Driver iegd
VendorName Intel(R) DEG
BoardName  Embedded Graphics
BusID  0:2:0
Screen  0
Option PcfVersion1792
Option ConfigId  1
Option ALL/1/name   test4
Option PortDrivers sdvo lvds
Option ALL/1/General/PortOrder  24000
Option ALL/1/General/DisplayConfig  2
Option ALL/1/General/DisplayDetect  0
Option ALL/1/Port/4/General/name   lvds
Option ALL/1/Port/4/General/EdidAvail  0
Option ALL/1/Port/4/General/EdidNotAvail   4
Option ALL/1/Port/4/General/Rotation   0
Option ALL/1/Port/4/General/Edid   0
Option ALL/1/Port/4/Attr/271
Option ALL/1/Port/4/Attr/491
Option ALL/1/Port/4/Attr/2618
Option ALL/1/Port/4/Attr/437
Option ALL/1/Port/4/Dtd/1/PixelClock   114000
Option ALL/1/Port/4/Dtd/1/HorzActive   1920
Option ALL/1/Port/4/Dtd/1/HorzSync 55
Option ALL/1/Port/4/Dtd/1/HorzSyncPulse88
Option ALL/1/Port/4/Dtd/1/HorzBlank800
Option ALL/1/Port/4/Dtd/1/VertActive   480
Option ALL/1/Port/4/Dtd/1/VertSync 3
Option ALL/1/Port/4/Dtd/1/VertSyncPulse5
Option ALL/1/Port/4/Dtd/1/VertBlank200
Option ALL/1/Port/4/Dtd/1/Flags0x802
Option ALL/1/Port/2/General/name   sdvo
Option ALL/1/Port/2/General/EdidAvail  0
Option ALL/1/Port/2/General/EdidNotAvail   4
Option ALL/1/Port/2/General/Rotation   0
Option ALL/1/Port/2/General/Edid   0
Option ALL/1/Port/2/Attr/271
Option ALL/1/Port/2/Attr/491
Option ALL/1/Port/2/Attr/2618
Option ALL/1/Port/2/Dtd/1/PixelClock   114000
Option ALL/1/Port/2/Dtd/1/HorzActive   1920
Option ALL/1/Port/2/Dtd/1/HorzSync 55
Option ALL/1/Port/2/Dtd/1/HorzSyncPulse88
Option ALL/1/Port/2/Dtd/1/HorzBlank800
Option ALL/1/Port/2/Dtd/1/VertActive   480
Option ALL/1/Port/2/Dtd/1/VertSync 3
Option ALL/1/Port/2/Dtd/1/VertSyncPulse5
Option ALL/1/Port/2/Dtd/1/VertBlank200
Option ALL/1/Port/2/Dtd/1/Flags0x802
EndSection


I'tried a lot of different settings but I'm unable to get it working
with intel driver.  
Usually I get:

4956.938] (II) intel(0): Not using mode 1920x480 (exceeds panel
dimensions)

Can someone help ?

best regards
Jarek




[23.341] 
X.Org X Server 1.10.4
Release Date: 2011-08-19
[23.342] X Protocol Version 11, Revision 0
[23.342] Build Operating System: Linux 2.6.32-34-generic i686 OpenBricks
[23.342] Current Operating System: Linux 192.168.1.20 2.6.28.6 #721 PREEMPT Thu Jan 13 17:51:35 CST 2011 armv6l
[23.343] Build Date: 18 October 2011  03:21:22PM
[23.343]  
[23.344] Current version of pixman: 0.23.4
[23.344] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[23.344] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[23.346] (==) Log file: /var/log/Xorg.0.log, Time: Thu Jan  1 00:00:23 1970
[23.399] (==) Using config file: /etc/X11/xorg.conf
[23.400] (==) Using config directory: /etc/X11/xorg.conf.d
[23.400] (==) Using system config directory /usr/share/X11/xorg.conf.d
[23.498] (==) No Layout section.  Using the first Screen section.
[23.498] (**) |--Screen Screen0 (0)
[23.498] (**) |   |--Monitor Monitor0
[23.526] (**) |   |--Device Card0
[23.526] (==) Automatically adding devices
[23.526] (==) Automatically enabling devices
[23.592] (==) FontPath set to:
	/usr/share/X11/fonts/misc,
	built-ins
[23.592] (==) 

Re: Missing events sometimes

2011-10-28 Thread Olivier Fourdan
Hi Peter,

On Fri, Oct 28, 2011 at 12:44 AM, Peter Hutterer
peter.hutte...@who-t.net wrote:
[...]

 I'm not sure on the actual code but there's a race condition for both - if
 the release event happens before the server receives/processes the
 GrabKey/Pointer request you may drop the event on the floor. This shouldn't
 happen since you should get it delivered based on the passive grab either
 way but there's a chance the client drops it.
 Try swapping the passive grab to sync and see if that avoids it.

Yeap it works, this plus an XAllowEvents(dpy, SyncKeyboard, ev-time)
that nails it!

[...]

 put a delay in before XGrabPointer in the client and click fast (so that the
 release happens before the request). this way you can easily verify if it is
 that race condition or something else.

Many thanks!

Cheers,
Olivier
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


[ANNOUNCE] xorg-server 1.11.1.902 (1.11.2 RC2)

2011-10-28 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

== Description ==

This is the second release candidate for xorg-server 1.11.2 and contains
fixes for various crashes and correctness issues fixed since the previous
release.

== Known Issues ==

Important issues are listed in the 1.11 tracker bug:
https://bugs.freedesktop.org/show_bug.cgi?id=xserver-1.11

* #17013: Issues when mising Xinerama and XCopyArea/Xdamage
  * Patch on xorg-devel for review, will hopefully be in 1.11.2 RC2
* #29251: [from 1.8.x] server crash destroying GLX pixmaps
* #39580: [from 1.9.x] crash in GLX when resizing a window
* #39949: [from 1.9.x] RandR panning  scaling don't work
* #41124: [from 1.9.x] Another crash in GLX/DRI2 when resizing a window
* #41211: [from 1.10.x] A DRI2 crash regression
  * A workaround is ready.  Please get this merged to master, so it can be 
merged to stable.
* #42008: Double free using intel drivers
  * Fix is ready.  Please get this merged to master, so it can be merged to 
stable.
* #42219: [from 1.10.x] Composite bug sometimes shows empty tooltips

Some additional known issues from the 1.12 tracker would be considered for
1.11 if a fix becomes available:
https://bugs.freedesktop.org/show_bug.cgi?id=xserver-1.12

* #11053: Buffer overflow in fbCopyArea()
  * Has a patch, ajax thinks the patch is wrong
* #23938: [from 1.6.x] keys occasionally get stuck
* #24094: CTRL-ALT-F1 doesn't switch to VT1 (provides garbage input to terminal 
instead)
  * XKB weirdness.  This looks diagnosed, so let's get a patch tested.
* #27428: xrandr events delayed until a key is pressed
* #27804: Enter/Leave event woes with multiple master devices
* #31501: [from 1.8.x] crash accessing font info with xfs in fontpath
* #32765: [from 1.8.x] Xephyr segfaults on 24bpp hosts
  * A possible fix is discussed, but Keith didn't like it.
* #39094: WaitFor does not handle EIO (causes 100% cpu load)
* #41141: Wrong physical size reported for Acer Aspire One screen
  * Patch is provided in the bug report and needs review

== New Issues ==

If you encounter an issue that you think should block a future 1.11 release,
please follow the instructions listed in the wiki to raise this to our
attention.

http://www.x.org/wiki/Server111Branch

== Changes since 1.11.2 RC1 ==

Jeremy Huddleston (8):
  Xnest: Match the host's keymap
  XQuartz: appledri: Set the correct reply length for XAppleDRICreatePixmap
  XQuartz: appledri: Fix byte swapping in replies
  XQuartz: appledri: Allow byte swapped requests
  XQuartz: applewm: Correct byte swapping in event notifications
  XQuartz: appledri: Correct byte swapping in event notifications
  XWin: windowswm: Correct byte swapping in event notifications
  configure.ac: Bump to 1.11.1.902 (1.11.2 RC2)

Jesse Barnes (1):
  crtc: match full preferred modes if possible when choosing an initial 
config

Matthieu Herrb (2):
  Fix CVE-2011-4028: File disclosure vulnerability.
  Fix CVE-2011-4029: File permission change vulnerability.

Tomáš Trnka (1):
  Fix drain_console unregistration

Ville Syrjala (1):
  composite: Update borderClip in compAllocPixmap()

git tag: xorg-server-1.11.1.902

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.11.1.902.tar.bz2
MD5:  87dd7958ace0509f6e4da2908c2ee4fd  xorg-server-1.11.1.902.tar.bz2
SHA1: 235a5d77420df21c8a8eed34e196168bafdbb02b  xorg-server-1.11.1.902.tar.bz2
SHA256: 06cb2dffb8d0182c539b154e412b25b98c75d0052cfb16762e7af0d6bf23ec7b  
xorg-server-1.11.1.902.tar.bz2

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.11.1.902.tar.gz
MD5:  aa7decdd06efabcec4ed9f1137e7e873  xorg-server-1.11.1.902.tar.gz
SHA1: 93e18d9ee3aa16ecd5837c8b9a61a37eb149a938  xorg-server-1.11.1.902.tar.gz
SHA256: 0e8c93d8277614fd2fa1b4666f2c42f27db0b7ed7e7f959aa97f320a3681cd49  
xorg-server-1.11.1.902.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)

iD8DBQFOq1x0jC1Anjf1NmMRAidlAJkBS76Nv0C2WDzRHw8yax3ZUzfthACcCX8Y
CUmcrwhKY/FPgireb4RV5bk=
=6HCF
-END PGP SIGNATURE-

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com