You are not logged in.

#1 2012-10-07 16:02:06

boomshalek
Member
Registered: 2007-10-12
Posts: 102

[SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

SOLVED: Check Post #21

Since I have this MSI 8400 GS (G98) PCIe graphic card VDPAU never worked on ArchLinux, but I have tested with yaVDR 4.0 (ubuntu based) and there VDPAU works.
Now I have HDTV available under MythTV and really need the card to run VDPAU to be able to watch TV. I am an experienced IT/(arch)linux user with no real IT background, searched the forum a lot on that topic but I cannot find a solution.
Please help. I guess the diagnose part should start from vainfo

Installed packages (besides up to date system)
extra/nvidia 304.51-3 [installed]
extra/libvdpau 0.5-1 [installed]
extra/vdpau-video 0.7.3-3 [installed]
extra/libva 1.1.0-1 [installed]

menu.lst (vmalloc) tested 256M and 512M, need at least 256M to be able to start X (b/c I have a PCI DVB Card installed)

kernel /boot/vmlinuz26 root=/dev/sdb1 ro quiet vga=791 vmalloc=256M

vainfo

xxx ~ $ vainfo 
libva: VA-API version 0.33.0
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva: Found init function __vaDriverInit_0_32
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
libva error: /usr/lib/dri/nvidia_drv_video.so init failed
libva: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

nvidia-smi

Sun Oct  7 17:50:06 2012
+------------------------------------------------------+
| NVIDIA-SMI 4.304.51   Driver Version: 304.51         |
|-------------------------------+----------------------+----------------------+
| GPU  Name                     | Bus-Id        Disp.  | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap| Memory-Usage         | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce 8400 GS          | 0000:01:00.0     N/A |                  N/A |
| N/A   45C  N/A     N/A /  N/A |  33%   83MB /  255MB |     N/A      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Compute processes:                                               GPU Memory |
|  GPU       PID  Process name                                     Usage      |
|=============================================================================|
|    0            Not Supported                                               |
+-----------------------------------------------------------------------------+

lspci -v

01:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400 GS] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: ASUSTeK Computer Inc. Device 8266
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
        I/O ports at cc00 [size=128]
        [virtual] Expansion ROM at fe9e0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 3
        Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel
        Capabilities: [128] Power Budgeting <?>
        Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
        Kernel driver in use: nvidia

/etc/X11/xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 280.13  (buildmeister@swio-display-x86-rhel47-05.nvidia.com)  Wed Jul 27 17:18:55 PDT 2011

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
#    Screen      0  "NoScreen"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "ServerFlags"
        Option "ignoreABI" "True"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "KDL-46EX710"
    VendorName     "SONY"
    ModelName      "Sony TV"
    HorizSync       30.0 - 80.0
    VertRefresh     57.0 - 63.0
    Option         "DPMS"       "false"
    Option         "DPI"        "100x100"
    Modeline "1920x1080_60" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
    Modeline "1360x768_60" 85.500 1360 1424 1536 1792 768 771 777 795 +hsync +vsync
    Modeline "1280x720_60" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
    Modeline "1280x1024_60" 108.000 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    Modeline "640x480_60" 25.180 640 656 752 800 480 490 492 525 -hsync -vsync
    Modeline "800x600_60" 40.000 800 840 968 1056 600 601 605 628 +hsync +vsync
    Modeline "1024x768_60" 65.000 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    Option          "ExactModeTimingsDVI" "TRUE"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400 GS"
    Option         "NvAGP" "1"
    Option         "NoLogo" "False"
    Option         "UseEDID"    "FALSE"
    Option         "ModeValidation" "NoEdidModes"
#   VDPAU workaround below TRY
    Option         "DamageEvents" "1"
    Option         "Coolbits" "1"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "KDL-46EX710"
    DefaultDepth    24
    Option         "Coolbits" "1"
    Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "false"
    SubSection     "Display"
        Depth       24
        Modes "1920x1080_60"
    EndSubSection
EndSection

Section "Device"
    Identifier     "NoScreenAttached"
    Driver         "nvidia"
        Option "ConnectedMonitor" "CRT"
EndSection

Section "Screen"
    Identifier     "NoScreen"
    Device         "NoScreenAttached"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
        Modes      "1280x1024"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "enable"
#    Option         "Composite" "disable"
#       Option      "RENDER"    "disable"
EndSection

Last edited by boomshalek (2013-01-28 13:27:49)

Offline

#2 2012-10-09 09:02:25

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,390

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

If you want to use vdpau as a vaapi backend, then you have to install extra/vdpau-video too.
If it is not the case, please post the output of

mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau,ffwmv3vdpau,ffvc1vdpau "<your media file here>"

Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#3 2012-10-13 19:08:45

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

Hi, thanks for trying to help me here.
extra/vdpau-video is installed
I get for all kinds of video no video output ... se below

mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau,ffwmv3vdpau,ffvc1vdpau /media/daten/filme/converted/Middle-Men.mp4 
MPlayer SVN-r35014-4.7.1 (C) 2000-2012 MPlayer Team
195 audio & 404 video codecs

Playing /media/daten/filme/converted/Middle-Men.mp4.
libavformat version 54.15.100 (internal)
libavformat file format detected.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang und
VIDEO:  [H264]  544x428  24bpp  25.000 fps  621.9 kbps (75.9 kbyte/s)
Clip info:
 major_brand: mp42
 minor_version: 0
 compatible_brands: mp42isomavc1
 creation_time: 1942-05-05 03:58:35
 encoder: HandBrake rev4474 2012022999
Load subtitles in /media/daten/filme/converted/
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
Error opening/initializing the selected video_out (-vo) device.
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.33.100 (internal)
AUDIO: 48000 Hz, 2 ch, s16le, 160.0 kbit/10.42% (ratio: 19997->192000)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A:   7.5 (07.4) of 6443.6 ( 1:47:23.5)  0.3% 


MPlayer interrupted by signal 2 in module: play_audio
A:   7.7 (07.6) of 6443.6 ( 1:47:23.5)  0.3% 

Exiting... (Quit)

vdpauinfo

vdpauinfo 
display: :0.0   screen: 0
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
Error creating VDPAU device: 1

Offline

#4 2012-10-13 19:26:52

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

I'd start with dropping that horrible, horrible xorg.conf. Remove it completely, you don't need it. You also don't need any vaapi stuff.

Then, this error suggest you don't have the nvidia driver installed properly:

Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory

Or maybe it's installed, but not running. So post your /var/log/Xorg.0.log

Offline

#5 2012-10-14 10:20:07

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

Gusar wrote:

I'd start with dropping that horrible, horrible xorg.conf. [...] So post your /var/log/Xorg.0.log

Ok, first my Xorg.0.log using above xorg.conf
I use an xorg.conf because I need a certain resolution (FullHD) to be started even if my TV is not powered on (connected through DSUB).

cat /var/log/Xorg.0.log
[    21.965] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    21.965] X Protocol Version 11, Revision 0
[    21.965] Build Operating System: Linux 3.4.8-1-ARCH i686 
[    21.965] Current Operating System: Linux TVBOX 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
[    21.965] Kernel command line: root=/dev/sdb1 ro quiet vga=791 vmalloc=512M
[    21.965] Build Date: 27 August 2012  08:08:29AM
[    21.965]  
[    21.965] Current version of pixman: 0.26.2
[    21.965] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.965] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.965] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 14 12:12:29 2012
[    21.966] (==) Using config file: "/etc/X11/xorg.conf"
[    21.966] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.967] (==) ServerLayout "Layout0"
[    21.967] (**) |-->Screen "Screen0" (0)
[    21.967] (**) |   |-->Monitor "KDL-46EX710"
[    21.968] (**) |   |-->Device "Device0"
[    21.968] (**) |-->Input Device "Keyboard0"
[    21.968] (**) |-->Input Device "Mouse0"
[    21.968] (**) Option "IgnoreABI" "True"
[    21.968] (**) Ignoring ABI Version
[    21.968] (==) Automatically adding devices
[    21.968] (==) Automatically enabling devices
[    21.972] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    21.972] 	Entry deleted from font path.
[    21.977] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    21.977] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.977] (**) Extension "Composite" is enabled
[    21.977] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    21.977] (WW) Disabling Keyboard0
[    21.977] (WW) Disabling Mouse0
[    21.977] (II) Loader magic: 0x82225a0
[    21.977] (II) Module ABI versions:
[    21.977] 	X.Org ANSI C Emulation: 0.4
[    21.977] 	X.Org Video Driver: 12.1
[    21.977] 	X.Org XInput driver : 16.0
[    21.977] 	X.Org Server Extension : 6.0
[    21.978] (--) PCI:*(0:1:0:0) 10de:06e4:1043:8266 rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[    21.979] (II) Open ACPI successful (/var/run/acpid.socket)
[    21.979] (II) LoadModule: "extmod"
[    21.981] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    21.982] (II) Module extmod: vendor="X.Org Foundation"
[    21.982] 	compiled for 1.12.4, module version = 1.0.0
[    21.982] 	Module class: X.Org Server Extension
[    21.982] 	ABI class: X.Org Server Extension, version 6.0
[    21.982] (II) Loading extension MIT-SCREEN-SAVER
[    21.982] (II) Loading extension XFree86-VidModeExtension
[    21.982] (II) Loading extension XFree86-DGA
[    21.982] (II) Loading extension DPMS
[    21.983] (II) Loading extension XVideo
[    21.983] (II) Loading extension XVideo-MotionCompensation
[    21.983] (II) Loading extension X-Resource
[    21.983] (II) LoadModule: "dbe"
[    21.984] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    21.985] (II) Module dbe: vendor="X.Org Foundation"
[    21.985] 	compiled for 1.12.4, module version = 1.0.0
[    21.985] 	Module class: X.Org Server Extension
[    21.985] 	ABI class: X.Org Server Extension, version 6.0
[    21.985] (II) Loading extension DOUBLE-BUFFER
[    21.985] (II) LoadModule: "glx"
[    21.985] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.026] (II) Module glx: vendor="NVIDIA Corporation"
[    22.026] 	compiled for 4.0.2, module version = 1.0.0
[    22.026] 	Module class: X.Org Server Extension
[    22.026] (II) NVIDIA GLX Module  304.51  Tue Sep 18 17:58:56 PDT 2012
[    22.026] (II) Loading extension GLX
[    22.026] (II) LoadModule: "record"
[    22.026] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    22.027] (II) Module record: vendor="X.Org Foundation"
[    22.027] 	compiled for 1.12.4, module version = 1.13.0
[    22.027] 	Module class: X.Org Server Extension
[    22.027] 	ABI class: X.Org Server Extension, version 6.0
[    22.027] (II) Loading extension RECORD
[    22.027] (II) LoadModule: "dri"
[    22.028] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    22.029] (II) Module dri: vendor="X.Org Foundation"
[    22.029] 	compiled for 1.12.4, module version = 1.0.0
[    22.029] 	ABI class: X.Org Server Extension, version 6.0
[    22.029] (II) Loading extension XFree86-DRI
[    22.029] (II) LoadModule: "dri2"
[    22.029] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    22.029] (II) Module dri2: vendor="X.Org Foundation"
[    22.029] 	compiled for 1.12.4, module version = 1.2.0
[    22.029] 	ABI class: X.Org Server Extension, version 6.0
[    22.029] (II) Loading extension DRI2
[    22.029] (II) LoadModule: "nvidia"
[    22.030] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    22.038] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.038] 	compiled for 4.0.2, module version = 1.0.0
[    22.038] 	Module class: X.Org Video Driver
[    22.042] (II) NVIDIA dlloader X Driver  304.51  Tue Sep 18 17:38:03 PDT 2012
[    22.042] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.043] (++) using VT number 7

[    22.058] (II) Loading sub module "fb"
[    22.058] (II) LoadModule: "fb"
[    22.058] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.060] (II) Module fb: vendor="X.Org Foundation"
[    22.060] 	compiled for 1.12.4, module version = 1.0.0
[    22.060] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.060] (II) Loading sub module "wfb"
[    22.060] (II) LoadModule: "wfb"
[    22.060] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.062] (II) Module wfb: vendor="X.Org Foundation"
[    22.062] 	compiled for 1.12.4, module version = 1.0.0
[    22.062] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.062] (II) Loading sub module "ramdac"
[    22.062] (II) LoadModule: "ramdac"
[    22.062] (II) Module "ramdac" already built-in
[    22.065] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    22.065] (==) NVIDIA(0): RGB weight 888
[    22.065] (==) NVIDIA(0): Default visual is TrueColor
[    22.065] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.065] (**) NVIDIA(0): Option "NoLogo" "False"
[    22.065] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "TRUE"
[    22.065] (**) NVIDIA(0): Option "DPI" "100x100"
[    22.065] (**) NVIDIA(0): Option "TripleBuffer" "false"
[    22.065] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
[    22.065] (**) NVIDIA(0): Option "ModeValidation" "NoEdidModes"
[    22.065] (**) NVIDIA(0): Option "DamageEvents" "1"
[    22.065] (**) NVIDIA(0): Option "UseEDID" "FALSE"
[    22.065] (**) NVIDIA(0): Option "Coolbits" "1"
[    22.065] (**) NVIDIA(0): Option "NvAGP" "1"
[    22.065] (**) NVIDIA(0): Enabling 2D acceleration
[    22.065] (**) NVIDIA(0): Use of NVIDIA internal AGP requested
[    22.065] (**) NVIDIA(0): Ignoring EDIDs
[    23.246] (II) NVIDIA(GPU-0): Not probing EDID on CRT-1.
[    23.248] (II) NVIDIA(0): NVIDIA GPU GeForce 8400 GS (G98) at PCI:1:0:0 (GPU-0)
[    23.248] (--) NVIDIA(0): Memory: 524288 kBytes
[    23.248] (--) NVIDIA(0): VideoBIOS: 62.98.29.00.00
[    23.248] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    23.248] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    23.251] (--) NVIDIA(0): Valid display device(s) on GeForce 8400 GS at PCI:1:0:0
[    23.251] (--) NVIDIA(0):     CRT-0
[    23.251] (--) NVIDIA(0):     CRT-1 (connected)
[    23.251] (--) NVIDIA(0):     TV-0
[    23.251] (--) NVIDIA(0):     DFP-0
[    23.251] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    23.251] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[    23.251] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
[    23.251] (--) NVIDIA(0): TV encoder: (null)
[    23.251] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    23.251] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[    23.251] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    23.251] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    23.251] (**) NVIDIA(0):     all display devices.)
[    23.251] (II) NVIDIA(0): Mode Validation Overrides for CRT-1:
[    23.251] (II) NVIDIA(0):     NoEdidModes
[    23.257] (II) NVIDIA(0): Validated MetaModes:
[    23.257] (II) NVIDIA(0):     "CRT-1:1920x1080_60"
[    23.257] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    23.293] (**) NVIDIA(0): DPI set to (100, 100); computed from "DPI" X config option
[    23.293] (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[    23.293] (--) Depth 24 pixmap format is 32 bpp
[    23.293] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    23.299] (II) NVIDIA(0): Setting mode "CRT-1:1920x1080_60"
[    23.341] (II) Loading extension NV-GLX
[    23.368] (==) NVIDIA(0): Disabling shared memory pixmaps
[    23.368] (==) NVIDIA(0): Backing store disabled
[    23.368] (==) NVIDIA(0): Silken mouse enabled
[    23.368] (II) Loading extension NV-CONTROL
[    23.369] (II) Loading extension XINERAMA
[    23.369] (II) Loading sub module "dri2"
[    23.369] (II) LoadModule: "dri2"
[    23.369] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    23.369] (II) Module dri2: vendor="X.Org Foundation"
[    23.369] 	compiled for 1.12.4, module version = 1.2.0
[    23.369] 	ABI class: X.Org Server Extension, version 6.0
[    23.369] (II) NVIDIA(0): [DRI2] Setup complete
[    23.369] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    23.369] (--) RandR disabled
[    23.369] (II) Initializing built-in extension Generic Event Extension
[    23.369] (II) Initializing built-in extension SHAPE
[    23.369] (II) Initializing built-in extension MIT-SHM
[    23.369] (II) Initializing built-in extension XInputExtension
[    23.369] (II) Initializing built-in extension XTEST
[    23.369] (II) Initializing built-in extension BIG-REQUESTS
[    23.369] (II) Initializing built-in extension SYNC
[    23.369] (II) Initializing built-in extension XKEYBOARD
[    23.369] (II) Initializing built-in extension XC-MISC
[    23.369] (II) Initializing built-in extension SECURITY
[    23.369] (II) Initializing built-in extension XINERAMA
[    23.369] (II) Initializing built-in extension XFIXES
[    23.369] (II) Initializing built-in extension RENDER
[    23.369] (II) Initializing built-in extension RANDR
[    23.369] (II) Initializing built-in extension COMPOSITE
[    23.369] (II) Initializing built-in extension DAMAGE
[    23.371] (II) Initializing extension GLX
[    23.517] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    23.517] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    23.517] (II) LoadModule: "evdev"
[    23.519] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    23.520] (II) Module evdev: vendor="X.Org Foundation"
[    23.520] 	compiled for 1.12.3.901, module version = 2.7.3
[    23.520] 	Module class: X.Org XInput Driver
[    23.520] 	ABI class: X.Org XInput driver, version 16.0
[    23.520] (II) Using input driver 'evdev' for 'Power Button'
[    23.520] (**) Power Button: always reports core events
[    23.520] (**) evdev: Power Button: Device: "/dev/input/event1"
[    23.520] (--) evdev: Power Button: Vendor 0 Product 0x1
[    23.520] (--) evdev: Power Button: Found keys
[    23.520] (II) evdev: Power Button: Configuring as keyboard
[    23.520] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    23.520] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.520] (**) Option "xkb_rules" "evdev"
[    23.520] (**) Option "xkb_model" "evdev"
[    23.521] (**) Option "xkb_layout" "us"
[    23.548] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    23.548] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    23.548] (II) Using input driver 'evdev' for 'Power Button'
[    23.548] (**) Power Button: always reports core events
[    23.548] (**) evdev: Power Button: Device: "/dev/input/event0"
[    23.548] (--) evdev: Power Button: Vendor 0 Product 0x1
[    23.548] (--) evdev: Power Button: Found keys
[    23.548] (II) evdev: Power Button: Configuring as keyboard
[    23.548] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    23.548] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    23.548] (**) Option "xkb_rules" "evdev"
[    23.548] (**) Option "xkb_model" "evdev"
[    23.548] (**) Option "xkb_layout" "us"
[    23.549] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event3)
[    23.549] (II) No input driver specified, ignoring this device.
[    23.549] (II) This device may have been added with another device file.
[    23.549] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event4)
[    23.549] (II) No input driver specified, ignoring this device.
[    23.549] (II) This device may have been added with another device file.
[    23.549] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
[    23.549] (II) No input driver specified, ignoring this device.
[    23.549] (II) This device may have been added with another device file.
[    23.549] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event6)
[    23.549] (II) No input driver specified, ignoring this device.
[    23.549] (II) This device may have been added with another device file.
[    23.550] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event7)
[    23.550] (II) No input driver specified, ignoring this device.
[    23.550] (II) This device may have been added with another device file.
[    23.550] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
[    23.550] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    23.550] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    23.550] (**) Logitech USB Receiver: always reports core events
[    23.550] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event8"
[    23.550] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc504
[    23.550] (--) evdev: Logitech USB Receiver: Found keys
[    23.550] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    23.550] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input8/event8"
[    23.550] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
[    23.550] (**) Option "xkb_rules" "evdev"
[    23.550] (**) Option "xkb_model" "evdev"
[    23.550] (**) Option "xkb_layout" "us"
[    23.551] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
[    23.551] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    23.551] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    23.551] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    23.551] (**) Logitech USB Receiver: always reports core events
[    23.551] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event9"
[    23.551] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc504
[    23.551] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    23.551] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    23.551] (--) evdev: Logitech USB Receiver: Found relative axes
[    23.551] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    23.551] (--) evdev: Logitech USB Receiver: Found keys
[    23.551] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    23.551] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    23.551] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    23.551] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    23.551] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.551] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input9/event9"
[    23.551] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    23.551] (**) Option "xkb_rules" "evdev"
[    23.551] (**) Option "xkb_model" "evdev"
[    23.551] (**) Option "xkb_layout" "us"
[    23.551] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    23.551] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    23.551] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    23.551] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    23.551] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    23.552] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    23.552] (II) No input driver specified, ignoring this device.
[    23.552] (II) This device may have been added with another device file.
[    23.552] (II) config/udev: Adding input device Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) (/dev/input/event10)
[    23.552] (**) Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Applying InputClass "evdev keyboard catchall"
[    23.552] (II) Using input driver 'evdev' for 'Media Center Ed. eHome Infrared Remote Transceiver (0471:0815)'
[    23.552] (**) Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): always reports core events
[    23.552] (**) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Device: "/dev/input/event10"
[    23.552] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Vendor 0x471 Product 0x815
[    23.552] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Found keys
[    23.552] (II) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Configuring as keyboard
[    23.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/rc/rc0/input10/event10"
[    23.552] (II) XINPUT: Adding extended input device "Media Center Ed. eHome Infrared Remote Transceiver (0471:0815)" (type: KEYBOARD, id 10)
[    23.552] (**) Option "xkb_rules" "evdev"
[    23.552] (**) Option "xkb_model" "evdev"
[    23.552] (**) Option "xkb_layout" "us"
[    23.553] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/event12)
[    23.553] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev pointer catchall"
[    23.553] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev keyboard catchall"
[    23.553] (II) Using input driver 'evdev' for 'iMON Panel, Knob and Mouse(15c2:0038)'
[    23.553] (**) iMON Panel, Knob and Mouse(15c2:0038): always reports core events
[    23.553] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): Device: "/dev/input/event12"
[    23.553] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Vendor 0x15c2 Product 0x38
[    23.553] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found 3 mouse buttons
[    23.553] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found scroll wheel(s)
[    23.553] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found relative axes
[    23.553] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found x and y relative axes
[    23.553] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found keys
[    23.553] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Configuring as mouse
[    23.553] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Configuring as keyboard
[    23.553] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Adding scrollwheel support
[    23.553] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): YAxisMapping: buttons 4 and 5
[    23.553] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.553] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input12/event12"
[    23.553] (II) XINPUT: Adding extended input device "iMON Panel, Knob and Mouse(15c2:0038)" (type: KEYBOARD, id 11)
[    23.553] (**) Option "xkb_rules" "evdev"
[    23.553] (**) Option "xkb_model" "evdev"
[    23.553] (**) Option "xkb_layout" "us"
[    23.553] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): initialized for relative axes.
[    23.553] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) keeping acceleration scheme 1
[    23.553] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration profile 0
[    23.553] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration factor: 2.000
[    23.553] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration threshold: 4
[    23.554] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/mouse2)
[    23.554] (II) No input driver specified, ignoring this device.
[    23.554] (II) This device may have been added with another device file.
[    23.554] (II) config/udev: Adding input device iMON Remote (15c2:0038) (/dev/input/event13)
[    23.554] (**) iMON Remote (15c2:0038): Applying InputClass "evdev keyboard catchall"
[    23.554] (II) Using input driver 'evdev' for 'iMON Remote (15c2:0038)'
[    23.554] (**) iMON Remote (15c2:0038): always reports core events
[    23.554] (**) evdev: iMON Remote (15c2:0038): Device: "/dev/input/event13"
[    23.554] (--) evdev: iMON Remote (15c2:0038): Vendor 0x15c2 Product 0x38
[    23.554] (--) evdev: iMON Remote (15c2:0038): Found keys
[    23.554] (II) evdev: iMON Remote (15c2:0038): Configuring as keyboard
[    23.554] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/rc/rc1/input13/event13"
[    23.554] (II) XINPUT: Adding extended input device "iMON Remote (15c2:0038)" (type: KEYBOARD, id 12)
[    23.554] (**) Option "xkb_rules" "evdev"
[    23.554] (**) Option "xkb_model" "evdev"
[    23.554] (**) Option "xkb_layout" "us"
[    23.555] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event14)
[    23.555] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[    23.555] (II) Using input driver 'evdev' for 'IR-receiver inside an USB DVB receiver'
[    23.555] (**) IR-receiver inside an USB DVB receiver: always reports core events
[    23.555] (**) evdev: IR-receiver inside an USB DVB receiver: Device: "/dev/input/event14"
[    23.555] (--) evdev: IR-receiver inside an USB DVB receiver: Vendor 0xccd Product 0x81
[    23.555] (--) evdev: IR-receiver inside an USB DVB receiver: Found keys
[    23.555] (II) evdev: IR-receiver inside an USB DVB receiver: Configuring as keyboard
[    23.555] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/rc/rc2/input14/event14"
[    23.555] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD, id 13)
[    23.555] (**) Option "xkb_rules" "evdev"
[    23.555] (**) Option "xkb_model" "evdev"
[    23.555] (**) Option "xkb_layout" "us"
[    23.555] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    23.555] (II) No input driver specified, ignoring this device.
[    23.555] (II) This device may have been added with another device file.
[    23.556] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/event11)
[    23.556] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev pointer catchall"
[    23.556] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev keyboard catchall"
[    23.556] (II) Using input driver 'evdev' for 'MCE IR Keyboard/Mouse (mceusb)'
[    23.556] (**) MCE IR Keyboard/Mouse (mceusb): always reports core events
[    23.556] (**) evdev: MCE IR Keyboard/Mouse (mceusb): Device: "/dev/input/event11"
[    23.556] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Vendor 0 Product 0
[    23.556] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found 3 mouse buttons
[    23.556] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found relative axes
[    23.556] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found x and y relative axes
[    23.556] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found keys
[    23.556] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as mouse
[    23.556] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as keyboard
[    23.556] (**) evdev: MCE IR Keyboard/Mouse (mceusb): YAxisMapping: buttons 4 and 5
[    23.556] (**) evdev: MCE IR Keyboard/Mouse (mceusb): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    23.556] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event11"
[    23.556] (II) XINPUT: Adding extended input device "MCE IR Keyboard/Mouse (mceusb)" (type: KEYBOARD, id 14)
[    23.556] (**) Option "xkb_rules" "evdev"
[    23.556] (**) Option "xkb_model" "evdev"
[    23.556] (**) Option "xkb_layout" "us"
[    23.556] (II) evdev: MCE IR Keyboard/Mouse (mceusb): initialized for relative axes.
[    23.556] (**) MCE IR Keyboard/Mouse (mceusb): (accel) keeping acceleration scheme 1
[    23.556] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration profile 0
[    23.556] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration factor: 2.000
[    23.556] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration threshold: 4
[    23.557] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/mouse1)
[    23.557] (II) No input driver specified, ignoring this device.
[    23.557] (II) This device may have been added with another device file.
[    24.682] (II) NVIDIA(GPU-0): Not probing EDID on CRT-1.
[    24.682] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    24.682] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    24.682] (**) NVIDIA(0):     all display devices.)
[    24.682] (II) NVIDIA(0): Mode Validation Overrides for CRT-1:
[    24.682] (II) NVIDIA(0):     NoEdidModes
[    26.085] (II) NVIDIA(GPU-0): Not probing EDID on CRT-1.
[    26.085] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    26.085] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    26.085] (**) NVIDIA(0):     all display devices.)
[    26.085] (II) NVIDIA(0): Mode Validation Overrides for CRT-1:
[    26.085] (II) NVIDIA(0):     NoEdidModes
[    26.135] (II) NVIDIA(GPU-0): Not probing EDID on CRT-1.
[    26.135] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    26.135] (**) NVIDIA(0):     device CRT-1 (Using EDID frequencies has been enabled on
[    26.135] (**) NVIDIA(0):     all display devices.)
[    26.135] (II) NVIDIA(0): Mode Validation Overrides for CRT-1:
[    26.135] (II) NVIDIA(0):     NoEdidModes

I will temporarely drop my xorg.conf and check if that helps on the vdpau side...
EDIT
Ok I have removed my xorg.conf and rebootet. Same error messages / problems as indicated in the first post.
Attached xorg.log after having removed the xorg.conf

cat /var/log/Xorg.0.log
[    23.212]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    23.212] X Protocol Version 11, Revision 0
[    23.212] Build Operating System: Linux 3.4.8-1-ARCH i686
[    23.212] Current Operating System: Linux TVBOX 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:33:50 CEST 2012 i686
[    23.212] Kernel command line: root=/dev/sdb1 ro quiet vga=791 vmalloc=512M
[    23.212] Build Date: 27 August 2012  08:08:29AM
[    23.212]
[    23.212] Current version of pixman: 0.26.2
[    23.212]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    23.212] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.212] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 14 12:21:54 2012
[    23.213] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    23.214] (==) No Layout section.  Using the first Screen section.
[    23.214] (==) No screen section available. Using defaults.
[    23.214] (**) |-->Screen "Default Screen Section" (0)
[    23.214] (**) |   |-->Monitor "<default monitor>"
[    23.215] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    23.215] (==) Automatically adding devices
[    23.215] (==) Automatically enabling devices
[    23.219] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    23.219]    Entry deleted from font path.
[    23.224] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[    23.224] (==) ModulePath set to "/usr/lib/xorg/modules"
[    23.224] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    23.224] (II) Loader magic: 0x82225a0
[    23.224] (II) Module ABI versions:
[    23.224]    X.Org ANSI C Emulation: 0.4
[    23.224]    X.Org Video Driver: 12.1
[    23.224]    X.Org XInput driver : 16.0
[    23.224]    X.Org Server Extension : 6.0
[    23.225] (--) PCI:*(0:1:0:0) 10de:06e4:1043:8266 rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
[    23.225] (II) Open ACPI successful (/var/run/acpid.socket)
[    23.225] (II) LoadModule: "extmod"
[    23.228] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    23.229] (II) Module extmod: vendor="X.Org Foundation"
[    23.229]    compiled for 1.12.4, module version = 1.0.0
[    23.229]    Module class: X.Org Server Extension
[    23.229]    ABI class: X.Org Server Extension, version 6.0
[    23.229] (II) Loading extension MIT-SCREEN-SAVER
[    23.229] (II) Loading extension XFree86-VidModeExtension
[    23.229] (II) Loading extension XFree86-DGA
[    23.229] (II) Loading extension DPMS
[    23.229] (II) Loading extension XVideo
[    23.229] (II) Loading extension XVideo-MotionCompensation
[    23.229] (II) Loading extension X-Resource
[    23.229] (II) LoadModule: "dbe"
[    23.231] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    23.236] (II) Module dbe: vendor="X.Org Foundation"
[    23.236]    compiled for 1.12.4, module version = 1.0.0
[    23.236]    Module class: X.Org Server Extension
[    23.236]    ABI class: X.Org Server Extension, version 6.0
[    23.236] (II) Loading extension DOUBLE-BUFFER
[    23.236] (II) LoadModule: "glx"
[    23.236] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    23.277] (II) Module glx: vendor="NVIDIA Corporation"
[    23.277]    compiled for 4.0.2, module version = 1.0.0
[    23.277]    Module class: X.Org Server Extension
[    23.277] (II) NVIDIA GLX Module  304.51  Tue Sep 18 17:58:56 PDT 2012
[    23.277] (II) Loading extension GLX
[    23.277] (II) LoadModule: "record"
[    23.277] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    23.278] (II) Module record: vendor="X.Org Foundation"
[    23.278]    compiled for 1.12.4, module version = 1.13.0
[    23.278]    Module class: X.Org Server Extension
[    23.278]    ABI class: X.Org Server Extension, version 6.0
[    23.278] (II) Loading extension RECORD
[    23.278] (II) LoadModule: "dri"
[    23.278] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    23.279] (II) Module dri: vendor="X.Org Foundation"
[    23.279]    compiled for 1.12.4, module version = 1.0.0
[    23.279]    ABI class: X.Org Server Extension, version 6.0
[    23.279] (II) Loading extension XFree86-DRI
[    23.279] (II) LoadModule: "dri2"
[    23.280] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    23.280] (II) Module dri2: vendor="X.Org Foundation"
[    23.280]    compiled for 1.12.4, module version = 1.2.0
[    23.280]    ABI class: X.Org Server Extension, version 6.0
[    23.280] (II) Loading extension DRI2
[    23.280] (==) Matched nouveau as autoconfigured driver 0
[    23.280] (==) Matched nvidia as autoconfigured driver 1
[    23.280] (==) Matched nv as autoconfigured driver 2
[    23.280] (==) Matched vesa as autoconfigured driver 3
[    23.280] (==) Matched fbdev as autoconfigured driver 4
[    23.280] (==) Assigned the driver to the xf86ConfigLayout
[    23.280] (II) LoadModule: "nouveau"
[    23.282] (WW) Warning, couldn't open module nouveau
[    23.282] (II) UnloadModule: "nouveau"
[    23.282] (II) Unloading nouveau
[    23.282] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    23.282] (II) LoadModule: "nvidia"
[    23.282] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    23.291] (II) Module nvidia: vendor="NVIDIA Corporation"
[    23.291]    compiled for 4.0.2, module version = 1.0.0
[    23.291]    Module class: X.Org Video Driver
[    23.294] (II) LoadModule: "nv"
[    23.295] (WW) Warning, couldn't open module nv
[    23.295] (II) UnloadModule: "nv"
[    23.295] (II) Unloading nv
[    23.295] (EE) Failed to load module "nv" (module does not exist, 0)
[    23.295] (II) LoadModule: "vesa"
[    23.295] (WW) Warning, couldn't open module vesa
[    23.295] (II) UnloadModule: "vesa"
[    23.295] (II) Unloading vesa
[    23.295] (EE) Failed to load module "vesa" (module does not exist, 0)
[    23.295] (II) LoadModule: "fbdev"
[    23.295] (WW) Warning, couldn't open module fbdev
[    23.295] (II) UnloadModule: "fbdev"
[    23.295] (II) Unloading fbdev
[    23.295] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    23.296] (II) NVIDIA dlloader X Driver  304.51  Tue Sep 18 17:38:03 PDT 2012
[    23.296] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    23.297] (++) using VT number 7

[    23.310] (II) Loading sub module "fb"
[    23.310] (II) LoadModule: "fb"
[    23.310] (II) Loading /usr/lib/xorg/modules/libfb.so
[    23.312] (II) Module fb: vendor="X.Org Foundation"
[    23.312]    compiled for 1.12.4, module version = 1.0.0
[    23.312]    ABI class: X.Org ANSI C Emulation, version 0.4
[    23.312] (II) Loading sub module "wfb"
[    23.312] (II) LoadModule: "wfb"
[    23.312] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    23.313] (II) Module wfb: vendor="X.Org Foundation"
[    23.313]    compiled for 1.12.4, module version = 1.0.0
[    23.313]    ABI class: X.Org ANSI C Emulation, version 0.4
[    23.313] (II) Loading sub module "ramdac"
[    23.313] (II) LoadModule: "ramdac"
[    23.314] (II) Module "ramdac" already built-in
[    23.316] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    23.316] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    23.316] (==) NVIDIA(0): RGB weight 888
[    23.316] (==) NVIDIA(0): Default visual is TrueColor
[    23.316] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    23.317] (**) NVIDIA(0): Enabling 2D acceleration
[    24.518] (II) NVIDIA(GPU-0): Display (SONY TV (CRT-1)) does not support NVIDIA 3D Vision
[    24.518] (II) NVIDIA(GPU-0):     stereo.
[    24.519] (II) NVIDIA(0): NVIDIA GPU GeForce 8400 GS (G98) at PCI:1:0:0 (GPU-0)
[    24.519] (--) NVIDIA(0): Memory: 524288 kBytes
[    24.519] (--) NVIDIA(0): VideoBIOS: 62.98.29.00.00
[    24.519] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    24.519] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    24.522] (--) NVIDIA(0): Valid display device(s) on GeForce 8400 GS at PCI:1:0:0
[    24.523] (--) NVIDIA(0):     CRT-0
[    24.523] (--) NVIDIA(0):     SONY TV (CRT-1) (connected)
[    24.523] (--) NVIDIA(0):     TV-0
[    24.523] (--) NVIDIA(0):     DFP-0
[    24.523] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    24.523] (--) NVIDIA(0): SONY TV (CRT-1): 400.0 MHz maximum pixel clock
[    24.523] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
[    24.523] (--) NVIDIA(0): TV encoder: (null)
[    24.523] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    24.523] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[    24.523] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    24.523] (**) NVIDIA(0):     device SONY TV (CRT-1) (Using EDID frequencies has been
[    24.523] (**) NVIDIA(0):     enabled on all display devices.)
[    24.524] (==) NVIDIA(0):
[    24.524] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    24.524] (==) NVIDIA(0):     will be used as the requested mode.
[    24.524] (==) NVIDIA(0):
[    24.525] (II) NVIDIA(0): Validated MetaModes:
[    24.525] (II) NVIDIA(0):     "CRT-1:nvidia-auto-select"
[    24.525] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    24.554] (--) NVIDIA(0): DPI set to (30, 30); computed from "UseEdidDpi" X config
[    24.554] (--) NVIDIA(0):     option
[    24.554] (--) Depth 24 pixmap format is 32 bpp
[    24.554] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    24.560] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select"
[    24.604] (II) Loading extension NV-GLX
[    24.628] (==) NVIDIA(0): Disabling shared memory pixmaps
[    24.628] (==) NVIDIA(0): Backing store disabled
[    24.628] (==) NVIDIA(0): Silken mouse enabled
[    24.628] (==) NVIDIA(0): DPMS enabled
[    24.628] (II) Loading extension NV-CONTROL
[    24.629] (II) Loading extension XINERAMA
[    24.629] (II) Loading sub module "dri2"
[    24.629] (II) LoadModule: "dri2"
[    24.629] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    24.629] (II) Module dri2: vendor="X.Org Foundation"
[    24.629]    compiled for 1.12.4, module version = 1.2.0
[    24.629]    ABI class: X.Org Server Extension, version 6.0
[    24.629] (II) NVIDIA(0): [DRI2] Setup complete
[    24.629] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    24.629] (--) RandR disabled
[    24.629] (II) Initializing built-in extension Generic Event Extension
[    24.629] (II) Initializing built-in extension SHAPE
[    24.629] (II) Initializing built-in extension MIT-SHM
[    24.629] (II) Initializing built-in extension XInputExtension
[    24.629] (II) Initializing built-in extension XTEST
[    24.629] (II) Initializing built-in extension BIG-REQUESTS
[    24.629] (II) Initializing built-in extension SYNC
[    24.629] (II) Initializing built-in extension XKEYBOARD
[    24.629] (II) Initializing built-in extension XC-MISC
[    24.629] (II) Initializing built-in extension SECURITY
[    24.629] (II) Initializing built-in extension XINERAMA
[    24.629] (II) Initializing built-in extension XFIXES
[    24.629] (II) Initializing built-in extension RENDER
[    24.629] (II) Initializing built-in extension RANDR
[    24.629] (II) Initializing built-in extension COMPOSITE
[    24.629] (II) Initializing built-in extension DAMAGE
[    24.631] (II) Initializing extension GLX
[    24.786] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.786] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.786] (II) LoadModule: "evdev"
[    24.786] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.788] (II) Module evdev: vendor="X.Org Foundation"
[    24.788]    compiled for 1.12.3.901, module version = 2.7.3
[    24.788]    Module class: X.Org XInput Driver
[    24.788]    ABI class: X.Org XInput driver, version 16.0
[    24.788] (II) Using input driver 'evdev' for 'Power Button'
[    24.788] (**) Power Button: always reports core events
[    24.788] (**) evdev: Power Button: Device: "/dev/input/event1"
[    24.788] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.788] (--) evdev: Power Button: Found keys
[    24.788] (II) evdev: Power Button: Configuring as keyboard
[    24.788] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    24.788] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.788] (**) Option "xkb_rules" "evdev"
[    24.788] (**) Option "xkb_model" "evdev"
[    24.788] (**) Option "xkb_layout" "us"
[    24.814] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    24.814] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.814] (II) Using input driver 'evdev' for 'Power Button'
[    24.814] (**) Power Button: always reports core events
[    24.814] (**) evdev: Power Button: Device: "/dev/input/event0"
[    24.814] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.814] (--) evdev: Power Button: Found keys
[    24.814] (II) evdev: Power Button: Configuring as keyboard
[    24.814] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    24.814] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    24.814] (**) Option "xkb_rules" "evdev"
[    24.814] (**) Option "xkb_model" "evdev"
[    24.814] (**) Option "xkb_layout" "us"
[    24.815] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event3)
[    24.815] (II) No input driver specified, ignoring this device.
[    24.815] (II) This device may have been added with another device file.
[    24.815] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event4)
[    24.815] (II) No input driver specified, ignoring this device.
[    24.815] (II) This device may have been added with another device file.
[    24.815] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
[    24.815] (II) No input driver specified, ignoring this device.
[    24.815] (II) This device may have been added with another device file.
[    24.816] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event6)
[    24.816] (II) No input driver specified, ignoring this device.
[    24.816] (II) This device may have been added with another device file.
[    24.816] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event7)
[    24.816] (II) No input driver specified, ignoring this device.
[    24.816] (II) This device may have been added with another device file.
[    24.816] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
[    24.816] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    24.816] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    24.816] (**) Logitech USB Receiver: always reports core events
[    24.816] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event8"
[    24.816] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc504
[    24.816] (--) evdev: Logitech USB Receiver: Found keys
[    24.816] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    24.816] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input8/event8"
[    24.816] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
[    24.816] (**) Option "xkb_rules" "evdev"
[    24.816] (**) Option "xkb_model" "evdev"
[    24.816] (**) Option "xkb_layout" "us"
[    24.817] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
[    24.817] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    24.817] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    24.817] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    24.817] (**) Logitech USB Receiver: always reports core events
[    24.817] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event9"
[    24.817] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc504
[    24.817] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    24.817] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    24.817] (--) evdev: Logitech USB Receiver: Found relative axes
[    24.817] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    24.817] (--) evdev: Logitech USB Receiver: Found keys
[    24.817] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    24.817] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    24.817] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    24.817] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    24.817] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.817] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input9/event9"
[    24.817] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    24.817] (**) Option "xkb_rules" "evdev"
[    24.817] (**) Option "xkb_model" "evdev"
[    24.817] (**) Option "xkb_layout" "us"
[    24.817] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    24.818] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    24.818] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    24.818] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    24.818] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    24.818] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    24.818] (II) No input driver specified, ignoring this device.
[    24.818] (II) This device may have been added with another device file.
[    24.818] (II) config/udev: Adding input device Media Center Ed. eHome Infrared Remote Transceiver (0471:0815) (/dev/input/event11)
[    24.818] (**) Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Applying InputClass "evdev keyboard catchall"
[    24.818] (II) Using input driver 'evdev' for 'Media Center Ed. eHome Infrared Remote Transceiver (0471:0815)'
[    24.818] (**) Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): always reports core events
[    24.818] (**) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Device: "/dev/input/event11"
[    24.818] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Vendor 0x471 Product 0x815
[    24.818] (--) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Found keys
[    24.818] (II) evdev: Media Center Ed. eHome Infrared Remote Transceiver (0471:0815): Configuring as keyboard
[    24.818] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/rc/rc1/input11/event11"
[    24.818] (II) XINPUT: Adding extended input device "Media Center Ed. eHome Infrared Remote Transceiver (0471:0815)" (type: KEYBOARD, id 10)
[    24.818] (**) Option "xkb_rules" "evdev"
[    24.818] (**) Option "xkb_model" "evdev"
[    24.819] (**) Option "xkb_layout" "us"
[    24.819] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/event13)
[    24.819] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev pointer catchall"
[    24.819] (**) iMON Panel, Knob and Mouse(15c2:0038): Applying InputClass "evdev keyboard catchall"
[    24.819] (II) Using input driver 'evdev' for 'iMON Panel, Knob and Mouse(15c2:0038)'
[    24.819] (**) iMON Panel, Knob and Mouse(15c2:0038): always reports core events
[    24.819] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): Device: "/dev/input/event13"
[    24.819] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Vendor 0x15c2 Product 0x38
[    24.819] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found 3 mouse buttons
[    24.819] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found scroll wheel(s)
[    24.819] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found relative axes
[    24.819] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found x and y relative axes
[    24.819] (--) evdev: iMON Panel, Knob and Mouse(15c2:0038): Found keys
[    24.819] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Configuring as mouse
[    24.819] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Configuring as keyboard
[    24.819] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): Adding scrollwheel support
[    24.819] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): YAxisMapping: buttons 4 and 5
[    24.819] (**) evdev: iMON Panel, Knob and Mouse(15c2:0038): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.819] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input13/event13"
[    24.819] (II) XINPUT: Adding extended input device "iMON Panel, Knob and Mouse(15c2:0038)" (type: KEYBOARD, id 11)
[    24.819] (**) Option "xkb_rules" "evdev"
[    24.819] (**) Option "xkb_model" "evdev"
[    24.819] (**) Option "xkb_layout" "us"
[    24.819] (II) evdev: iMON Panel, Knob and Mouse(15c2:0038): initialized for relative axes.
[    24.820] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) keeping acceleration scheme 1
[    24.820] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration profile 0
[    24.820] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration factor: 2.000
[    24.820] (**) iMON Panel, Knob and Mouse(15c2:0038): (accel) acceleration threshold: 4
[    24.820] (II) config/udev: Adding input device iMON Panel, Knob and Mouse(15c2:0038) (/dev/input/mouse2)
[    24.820] (II) No input driver specified, ignoring this device.
[    24.820] (II) This device may have been added with another device file.
[    24.820] (II) config/udev: Adding input device iMON Remote (15c2:0038) (/dev/input/event14)
[    24.820] (**) iMON Remote (15c2:0038): Applying InputClass "evdev keyboard catchall"
[    24.820] (II) Using input driver 'evdev' for 'iMON Remote (15c2:0038)'
[    24.820] (**) iMON Remote (15c2:0038): always reports core events
[    24.820] (**) evdev: iMON Remote (15c2:0038): Device: "/dev/input/event14"
[    24.820] (--) evdev: iMON Remote (15c2:0038): Vendor 0x15c2 Product 0x38
[    24.820] (--) evdev: iMON Remote (15c2:0038): Found keys
[    24.820] (II) evdev: iMON Remote (15c2:0038): Configuring as keyboard
[    24.820] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/rc/rc2/input14/event14"
[    24.820] (II) XINPUT: Adding extended input device "iMON Remote (15c2:0038)" (type: KEYBOARD, id 12)
[    24.820] (**) Option "xkb_rules" "evdev"
[    24.820] (**) Option "xkb_model" "evdev"
[    24.820] (**) Option "xkb_layout" "us"
[    24.821] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event10)
[    24.821] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[    24.821] (II) Using input driver 'evdev' for 'IR-receiver inside an USB DVB receiver'
[    24.821] (**) IR-receiver inside an USB DVB receiver: always reports core events
[    24.821] (**) evdev: IR-receiver inside an USB DVB receiver: Device: "/dev/input/event10"
[    24.821] (--) evdev: IR-receiver inside an USB DVB receiver: Vendor 0xccd Product 0x81
[    24.821] (--) evdev: IR-receiver inside an USB DVB receiver: Found keys
[    24.821] (II) evdev: IR-receiver inside an USB DVB receiver: Configuring as keyboard
[    24.821] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/rc/rc0/input10/event10"
[    24.821] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD, id 13)
[    24.821] (**) Option "xkb_rules" "evdev"
[    24.821] (**) Option "xkb_model" "evdev"
[    24.821] (**) Option "xkb_layout" "us"
[    24.821] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    24.822] (II) No input driver specified, ignoring this device.
[    24.822] (II) This device may have been added with another device file.
[    24.822] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/event12)
[    24.822] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev pointer catchall"
[    24.822] (**) MCE IR Keyboard/Mouse (mceusb): Applying InputClass "evdev keyboard catchall"
[    24.822] (II) Using input driver 'evdev' for 'MCE IR Keyboard/Mouse (mceusb)'
[    24.822] (**) MCE IR Keyboard/Mouse (mceusb): always reports core events
[    24.822] (**) evdev: MCE IR Keyboard/Mouse (mceusb): Device: "/dev/input/event12"
[    24.822] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Vendor 0 Product 0
[    24.822] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found 3 mouse buttons
[    24.822] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found relative axes
[    24.822] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found x and y relative axes
[    24.822] (--) evdev: MCE IR Keyboard/Mouse (mceusb): Found keys
[    24.822] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as mouse
[    24.822] (II) evdev: MCE IR Keyboard/Mouse (mceusb): Configuring as keyboard
[    24.822] (**) evdev: MCE IR Keyboard/Mouse (mceusb): YAxisMapping: buttons 4 and 5
[    24.822] (**) evdev: MCE IR Keyboard/Mouse (mceusb): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.822] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event12"
[    24.822] (II) XINPUT: Adding extended input device "MCE IR Keyboard/Mouse (mceusb)" (type: KEYBOARD, id 14)
[    24.822] (**) Option "xkb_rules" "evdev"
[    24.822] (**) Option "xkb_model" "evdev"
[    24.822] (**) Option "xkb_layout" "us"
[    24.822] (II) evdev: MCE IR Keyboard/Mouse (mceusb): initialized for relative axes.
[    24.823] (**) MCE IR Keyboard/Mouse (mceusb): (accel) keeping acceleration scheme 1
[    24.823] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration profile 0
[    24.823] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration factor: 2.000
[    24.823] (**) MCE IR Keyboard/Mouse (mceusb): (accel) acceleration threshold: 4
[    24.823] (II) config/udev: Adding input device MCE IR Keyboard/Mouse (mceusb) (/dev/input/mouse1)
[    24.823] (II) No input driver specified, ignoring this device.
[    24.823] (II) This device may have been added with another device file.
[    26.079] (II) NVIDIA(GPU-0): Display (SONY TV (CRT-1)) does not support NVIDIA 3D Vision
[    26.079] (II) NVIDIA(GPU-0):     stereo.
[    26.079] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    26.079] (**) NVIDIA(0):     device SONY TV (CRT-1) (Using EDID frequencies has been
[    26.079] (**) NVIDIA(0):     enabled on all display devices.)
[    27.326] (II) NVIDIA(GPU-0): Display (SONY TV (CRT-1)) does not support NVIDIA 3D Vision
[    27.326] (II) NVIDIA(GPU-0):     stereo.
[    27.326] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    27.326] (**) NVIDIA(0):     device SONY TV (CRT-1) (Using EDID frequencies has been
[    27.326] (**) NVIDIA(0):     enabled on all display devices.)
[    27.397] (II) NVIDIA(GPU-0): Display (SONY TV (CRT-1)) does not support NVIDIA 3D Vision
[    27.397] (II) NVIDIA(GPU-0):     stereo.
[    27.397] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    27.397] (**) NVIDIA(0):     device SONY TV (CRT-1) (Using EDID frequencies has been
[    27.397] (**) NVIDIA(0):     enabled on all display devices.)

EDIT 2

ll /usr/lib/vdpau/
total 2.1M
drwxr-xr-x   2 root root 4.0K Oct  7 15:05 .
drwxr-xr-x 190 root root 116K Oct 11 19:26 ..
lrwxrwxrwx   1 root root   20 Sep 25 09:18 libvdpau_nvidia.so -> libvdpau_nvidia.so.1
lrwxrwxrwx   1 root root   25 Sep 25 09:18 libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.304.51
-rwxr-xr-x   1 root root 1.8M Sep 25 09:18 libvdpau_nvidia.so.304.51
lrwxrwxrwx   1 root root   23 Sep  5 09:50 libvdpau_trace.so -> libvdpau_trace.so.1.0.0
lrwxrwxrwx   1 root root   23 Sep  5 09:50 libvdpau_trace.so.1 -> libvdpau_trace.so.1.0.0
-rwxr-xr-x   1 root root  58K Sep  5 09:50 libvdpau_trace.so.1.0.0
-rwxr-xr-x   1 root root  65K Feb 27  2011 libvdpau_trace.so.260.19.36

Last edited by boomshalek (2012-10-14 10:32:23)

Offline

#6 2012-10-14 12:35:24

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

There's no error messages in your log, the nvidia driver loads fine. You also have the vdpau files in place. No idea then what's wrong. The error says the libvdpau_nvidia.so file isn't there. But it is there!

Hmm, I just noticed the /usr/lib/vdpau/libvdpau_trace.so.260.19.36 file. That shouldn't be there. Remove it. Did you at some point in the past install the nvidia driver using the nvidia installer instead of using the Arch packages?

Post the output of glxinfo (it's in the mesa-demos package).

Offline

#7 2012-10-14 20:50:27

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

Gusar wrote:

There's no error messages in your log, the nvidia driver loads fine. You also have the vdpau files in place. No idea then what's wrong. The error says the libvdpau_nvidia.so file isn't there. But it is there!
Hmm, I just noticed the /usr/lib/vdpau/libvdpau_trace.so.260.19.36 file. That shouldn't be there. Remove it. Did you at some point in the past install the nvidia driver using the nvidia installer instead of using the Arch packages?

I deleted that old file. I have always used Arch packages to install nvidia drivers.

Gusar wrote:

Post the output of glxinfo (it's in the mesa-demos package).

After deleting the libvdpau_trace.so.260.19.36 and rebooting

$ glxinfo 
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_framebuffer_sRGB, GLX_NV_multisample_coverage
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_framebuffer_sRGB, GLX_NV_present_video, GLX_NV_copy_image, 
    GLX_NV_multisample_coverage, GLX_NV_video_capture, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness
GLX version: 1.4
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_multisample, 
    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, 
    GLX_NV_multisample_coverage, GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 8400 GS/PCIe/SSE2
OpenGL version string: 3.3.0 NVIDIA 304.51
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL extensions:
    GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_color_buffer_float, GL_ARB_compatibility, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
    GL_ARB_ES2_compatibility, GL_ARB_explicit_attrib_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sync, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
    GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage, 
    GL_ARB_texture_swizzle, GL_ARB_timer_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, 
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage, 
    GL_EXT_texture_swizzle, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_timer_query, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_x11_sync_object, GL_EXT_import_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_alpha_test, 
    GL_NV_blend_minmax, GL_NV_blend_square, GL_NV_complex_primitives, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_ES1_1_compatibility, 
    GL_NV_explicit_multisample, GL_NV_fbo_color_attachments, GL_NV_fence, 
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragdepth, 
    GL_NV_fragment_program, GL_NV_fragment_program_option, 
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage, 
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_shader_buffer_load, GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_lod_clamp, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_vdpau_interop, GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
    GL_OES_compressed_paletted_texture, GL_OES_depth24, GL_OES_depth32, 
    GL_OES_depth_texture, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, 
    GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil, 
    GL_OES_point_size_array, GL_OES_point_sprite, GL_OES_rgb8_rgba8, 
    GL_OES_read_format, GL_OES_standard_derivatives, GL_OES_texture_3D, 
    GL_OES_texture_float, GL_OES_texture_float_linear, 
    GL_OES_texture_half_float, GL_OES_texture_half_float_linear, 
    GL_OES_texture_npot, GL_OES_vertex_array_object, GL_OES_vertex_half_float, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

204 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x022 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x024 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x025 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x026 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x027 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x028 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x029 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x02a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x02b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x02c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x02d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x02e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x02f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x030 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x031 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x032 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x033 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x034 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x035 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x036 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x037 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x038 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x039 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03a 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03b 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x03c 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x03d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x03f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x040 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x041 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x042 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x043 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x044 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x045 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x046 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x047 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x048 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x049 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04a 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04b 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x04c 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x04d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x04f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x050 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x051 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x052 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x053 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x054 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x055 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x056 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x057 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x058 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x059 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x05a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x05b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x05c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x05d 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x05e 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x05f 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x060 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x061 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x062 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x063 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x064 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x065 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x066 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x067 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x068 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x069 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x06a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x06b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x06c 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x06d 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x06e 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x06f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x070 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x071 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x072 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x073 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x074 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x075 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x076 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x077 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x078 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x079 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x07a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x07b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x07c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x07d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x07e 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x07f 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x080 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x081 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x082 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x083 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x084 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x085 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x086 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x087 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x088 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x089 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x08a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x08b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x08c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x08d 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x08e 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x08f 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x090 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x091 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x092 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x093 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x094 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x095 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x096 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x097 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x098 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x099 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x09a 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x09b 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x09c 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x09d 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x09e 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x09f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0a0 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a1 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a2 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a3 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a4 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0a5 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0a6 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a7 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a8 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0a9 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x023 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0aa 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ab 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0ac 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0ad 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0ae 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0af 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0b0 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0b1 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0b2 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0b3 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0b4 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0b5 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0b6 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0b7 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0b8 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0b9 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0ba 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0bb 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0bc 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0bd 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0be 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0bf 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0c0 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0c1 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0c2 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0c3 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0c4 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0c5 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0c6 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0c7 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0c8 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0c9 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0ca 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0cb 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0cc 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0cd 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0ce 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0cf 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0d0 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0d1 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0d2 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0d3 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0d4 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0d5 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0d6 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0d7 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0d8 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0d9 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0da 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0db 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0dc 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0dd 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0de 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0df 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0e0 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0e1 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e2 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e3 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e4 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e5 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e6 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e7 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e8 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e9 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0ea 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0eb 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0ec 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon

284 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x0ed 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0ee 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0ef 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0f0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0f1 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0f2 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0f3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0f4 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0f5 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0f6 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0f7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0f8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0f9 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0fa 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0fb 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0fc 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0fd 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0fe 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0ff 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x100 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x101 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x102 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x103 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x104 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x105 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x106 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x107 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x108 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x109 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x10a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x10b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x10c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x10d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x10e 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x10f 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x110 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x111 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x112 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x113 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x114 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x115 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x116 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x117 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x118 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x119 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x11a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x11b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x11c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x11d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x11e 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x11f 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x120 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x121 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x122 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x123 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x124 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x125 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x126 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x127 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x128 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x129 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x12a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x12b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x12c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x12d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x12e 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x12f 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x130 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x131 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x132 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x133 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x134 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x135 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x136 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x137 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x138 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x139 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x13a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x13b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x13c 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x13d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x13e 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x13f 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x140 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x141 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x142 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x143 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x144 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x145 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x146 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x147 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x148 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x149 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x14a 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x14b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x14c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x14d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x14e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x14f 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x150 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x151 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x152 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x153 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x154 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x155 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x156 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x157 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x158 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x159 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x15a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x15b 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x15c 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x15d 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x15e 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x15f 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x160 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x161 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x162 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x163 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x164 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x165 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x166 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x167 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x168 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x169 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x16a 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x16b 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x16c 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x16d 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x16e 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x16f 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x170 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x171 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x172 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x173 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x174 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x175 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x176 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x177 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x178 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x179 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x17a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x17b 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x17c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x17d 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x17e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x17f 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x180 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x181 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x182 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x183 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x184 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x185 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x186 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x187 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x188 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x189 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x18a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x18b 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x18c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x18d 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x18e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x18f 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x190 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x191 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x192 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x193 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x194 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x195 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x196 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x197 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x198 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x199 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19b 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x19c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x19d 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19f 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a0 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a1 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1a2 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1a3 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1a4 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1a5 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1a6 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1a7 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1a8 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1a9 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1aa 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1ab 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1ac 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1ad 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1ae 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1af 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b0 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b1 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b2 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b3 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1b4 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1b5 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b6 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b7 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b8 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1b9  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1ba  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1bb  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x1bc  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x1bd  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1be  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1bf  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1c0  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x1c1  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c2  0 sg  0  32  0    . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c3  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c4  0 sg  0  32  0    y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c5  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c6  0 sg  0  32  0    . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c7  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c8  0 sg  0  32  0    y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1c9  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x1ca  0 sg  0  64  0    . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x1cb  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x1cc  0 sg  0  64  0    y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x1cd  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x1ce  0 sg  0 128  0    . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x1cf  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x1d0  0 sg  0 128  0    y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x1d1  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1d2  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1d3  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1d4  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1d5  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1d6  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1d7  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1d8  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1d9  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1da  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1db  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1dc  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1dd  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1de  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1df  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1e0  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1e1  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x1e2  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x1e3  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x1e4  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x1e5  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x1e6  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x1e7  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x1e8  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x1e9  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x1ea  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x1eb  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x1ec  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x1ed  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x1ee  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x1ef  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x1f0  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x1f1  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f2  0 sg  0  16  0    . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f3  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f4  0 sg  0  16  0    y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f5  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f6  0 sg  0  64  0    . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f7  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f8  0 sg  0  64  0    y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x1f9  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1fa  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1fb  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1fc  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x1fd  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1fe  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x1ff  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x200  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x201  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x202  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x203  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x204  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x205  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x206  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x207  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x208  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
$ vainfo 
libva: VA-API version 0.33.0
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva: Found init function __vaDriverInit_0_32
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
libva error: /usr/lib/dri/nvidia_drv_video.so init failed
libva: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

Offline

#8 2012-10-29 18:01:10

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

I still have no solution. If someone can help, please post. TIA

Offline

#9 2012-10-29 20:41:10

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

I used to have a 8400GS and it doesn't support all the new vdpau features ( I vdpau it's up to feature set D nowadays). You might need to try older nvidia drivers, but I don't know how, maybe with LTS kernel?

Offline

#10 2012-10-30 17:40:22

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

swanson wrote:

You might need to try older nvidia drivers, but I don't know how, maybe with LTS kernel?

First thank you.
I am aware about the feature set developments but did not know/believe that a card as new as the 8400GS would already be in an unsupported life cycle stage ...
Do you have any reference to read for that before I really try a LTS kernel setup ?

Regards

Offline

#11 2012-10-30 18:48:20

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

The Nvidia driver is not part of the kernel, so which kernel exactly you have is irrelevant. Switching kernels won't make any difference.

PS. The 8400 is anything but new smile. It's the last generation that will still be supported by the next release of Nvidia's mainline driver.

Offline

#12 2012-10-30 20:37:09

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

@Gusar
Switching to the LTS kernel could have made a difference since it used to be a 2.6.32 kernel with a lower version of the nvidia driver as dependency as the 304.xx needed by the 3.0-lts kernel.
Since the lts kernel is now on 3.0 release with 304 nvidia-lts it probably does not make sense anymore.

And yes, the card was sold in 2008, nvidia vdpau has been released in 2009. Dropping driver support after four (HW based or three years vdpau-SW based) years is bad and very bad in a linux ecosystem. This card should cope with standard HD video playback for another 3 to 5 years from a technical requirements viewpoint.
Dropping driver support is planned obsolence and stupid in terms of sustainability and just another reason to opt for fully open source SW/drivers to keep you system. Otherwise we will end up replacing our HW every 2 years (End of Mandatory Product Warranty in some countries) because there is no support for the newest "feature set" anymore and backward compatibility dropped therefore.

Just some 2c philosophy ... smile

Offline

#13 2012-10-30 21:21:27

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

You can use drivers older than 304.xx with the 3.0-lts kernel. Not sure how much older, but I'm sure it goes down to at least 275.xx. The problem with older drivers isn't the kernel, it's X. Only 304.xx supports xorg-server-1.13, for older drivers you'd need to downgrade to at least 1.12, possibly further.
Hmm, actually, there's one little trick - the legacy 173.xx branch, while meant for Geforce 5/FX cards, supports Geforce 8 too. Version 173.14.36 from this branch added support for xorg-server-1.13.

Offline

#14 2012-11-11 14:21:49

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

Gusar wrote:

You can use drivers older than 304.xx with the 3.0-lts kernel. Not sure how much older, but I'm sure it goes down to at least 275.xx. The problem with older drivers isn't the kernel, it's X. Only 304.xx supports xorg-server-1.13, for older drivers you'd need to downgrade to at least 1.12, possibly further.
Hmm, actually, there's one little trick - the legacy 173.xx branch, while meant for Geforce 5/FX cards, supports Geforce 8 too. Version 173.14.36 from this branch added support for xorg-server-1.13.

Hey Gusar
Before I am really going to test this, can you please provide evidence (a good read) that vdpau support has been dropped for this card in newer nvidia releases. I cannot find anything on this topic except a normal release note which leads me to the conclusion that there should still be support for it.

Offline

#15 2012-11-11 14:39:33

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

boomshalek wrote:

Before I am really going to test this, can you please provide evidence (a good read) that vdpau support has been dropped for this card in newer nvidia releases.

Err, I didn't say anywhere vdpau support was dropped. It wasn't. But since the newest driver is giving you problems, I listed ways how you could test older drivers.

Last edited by Gusar (2012-11-11 14:40:39)

Offline

#16 2012-11-11 16:06:40

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

Gusar wrote:

Err, I didn't say anywhere vdpau support was dropped. It wasn't. But since the newest driver is giving you problems, I listed ways how you could test older drivers.

Ok, you are right. But then I would rather try to fix it with a recent supported version but with an old one.
Strange that there are no clear instructions except for the standard way, which doesn't seem to work here ...

Offline

#17 2012-11-17 17:46:08

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

Ok I have now tried a different distro installed in parallel to Archlinux: yaVDR 5.0 (Ubuntu12.04 based)
The same card works with vdpau out of the box
syslog

TVBOX vdr: video/vdpau: VDPAU API version: 1
TVBOX vdr: video/vdpau: VDPAU information: NVIDIA VDPAU Driver Shared Library  304.51  Tue Sep 18 17:40:30 PDT 2012
TVBOX vdr: video/vdpau: high quality scaling unsupported
TVBOX vdr: video/vdpau: feature deinterlace temporal supported
TVBOX vdr: video/vdpau: feature deinterlace temporal spatial supported
TVBOX vdr: video/vdpau: attribute skip chroma deinterlace supported
TVBOX vdr: video/vdpau: 4:2:0 chroma format with 4096x4096 supported
TVBOX vdr: video/vdpau: 4:2:2 chroma format with 4096x4096 supported
TVBOX vdr: video/vdpau: 8bit BGRA format with 8192x8192 supported
TVBOX vdr: video/vdpau: 10bit RGBA format with 8192x8192 supported

Xorg.log

--> [     4.865] (WW) NVIDIA(0): Option "TwinView" is not used
[     4.865] (II) Loading sub module "dri2"
[     4.865] (II) LoadModule: "dri2"
[     4.866] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     4.866] (II) Module dri2: vendor="X.Org Foundation"
[     4.866]    compiled for 1.11.3, module version = 1.2.0
[     4.866]    ABI class: X.Org Server Extension, version 6.0
[     4.866] (II) NVIDIA(0): [DRI2] Setup complete
--> [     4.866] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     4.866] (--) RandR disabled

Can someone help to diagnose, cross-check in order that I can get it to work in ArchLinux?

Last edited by boomshalek (2012-11-17 17:51:20)

Offline

#18 2012-11-17 18:44:38

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

BTW Now the error message in ArchLinux for vainfo looks different:

libva info: VA-API version 0.33.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_0_33
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
Floating point exception

Offline

#19 2012-11-18 04:01:08

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

The system claiming a file isn't there, even though it is, is a sign of architecture mismatch. For example your system is 64bit, but the library is 32bit (or the other way around).

Post the output of these:

uname -a
file /usr/lib/vdpau/libvdpau_nvidia.so.310.19

310.19 is the version currently packaged by Arch. If you have a libvdpau_nvidia.so with a different version number, you either don't have a fully updated system (so update it), or you at one point installed the driver by means other than using Arch packages, which means you made a mess of your system.
If you don't have "file" yet, install it (pacman -S file).

Last edited by Gusar (2012-11-18 11:59:45)

Offline

#20 2013-01-28 10:04:45

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

Gusar wrote:

The system claiming a file isn't there, even though it is, is a sign of architecture mismatch. For example your system is 64bit, but the library is 32bit (or the other way around).

Post the output of these:

uname -a
file /usr/lib/vdpau/libvdpau_nvidia.so.310.19

310.19 is the version currently packaged by Arch. If you have a libvdpau_nvidia.so with a different version number, you either don't have a fully updated system (so update it), or you at one point installed the driver by means other than using Arch packages, which means you made a mess of your system.
If you don't have "file" yet, install it (pacman -S file).

Hey Gusar
Sorry. I did not get a notification on your latest answer and therefore had given up and did not follow up. In the meantime I switched to a GT520 card, which worked for two months with the above discussed settings using vdpau.With the recent upgrade that came with kernel 3.7.x I am getting the same problems again. I am running the nvidia-304xx branch now just because I have tried all driver versions since vdpau support broke again. I get errors with 313.18-1 too. I am running 32-bit.

uname -a
Linux TVBOX 3.7.4-1-ARCH #1 SMP PREEMPT Tue Jan 22 07:49:28 CET 2013 i686 GNU/Linux
file /usr/lib/vdpau/libvdpau_nvidia.so.304.64
/usr/lib/vdpau/libvdpau_nvidia.so.304.64: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, for GNU/Linux 2.3.99, stripped

Offline

#21 2013-01-28 13:26:08

boomshalek
Member
Registered: 2007-10-12
Posts: 102

Re: [SOLVED]Enabling VDPAU (8400 GS (G98), vainfo fails)

SOLVED: It was a leftover file from an old libvdpau version

pacman -R libvdpau
[...]
-----------------------------------------
pacman -S libvdpau
-----------------------------------------
resolving dependencies...
looking for inter-conflicts...

Targets (1): libvdpau-0.5-1

Total Download Size:    0.04 MiB
Total Installed Size:   0.25 MiB

Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
libvdpau-0.5-1-i686                                                                 45.6 KiB  2.02M/s 00:00 [################################################################] 100%
(1/1) checking package integrity                                                                             [################################################################] 100%
(1/1) loading package files                                                                                  [################################################################] 100%
(1/1) checking for file conflicts                                                                            [################################################################] 100%
error: failed to commit transaction (conflicting files)
libvdpau: /usr/lib/libvdpau.so.1 exists in filesystem
Errors occurred, no packages were upgraded.
-----------------------------------------
rm /usr/lib/libvdpau.so.1
pacman -S libvdpau
[...]
reboot --> OK

Last edited by boomshalek (2013-01-28 13:29:23)

Offline

Board footer

Powered by FluxBB