[solved]X11: MGA driver issues: video playback (mplayer) and 3D

Hello,
I am new to Arch, but I am not new to Linux. I installed Arch yesterday, before I was experimenting with it in VirtualBox and -to test the compatibility with my real hardware- I also tried the "Archie" live CD.
But there was one thing that the combination of VirtualBox and Archie could not test: the X Window System itself, because in Archie there was an older and VESA-only version and you could not upgrade it and VirtualBox was, well, virtual.
I have a Matrox card G550, so I installed the xf86-video-mga package. At first it did not work at all (blank screen), but when I switched the console from framebuffer to "normal" text mode it started working, but...
1) the 3D performance (glxgears) is about half of the FPS I got on my previous Linux system
2) when I tried to play video with mplayer, xine or vlc, there was blue screen instead of the picture. - I can send you a screenshot, but it's just a blue box where the picture should be
I discovered, that this bluescreen thing is "solved" with some arcane xorg.conf option I discovered with "man mga" - in fact, I tried each of the options in hope for this to fix:
Option "ShadowFB" "on"
but this thing slows the 3D performance even more, so the OpenGL version of Doom is not playable any more :(
Also the mplayer itself behaves differently than on my old Linux: When I resize the window or go fullscreen, on the old system it resized or fullscreened the entire picture and now just the window is bigger and the picture remains the same. I solved this with -vo sdl, but it seems the picture has poorer quality in this case
at all, I think something is missing in the xorg configuration, because the mplayer and 3D behavior suggest so.
here is my config:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/artwiz-fonts/"
EndSection
Section "Module"
Load "xtrap"
Load "dbe"
Load "GLcore"
Load "extmod"
Load "record"
Load "dri"
Load "glx"
#Load "freetype"
#Load "type1"
#Load "v4l"
#Load "drm"
#Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us,cz_qwerty"
Option "XkbModel" "pc104"
Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
DisplaySize 380 300 # mm
Identifier "Monitor0"
VendorName "BNQ"
ModelName "BenQ FP91G+"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 83.0
VertRefresh 43.0 - 76.0
Option "DPMS"
UseModes "Modes[0]"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "HWcursor" # [<bool>]
#Option "PciRetry" # [<bool>]
#Option "SyncOnGreen" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "Overlay" # [<str>]
#Option "MGASDRAM" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "ColorKey" # <i>
#Option "SetMclk" # <freq>
#Option "OverclockMem" # [<bool>]
#Option "VideoKey" # <i>
#Option "TexturedVideo" # [<bool>]
#Option "Int10" # [<bool>]
#Option "AGPMode" # <i>
#Option "AGPSize" # <i>
#Option "DRI" # [<bool>]
#Option "OldDmaInit" # [<bool>]
#Option "ForcePciDma" # [<bool>]
#Option "AccelMethod" # [<str>]
Identifier "Card0"
Driver "mga"
VendorName "Matrox Graphics, Inc."
BoardName "MGA G550 AGP"
BusID "PCI:1:0:0"
Option "HwCursor" "off" #protoze jinak tam neni
Option "DRI" "on"
Option "ShadowFB" "on" #jo ale pomalejsi 3D
#Option "OldDMAInit" "on"
Option "AGPMode" "4"
#Option "TexturedVideo" "on" #nefunguje
Option "AccelMethod" "EXA"
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync
-vsync
ModeLine "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
I use 16bpp because 24bpp is slower...
thank you in advance,
   Daniel
Last edited by danielsoft (2008-03-04 16:21:17)

the solution was to downgrade the x server and matrox drivers
(I found the old packages at http://mir2.archlinuxfr.org/archlinux/c … i686.old/)
the following packages were downgraded:
xf86-input-keyboard-1.1.1-1.pkg.tar.gz
xf86-input-mouse-1.2.1-1.pkg.tar.gz
xf86-video-mga-1.4.6.1-1.pkg.tar.gz
xorg-server-1.2.0-5.pkg.tar.gz
xorg-xkb-utils-1.0.2-2.pkg.tar.gz

Similar Messages

  • [SOLVED] ATI Catalyst Driver Issues

    I'm sure issues with these drivers get posted often, but I'm honestly not entirely sure how to search for this.  I installed the base system with no issues, but when it came to adding a DE, I had some issues.  I tried several times to install the catalyst drivers for my radeon hd 6800.  I installed from the official repository using:
    #pacman -S catalyst-dkms catalyst-utils
    I had no luck starting X server after that so I tried installing from Vi0l0's unnoficial repository.  This caused X Server to seg fault every time I attempted to start it. 
    I'm a little confused on how I am even using gnome at this point considering I have not successfully installed a graphics driver.
    I blacklisted radeon and uninstalled catalyst and somehow was able to start X Server.  I'm obviously using a lame driver considering every time I move a console window around it moves at around 2 FPS. 
    How can I successfully install the proprietary fglrx/catalyst drivers?
    Last edited by instantaphex (2012-12-10 04:49:49)

    Thanks for the replies.  It's been a busy week and I have to move my desktop into the kitchen to get internet access because I'm also having ndiswrapper issues.  Here is my Xorg.0.log
    [ 6.208]
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [ 6.208] X Protocol Version 11, Revision 0
    [ 6.208] Build Operating System: Linux 3.6.3-1-ARCH x86_64
    [ 6.209] Current Operating System: Linux archbox 3.6.9-1-ARCH #1 SMP PREEMPT Tue Dec 4 08:04:10 CET 2012 x86_64
    [ 6.209] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8c2fca85-5d82-4e80-9492-3ffe9e0760e5 ro quiet
    [ 6.209] Build Date: 08 November 2012 07:09:29PM
    [ 6.209]
    [ 6.209] Current version of pixman: 0.28.0
    [ 6.209] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6.209] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6.209] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 9 06:53:08 2012
    [ 6.231] (==) Using config file: "/etc/X11/xorg.conf"
    [ 6.231] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 6.233] (==) ServerLayout "aticonfig Layout"
    [ 6.233] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 6.233] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 6.233] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 6.233] (==) Automatically adding devices
    [ 6.233] (==) Automatically enabling devices
    [ 6.233] (==) Automatically adding GPU devices
    [ 6.246] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 6.246] Entry deleted from font path.
    [ 6.266] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 6.266] Entry deleted from font path.
    [ 6.266] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 6.267] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 6.267] Entry deleted from font path.
    [ 6.267] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 6.267] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 6.267] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 6.267] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 6.267] (II) Loader magic: 0x7fcc40
    [ 6.267] (II) Module ABI versions:
    [ 6.267] X.Org ANSI C Emulation: 0.4
    [ 6.267] X.Org Video Driver: 13.1
    [ 6.267] X.Org XInput driver : 18.0
    [ 6.267] X.Org Server Extension : 7.0
    [ 6.270] (--) PCI:*(0:1:0:0) 1002:6739:174b:174b rev 0, Mem @ 0xd0000000/268435456, 0xfd5c0000/131072, I/O @ 0x0000ce00/256, BIOS @ 0x????????/131072
    [ 6.270] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 6.270] Initializing built-in extension Generic Event Extension
    [ 6.270] Initializing built-in extension SHAPE
    [ 6.270] Initializing built-in extension MIT-SHM
    [ 6.270] Initializing built-in extension XInputExtension
    [ 6.270] Initializing built-in extension XTEST
    [ 6.270] Initializing built-in extension BIG-REQUESTS
    [ 6.271] Initializing built-in extension SYNC
    [ 6.271] Initializing built-in extension XKEYBOARD
    [ 6.271] Initializing built-in extension XC-MISC
    [ 6.271] Initializing built-in extension SECURITY
    [ 6.271] Initializing built-in extension XINERAMA
    [ 6.271] Initializing built-in extension XFIXES
    [ 6.271] Initializing built-in extension RENDER
    [ 6.271] Initializing built-in extension RANDR
    [ 6.271] Initializing built-in extension COMPOSITE
    [ 6.271] Initializing built-in extension DAMAGE
    [ 6.271] Initializing built-in extension MIT-SCREEN-SAVER
    [ 6.271] Initializing built-in extension DOUBLE-BUFFER
    [ 6.271] Initializing built-in extension RECORD
    [ 6.271] Initializing built-in extension DPMS
    [ 6.271] Initializing built-in extension X-Resource
    [ 6.271] Initializing built-in extension XVideo
    [ 6.271] Initializing built-in extension XVideo-MotionCompensation
    [ 6.271] Initializing built-in extension XFree86-VidModeExtension
    [ 6.271] Initializing built-in extension XFree86-DGA
    [ 6.271] Initializing built-in extension XFree86-DRI
    [ 6.271] Initializing built-in extension DRI2
    [ 6.271] (II) "glx" will be loaded by default.
    [ 6.271] (II) LoadModule: "glx"
    [ 6.307] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.325] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 6.325] compiled for 6.9.0, module version = 1.0.0
    [ 6.326] Loading extension GLX
    [ 6.326] (II) LoadModule: "fglrx"
    [ 6.326] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 6.497] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 6.498] compiled for 1.4.99.906, module version = 9.0.2
    [ 6.498] Module class: X.Org Video Driver
    [ 6.499] (II) Loading sub module "fglrxdrm"
    [ 6.499] (II) LoadModule: "fglrxdrm"
    [ 6.499] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 6.513] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 6.513] compiled for 1.4.99.906, module version = 9.0.2
    [ 6.513] (II) AMD Proprietary Linux Driver Version Identifier:9.00.2
    [ 6.513] (II) AMD Proprietary Linux Driver Release Identifier: 9.00.11
    [ 6.513] (II) AMD Proprietary Linux Driver Build Date: Sep 20 2012 11:56:16
    [ 6.513] (++) using VT number 1
    [ 6.513] (WW) Falling back to old probe method for fglrx
    [ 6.541] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 6.555] ukiDynamicMajor: failed to open /proc/ati/major
    [ 6.555] ukiDynamicMajor: failed to open /proc/ati/major
    [ 6.569] (--) Chipset Supported AMD Graphics Processor (0x6739) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:9:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:10:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
    [ 6.576] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 6.577] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 6.577] (II) AMD Video driver is signed
    [ 6.577] (II) fglrx(0): pEnt->device->identifier=0x1cfb770
    [ 6.578] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
    [ 6.578] (II) Loading sub module "vgahw"
    [ 6.578] (II) LoadModule: "vgahw"
    [ 6.578] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 6.591] (II) Module vgahw: vendor="X.Org Foundation"
    [ 6.591] compiled for 1.13.0, module version = 0.1.0
    [ 6.591] ABI class: X.Org Video Driver, version 13.1
    [ 6.591] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 6.591] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 6.591] (==) fglrx(0): Default visual is TrueColor
    [ 6.591] (**) fglrx(0): Option "DPMS" "true"
    [ 6.592] (==) fglrx(0): RGB weight 888
    [ 6.592] (II) fglrx(0): Using 8 bits per RGB
    [ 6.592] (==) fglrx(0): Buffer Tiling is ON
    [ 6.592] (II) Loading sub module "fglrxdrm"
    [ 6.592] (II) LoadModule: "fglrxdrm"
    [ 6.592] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 6.592] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 6.592] compiled for 1.4.99.906, module version = 9.0.2
    [ 6.596] ukiDynamicMajor: failed to open /proc/ati/major
    [ 6.596] ukiDynamicMajor: failed to open /proc/ati/major
    [ 6.596] (**) fglrx(0): NoAccel = NO
    [ 6.596] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 6.596] (--) fglrx(0): Chipset: "AMD Radeon HD 6800 Series " (Chipset = 0x6739)
    [ 6.596] (--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x174b)
    [ 6.596] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 6.596] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    [ 6.596] (--) fglrx(0): MMIO registers at 0xfd5c0000
    [ 6.596] (--) fglrx(0): I/O port at 0x0000ce00
    [ 6.596] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 6.619] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 6.621] (II) Loading sub module "vbe"
    [ 6.621] (II) LoadModule: "vbe"
    [ 6.621] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 6.622] (II) Module vbe: vendor="X.Org Foundation"
    [ 6.622] compiled for 1.13.0, module version = 1.1.0
    [ 6.622] ABI class: X.Org Video Driver, version 13.1
    [ 6.622] (II) fglrx(0): VESA BIOS detected
    [ 6.622] (II) fglrx(0): VESA VBE Version 3.0
    [ 6.622] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 6.622] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 6.622] (II) fglrx(0): VESA VBE OEM Software Rev: 13.12
    [ 6.622] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc.
    [ 6.622] (II) fglrx(0): VESA VBE OEM Product: BARTS
    [ 6.622] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 6.662] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 6.662] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5
    [ 6.662] (II) fglrx(0): PCIE card detected
    [ 6.662] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 6.662] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 6.662] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [ 6.662] (EE) fglrx(0): Fail to init MGPU configuration:0x0!
    [ 6.662] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 6.662] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 6.662] (==) fglrx(0): Center Mode is disabled
    [ 6.662] (II) Loading sub module "fb"
    [ 6.662] (II) LoadModule: "fb"
    [ 6.662] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.663] (II) Module fb: vendor="X.Org Foundation"
    [ 6.663] compiled for 1.13.0, module version = 1.0.0
    [ 6.663] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.663] (II) Loading sub module "ddc"
    [ 6.663] (II) LoadModule: "ddc"
    [ 6.663] (II) Module "ddc" already built-in
    [ 6.783] (EE) fglrx(0): ASYNCIO service has not started yet while register message handler for DAL
    [ 6.785] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 6.785] (II) fglrx(0): Output DFP2 has no monitor section
    [ 6.785] (II) fglrx(0): Output DFP3 has no monitor section
    [ 6.785] (II) fglrx(0): Output DFP4 has no monitor section
    [ 6.785] (II) fglrx(0): Output DFP5 has no monitor section
    [ 6.785] (II) fglrx(0): Output DFP6 has no monitor section
    [ 6.785] (II) fglrx(0): Output DFP7 has no monitor section
    [ 6.785] (II) fglrx(0): Output CRT1 has no monitor section
    [ 6.785] (II) Loading sub module "ddc"
    [ 6.785] (II) LoadModule: "ddc"
    [ 6.785] (II) Module "ddc" already built-in
    [ 6.785] (II) fglrx(0): Connected Display0: CRT1
    [ 6.785] (II) fglrx(0): Display0: Failed to get EDID information.
    [ 6.785] (II) fglrx(0): EDID for output DFP1
    [ 6.785] (II) fglrx(0): EDID for output DFP2
    [ 6.785] (II) fglrx(0): EDID for output DFP3
    [ 6.785] (II) fglrx(0): EDID for output DFP4
    [ 6.785] (II) fglrx(0): EDID for output DFP5
    [ 6.785] (II) fglrx(0): EDID for output DFP6
    [ 6.785] (II) fglrx(0): EDID for output DFP7
    [ 6.785] (II) fglrx(0): EDID for output CRT1
    [ 6.785] (II) fglrx(0): Manufacturer: ACR Model: 53 Serial#: 2456821854
    [ 6.785] (II) fglrx(0): Year: 2009 Week: 27
    [ 6.785] (II) fglrx(0): EDID Version: 1.3
    [ 6.785] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 6.785] (II) fglrx(0): Sync: Separate
    [ 6.786] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 6.786] (II) fglrx(0): Gamma: 2.20
    [ 6.786] (II) fglrx(0): DPMS capabilities: StandBy Suspend; RGB/Color Display
    [ 6.786] (II) fglrx(0): First detailed timing is preferred mode
    [ 6.786] (II) fglrx(0): redX: 0.648 redY: 0.339 greenX: 0.292 greenY: 0.603
    [ 6.786] (II) fglrx(0): blueX: 0.147 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 6.786] (II) fglrx(0): Supported established timings:
    [ 6.786] (II) fglrx(0): 720x400@70Hz
    [ 6.786] (II) fglrx(0): 640x480@60Hz
    [ 6.786] (II) fglrx(0): 640x480@67Hz
    [ 6.786] (II) fglrx(0): 640x480@72Hz
    [ 6.786] (II) fglrx(0): 640x480@75Hz
    [ 6.786] (II) fglrx(0): 800x600@56Hz
    [ 6.786] (II) fglrx(0): 800x600@60Hz
    [ 6.786] (II) fglrx(0): 800x600@72Hz
    [ 6.786] (II) fglrx(0): 800x600@75Hz
    [ 6.786] (II) fglrx(0): 832x624@75Hz
    [ 6.786] (II) fglrx(0): 1024x768@60Hz
    [ 6.786] (II) fglrx(0): 1024x768@70Hz
    [ 6.786] (II) fglrx(0): 1024x768@75Hz
    [ 6.786] (II) fglrx(0): 1280x1024@75Hz
    [ 6.786] (II) fglrx(0): 1152x864@75Hz
    [ 6.786] (II) fglrx(0): Manufacturer's mask: 0
    [ 6.786] (II) fglrx(0): Supported standard timings:
    [ 6.786] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 6.786] (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 6.786] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 6.786] (II) fglrx(0): Supported detailed timing:
    [ 6.786] (II) fglrx(0): clock: 108.0 MHz Image Size: 338 x 270 mm
    [ 6.786] (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 6.786] (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 6.786] (II) fglrx(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 80 kHz, PixClock max 145 MHz
    [ 6.786] (II) fglrx(0): Monitor name: Acer V173
    [ 6.786] (II) fglrx(0): Serial No: LE10D0928502
    [ 6.786] (II) fglrx(0): EDID (in hex):
    [ 6.786] (II) fglrx(0): 00ffffffffffff00047253005e207092
    [ 6.786] (II) fglrx(0): 1b13010368221b78ca3dc5a6564a9a25
    [ 6.786] (II) fglrx(0): 125054bfef80714f8140818001010101
    [ 6.786] (II) fglrx(0): 010101010101302a009851002a403070
    [ 6.786] (II) fglrx(0): 1300520e1100001e000000fd00384c1f
    [ 6.786] (II) fglrx(0): 500e000a202020202020000000fc0041
    [ 6.786] (II) fglrx(0): 63657220563137330a0a0a0a000000ff
    [ 6.786] (II) fglrx(0): 004c45313044303932383530320a001d
    [ 6.786] (II) fglrx(0): Printing probed modes for output CRT1
    [ 6.786] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 6.786] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1152x864"x60.0 108.00 1152 1328 1440 1688 864 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1280x768"x60.0 108.00 1280 1376 1488 1800 768 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1280x720"x60.0 108.00 1280 1376 1488 1800 720 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz e)
    [ 6.786] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.786] (II) fglrx(0): Output DFP1 disconnected
    [ 6.786] (II) fglrx(0): Output DFP2 disconnected
    [ 6.786] (II) fglrx(0): Output DFP3 disconnected
    [ 6.786] (II) fglrx(0): Output DFP4 disconnected
    [ 6.786] (II) fglrx(0): Output DFP5 disconnected
    [ 6.786] (II) fglrx(0): Output DFP6 disconnected
    [ 6.786] (II) fglrx(0): Output DFP7 disconnected
    [ 6.786] (II) fglrx(0): Output CRT1 connected
    [ 6.786] (II) fglrx(0): Using exact sizes for initial modes
    [ 6.786] (II) fglrx(0): Output CRT1 using initial mode 1280x1024
    [ 6.786] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.786] (II) fglrx(0): DPI set to (96, 96)
    [ 6.786] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 6.786] (II) fglrx(0): Adapter AMD Radeon HD 6800 Series has 6 configurable heads and 1 displays connected.
    [ 6.786] (==) fglrx(0): PseudoColor visuals disabled
    [ 6.786] (II) Loading sub module "ramdac"
    [ 6.786] (II) LoadModule: "ramdac"
    [ 6.786] (II) Module "ramdac" already built-in
    [ 6.786] (==) fglrx(0): NoDRI = NO
    [ 6.786] (==) fglrx(0): Capabilities: 0x00000000
    [ 6.786] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 6.786] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 6.786] (==) fglrx(0): UseFastTLS=0
    [ 6.786] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 6.786] (--) Depth 24 pixmap format is 32 bpp
    [ 6.786] (EE) fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible.
    [ 6.786] (WW) fglrx(0): ***********************************************************
    [ 6.786] (WW) fglrx(0): * DRI initialization failed *
    [ 6.786] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
    [ 6.787] (WW) fglrx(0): * 2D and 3D acceleration disabled *
    [ 6.787] (WW) fglrx(0): ***********************************************************
    [ 6.787] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x10000000
    [ 6.796] (II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
    [ 6.796] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1280) (front color buffer - assumption)
    [ 6.796] (II) fglrx(0): Largest offscreen area available: 1280 x 6911
    [ 6.797] (==) fglrx(0): Backing store disabled
    [ 6.797] Loading extension FGLRXEXTENSION
    [ 6.797] (**) fglrx(0): DPMS enabled
    [ 6.798] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 6.798] (WW) fglrx(0): Textured Video not supported without DRI enabled.
    [ 6.798] (II) LoadModule: "glesx"
    [ 6.798] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 6.863] (II) Module glesx: vendor="X.Org Foundation"
    [ 6.863] compiled for 1.4.99.906, module version = 1.0.0
    [ 6.863] Loading extension GLESX
    [ 6.863] (II) fglrx(0): GLESX enableFlags = 576
    [ 6.867] (II) LoadModule: "amdxmm"
    [ 6.868] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 6.878] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 6.878] compiled for 1.4.99.906, module version = 2.0.0
    [ 6.878] (EE) fglrx(0): XMM failed to open CMMQS connection.(EE) fglrx(0):
    [ 6.878] (EE) fglrx(0): XMM failed to initialize
    [ 6.878] (WW) fglrx(0): No XV video playback available
    [ 6.878] (II) fglrx(0): Enable composite support successfully
    [ 6.878] (WW) fglrx(0): Option "VendorName" is not used
    [ 6.878] (WW) fglrx(0): Option "ModelName" is not used
    [ 6.878] (==) fglrx(0): Silken mouse enabled
    [ 6.878] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 6.879] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.939] (--) RandR disabled
    [ 6.968] (II) AIGLX: Screen 0 is not DRI capable
    [ 6.968] [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
    [ 6.968] (II) fglrx(0): Setting screen physical size to 338 x 270
    [ 7.220] (II) config/udev: Adding input device Power Button (/dev/input/event13)
    [ 7.220] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 7.220] (II) LoadModule: "evdev"
    [ 7.221] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 7.232] (II) Module evdev: vendor="X.Org Foundation"
    [ 7.232] compiled for 1.13.0, module version = 2.7.3
    [ 7.232] Module class: X.Org XInput Driver
    [ 7.232] ABI class: X.Org XInput driver, version 18.0
    [ 7.232] (II) Using input driver 'evdev' for 'Power Button'
    [ 7.232] (**) Power Button: always reports core events
    [ 7.232] (**) evdev: Power Button: Device: "/dev/input/event13"
    [ 7.232] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 7.232] (--) evdev: Power Button: Found keys
    [ 7.232] (II) evdev: Power Button: Configuring as keyboard
    [ 7.232] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event13"
    [ 7.232] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 7.232] (**) Option "xkb_rules" "evdev"
    [ 7.232] (**) Option "xkb_model" "evdev"
    [ 7.232] (**) Option "xkb_layout" "us"
    [ 7.268] (II) config/udev: Adding input device Power Button (/dev/input/event12)
    [ 7.268] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 7.268] (II) Using input driver 'evdev' for 'Power Button'
    [ 7.268] (**) Power Button: always reports core events
    [ 7.268] (**) evdev: Power Button: Device: "/dev/input/event12"
    [ 7.268] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 7.268] (--) evdev: Power Button: Found keys
    [ 7.268] (II) evdev: Power Button: Configuring as keyboard
    [ 7.268] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input12/event12"
    [ 7.268] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 7.268] (**) Option "xkb_rules" "evdev"
    [ 7.268] (**) Option "xkb_model" "evdev"
    [ 7.268] (**) Option "xkb_layout" "us"
    [ 7.268] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event14)
    [ 7.268] (II) No input driver specified, ignoring this device.
    [ 7.268] (II) This device may have been added with another device file.
    [ 7.269] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event0)
    [ 7.269] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
    [ 7.269] (II) Using input driver 'evdev' for 'Logitech Optical USB Mouse'
    [ 7.269] (**) Logitech Optical USB Mouse: always reports core events
    [ 7.269] (**) evdev: Logitech Optical USB Mouse: Device: "/dev/input/event0"
    [ 7.269] (--) evdev: Logitech Optical USB Mouse: Vendor 0x46d Product 0xc016
    [ 7.269] (--) evdev: Logitech Optical USB Mouse: Found 3 mouse buttons
    [ 7.269] (--) evdev: Logitech Optical USB Mouse: Found scroll wheel(s)
    [ 7.269] (--) evdev: Logitech Optical USB Mouse: Found relative axes
    [ 7.269] (--) evdev: Logitech Optical USB Mouse: Found x and y relative axes
    [ 7.269] (II) evdev: Logitech Optical USB Mouse: Configuring as mouse
    [ 7.269] (II) evdev: Logitech Optical USB Mouse: Adding scrollwheel support
    [ 7.269] (**) evdev: Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
    [ 7.269] (**) evdev: Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 7.269] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb8/8-1/8-1:1.0/input/input0/event0"
    [ 7.269] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE, id 8)
    [ 7.269] (II) evdev: Logitech Optical USB Mouse: initialized for relative axes.
    [ 7.269] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
    [ 7.269] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
    [ 7.269] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
    [ 7.269] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
    [ 7.269] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse0)
    [ 7.269] (II) No input driver specified, ignoring this device.
    [ 7.269] (II) This device may have been added with another device file.
    [ 7.269] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event1)
    [ 7.269] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 7.269] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 7.269] (**) Logitech USB Keyboard: always reports core events
    [ 7.269] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event1"
    [ 7.269] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
    [ 7.269] (--) evdev: Logitech USB Keyboard: Found keys
    [ 7.269] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 7.269] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.0/input/input1/event1"
    [ 7.269] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
    [ 7.269] (**) Option "xkb_rules" "evdev"
    [ 7.269] (**) Option "xkb_model" "evdev"
    [ 7.269] (**) Option "xkb_layout" "us"
    [ 7.270] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
    [ 7.270] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 7.270] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
    [ 7.270] (**) Logitech USB Keyboard: always reports core events
    [ 7.270] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event2"
    [ 7.270] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31c
    [ 7.270] (--) evdev: Logitech USB Keyboard: Found absolute axes
    [ 7.270] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
    [ 7.270] (--) evdev: Logitech USB Keyboard: Found keys
    [ 7.270] (II) evdev: Logitech USB Keyboard: Forcing relative x/y axes to exist.
    [ 7.270] (II) evdev: Logitech USB Keyboard: Configuring as mouse
    [ 7.270] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
    [ 7.270] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.1/input/input2/event2"
    [ 7.270] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
    [ 7.270] (**) Option "xkb_rules" "evdev"
    [ 7.270] (**) Option "xkb_model" "evdev"
    [ 7.270] (**) Option "xkb_layout" "us"
    [ 7.271] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
    [ 7.271] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
    [ 7.271] (**) Logitech USB Keyboard: (accel) acceleration profile 0
    [ 7.271] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
    [ 7.271] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
    [ 7.272] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event10)
    [ 7.272] (II) No input driver specified, ignoring this device.
    [ 7.272] (II) This device may have been added with another device file.
    [ 7.273] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event11)
    [ 7.273] (II) No input driver specified, ignoring this device.
    [ 7.273] (II) This device may have been added with another device file.
    [ 7.273] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event4)
    [ 7.273] (II) No input driver specified, ignoring this device.
    [ 7.273] (II) This device may have been added with another device file.
    [ 7.274] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event5)
    [ 7.274] (II) No input driver specified, ignoring this device.
    [ 7.274] (II) This device may have been added with another device file.
    [ 7.274] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event6)
    [ 7.274] (II) No input driver specified, ignoring this device.
    [ 7.274] (II) This device may have been added with another device file.
    [ 7.275] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event7)
    [ 7.275] (II) No input driver specified, ignoring this device.
    [ 7.275] (II) This device may have been added with another device file.
    [ 7.275] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event8)
    [ 7.275] (II) No input driver specified, ignoring this device.
    [ 7.275] (II) This device may have been added with another device file.
    [ 7.276] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event9)
    [ 7.276] (II) No input driver specified, ignoring this device.
    [ 7.276] (II) This device may have been added with another device file.
    [ 7.276] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 7.276] (II) No input driver specified, ignoring this device.
    [ 7.276] (II) This device may have been added with another device file.
    [ 7.279] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 7.287] (II) fglrx(0): EDID vendor "ACR", prod id 83
    [ 7.287] (II) fglrx(0): Using EDID range info for horizontal sync
    [ 7.287] (II) fglrx(0): Using EDID range info for vertical refresh
    [ 7.287] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 7.287] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 7.287] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 7.287] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 7.287] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 7.287] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 7.287] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 7.287] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 7.287] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 7.288] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 10.785] (II) fglrx(0): EDID vendor "ACR", prod id 83
    [ 10.785] (II) fglrx(0): Using hsync ranges from config file
    [ 10.785] (II) fglrx(0): Using vrefresh ranges from config file
    [ 10.785] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 10.785] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 10.785] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 10.786] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 23.739] (II) fglrx(0): EDID vendor "ACR", prod id 83
    [ 23.739] (II) fglrx(0): Using hsync ranges from config file
    [ 23.739] (II) fglrx(0): Using vrefresh ranges from config file
    [ 23.739] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 23.739] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 23.739] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 23.739] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 24.928] (II) fglrx(0): EDID vendor "ACR", prod id 83
    [ 24.928] (II) fglrx(0): Using hsync ranges from config file
    [ 24.928] (II) fglrx(0): Using vrefresh ranges from config file
    [ 24.928] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 24.928] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 24.928] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 24.928] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 24.929] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 24.929] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 24.929] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 24.929] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 24.929] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 24.929] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 24.929] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 27.583] (II) fglrx(0): EDID vendor "ACR", prod id 83
    [ 27.583] (II) fglrx(0): Using hsync ranges from config file
    [ 27.583] (II) fglrx(0): Using vrefresh ranges from config file
    [ 27.583] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 27.583] (II) fglrx(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 27.583] (II) fglrx(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 27.583] (II) fglrx(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    I'll try out the suggestions you guys have given and update.

  • Adobe FLash Player issues video playback green screen

    My laptop is a week old. I cannot get videos to properly play especially in Facebook. I also had trouble with you tube until I opened internet options... advanced.. and checked the first item that deals with software acceleration. Even after this Facebook videos continue to fail. This only cures the You Tube Videos, Facebook videos still do not play. Audio is there but total green screen.
    I have seen discussions about right clicking the video that wont play then uncheck "Enable Hardware Acceleration".  When I am in Facebook on a video that fails I right click and that option is not available in the box that pops up.If the video that fails is from you tube. I can select you tube in the control bar for the video and it plays fine. Non you tube videos do not play at all in Facebook.
    I decided to try Chrome. It had the same playback issues as IE except the video playback screen stayed black - but when I right clicked on the video the "enable Hardware acceleration"   choice was there, I unchecked this and videos now play on Facebook using Chrome.
    I prefer IE and want to fix the issue. Seems to me its Adobe since I do not have the Enable Hardware acceleration choice using IE.
    Anyone ever heard of this? At one point I went to Control panel to delete all history from Flash player and the icon is listed as 32 bit. my OS is 64 bit. Is this an issue?
    This is driving me nuts. Any help would be appreciated. "Just use Chrome" is not the response I am looking for. I want Adobe to work in IE

    Found a fix it appears. I found a page that said update adobe flash to windows 8.1. There was a link there.
    Installed that update and all appears to be working now.
    Funny thing is it appears this HP laptop came with a version of Windows that was 8.1 but the flash player version was still for Windows 8. All testing on adobe pages made it appear as if the flash player was installed correctly.
    Thank you for the response

  • Driver-related video playback problems.

    Hi,
       I've been experiencing less than stellar video playback for a while. My system is P4 1.6A  256MB RAM with msi FX 5700 128 MB running on WIN98 SE .  The thing is that before upgrading my drivers to 50.XX series , I never had video playback problems, totally smooth, then after the 50.XX series, certain video clips froze for a second when opened, then when I installed the 5306 drivers, my system used to freeze for a second before video playback and video seeking stuttered and froze a lot.  Since upgrading to 56.55  and then 56.64 version , the freezeups and stutters are gone but now the quality of the video playback is really crappy and also there is this horizontal border around the video and it looks kinda 'squinched?!?' .  This erratic video behaviour has been going on through out my upgrade from a FX5200 to FX5700 card and with both MSI and nvidia drivers. Presently I'm using nvidia non-branded drivers 56.64.  Also, why do these newer drivers keep dummy-proofing there options pages, you cannot even experiment enough with the settings anymore and I'm afraid Riva tuner or powerstrip might not work with the newer releases.
       I haven't experienced any problems with video games, just video playback, either windowed or full-screen. I would really appreciate any help with this problem, its getting to be like an itch at the back you just can't scratch.
    Thank you

    What power supply u are using?  
    please list out the spec fully.

  • HD (High Definition) Video playback stutters and there is lag

    When I play HD content on my Macbook the video stutters alot, although the audio is fine. Thus I basically cannot watch HD movies.
    Any ideas how to solve this. I've closed all other programs when I'm playing the movie, and I'm not running off the battery.

    YouTube playback is going to be limited by your internet connection speed more than anything else, so I wouldn't use that as any test for HD playback. Besides, YouTube is running on Adobe's Flash technology which is notorious for its poor performance.
    You say you are having problems even with .m4v files but where did those files come from? Can you try the Disney video clip ("Earth" HD 1080p preview) I mentioned earlier since I know that it works well on my MacBook. If you are playing files that have been encoded by just any user with just any third-party tool then I'm not certain that you can use those as a test either (since some files that you will find on the internet will be encoded, well, just badly).
    As for Spaces and Exposé the relative performance with those tools can be affected by a lot of factors, some completely "normal" (i.e. I wouldn't expect their operation to always be smooth).
    Have you tried running with _all_ peripherals disconnected and with networking/WiFi/Bluetooth disabled?
    Have you confirmed that you don't have a memory or disk "hog" that is running in the background? How about checking for any high-CPU loads that are running in the background? Have you used Apple's Activity Monitor in the show "All Processes" mode (with a sort on % CPU)?
    Here is what I see in Activity Monitor while viewing the "Earth" HD preview in the QuickTime Player on my 2.0GHz MacBook (with only the QuickTime Player and Activity Monitor applications running):
    Activity Monitor: All Processes Sorted by % CPU
     QuickTime Player     27.6 (% CPU)
     WindowServer            6.2
     Activity Monitor         5.9
     pmTool                      2.9
     kernel_task                 1.9
     Finder                         0.0
     <and many more all running at 0.0>
    These numbers (% CPU) will fluctuate but generally you should only see QuickTime Player, WindowServer, and Activity Monitor running at more than a few percent. You may see _very_ brief spikes from some other processes but these should be rare and very short. In particular for the "Earth" HD 1080p preview you should see the QuickTime Player at the top of the list and generally running in the mid to upper twenty percent range (% CPU).
    Here is the System Memory data from Activity Monitor (this was taken immediately after a restart of my MacBook but while playing the HD video in QuickTime Player):
     Free 1.3GB  (this will vary with the amount of installed memory, my MacBook has 2GB SDRAM)
     Wired: 162MB
     Active: 255MB
     Inactive: 9MB
     Used: 426MB
     VM Size: 30GB
     Page ins: 85MB
     Page outs: 0 bytes
     Swap used: 0 bytes
    Once again, these numbers will vary so don't expect an exact match to what you will see. However, the only figures that I would think would vary by much are the VM Size and the Free memory if you have more than 2GB installed in your MacBook. This also assumes that you've done a restart immediately before you play the video in the QuickTime Player. By the way, have you installed any third-party memory in your MacBook? You seem to have 4GB, is that all Apple installed or did you upgrade it yourself?
    Under Activity Monitor's Disk Activity you will see a lot of variation (up and down in the Data read/sec) while the movie is playing but generally you should stay in the low, single-digit MB/sec range (e.g. 2.1MB/sec). The range will go from only a few hundred KB/sec to maybe (rarely) up to something like 6MB/sec. However, Data write/sec should be very low on average (actually around zero).
    Next download the AJA System Test application and check your hard drive performance (it's a free download from http://www.aja.com/products/software/ ). When running the AJA benchmark you should be seeing transfer rates that are consistently and steadily in the 40 to 50MB/sec range. AJA System Test allows you to watch the transfer rates in a graph so you can look for unexpected "stalls" in the hard disk access and transfer rates. To test for long period transfers increase the File Size option to something over 1GB. You may want to run this test several times while you have nothing else running on your MacBook. You may see a few brief but significant drops in the I/O Transactions rate but generally both the read and write rates should stay quite close to 50MB/s. If you don't see numbers like I've noted above then you may have a hard drive issue (either hardware or software or some background task that is using your disk even when you don't know it).
    After all the above checks if you are still seeing obvious stutters while playing the "Earth" HD preview then I suspect that you either have a hardware problem or have some third-party software installed that is causing playback problems. This assumes, however, that you have tried all of the troubleshooting steps that I've outlined before (such as disconnecting all peripherals and turning off WiFi and Bluetooth).

  • Lightroom 5: Video playback trouble - and workaround.

    I am currently trying the trial version of LR5 to decide if I should buy LR5. I am a long time user of Photoshop/Premiere Elements with 9000+ pictures and 600+ videos (AVI and HDV formats) so seamless catalog conversion is important to me. Here is my finding with a catalog conversion issue.
    I converted my Photoshop/Premiere elements 9 catalog into an LR5 catalog but had problems with playback of the video files from the thumbnails in grid view.
    Some of the video thumbnails would playback when double-clicked others would not. I then realised that the thumbnails that worked, had the length of the clip displayed in the lower left corner of the thumbnail, whereas those clips that did not work had a generic video icon (see attached screen dump) in the same place.
    If I double clicked a thumbnail with the generic video icon, the view would change to Loupe view, and the playback bar be shown, but the video would not play and the bar was "dead". If I clicked the thumbnail again, the view would toggle between Grid and Loupe view. The only way to resume video playback, was to close LR5 and restart the application.
    Video clips with the duration shown worked flawlessly.
    By the way - the thumbnails with the generic video icon would play using "Open Video In Default Player" when right-clicking on generic video icon, but not from within LR5.
    Each time I restarted LR5, I saw that the number of video files with the duration shown/updated increased every time but never completed even after leaving the pc for several hours. It has taken 20-25 close/start of LR5 to get through all the video files and apparently updating the db-entries in the LR-catalog.
    I hope this is useful info for others with the same problem.
    Br.
    Michael Eriksen
    Copenhagen, Denmark
    --------- My system ------------
    Lightroom version: 5.0 [907681]
    Operating system: Windows 7 Home Premium Edition
    Version: 6.1 [7601]
    Application architecture: x64
    System architecture: x64
    Logical processor count: 4
    Processor speed: 3,1 GHz
    Built-in memory: 3959,0 MB
    Real memory available to Lightroom: 3959,0 MB
    Real memory used by Lightroom: 251,6 MB (6,3%)
    Virtual memory used by Lightroom: 224,4 MB
    Memory cache size: 0,0 MB
    Maximum thread count used by Camera Raw: 2
    System DPI setting: 120 DPI
    Desktop composition enabled: Yes
    Displays: 1) 1920x1080

    Moving this discussion to the Photoshop Lightroom forum.

  • Creative in the dock over driver issues for older cards and upsetting consumers please read!

    To Who this may concern at TOP LEVEL AT Creative's Board It's come to my attention to a very serious issue From Creative,and the story starts from here.
    I have just required the Audigy 2 ZS Sound Card so looking to install the latest drivers from CREATIVE'S UK WEBSITE. So I look into the date which is 9/4/200 on Creative's website. However I did abit more investigating into the issues from other consumer's from passed half soaked drivers that Creative are supposed to put right with their half asleep development team(what a joke!!).
    AS I did more research? on this issue on the forums and hardware websites, it came across to my attention on a Brazilian I. T. Expert called Daniel Kawakami (surprisesurprise and I don't suppose Creative know anything about him other than trying to kick him the balls for his work to help others with their sound cards very good PR work Creative well done!!!!).So armed with all this information and believe me I have gone into alot of reading in the forums about the issues,and yes Creative Board Of Directors you are entitled to your Copy Rights,for now !!!
    So I find out more about this super hero Daniel Kawakami? to Creative's miss givings to put right the Drivers for Consumers let down by Creative, I came across one of the driver updates for the Audigy 2 ZS Sound Card done by Daniel Kawakami, and Bingo most consumer's now have a working drivers by him.
    So for all the hard work and precious time this Daniel Kawakami has done for Creative Consumers(including me) YOU SELFISH CREATIVE BOARD OF DIRECTOR'S go and kick him the face, so I will say this to you what about his rights as a creative product consumer? ,his driver copy rights and on top that his right to put things right that your team cannot put right in the first place. This is the EXACT PEOPLE WE NEED IN THIS HIGHLY COMPLICATED IT INDUSTRY, so what do you do you try and do, you bin him.
    So Creative I am going to ask some questions and I EXPECT YOU TO ANSWER THEM with me as a CONSUMER OF YOUR PRODUCTS(customer is King not you!!)
    1. The drivers you realised on the 9th April 200 are working drivers for the Audigy 2 zs for windows 7 ultimate.
    2. So how can you convince me that they are working?
    3. At the moment I can only trust Daniel Kawakami's? working drivers, since he has had over whelming praise for his work.What makes me think I can trust you with your drivers.
    4. Your Drivers came out on the 9/4/200, Daniel Kawakami's Drivers came out on 9/4/200 its too close a call,since your development Team are too lazy to put things right, how can you convince me that you did not copy his Drivers into your download Driver website(I would not be surprised if you did, as it would certainly be a cost cutting exercise ,and taking away his copy rights for all the work he has done for nothing!!!)
    5. Are you going to treat customer and consumers better service and support? in the Future,and that includes me,and 3rd party developers like Daniel Kawakami .
    The concussion to all of this, there are lessons to be learned by you Creative for your mis givings and the treatment of customers passed and present and especially the appalling treatment of Daniel Kawakami ,this guy deserves far better for his talent. I Have one message for the President Of Creative ,don't you EVER think you can scare me as a customer and also as Registered? disabled deaf person ,and for that reason I have far more powers you will ever have. For what I have read I am so angry and dismayed when someone like Daniel Kawakami is only trying help others ,but to be treated in this way.
    It is only right for me to post this ,because You Creative have hurt? alot people and that includes me. I look forward to the comments and p.m.(if I get any) And Daniel Kawakami? I hope you do read this and all the best for the future ,keep doing what you do ,and once again Creative you should be holding your heads in Shame.
    Regards Jonoace U.k.

    !!! Creative jamais vai responder.
    At seria justo se Creative viesse a publico falar de sua incapacidade e que at onde as placas Audigy funcionariam em Vista e ?7.
    Mas por?incompet?ncia, pois nem suas novas placas funcionam direito, se era para vender est? mal.
    Problemas de memoria superior a 4 gb e tantos outros que Creative no tem respostas;
    Drivers de Daniel e Pax so alternativas, mas que tambm tem muitas limitaes.
    Sinceramente acho que esta na hora de Creative vir a publico fazer um relato srio, e descrever claramente as limitaes de sua placas colocando um ponto final emexpectativas frustraes eeng dos.
    Chega a ser vergonhoso que placas onboard como realtek funcionem melhor que placas Creative;
    Realmente, antes era um sonho e orgulho possuir um produto CREATIVE, tornou-se um pesadelo e uma vergonha.
    Mas enfim o que fazer, apenas esperar um momento de honestidade por parte de Creative.
    Flavio Kern - Audigy 2 ZS
    Creative will never respond. So it would be fair if Creative would publish his inability to speak and that even where the plates Audigy would work in Vista and 7. But by incompetence, since neither her new adapter works right, if it was to sell is poorly. Problems of memory above 4 gb, and so many others that Creative does not have answers; Daniel and Pax Drivers are alternati'ves, but which also has many limitations. I honestly think this time Creative come publico do a serious story, and describe clearly the limitations of your cards by putting an end-point on expectations, frustrations and forgeries. It is shameful that onboard realtek cards like that boards Creative work better; Actually, before it was a dream and pride have a CREATIVE product, became a nightmare and a shame. But anyway what to do, just wait a moment of honesty from Creative.
    Flavio Kern-Audigy 2 ZS

  • Video playback stops and starts

    I've never had this problem before but since I wiped my 5th Gen (late 2006) iPod Video and put new content on it the video playback keeps freezing for a second and then continuing. Most of the time the audio keeps going but sometimes they both stop and start again. It's very annoying. I don't see anyone else in this forum complaining about this. Am I the only one?
    Anybody have any suggestions on how to fix this?
    -LT

    What codec does your source footage use?
    What codec is applied in Sequence > Settings?
    Where are the source footage and render files located on your computer?
    Version of FCS, Mac OS X and QuickTime?

  • Driver issues with HP Z440 and SCCM 2012 R2?

    Greetings, we received our first charges of Z440 workstations last week. We immediately downloaded the HP Z440 driverpack from http://ftp.hp.com/pub/caps-softpaq/cmit/HP_Driverpack_Matrix_x64.html and imported those into our System Center Configuration Manager 2012 R2. Of course we did use the Win 8.1 drivers to inject into our boot image and wie normally imported the Windows 7 drivers for the Windows 7 deployment.Well, unfortunately SCCM WinPE5 does not show any drives installed, even with the correct drivers installed. We even tried to import  the WinPE 5 driver pack and the drivers from SoftPaq download manager, but none of those seemed to work. Is there any known issues with Z440s drivers and SCCM? Please help me out on this, it's pretty urgent. Thank you & kind regards

    The problem cannot be replicated. My Z440 has an 1TB WD SATA drive attached to port 0 of sSATA 6 Gb/s. Download and install the ´Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update´:   https://www.microsoft.com/en-US/download/details.aspx?id=39982 Download and extract the ´Intel Rapid Storage Technology Enterprise Utility and Driver for Microsoft Windows (64-bit Editions)´, 4.1.0.1046 B(12 Nov 2014), sp69762.exe:http://h20564.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=6978829&swItemId=wk_139802_1&swEnvOid=4059 Copy the IRST driver “64bit_RSTe_4.1.0.1046_F6_Drivers” abd sub folders into “C:\z440_x64\64bit_RSTe_4.1.0.1046_F6_Drivers” Open the ´Deployment and Imaging Tools Environment´ command window as administrator and create bootable USB media:copype amd64 c:\winpe_x64 Dism /Mount-image /ImageFile:c:\winpe_x64\media\sources\boot.wim /index:1 /MountDir:c:\winpe_x64\mountDism /Add-Driver /image:C:\winpe_x64\mount /driver:C:\z440_x64 /recurseDism /Get-Drivers /image:C:\winpe_x64\mountdism /unmount-wim /Mountdir:c:\winpe_x64\mount /commitMakeWinPEMedia /UFD c:\winpe_x64 d: Boot Z440 to F10 Setup.Set Factory Defaults and exit.Boot to WinPE media created above.I also tested the wim file as the boot image in SCCM 2012. The hard drive is detected correctly. 

  • Video playback slow and audio drop out after render

    Hi
    I have downloaded a trial version of After Effects from the cc,
    Problem is everytime I render ou,t the video playback is slow and the audio drops out
    This happens with AVI or Quicktime files.
    Using a Intel i5 quad core, 8 gig of ram 250 gig ssd.laptop
    Render/export in Premire pro is fine.
    Can any one help.
    Regards Phil Green
    Blue Room Media.

    It sounds like you might be hitting the space bar in hopes of getting real time playback.  Sorry, but AE doesn't work like that, because it does totally different things from an editing application like Premiere.
    And if you've downloaded the tryout version, you really ought to learn how AE works... and a short description is "it doesn't work intuitively".  You can frustrate yourself in a hurry.
    But this can really help;
    Getting started with After Effects (CS4, CS5, CS5.5, CS6, & CC) | After Effects region of interest

  • [SOLVED] second hard drive issue

    Hello all,
      I am new to Arch. I have used the buntus, mandriva, opensuse, and a few others. however after much reading I feel Arch will be the linux I want to continue to use.
      Setting it all up was going great. I was following the beginners guide and all was good. i installed kde rebooted logged in and was quite impressed with it all working. Then it happened.
    I shutdown and attached my 80gig ide drive that holds my important files. What I usually do is then copy them to my home directory and then shutdown and remove the drive. I don't want to keep my 80gig in the system as it is on its last legs and is only a tmp storage for a couple weeks.
    with that I the rebooted my machine and when i click on volume in file manager I get :
                                         An error occured while accessing 'Volume (ext3)', the system responded:
                                         org.freedesktop.Hal.Device.PermisionDeniedByPolicy:
                                         org.freedesktop.hal.storage.mount-fixed
                                         auth_admin_keep_always
    Now I have been thru many threads changing policykit and been thru the hal wiki and well I just can't seem to find the solution.
    thanks for the help.
    Last edited by marduik (2009-02-18 22:38:19)

    ok i finally got it to workl for me .
    in /etc/dbus-1/system.d/hal.conf  :
    <policy user="0">
       <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
       <allow send_interface="org.freedesktop.Hal.Device.VideoAdapterPM"/>
       <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
       <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
       <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
    </policy>
    made sure to change user="0" to user="myusername"
    in /etc/PolicyKit/PolicyKit.conf   .. making sure $USER was changed to my user name
    <match user="$USER"> <!-- replace with your login or delete the line if you want to allow all users to manipulate devices (keep security issues in mind though) -->
                   <match action="org.freedesktop.hal.storage.*">
                           <return result="yes"/>
                   </match>
                   <match action="hal-storage-mount-fixed-extra-options"> <!-- for internal devices mounted with extra options like a wished mount point -->
                           <return result="yes" />
                   </match>
                   <match action="hal-storage-mount-removable-extra-options"> <!-- for external devices mounted with extra options like a wished mount point -->
                           <return result="yes" />
                   </match>
           </match>  <!-- don't forget to delete this line if you deleted the first one -->
    then I rebooted and all was well again in the universe. And now I can definately say that Archlinux is a fantastic distro and I also am liking the documenttation and forums for it too. Hats off to the community.

  • My Mac keeps freezing in the middle of applications (most notable Safari) requiring me to shut down and restart.  It also freezes during video playback (online and using Quicktime).  Do I need to wipe and reinstall OS?  I'm thinking I have a virus........

    Please help!!  It's driving me nuts.  I've reinstalled the OS via the disc about 3 times so far, but haven't yet erased the drive (and am seriously considering doing so).  I barely have any files on my HD because I run everything off of external drives (after losing a TON of stuff after my Mac crashed in the first 3 months of having it).  I bought the computer in 2007 and was running Tiger.  I passed on Leopard but gave in for Snow Leopard because I wanted an iPhone and iPad.  When I installed SL, I had to reformat the HD and made it Journaled......it's been acting ******** ever since. 

    First you don't have a virus because none exist for OS X. So you can stop worrying about hat. If you recently got a warning about a Virus and accepted downloaded some software then you fell for a Trojan. Here is an article about that and how to rid yourself of it.
    If you did not download anything like that then doing a Erase and Install would be the way to go. Here is a video that will show you exactly what to do.

  • How can I control the video playback start and end time?

    I'd like to be able to start a video/audio playback at a particular point in time say 3 seconds from the starts of the video and play it for only 3 seconds. How can I set the unique start and end points rather than play the whole video. I'd also like to be able to do this using the SeriesElement so I can set the start and end play points for a series of stacked videos. How can this be achieved?

    Not sure I understand the question.  Can't you just append the param to the URL?  Like so:
    var url = new URL("http://video-research/video.f4v?start_time=500");
    If your question is more about playing a subclip of a progressive video, that's not something OSMF has support for.  You'd need to write a server script which checks for that parameter and then returns the relevant portion of the requested file.  (This is typically referred to as "pseudo-streaming", if you Google that term you'll find a wealth of info.)

  • ITunes video playback freezing and out of sync from audio problem

    There's one thing that bugs me more than the non-responses I get from Apple Support is when I try to watch a movie on iTunes and during the action parts or exciting scenes, the video freezes and pauses from the audio for a few seconds. It happens quite often during video play. How can this matter be solved and I can watch a movie that costs WAY too much to buy on iTunes and actually enjoy it for once? Anybody? Hello? Bueller?

    Q? Are you using Quicktime to play the video on your PC or other video player like Real Player?
    As some 3rd party players may not sinc right or you may have to download a newer codec.
    I use GOM player and it works well on my PC for video from iPhone 4S.
    Hope this helps.
    Greg

  • Video playback stops and refuses to load.

    I have F/F 27.0, Flash 12.0, and the WinVista OS. The modem lights also show no activity when this occurs.

    You can check for problems with current Shockwave Flash plugin versions and try this:
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    See also:
    *http://kb.mozillazine.org/Flash#Troubleshooting
    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • I have always had trouble (including error messages)when opening pdf files from a website within Firefox

    More often than not when I open a pdf file from within Firefox the file fails to open (often you get an error message. "there was an error processing page. A file I/O error has ocurred"). Sometimes the file downloads but is only white pages. I usuall

  • Computing sums

    Does any1 know how to compute sums and averages from a master block into a detail block using PL/SQL triggers? Thanks for your help.

  • CRC3 shows six activity type

    I want to confirm eight activity type in order confirmation, do i need to use 2 orders? because CRC3 only allow six activity types. any better solution? thanks I was given eighty process order which are already confirmed, is there any report which ca

  • SOA and OWSM in separate managed servers

    Can someone please provide the pros and cons of separating SOA and OWSM into separate managed servers for a production environment. Also are there instances where customers are running OWSM in its own domain ? Thanks-

  • Presentation server with mozilla

    Hi all, I am facing an issue while logging through presentation server with mozilla...I am successfully able to access presentation server with IE.The issue is happen only while accessing with mozilla.