Xlib: extension XFree86-Misc missing on display :0.0

2010-08-15 Thread JD

 I have
xorg-x11-server-utils-7.4-16.fc13.i686
xorg-x11-server-common-1.8.2-3.fc13.i686
xorg-x11-server-Xorg-1.8.2-3.fc13.i686
installed.
When I

$ xset r rate 500 30
Xlib:  extension XFree86-Misc missing on display :0.0.

Here is my xorg.conf:

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
ModulePath   /usr/lib/xorg/modules
FontPath catalogue:/etc/X11/fontpath.d
FontPath built-ins
EndSection

Section Module
Load  record
Load  extmod
Load  dri2
Load  dbe
Load  glx
Load  dri
EndSection

Section InputDevice
IdentifierKeyboard0
Driverkbd
Option Protocol Standard
Option XkbLayout us
Option XkbRules xfree86
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
OptionProtocol auto
OptionDevice /dev/input/mice
OptionZAxisMapping 4 5 6 7
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync24.0 - 85.0
VertRefresh  48.0 - 76.0
EndSection

Section Device
Identifier  Card0
Driver  radeon
VendorName  ATI Technologies Inc
BoardName   RV350 [Mobility Radeon 9600 M10]
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 1
EndSubSection
SubSection Display
Viewport   0 0
Depth 4
EndSubSection
SubSection Display
Viewport   0 0
Depth 8
EndSubSection
SubSection Display
Viewport   0 0
Depth 15
EndSubSection
SubSection Display
Viewport   0 0
Depth 16
EndSubSection
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
EndSection


So, what do I need to add to my xorg.conf to make xset not belch out 
this error?


I also saw that this very bug was filed in 2005:

https://bugs.freedesktop.org/show_bug.cgi?id=2258

but apparently the patch submitted went nowhere?

___
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


Re: problem with xset

2010-05-18 Thread JD



On 05/17/2010 09:36 PM, Mike Oliver wrote:

On 5/17/2010 9:15 PM, JD wrote:

xset r rate 2 255
belches out the error that Xlib does not have XFree86-Misc
for display 0:0
and my autorepeat gets set to 0 delay and probably maximum
repeat rate, so that I am not even able to type any command.
For example, doing an ls becomes:
$ lss


That sounds like it's working then.  So instead of asking for a 2ms
pause before the autorepeat begins and 255 repeats per second
(which is what you're doing now), play with the numbers to get
closer to the behaviour you really want.

You said you wanted a slow repeat, right?  Try 'xset r rate 1000 4',
which should wait one second (1000ms) before beginning to repeat and
should then repeat at a rate of 4 events per second.

Mike.


Thank you Mike,
That did it. But the server still says:
Xlib:  extension XFree86-Misc missing on display :0.0.

So why would the man page say the rate comes before the delay in the 
args list?

What a *...@#$@%#$ man page!!!
Even --help specifies the args backwards.

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: problem with xset

2010-05-17 Thread JD



On 05/16/2010 07:36 PM, Mike Oliver wrote:

On 5/16/2010 12:03 PM, jd wrote:

Dear all,
I have been trying to change the KB autorepeat
to a very slow rate, but does not work.
To wit:

$ xset r 2 500
xset:  unknown option 500

usage: .etc.

So, the man page says the options for rate setting are:
[-r [keycode]]  [r [keycode]] [r {on|off}] [r rate delay [rate]]


The first 'rate' in '[r rate delay [rate]]' is a keyword, not a
parameter.  Do this:

   xset r rate 2 500

Mike.


Hi Mike.
I tried it, and it fails.
What's with the Xlib extension error?


$ xset r rate 2 500
Xlib:  extension XFree86-Misc missing on display :0.0.
xset:  unknown option 500

usage:  xset [-display host:dpy] option ...
To turn bell off:
-bb off   b 0
To set bell volume, pitch and duration:
 b [vol [pitch [dur]]]  b on
To disable bug compatibility mode:
-bc
To enable bug compatibility mode:
bc
To turn keyclick off:
-cc off   c 0
To set keyclick volume:
 c [0-100]c on
To control Energy Star (DPMS) features:
-dpms  Energy Star features off
+dpms  Energy Star features on
 dpms [standby [suspend [off]]]
  force standby
  force suspend
  force off
  force on
  (also implicitly enables DPMS features)
  a timeout value of zero disables the mode
To set the font path:
 fp= path[,path...]
To restore the default font path:
 fp default
To have the server reread font databases:
 fp rehash
To remove elements from font path:
-fp path[,path...]  fp- path[,path...]
To prepend or append elements to font path:
+fp path[,path...]  fp+ path[,path...]
To set LED states off or on:
-led [1-32] led off
 led [1-32] led on
To set mouse acceleration and threshold:
 m [acc_mult[/acc_div] [thr]]m default
To set pixel colors:
 p pixel_value color_name
To turn auto-repeat off or on:
-r [keycode]r off
 r [keycode]r on
 r rate [delay [rate]]
For screen-saver control:
 s [timeout [cycle]]  s defaults on
 s blank  s noblanks off
 s expose s noexpose
 s activate   s reset
For status information:  q

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: problem with xset

2010-05-17 Thread JD



On 05/17/2010 07:30 PM, Alan Coopersmith wrote:

Mike Oliver wrote:
   

On 05/17/10 15:09, JD wrote:
 

Hi Mike.
I tried it, and it fails.
What's with the Xlib extension error?


$ xset r rate 2 500
Xlib: extension XFree86-Misc missing on display :0.0.
xset: unknown option 500
   

The 'r' argument section of the 'xset' man page I have here says:

   If the server supports the XFree86-Misc extension, or the XKB extension,
   then a  parameter of 'rate' is accepted and should be followed by zero,
   one or two numeric values.  The first  specifies the delay before
   autorepeat starts and the second specifies the repeat rate.   In the
   case that  the  server  supports the XKB extension, the delay is the
   number of milliseconds before autorepeat starts, and the rate is the
   number of repeats per second.

Based on the error message, presumably your X server doesn't provide the
required extensions, so the 'xset r rate ...' command will fail when run
against this server.  (I'm not certain, but I think xset's willingness
to use the XKB extension is a recent addition.  If your 'xset' is old
then it might not know how to work with XKB and might depend entirely
on XFree86-Misc.)
 

Recent versions of Xorg have dropped XFree86-Misc.

Unfortunately, xset versions before last year's 1.1 release had a bug in which
they checked for it incorrectly and reported the missing extension, even when it
wasn't present or going to be used (since XKB is preferred if available - and
since recent versions of Xorg are impossible to compile without XKB, it should
always be available).

If it actually fails to work, it should print instead:
server does not have extension for r rate option

If you don't get that, then either XKB or XFree86-Misc should have accepted the
change.

As for the unknown option 500, it appears that xset requires the second
argument to be= 255, and if it's not ignores it, letting the rest of the
option parser choke on it.   (Sorry, the xset option design is absolutely
horrid, and some day we need to create a new command with a standard CLI to
replace it.)

   


Guys - this is not helping me any.
I DO need to do something about this.
So far, best thing for me is  xset r off.

I just added the xfree86 option to the keyboard section:

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  XkbRules xfree86
EndSection

I will log out and log back in to see if it helps.
I am at xorg version 7.4.4, which is the latest for Fedora 12.

These all the xorg packages currently installed.
Am I missing anything?

xorg-x11-drv-trident-1.3.3-1.fc12.i686
xorg-x11-drv-ivtv-1.1.1-1.fc12.i686
xorg-x11-drv-keyboard-1.4.0-2.fc12.i686
xorg-x11-drv-ast-0.89.9-1.fc12.i686
xorg-x11-drv-savage-2.3.1-1.fc12.i686
xorg-x11-drv-penmount-1.4.0-4.fc12.i686
xorg-x11-drv-vesa-2.3.0-1.fc12.i686
xorg-x11-server-Xorg-1.7.6-4.fc12.i686
xorg-x11-drv-r128-6.8.1-2.fc12.i686
xorg-x11-xinit-1.0.9-14.fc12.i686
xorg-x11-drv-fbdev-0.4.1-1.fc12.i686
xorg-x11-xkb-utils-7.4-6.fc12.i686
xorg-x11-drv-sis-0.10.2-1.fc12.i686
xorg-x11-drv-mouse-1.5.0-1.fc12.i686
xorg-x11-drv-nouveau-0.0.15-21.20091105gite1c2efd.fc12.i686
xorg-x11-drv-s3-0.6.3-1.fc12.i686
xorg-sgml-doctools-1.1.1-4.fc12.noarch
xorg-x11-xdm-1.1.6-14.fc12.i686
xorg-x11-drv-openchrome-0.2.904-1.fc12.i686
xorg-x11-drv-acecad-1.4.0-1.fc12.i686
xorg-x11-drv-glint-1.2.4-1.fc12.i686
xorg-x11-drv-radeonhd-1.3.0-4.2.20091204git.fc12.i686
xorg-x11-xfwp-1.0.1-10.fc12.i686
xorg-x11-drv-evdev-devel-2.3.3-1.fc12.i686
xorg-x11-drv-evdev-2.3.3-1.fc12.i686
xorg-x11-xtrans-devel-1.2.2-4.fc12.noarch
xorg-x11-drv-sisusb-0.9.3-1.fc12.i686
xorg-x11-drv-elographics-1.2.3-4.fc12.i686
xorg-x11-proto-devel-7.4-35.fc12.noarch
xorg-x11-xsm-1.0.2-12.fc12.i686
xorg-x11-server-common-1.7.6-4.fc12.i686
xorg-x11-util-macros-1.5.0-1.fc12.noarch
xorg-x11-drv-rendition-4.2.2-4.fc12.i686
xorg-x11-drv-voodoo-1.2.3-1.fc12.i686
xorg-x11-font-utils-7.2-11.fc12.i686
xorg-x11-docs-1.3-6.fc12.noarch
xorg-x11-drv-synaptics-devel-1.2.2-1.fc12.i686
xorg-x11-drv-tseng-1.2.2-2.fc12.i686
xorg-x11-drv-siliconmotion-1.7.3-1.fc12.i686
xorg-x11-drv-aiptek-1.3.0-1.fc12.i686
xorg-x11-drivers-7.3-13.fc12.i686
xorg-x11-drv-vmmouse-12.6.5-2.fc12.i686
xorg-x11-drv-mga-1.4.11-1.fc12.i686
xorg-x11-drv-fpit-1.3.0-4.fc12.i686
xorg-x11-drv-ark-0.7.1-4.fc12.i686
xorg-x11-drv-intel-2.9.1-1.fc12.i686
xorg-x11-drv-mutouch-1.2.1-4.fc12.i686
xorg-x11-drv-openchrome-devel-0.2.904-1.fc12.i686
xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch
xorg-x11-drv-s3virge-1.10.4-1.fc12.i686
xorg-x11-drv-cirrus-1.3.2-1.fc12.i686
xorg-x11-drv-chips-1.2.2-1.fc12.i686
xorg-x11-xauth-1.0.2-7.fc12.i686
xorg-x11-drv-void-1.3.0-2.fc12.i686
xorg-x11-drv-vmware-10.16.7-2.fc12.i686
xorg-x11-fonts-misc-7.2-9.fc12.noarch
xorg-x11-twm-1.0.3-5.fc12.i686
xorg-x11-xbitmaps-1.0.1-9.fc12.i686
xorg-x11-drv-neomagic-1.2.4-2.fc12.i686
xorg-x11-server-utils-7.4-13.fc12.i686
xorg-x11-drv-mach64-6.8.2-1.fc12.i686
xorg-x11-drv

Re: problem with xset

2010-05-17 Thread JD



On 05/17/2010 07:30 PM, Alan Coopersmith wrote:

Mike Oliver wrote:
   

On 05/17/10 15:09, JD wrote:
 

Hi Mike.
I tried it, and it fails.
What's with the Xlib extension error?


$ xset r rate 2 500
Xlib: extension XFree86-Misc missing on display :0.0.
xset: unknown option 500
   

The 'r' argument section of the 'xset' man page I have here says:

   If the server supports the XFree86-Misc extension, or the XKB extension,
   then a  parameter of 'rate' is accepted and should be followed by zero,
   one or two numeric values.  The first  specifies the delay before
   autorepeat starts and the second specifies the repeat rate.   In the
   case that  the  server  supports the XKB extension, the delay is the
   number of milliseconds before autorepeat starts, and the rate is the
   number of repeats per second.

Based on the error message, presumably your X server doesn't provide the
required extensions, so the 'xset r rate ...' command will fail when run
against this server.  (I'm not certain, but I think xset's willingness
to use the XKB extension is a recent addition.  If your 'xset' is old
then it might not know how to work with XKB and might depend entirely
on XFree86-Misc.)
 

Recent versions of Xorg have dropped XFree86-Misc.

Unfortunately, xset versions before last year's 1.1 release had a bug in which
they checked for it incorrectly and reported the missing extension, even when it
wasn't present or going to be used (since XKB is preferred if available - and
since recent versions of Xorg are impossible to compile without XKB, it should
always be available).

If it actually fails to work, it should print instead:
server does not have extension for r rate option

If you don't get that, then either XKB or XFree86-Misc should have accepted the
change.

As for the unknown option 500, it appears that xset requires the second
argument to be= 255, and if it's not ignores it, letting the rest of the
option parser choke on it.   (Sorry, the xset option design is absolutely
horrid, and some day we need to create a new command with a standard CLI to
replace it.)

   


Well, the xfree86 option to KB section did nothing.

xset r rate 2 255
belches out the error that Xlib does not have XFree86-Misc
for display 0:0
and my autorepeat gets set to 0 delay and probably maximum
repeat rate, so that I am not even able to type any command.
For example, doing an ls becomes:
$ lss

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


connecting an external monitor to my laptop

2010-05-11 Thread jd
Greetings,
On Fedora 7, Xorg -7.4-7,
My graphics chip is the Mobility Radeon 9600 M10.

I connected an external LCD monitor (1600x900)
to the laptop's vga port.

It automatically becomes a right side span of
the laptop's monitor, which is not what I want.
I would like it to have same content as my laptop's
LCD monitor.
Furthermore, I need to be able to run it at 1600x900,
and not default (as it is at present) to 1024x768.

What do I need to do to make this happen?

Thanx,

JD

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xf86-video-intel 2.11.0

2010-03-29 Thread JD

I wish you would release a btter driver for the
Radeon-Mobility 9600/9700 chipset.
Current driver is horribly slow.

I tried to build and install last known update from amd.com.
Well, it builds OK, but hangs at boot.

Thanx,

JD

On 03/29/2010 11:47 AM, Carl Worth wrote:

We are pleased to announce release 2.11.0 of the xf86-video-intel
driver.

We hope that everyone using this driver find this a satisfactory update.

As usual, any problems can be reported on the
intel-...@lists.freedesktop.org mailing list, or at
http://bugs.freedesktop.org and there's always a
possibility of future 2.11.x releases to fix problems.

Have fun,

-Carl

Where to obtain xf86-video-intel 2.11.0
===
git tag: 2.11.0

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.11.0.tar.bz2
MD5: 91a8baa97c4c8c85d35291fea547dd15  xf86-video-intel-2.11.0.tar.bz2
SHA1: f25eb8619ac7c107fdcee525388a8a03dd62719b  xf86-video-intel-2.11.0.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.11.0.tar.gz
MD5: 3be7022764d58a21543a28e228f67fa2  xf86-video-intel-2.11.0.tar.gz
SHA1: c685e75f0b559f5deb9a670a65dc451316ea0fb8  xf86-video-intel-2.11.0.tar.gz

Significant changes in 2.11 compared to 2.10

New in 2.11: DRI2 and page flipping
---
The most significant new feature of this release is support for new
DRI2 APIs, allowing page flipping to occur for swaps that are
full-screen and not rotated.

Performance improvements in 2.11 compared to 2.10
-
Dramatically improved performance of large pixmaps on
memory-constrained hardware, (such as 945), by using tiling.
Note that this fix is new since the most recent release
candidate for this release (2.10.903).

 https://bugs.freedesktop.org/show_bug.cgi?id=25375

Elimination of software fallback with alpha-only pixmap (a fix which
eliminated a full second from the Moblin boot time):

 https://bugs.freedesktop.org/show_bug.cgi?id=26189

Notable bug fixes in 2.11 compared to 2.10
--
Fix for undesired black borders on some images, (caued several
problems with firefox):

 http://bugs.freedesktop.org/show_bug.cgi?id=17933

And other fixes to provide more conformance with existing
software-rendering, (as measures by the cairo test suite), such as the
sampling location for nearest-neighbor sampling.

Other changes
-
Eric Anholt and Daniel Vetter both removed large piles of old and
useless code now that the driver requires kernel modesetting
(KMS). This continues to reduce the mainteance burden of the driver,
making it easier to isolate and fix bugs.

Log of all changes from 2.10.0 to 2.11.0

Adam Jackson (1):
   kms: Fix LVDS mode list construction.

Alan Coopersmith (1):
   Update Sun license notices to current X.Org standard form

Carl Worth (14):
   NEWS: Fix typo (we just released 2.10 *not* 1.10)
   Remove dead code: fill_detailed_lvds_block
   NEWS: Add notes for the 2.10.901 snapshot.
   Update version number to 2.10.901
   i830_video: Remove unused variable.
   uxa: Fix type mismatch to avoid compiler warning.
   i915_hwmc: Remove dead code.
   NEWS: Add notes for the 2.10.902 snapshot.
   Bump version to 2.10.902
   man: Update list of available 'sclaing mode' property values.
   NEWS: Add notes for 2.10.903
   Update version to 2.10.903
   NEWS: Add release notes for the 2.11.0 release.
   Increase version to 2.11.0

Chris Wilson (20):
   Consolidate determining maximum sizes for use with GEM
   i830: Do not use vtSema when chosing mapping type.
   uxa-glyphs: Enable TILING_X on glyph caches.
   i965: Ensure that URB_FENCE is aligned to 64-bytes
   uxa: Increase amount of composite fallback verbage
   uxa/uxa-render: Always remove useless repeats during composite.
   uxa: Protect against a potential NULL src-Drawable reference
   uxa: Adjust uxa_get_color_for_pixmap to match prototype
   Extract pixel value for all formats to avoid hitting fallbacks.
   uxa: Fix compatible_formats() for OVER
   dri2: Silence the compiler for an unused function with proto  4
   Rate limit batch buffer error.
   i830: Remove coord-adjust for nearest centre-sampling.
   Fill alpha on xrgb images.
   i915: Correct preamble for emit_composite
   uxa: Default to using TILING_X for pixmaps.
   uxa: Only reduce a composite to a BLT if it is wholly contained
   uxa: After filling the alpha channel xrgb src is compatible with argb 
dst.
   i830: Clip solid fills to surface.
   uxa: Perform the xrgb -  argb conversion not inplace

Daniel Vetter (43):
   Xv: split up I830PutImage into textured and !textured case
   Xv: kill an unnecessary if
   Xv: kill unnecessary

Re: Error messages in .xseesion-errors

2010-03-29 Thread JD



On 03/29/2010 01:38 PM, Steffen Schaumburg wrote:

On 27/03/10 20:35, JD wrote:
   

Greetings.
Could someone provide any info as to how these
messages are being written to ~/.xsession-errors
by programs that I have not even executed yet -
programs like vlc and others. Some are comming
from gnome components, and I have posed the question
to the gnome mailing list.

Thanks for any info.

The file .xsession-errors.gz is attached.

These are the xorg packages installed:

xorg-x11-drv-trident-1.3.3-1.fc12.i686
xorg-x11-drv-ivtv-1.1.1-1.fc12.i686
xorg-x11-drv-keyboard-1.4.0-2.fc12.i686
xorg-x11-drv-ast-0.89.9-1.fc12.i686
xorg-x11-drv-savage-2.3.1-1.fc12.i686
xorg-x11-drv-penmount-1.4.0-4.fc12.i686
xorg-x11-drv-vesa-2.3.0-1.fc12.i686
xorg-x11-drv-r128-6.8.1-2.fc12.i686
xorg-x11-xinit-1.0.9-14.fc12.i686
xorg-x11-drv-fbdev-0.4.1-1.fc12.i686
xorg-x11-xkb-utils-7.4-6.fc12.i686
xorg-x11-drv-sis-0.10.2-1.fc12.i686
xorg-x11-drv-mouse-1.5.0-1.fc12.i686
xorg-x11-drv-s3-0.6.3-1.fc12.i686
xorg-sgml-doctools-1.1.1-4.fc12.noarch
xorg-x11-xdm-1.1.6-14.fc12.i686
xorg-x11-drv-openchrome-0.2.904-1.fc12.i686
xorg-x11-drv-acecad-1.4.0-1.fc12.i686
xorg-x11-drv-glint-1.2.4-1.fc12.i686
xorg-x11-drv-radeonhd-1.3.0-4.2.20091204git.fc12.i686
xorg-x11-server-common-1.7.6-1.fc12.i686
xorg-x11-xfwp-1.0.1-10.fc12.i686
xorg-x11-xtrans-devel-1.2.2-4.fc12.noarch
xorg-x11-drv-sisusb-0.9.3-1.fc12.i686
xorg-x11-drv-elographics-1.2.3-4.fc12.i686
xorg-x11-proto-devel-7.4-35.fc12.noarch
xorg-x11-drv-synaptics-devel-1.2.1-1.fc12.i686
xorg-x11-xsm-1.0.2-12.fc12.i686
xorg-x11-util-macros-1.5.0-1.fc12.noarch
xorg-x11-drv-rendition-4.2.2-4.fc12.i686
xorg-x11-drv-voodoo-1.2.3-1.fc12.i686
xorg-x11-drv-evdev-devel-2.3.2-3.fc12.i686
xorg-x11-font-utils-7.2-11.fc12.i686
xorg-x11-drv-evdev-2.3.2-3.fc12.i686
xorg-x11-docs-1.3-6.fc12.noarch
xorg-x11-drv-tseng-1.2.2-2.fc12.i686
xorg-x11-drv-siliconmotion-1.7.3-1.fc12.i686
xorg-x11-drv-aiptek-1.3.0-1.fc12.i686
xorg-x11-drv-nouveau-0.0.15-20.20091105gite1c2efd.fc12.i686
xorg-x11-drivers-7.3-13.fc12.i686
xorg-x11-drv-vmmouse-12.6.5-2.fc12.i686
xorg-x11-drv-mga-1.4.11-1.fc12.i686
xorg-x11-drv-fpit-1.3.0-4.fc12.i686
xorg-x11-drv-ark-0.7.1-4.fc12.i686
xorg-x11-drv-intel-2.9.1-1.fc12.i686
xorg-x11-drv-mutouch-1.2.1-4.fc12.i686
xorg-x11-drv-openchrome-devel-0.2.904-1.fc12.i686
xorg-x11-fonts-ISO8859-1-100dpi-7.2-9.fc12.noarch
xorg-x11-drv-s3virge-1.10.4-1.fc12.i686
xorg-x11-drv-cirrus-1.3.2-1.fc12.i686
xorg-x11-server-Xorg-1.7.6-1.fc12.i686
xorg-x11-drv-chips-1.2.2-1.fc12.i686
xorg-x11-xauth-1.0.2-7.fc12.i686
xorg-x11-drv-void-1.3.0-2.fc12.i686
xorg-x11-drv-vmware-10.16.7-2.fc12.i686
xorg-x11-fonts-misc-7.2-9.fc12.noarch
xorg-x11-twm-1.0.3-5.fc12.i686
xorg-x11-xbitmaps-1.0.1-9.fc12.i686
xorg-x11-drv-neomagic-1.2.4-2.fc12.i686
xorg-x11-server-utils-7.4-13.fc12.i686
xorg-x11-drv-mach64-6.8.2-1.fc12.i686
xorg-x11-drv-hyperpen-1.3.0-3.fc12.i686
xorg-x11-drv-ati-6.13.0-0.21.20100219gite68d3a389.fc12.i686
xorg-x11-utils-7.4-7.fc12.i686
xorg-x11-drv-v4l-0.2.0-3.fc12.1.i686
xorg-x11-xfs-1.0.5-6.fc12.i686
xorg-x11-resutils-7.1-9.fc12.i686
xorg-x11-drv-geode-2.11.4.1-1.fc12.i686
xorg-x11-drv-i128-1.3.3-1.fc12.i686
xorg-x11-drv-wacom-0.10.4-2.fc12.i686
xorg-x11-drv-intel-devel-2.9.1-1.fc12.i686
xorg-x11-drv-i740-1.3.2-1.fc12.i686
xorg-x11-drv-apm-1.2.2-1.fc12.i686
xorg-x11-apps-7.4-10.fc12.i686
xorg-x11-drv-ati-firmware-6.13.0-0.21.20100219gite68d3a389.fc12.i686
xorg-x11-drv-tdfx-1.4.3-1.fc12.i686
xorg-x11-drv-synaptics-1.2.1-1.fc12.i686
xorg-x11-drv-dummy-0.3.3-1.fc12.i686
xorg-x11-drv-nv-2.1.15-2.fc12.i686


___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
 

Had a brief look at it, looks like the messages are from libvlc, which
may well be used by other media players. Try this:
Open the .xsession-errors file straight after logging in and wait a bit.
Assuming nothing unexpected appears start running whatever media players
you use, bearing in mind that browsers also often include media player
plugins

Cheers, Steffen

___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
   


Thank you Stephen.
I will try and see what gets written to it
immediately after logging in.

JD
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


How to build entirety of Xorg 7.4 from source

2009-02-28 Thread JD
Dear Developers of Xorg

I wanted to build the entirety of X 7.4 frm source, but when
I saw that it is made up of individual tarballs, I decided to
write and ask if there is a single tarball of everything,
with a top level configure ...etc to build the whole thing.

I searched the FAQ for a how to build X or just how to build
but came up empty.

Thanx for any info to show how to build the whole 7.4 X system.

Best Regards,

JD
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg