Xorg-server-1.9.2

2010-12-04 Thread tomsun
Dear All:
Excuse me!  i meet some troubles on updating Xorg-1.9.0 to
Xorg-server-1.9.2.
now i use kernel 2.6.36 and Xorg-server-1.9.2, i meet some mistakes about
translating keycode
(coming from showkeys)  to keycode (coming xserver). example for
Normal:
113(coming from showkeys) > 121(coming from xserver).
AbNormal(my Machine + Xorg-server-1.9.2)
113(coming from showkeys) > 113 (coming from xserver). (why?)

The Attached file is the result "xmodmap -pk > Xmodmap".  i feel all keymap
are wrong or abnormal.

Can  you help me and tell me why?


Thank you very very much!

-- 
Best Regards,
tomsun


Xmodmap
Description: Binary data
___
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: Custom modeline in 10-monitor.conf?

2010-12-04 Thread Robert

On 12/04/2010 09:23 PM, Alan Coopersmith wrote:

Robert wrote:

I upgraded xorg-server and I noticed it didn't read my settings. I
figured that the new xorg probably must have deprecated the xorg.conf
file, and that I would have to configure it in the new way of using
/etc/X11/xorg.conf.d instead.


/etc/X11/xorg.conf is not deprecated, and is still read by the upstream code.
Some input device entries there are ignored since the advent of input hotplug,
but that's been true since Xorg 1.4 or so.

/etc/X11/xorg.conf.d extends /etc/X11/xorg.conf, but does not replace it.
/etc/X11/xorg.conf.d is intended to replace .fdi files for input device
configuration that were used by HAL for platforms which have moved off HAL.


And sure enough, the arch linux wiki said
that 10-monitor.conf is the new config file for monitor settings.


That's a file created by your distro and a choice they've made to put
monitor settings there.

(Sorry, I don't know why your driver isn't honoring your modeline, but
  it shouldn't be because of the file you put it in.   I would bet it has
  a lot more to do with the Intel driver doing modesetting in the kernel
  instead of Xorg since the advent of KMS.)



Thank you for responding so quickly.

Hmm I see. So it's distro specific. That seems rather unintuitive to be 
honest. But anyway, if I'm not mistaken, xf86-video-intel 2.12.0 also 
had KMS enabled, and I used that with the previous xorg together with 
these modelines just fine. When I upgraded, it upgraded both xorg, mesa, 
intel-dri and xf86-video-intel so it's kinda hard to tell where the 
issue is.


I want to highlight these lines in the Xorg.0.log that seem strange:

[  2600.143] (II) intel(0): Output LVDS1 using monitor section ViewSonic 
P227f


[  2600.275] (II) intel(0): Output VGA1 has no monitor section

It's supposed to be VGA1 that uses the monitor section "ViewSonic P227f"
Is this also affected by the driver? I'm sorry I'm not very good with 
xorg and how it works :(

___
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: Custom modeline in 10-monitor.conf?

2010-12-04 Thread Felix Miata

On 2010/12/04 12:23 (GMT-0800) Alan Coopersmith composed:


Robert wrote:



 I upgraded xorg-server and I noticed it didn't read my settings. I
 figured that the new xorg probably must have deprecated the xorg.conf
 file, and that I would have to configure it in the new way of using
 /etc/X11/xorg.conf.d instead.



/etc/X11/xorg.conf is not deprecated, and is still read by the upstream code.
Some input device entries there are ignored since the advent of input hotplug,
but that's been true since Xorg 1.4 or so.



/etc/X11/xorg.conf.d extends /etc/X11/xorg.conf, but does not replace it.
/etc/X11/xorg.conf.d is intended to replace .fdi files for input device
configuration that were used by HAL for platforms which have moved off HAL.



 And sure enough, the arch linux wiki said
 that 10-monitor.conf is the new config file for monitor settings.



That's a file created by your distro and a choice they've made to put
monitor settings there.



(Sorry, I don't know why your driver isn't honoring your modeline, but
  it shouldn't be because of the file you put it in.   I would bet it has
  a lot more to do with the Intel driver doing modesetting in the kernel
  instead of Xorg since the advent of KMS.)


In testing *buntu*, Factory, Cooker & Rawhide I've been seeing more than just 
modelines being ignored in xorg.conf but not in xorg.conf.d/, and as yet have 
not found a pattern to help find out what is causing it. Could this really be 
some KMS kernel fault? see e.g. 
http://lists.x.org/archives/xorg-driver-ati/2010-November/018097.html


What are those wanting custom user config and exporting XORGCONFIG to do it 
supposed to do when their alternate xorg.conf files are not obeyed like they 
used to be?

--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://fm.no-ip.com/
___
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: Custom modeline in 10-monitor.conf?

2010-12-04 Thread Alan Coopersmith
Robert wrote:
> I upgraded xorg-server and I noticed it didn't read my settings. I
> figured that the new xorg probably must have deprecated the xorg.conf
> file, and that I would have to configure it in the new way of using
> /etc/X11/xorg.conf.d instead.

/etc/X11/xorg.conf is not deprecated, and is still read by the upstream code.
Some input device entries there are ignored since the advent of input hotplug,
but that's been true since Xorg 1.4 or so.

/etc/X11/xorg.conf.d extends /etc/X11/xorg.conf, but does not replace it.
/etc/X11/xorg.conf.d is intended to replace .fdi files for input device
configuration that were used by HAL for platforms which have moved off HAL.

> And sure enough, the arch linux wiki said
> that 10-monitor.conf is the new config file for monitor settings.

That's a file created by your distro and a choice they've made to put
monitor settings there.

(Sorry, I don't know why your driver isn't honoring your modeline, but
 it shouldn't be because of the file you put it in.   I would bet it has
 a lot more to do with the Intel driver doing modesetting in the kernel
 instead of Xorg since the advent of KMS.)

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
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


Custom modeline in 10-monitor.conf?

2010-12-04 Thread Robert
I upgraded xorg-server and I noticed it didn't read my settings. I 
figured that the new xorg probably must have deprecated the xorg.conf 
file, and that I would have to configure it in the new way of using 
/etc/X11/xorg.conf.d instead. And sure enough, the arch linux wiki said 
that 10-monitor.conf is the new config file for monitor settings. I 
looked at a couple of examples on the internet and it seemed easy.


So I migrated my xorg.conf monitor settings to 10-monitor.conf, but my 
custom modelines doesn't work.


I'll attach the 10-monitor.conf and the Xorg.0.log to this message.

From what I can understand of this, it seems that it thinks it should 
use the modelines on the laptop monitor instead of the external monitor, 
and therefore discards them since they can't be used on that monitor. 
Did I configure something incorrectly?


As you can see from the config file and the log, I'm using an Intel GMA 
965 gpu. The reason I need these modelines is because the 965 is not 
powerful enough to output at 2048x1...@75hz, but it IS capable of 
outputting it at 2048x1...@70. The same is true with the other modelines 
I have.


I tried asking on the arch linux forum since that's the distro I use, 
but no one answered so hopefully this is a better place to ask.
Section "Monitor"
Identifier"Laptop Monitor"
Option"DPMS"
EndSection

Section "Monitor"
Identifier"ViewSonic P227f"
VendorName"ViewSonic"
HorizSync30-130
VertRefresh50-160
Option"PreferredMode" "2048x1...@70"
Option"DPMS"

Modeline "2048x1...@70"  317.78  2048 2216 2440 2832  1536 1537 1540 
1603 
-hsync +vsync
Modeline "1920x1...@82"  324.72  1920 2064 2288 2640  1440 1441 1444 
1500 
-hsync +vsync
Modeline "1280x1...@100" 185.24  1280 1344 1504 1728  1024 1025 1028 
1072 
+hsync +vsync
Modeline "1280x1...@120" 213.16  1280 1344 1504 1728  1024 1025 1028 
1072 
+hsync +vsync
Modeline "1600x1...@100" 270.00  1600 1664 1856 2160  1200 1201 1204 
1250 
+hsync +vsync
EndSection

Section "Device"
Identifier"Intel X3100"
Driver"intel"
BusID"PCI:0:2:0"
Option  "Monitor-VGA"   "ViewSonic P227f"
Option  "Monitor-LVDS"  "Laptop Monitor"
EndSection

Section "Screen"
Identifier"Screen0"
Device"Intel X3100"
Monitor"ViewSonic P227f"
DefaultDepth24
SubSection "Display"
Depth24
Modes   "2048x1...@70" "1920x1...@82" "1600x1...@100" "1280x1...@100" 
"1280x1...@120" "2048x1536" "1920x1440" "1796x1344" "1600x1200" "1280x1024" 
"1152x864" "1024x768" "832x624" "800x600" "640x480" "720x400"
EndSubSection
EndSection
[  2600.012] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[  2600.014] X Protocol Version 11, Revision 0
[  2600.015] Build Operating System: Linux 2.6.35-ARCH x86_64 
[  2600.016] Current Operating System: Linux lappis 2.6.36-ARCH #1 SMP PREEMPT 
Wed Nov 24 00:39:57 CET 2010 x86_64
[  2600.017] Kernel command line: 
root=/dev/disk/by-uuid/69ff7721-e0f8-4dae-a229-ad9cfa3294aa ro fastboot quiet
[  2600.018] Build Date: 01 November 2010  10:29:19PM
[  2600.018]  
[  2600.019] Current version of pixman: 0.20.0
[  2600.020] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  2600.022] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2600.025] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 30 06:41:15 
2010
[  2600.026] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2600.028] (==) No Layout section.  Using the first Screen section.
[  2600.028] (**) |-->Screen "Screen0" (0)
[  2600.028] (**) |   |-->Monitor "ViewSonic P227f"
[  2600.028] (**) |   |-->Device "Intel X3100"
[  2600.028] (==) Automatically adding devices
[  2600.028] (==) Automatically enabling devices
[  2600.028] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  2600.028] Entry deleted from font path.
[  2600.028] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[  2600.028] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2600.028] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2600.028] (II) Loader magic: 0x7d3360
[  2600.028] (II) Module ABI versions:
[  2600.028] X.Org ANSI C Emulation: 0.4
[  2600.028] X.Org Video Driver: 8.0
[  2600.028] X.Org XInput driver : 11.0
[  2600.028] X.Org Server Extension : 4.0
[  2600.029] (--) PCI:*(0:0:2:0) 8086:2a02:14c0:0026 rev 12, Mem @ 
0xf800/1048576, 0xd000/268435456, I/O @ 0x1800/8
[  2600.029] (--) PCI: (0:0:2:1) 8086:2a03:14c0:0026 rev 1

[ANNOUNCE] xorg-server 1.9.2.902

2010-12-04 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is the second release candidate for xorg-server 1.9.3.  If no regressions
are found, it will be released as 1.9.3 in one week.  It includes various build
and bug fixes to stability and correctness over previous releases.

Aaron Plattner (1):
  xfree86: Fix rotation of 2-color non-interleaved cursor images

Adam Jackson (3):
  ddc: Don't probe for DDC/CI or EEPROM
  edid: Fix the HDTV sync pulse adjustment
  xfree86: apply gamma settings on EnterVT.

Adam Tkac (1):
  Return Success from generate_modkeymap() when max_keys_per_mod is zero

Andrea Canciani (1):
  render: Fix byteswapping of gradient stops

Bill Nottingham (1):
  xfree86: store the screen's gamma information on init.

Chase Douglas (1):
  test: input - set valuators mask for event to core conversion

Cyril Brulebois (1):
  Fix screen number checks.

Ferry Huberts (1):
  dix: do not use bit-wise operators on the boolean result of BitIsOn

Jeremy Huddleston (9):
  XQuartz: Don't use bashism in uninstall-hook
  XQuartz dri: Don't check CoreGraphics version
  XQuartz: Remove existing localization files on install to avoid conflicts
  XQuartz: Localization Updates
  include: let BitIsOn() return a boolean value.
  XQuartz: Disable the Mac OS X screensaver when in full screen mode
  XQuartz: Cleanup some compiler warnings
  XQuartz: RandR: Fix mode changing for multi-monitor configurations.
  Version bumped to 1.9.2.902 (1.9.3 RC2)

Julien Cristau (1):
  DGA: fix screen number check

Linus Arver (1):
  Xext: panoramiXprocs: fix typo

Luc Verhaegen (1):
  x86emu: fix jump_near_IMM to handle DATA: flag correctly.

Nicolas Peninguy (1):
  Fix Xdmx and Xephyr build when DTrace support is enabled

Olivier Fourdan (1):
  modes: improve aspect ratio match for classic drivers

Pauli Nieminen (1):
  DRI2: Avoid call to NULL pointer

Peter Hutterer (3):
  Xi: move property reset from extension shutdown to init.
  xfree86: add missing linebreak in error message.
  dix: remove now unnecessary !! before BitIsOn()

Samuel Thibault (1):
  Do not trap access to timer and keyboard

git tag: xorg-server-1.9.2.902

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.9.2.902.tar.bz2
MD5:  4152bea87a40672355e9a6d525e64225  xorg-server-1.9.2.902.tar.bz2
SHA1: 80f8276a8f547d67ce67c787aa4728a3c457b5f3  xorg-server-1.9.2.902.tar.bz2

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.9.2.902.tar.gz
MD5:  adb0cfe02a59d15dc884a509ac7eedab  xorg-server-1.9.2.902.tar.gz
SHA1: 66ebe8df5aec415bbcc6daa2371e9c37151c009d  xorg-server-1.9.2.902.tar.gz

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

iD8DBQFM+paJjC1Anjf1NmMRAtzzAJ95af0An7prCED/C6zhuQbWoAahAACeNsCm
o03rqLcx8f4INLolKPw96oY=
=bkxn
-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


Re: Very odd problem: Only getting an output to my screen, when running xine

2010-12-04 Thread Hendrik Friedel
Hello,

You are my last Hope. Doesn't really nonone have an Idea?

Greetings, Hendrik

Am 30.11.2010 um 20:25 schrieb Hendrik Friedel :

> Hello,
> 
> I have a very odd problem with my new TV.
> I only get an output to it, when runnig xine or vdr-sxfe, which is a xine 
> based frontend to VDR.
> As soon, as I stop xine, the TV shows "LG, No Signal".
> I can start nvidia-settings then, but it does not show up. Still I get "LG, 
> No Signal". Only, when I don't stop xine, and start nvidia-settings (or any 
> other X application) on top of xine, I see the application.
> 
> This is odd already. But it get's better. The output of xrandr does not 
> change between the two (working/not working) states:
> xrandr --verbose
> Screen 0: minimum 800 x 600, current 1920 x 1080, maximum 1920 x 1080
> default connected 1920x1080+0+0 (0x12a) normal (normal) 0mm x 0mm
>Identifier: 0x129
>Timestamp:  22991
>Subpixel:   unknown
>Clones:
>CRTC:   0
>CRTCs:  0
>Transform:  1.00 0.00 0.00
>0.00 1.00 0.00
>0.00 0.00 1.00
>   filter:
>  1920x1080 (0x12a)  103.7MHz *current
>h: width  1920 start0 end0 total 1920 skew0 clock  54.0KHz
>v: height 1080 start0 end0 total 1080   clock  50.0Hz
>  1920x1080 (0x12b)  105.8MHz
>h: width  1920 start0 end0 total 1920 skew0 clock  55.1KHz
>v: height 1080 start0 end0 total 1080   clock  51.0Hz
>  800x600 (0x12c)   25.0MHz
>h: width   800 start0 end0 total  800 skew0 clock  31.2KHz
>v: height  600 start0 end0 total  600   clock  52.0Hz
> 
> 
> The problem does not occur, when I use VGA instead of HDMI. The xrandr output:
> xrandr --verbose
> Screen 0: minimum 320 x 240, current 1920 x 1080, maximum 1920 x 1080
> default connected 1920x1080+0+0 (0x12a) normal (normal) 0mm x 0mm
>Identifier: 0x129
>Timestamp:  1630366
>Subpixel:   unknown
>Clones:
>CRTC:   0
>CRTCs:  0
>Transform:  1.00 0.00 0.00
>0.00 1.00 0.00
>0.00 0.00 1.00
>   filter:
>  1920x1080 (0x12a)  124.4MHz *current
>h: width  1920 start0 end0 total 1920 skew0 clock  64.8KHz
>v: height 1080 start0 end0 total 1080   clock  60.0Hz
> 
> My setup:
> The Mainboard is a Asus M3n78-EM. The GPU is a Nvidia 8300.
> It does not matter, whether I use vdpau or not for the xine output.
> The xorg.conf, that I use can be found here: 
> http://wbreu.htpc-forum.de/downloads/xorg.confsinglescreen
> 
> Attached a log with logverbose 6.
> 
> I would greatly appreciate any help.
> 
> Greetings,
> Hendrik
> 
> ___
> 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: hen_m...@web.de
___
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