Matrox M9138 video card doesn't like system update

Hi thanks to all who helped me get this video card working about 18 months ago! https://bbs.archlinux.org/viewtopic.php?id=89108&p=1
Unfortunately updating with pacman -Syu has stopped the video card from working at all. I now write to you using the VESA driver and everything looks way to big! 1024x768 on a 30" monitor when I normally use 1920x1200.
This is what I get if I try to startx with the m9x Matrox driver:
[username@computername ~]$ startx
X.Org X Server 1.10.2
Release Date: 2011-05-28
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.38-ARCH x86_64
Current Operating System: Linux computername 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011 x86_64
Kernel command line: root=/dev/disk/by-uuid/8ad79d56-15d4-460f-8870-b1b1489d0eac ro vga=773
Build Date: 30 May 2011 08:18:15AM
Current Version of pixman: 0.20.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 2 19:12:57 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(EE) Failed to load /urs/lib/xorg/modules/drivers/m9x_drv.so: /usr/lib/xorg/modules/drivers/m9x_drv.so: undefined symbol: xf86ScreenKey
(EE) LoadModule: Module m9x does not have a m9xModuleData Data object.
(EE) Failed to load modul "m9x" (invalid module, 0)
(EE) No drivers available.
Fatal Server Error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
[username@computername ~]$
/urs/lib/xorg/modules/drivers/m9x_drv.so does exist, and I've no idea what xf86ScreenKey is and why it happens to be undefined today.
I'm definitely using the file etc/X11/xorg.conf because when I edit this file and change the driver to "vesa" I can get into X and see you all much larger than life. etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri"
Load "extmod"
Load "dri2"
Load "glx"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "gb"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Option "OldDmaInit" "On"
Identifier "Card0"
Driver "m9x"
VendorName "Matrox Graphics, Inc."
BoardName "M91XX"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
/var/log/Xorg.0.log
[ 28.582] X Protocol Version 11, Revision 0
[ 28.583] Build Operating System: Linux 2.6.38-ARCH x86_64
[ 28.583] Current Operating System: Linux eggi 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011 x86_64
[ 28.584] Kernel command line: root=/dev/disk/by-uuid/8ad79d56-15d4-460f-8870-b1b1489d0eac ro vga=773
[ 28.584] Build Date: 30 May 2011 08:18:15AM
[ 28.584]
[ 28.584] Current version of pixman: 0.20.2
[ 28.585] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 28.585] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 28.586] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 2 19:17:54 2011
[ 28.589] (==) Using config file: "/etc/X11/xorg.conf"
[ 28.589] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 28.592] (==) ServerLayout "X.org Configured"
[ 28.592] (**) |-->Screen "Screen0" (0)
[ 28.592] (**) | |-->Monitor "Monitor0"
[ 28.592] (**) | |-->Device "Card0"
[ 28.592] (**) |-->Input Device "Mouse0"
[ 28.592] (**) |-->Input Device "Keyboard0"
[ 28.592] (**) Option "AutoAddDevices" "False"
[ 28.592] (**) Not automatically adding devices
[ 28.592] (==) Automatically enabling devices
[ 28.596] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 28.596] Entry deleted from font path.
[ 28.596] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 28.596] Entry deleted from font path.
[ 28.596] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 28.596] Entry deleted from font path.
[ 28.596] (**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 28.596] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 28.596] (II) Loader magic: 0x7d3440
[ 28.596] (II) Module ABI versions:
[ 28.596] X.Org ANSI C Emulation: 0.4
[ 28.596] X.Org Video Driver: 10.0
[ 28.596] X.Org XInput driver : 12.2
[ 28.596] X.Org Server Extension : 5.0
[ 28.597] (--) PCI:*(0:2:0:0) 102b:0540:102b:2241 rev 1, Mem @ 0xd0000000/268435456, 0xfbafe000/8192, BIOS @ 0x????????/131072
[ 28.597] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 28.597] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 28.597] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 28.597] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 28.597] (II) "record" will be loaded by default.
[ 28.597] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 28.597] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 28.597] (II) LoadModule: "dri"
[ 28.600] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 28.602] (II) Module dri: vendor="X.Org Foundation"
[ 28.602] compiled for 1.10.2, module version = 1.0.0
[ 28.602] ABI class: X.Org Server Extension, version 5.0
[ 28.602] (II) Loading extension XFree86-DRI
[ 28.602] (II) LoadModule: "extmod"
[ 28.602] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 28.604] (II) Module extmod: vendor="X.Org Foundation"
[ 28.604] compiled for 1.10.2, module version = 1.0.0
[ 28.604] Module class: X.Org Server Extension
[ 28.604] ABI class: X.Org Server Extension, version 5.0
[ 28.604] (II) Loading extension MIT-SCREEN-SAVER
[ 28.604] (II) Loading extension XFree86-VidModeExtension
[ 28.604] (II) Loading extension XFree86-DGA
[ 28.604] (II) Loading extension DPMS
[ 28.604] (II) Loading extension XVideo
[ 28.604] (II) Loading extension XVideo-MotionCompensation
[ 28.604] (II) Loading extension X-Resource
[ 28.604] (II) LoadModule: "dri2"
[ 28.604] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 28.604] (II) Module dri2: vendor="X.Org Foundation"
[ 28.604] compiled for 1.10.2, module version = 1.2.0
[ 28.604] ABI class: X.Org Server Extension, version 5.0
[ 28.604] (II) Loading extension DRI2
[ 28.604] (II) LoadModule: "glx"
[ 28.605] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 28.608] (II) Module glx: vendor="X.Org Foundation"
[ 28.608] compiled for 1.10.2, module version = 1.0.0
[ 28.608] ABI class: X.Org Server Extension, version 5.0
[ 28.608] (==) AIGLX enabled
[ 28.608] (II) Loading extension GLX
[ 28.608] (II) LoadModule: "dbe"
[ 28.608] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 28.608] (II) Module dbe: vendor="X.Org Foundation"
[ 28.608] compiled for 1.10.2, module version = 1.0.0
[ 28.608] Module class: X.Org Server Extension
[ 28.608] ABI class: X.Org Server Extension, version 5.0
[ 28.608] (II) Loading extension DOUBLE-BUFFER
[ 28.608] (II) LoadModule: "record"
[ 28.609] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 28.609] (II) Module record: vendor="X.Org Foundation"
[ 28.609] compiled for 1.10.2, module version = 1.13.0
[ 28.609] Module class: X.Org Server Extension
[ 28.609] ABI class: X.Org Server Extension, version 5.0
[ 28.609] (II) Loading extension RECORD
[ 28.609] (II) LoadModule: "vesa"
[ 28.612] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 28.612] (II) Module vesa: vendor="X.Org Foundation"
[ 28.612] compiled for 1.10.0, module version = 2.3.0
[ 28.612] Module class: X.Org Video Driver
[ 28.612] ABI class: X.Org Video Driver, version 10.0
[ 28.612] (II) LoadModule: "mouse"
[ 28.613] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[ 28.613] (II) Module mouse: vendor="X.Org Foundation"
[ 28.613] compiled for 1.10.0, module version = 1.7.0
[ 28.613] Module class: X.Org XInput Driver
[ 28.613] ABI class: X.Org XInput driver, version 12.2
[ 28.613] (II) LoadModule: "kbd"
[ 28.614] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[ 28.614] (II) Module kbd: vendor="X.Org Foundation"
[ 28.614] compiled for 1.10.0, module version = 1.6.0
[ 28.614] Module class: X.Org XInput Driver
[ 28.614] ABI class: X.Org XInput driver, version 12.2
[ 28.614] (II) VESA: driver for VESA chipsets: vesa
[ 28.614] (--) using VT number 7
[ 28.645] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 28.645] (II) Loading sub module "vbe"
[ 28.645] (II) LoadModule: "vbe"
[ 28.649] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 28.649] (II) Module vbe: vendor="X.Org Foundation"
[ 28.650] compiled for 1.10.2, module version = 1.1.0
[ 28.650] ABI class: X.Org Video Driver, version 10.0
[ 28.650] (II) Loading sub module "int10"
[ 28.650] (II) LoadModule: "int10"
[ 28.650] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 28.652] (II) Module int10: vendor="X.Org Foundation"
[ 28.652] compiled for 1.10.2, module version = 1.0.0
[ 28.652] ABI class: X.Org Video Driver, version 10.0
[ 28.652] (II) VESA(0): initializing int10
[ 28.652] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 28.652] (II) VESA(0): VESA BIOS detected
[ 28.652] (II) VESA(0): VESA VBE Version 3.0
[ 28.652] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[ 28.652] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
[ 28.652] (II) VESA(0): VESA VBE OEM Software Rev: 1.6
[ 28.652] (II) VESA(0): VESA VBE OEM Vendor: Matrox
[ 28.652] (II) VESA(0): VESA VBE OEM Product: Matrox Phoenix
[ 28.652] (II) VESA(0): VESA VBE OEM Product Rev: 00
[ 28.654] (**) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 28.655] (==) VESA(0): RGB weight 888
[ 28.655] (==) VESA(0): Default visual is TrueColor
[ 28.655] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 28.655] (II) Loading sub module "ddc"
[ 28.655] (II) LoadModule: "ddc"
[ 28.655] (II) Module "ddc" already built-in
[ 28.655] (II) VESA(0): VESA VBE DDC not supported
[ 28.655] (II) VESA(0): VESA VBE PanelID invalid
[ 28.655] (II) VESA(0): Searching for matching VESA mode(s):
[ 28.655] Mode: 101 (640x480)
[ 28.655] ModeAttributes: 0xbb
[ 28.655] WinAAttributes: 0x7
[ 28.655] WinBAttributes: 0x0
[ 28.655] WinGranularity: 64
[ 28.655] WinSize: 64
[ 28.655] WinASegment: 0xa000
[ 28.655] WinBSegment: 0x0
[ 28.655] WinFuncPtr: 0xc0006f25
[ 28.655] BytesPerScanline: 640
[ 28.655] XResolution: 640
[ 28.655] YResolution: 480
[ 28.655] XCharSize: 8
[ 28.655] YCharSize: 16
[ 28.655] NumberOfPlanes: 1
[ 28.655] BitsPerPixel: 8
[ 28.655] NumberOfBanks: 1
[ 28.655] MemoryModel: 4
[ 28.655] BankSize: 0
[ 28.655] NumberOfImages: 30
[ 28.655] RedMaskSize: 0
[ 28.655] RedFieldPosition: 0
[ 28.655] GreenMaskSize: 0
[ 28.655] GreenFieldPosition: 0
[ 28.655] BlueMaskSize: 0
[ 28.655] BlueFieldPosition: 0
[ 28.655] RsvdMaskSize: 0
[ 28.655] RsvdFieldPosition: 0
[ 28.655] DirectColorModeInfo: 0
[ 28.655] PhysBasePtr: 0xd0000000
[ 28.655] LinBytesPerScanLine: 640
[ 28.655] BnkNumberOfImagePages: 30
[ 28.655] LinNumberOfImagePages: 30
[ 28.655] LinRedMaskSize: 0
[ 28.655] LinRedFieldPosition: 0
[ 28.655] LinGreenMaskSize: 0
[ 28.655] LinGreenFieldPosition: 0
[ 28.655] LinBlueMaskSize: 0
[ 28.655] LinBlueFieldPosition: 0
[ 28.655] LinRsvdMaskSize: 0
[ 28.655] LinRsvdFieldPosition: 0
[ 28.655] MaxPixelClock: 218000000
[ 28.655] Mode: 110 (640x480)
[ 28.655] ModeAttributes: 0xbb
[ 28.655] WinAAttributes: 0x7
[ 28.655] WinBAttributes: 0x0
[ 28.655] WinGranularity: 64
[ 28.655] WinSize: 64
[ 28.655] WinASegment: 0xa000
[ 28.655] WinBSegment: 0x0
[ 28.655] WinFuncPtr: 0xc0006f25
[ 28.655] BytesPerScanline: 1280
[ 28.655] XResolution: 640
[ 28.655] YResolution: 480
[ 28.655] XCharSize: 8
[ 28.655] YCharSize: 16
[ 28.655] NumberOfPlanes: 1
[ 28.655] BitsPerPixel: 16
[ 28.655] NumberOfBanks: 1
[ 28.655] MemoryModel: 6
[ 28.655] BankSize: 0
[ 28.655] NumberOfImages: 24
[ 28.655] RedMaskSize: 5
[ 28.655] RedFieldPosition: 10
[ 28.655] GreenMaskSize: 5
[ 28.655] GreenFieldPosition: 5
[ 28.655] BlueMaskSize: 5
[ 28.655] BlueFieldPosition: 0
[ 28.655] RsvdMaskSize: 1
[ 28.655] RsvdFieldPosition: 15
[ 28.655] DirectColorModeInfo: 1
[ 28.655] PhysBasePtr: 0xd0000000
[ 28.655] LinBytesPerScanLine: 1280
[ 28.655] BnkNumberOfImagePages: 24
[ 28.655] LinNumberOfImagePages: 24
[ 28.655] LinRedMaskSize: 5
[ 28.655] LinRedFieldPosition: 10
[ 28.655] LinGreenMaskSize: 5
[ 28.655] LinGreenFieldPosition: 5
[ 28.655] LinBlueMaskSize: 5
[ 28.655] LinBlueFieldPosition: 0
[ 28.655] LinRsvdMaskSize: 1
[ 28.655] LinRsvdFieldPosition: 15
[ 28.655] MaxPixelClock: 218000000
[ 28.655] Mode: 111 (640x480)
[ 28.655] ModeAttributes: 0xbb
[ 28.655] WinAAttributes: 0x7
[ 28.655] WinBAttributes: 0x0
[ 28.655] WinGranularity: 64
[ 28.655] WinSize: 64
[ 28.655] WinASegment: 0xa000
[ 28.655] WinBSegment: 0x0
[ 28.655] WinFuncPtr: 0xc0006f25
[ 28.655] BytesPerScanline: 1280
[ 28.655] XResolution: 640
[ 28.655] YResolution: 480
[ 28.655] XCharSize: 8
[ 28.655] YCharSize: 16
[ 28.655] NumberOfPlanes: 1
[ 28.655] BitsPerPixel: 16
[ 28.655] NumberOfBanks: 1
[ 28.655] MemoryModel: 6
[ 28.655] BankSize: 0
[ 28.655] NumberOfImages: 24
[ 28.655] RedMaskSize: 5
[ 28.655] RedFieldPosition: 11
[ 28.655] GreenMaskSize: 6
[ 28.655] GreenFieldPosition: 5
[ 28.655] BlueMaskSize: 5
[ 28.655] BlueFieldPosition: 0
[ 28.655] RsvdMaskSize: 0
[ 28.655] RsvdFieldPosition: 0
[ 28.655] DirectColorModeInfo: 1
[ 28.655] PhysBasePtr: 0xd0000000
[ 28.655] LinBytesPerScanLine: 1280
[ 28.655] BnkNumberOfImagePages: 24
[ 28.655] LinNumberOfImagePages: 24
[ 28.655] LinRedMaskSize: 5
[ 28.655] LinRedFieldPosition: 11
[ 28.655] LinGreenMaskSize: 6
[ 28.655] LinGreenFieldPosition: 5
[ 28.655] LinBlueMaskSize: 5
[ 28.655] LinBlueFieldPosition: 0
[ 28.656] LinRsvdMaskSize: 0
[ 28.656] LinRsvdFieldPosition: 0
[ 28.656] MaxPixelClock: 218000000
[ 28.656] *Mode: 112 (640x480)
[ 28.656] ModeAttributes: 0xbb
[ 28.656] WinAAttributes: 0x7
[ 28.656] WinBAttributes: 0x0
[ 28.656] WinGranularity: 64
[ 28.656] WinSize: 64
[ 28.656] WinASegment: 0xa000
[ 28.656] WinBSegment: 0x0
[ 28.656] WinFuncPtr: 0xc0006f25
[ 28.656] BytesPerScanline: 2560
[ 28.656] XResolution: 640
[ 28.656] YResolution: 480
[ 28.656] XCharSize: 8
[ 28.656] YCharSize: 16
[ 28.656] NumberOfPlanes: 1
[ 28.656] BitsPerPixel: 32
[ 28.656] NumberOfBanks: 1
[ 28.656] MemoryModel: 6
[ 28.656] BankSize: 0
[ 28.656] NumberOfImages: 12
[ 28.656] RedMaskSize: 8
[ 28.656] RedFieldPosition: 16
[ 28.656] GreenMaskSize: 8
[ 28.656] GreenFieldPosition: 8
[ 28.656] BlueMaskSize: 8
[ 28.656] BlueFieldPosition: 0
[ 28.656] RsvdMaskSize: 8
[ 28.656] RsvdFieldPosition: 24
[ 28.656] DirectColorModeInfo: 1
[ 28.656] PhysBasePtr: 0xd0000000
[ 28.656] LinBytesPerScanLine: 2560
[ 28.656] BnkNumberOfImagePages: 12
[ 28.656] LinNumberOfImagePages: 12
[ 28.656] LinRedMaskSize: 8
[ 28.656] LinRedFieldPosition: 16
[ 28.656] LinGreenMaskSize: 8
[ 28.656] LinGreenFieldPosition: 8
[ 28.656] LinBlueMaskSize: 8
[ 28.656] LinBlueFieldPosition: 0
[ 28.656] LinRsvdMaskSize: 8
[ 28.656] LinRsvdFieldPosition: 24
[ 28.656] MaxPixelClock: 218000000
[ 28.656] Mode: 100 (640x400)
[ 28.656] ModeAttributes: 0xbb
[ 28.656] WinAAttributes: 0x7
[ 28.656] WinBAttributes: 0x0
[ 28.656] WinGranularity: 64
[ 28.656] WinSize: 64
[ 28.656] WinASegment: 0xa000
[ 28.656] WinBSegment: 0x0
[ 28.656] WinFuncPtr: 0xc0006f25
[ 28.656] BytesPerScanline: 640
[ 28.656] XResolution: 640
[ 28.656] YResolution: 400
[ 28.656] XCharSize: 8
[ 28.656] YCharSize: 16
[ 28.656] NumberOfPlanes: 1
[ 28.656] BitsPerPixel: 8
[ 28.656] NumberOfBanks: 1
[ 28.656] MemoryModel: 4
[ 28.656] BankSize: 0
[ 28.656] NumberOfImages: 38
[ 28.656] RedMaskSize: 0
[ 28.656] RedFieldPosition: 0
[ 28.656] GreenMaskSize: 0
[ 28.656] GreenFieldPosition: 0
[ 28.656] BlueMaskSize: 0
[ 28.656] BlueFieldPosition: 0
[ 28.656] RsvdMaskSize: 0
[ 28.656] RsvdFieldPosition: 0
[ 28.656] DirectColorModeInfo: 0
[ 28.656] PhysBasePtr: 0xd0000000
[ 28.656] LinBytesPerScanLine: 640
[ 28.656] BnkNumberOfImagePages: 38
[ 28.656] LinNumberOfImagePages: 38
[ 28.656] LinRedMaskSize: 0
[ 28.656] LinRedFieldPosition: 0
[ 28.656] LinGreenMaskSize: 0
[ 28.656] LinGreenFieldPosition: 0
[ 28.656] LinBlueMaskSize: 0
[ 28.656] LinBlueFieldPosition: 0
[ 28.656] LinRsvdMaskSize: 0
[ 28.656] LinRsvdFieldPosition: 0
[ 28.656] MaxPixelClock: 218000000
[ 28.656] Mode: 102 (800x600)
[ 28.656] ModeAttributes: 0x3b
[ 28.656] WinAAttributes: 0x7
[ 28.656] WinBAttributes: 0x0
[ 28.656] WinGranularity: 64
[ 28.656] WinSize: 64
[ 28.656] WinASegment: 0xa000
[ 28.656] WinBSegment: 0x0
[ 28.656] WinFuncPtr: 0xc0006f25
[ 28.656] BytesPerScanline: 100
[ 28.656] XResolution: 800
[ 28.656] YResolution: 600
[ 28.656] XCharSize: 8
[ 28.656] YCharSize: 14
[ 28.656] NumberOfPlanes: 4
[ 28.656] BitsPerPixel: 4
[ 28.656] NumberOfBanks: 1
[ 28.656] MemoryModel: 3
[ 28.656] BankSize: 0
[ 28.656] NumberOfImages: 0
[ 28.656] RedMaskSize: 0
[ 28.657] RedFieldPosition: 0
[ 28.657] GreenMaskSize: 0
[ 28.657] GreenFieldPosition: 0
[ 28.657] BlueMaskSize: 0
[ 28.657] BlueFieldPosition: 0
[ 28.657] RsvdMaskSize: 0
[ 28.657] RsvdFieldPosition: 0
[ 28.657] DirectColorModeInfo: 0
[ 28.657] PhysBasePtr: 0x0
[ 28.657] LinBytesPerScanLine: 0
[ 28.657] BnkNumberOfImagePages: 0
[ 28.657] LinNumberOfImagePages: 0
[ 28.657] LinRedMaskSize: 0
[ 28.657] LinRedFieldPosition: 0
[ 28.657] LinGreenMaskSize: 0
[ 28.657] LinGreenFieldPosition: 0
[ 28.657] LinBlueMaskSize: 0
[ 28.657] LinBlueFieldPosition: 0
[ 28.657] LinRsvdMaskSize: 0
[ 28.657] LinRsvdFieldPosition: 0
[ 28.657] MaxPixelClock: 218000000
[ 28.657] Mode: 103 (800x600)
[ 28.657] ModeAttributes: 0xbb
[ 28.657] WinAAttributes: 0x7
[ 28.657] WinBAttributes: 0x0
[ 28.657] WinGranularity: 64
[ 28.657] WinSize: 64
[ 28.657] WinASegment: 0xa000
[ 28.657] WinBSegment: 0x0
[ 28.657] WinFuncPtr: 0xc0006f25
[ 28.657] BytesPerScanline: 800
[ 28.657] XResolution: 800
[ 28.657] YResolution: 600
[ 28.657] XCharSize: 8
[ 28.657] YCharSize: 16
[ 28.657] NumberOfPlanes: 1
[ 28.657] BitsPerPixel: 8
[ 28.657] NumberOfBanks: 1
[ 28.657] MemoryModel: 4
[ 28.657] BankSize: 0
[ 28.657] NumberOfImages: 23
[ 28.657] RedMaskSize: 0
[ 28.657] RedFieldPosition: 0
[ 28.657] GreenMaskSize: 0
[ 28.657] GreenFieldPosition: 0
[ 28.657] BlueMaskSize: 0
[ 28.657] BlueFieldPosition: 0
[ 28.657] RsvdMaskSize: 0
[ 28.657] RsvdFieldPosition: 0
[ 28.657] DirectColorModeInfo: 0
[ 28.657] PhysBasePtr: 0xd0000000
[ 28.657] LinBytesPerScanLine: 800
[ 28.657] BnkNumberOfImagePages: 23
[ 28.657] LinNumberOfImagePages: 23
[ 28.657] LinRedMaskSize: 0
[ 28.657] LinRedFieldPosition: 0
[ 28.657] LinGreenMaskSize: 0
[ 28.657] LinGreenFieldPosition: 0
[ 28.657] LinBlueMaskSize: 0
[ 28.657] LinBlueFieldPosition: 0
[ 28.657] LinRsvdMaskSize: 0
[ 28.657] LinRsvdFieldPosition: 0
[ 28.657] MaxPixelClock: 218000000
[ 28.657] Mode: 113 (800x600)
[ 28.657] ModeAttributes: 0xbb
[ 28.657] WinAAttributes: 0x7
[ 28.657] WinBAttributes: 0x0
[ 28.657] WinGranularity: 64
[ 28.657] WinSize: 64
[ 28.657] WinASegment: 0xa000
[ 28.657] WinBSegment: 0x0
[ 28.657] WinFuncPtr: 0xc0006f25
[ 28.657] BytesPerScanline: 1600
[ 28.657] XResolution: 800
[ 28.657] YResolution: 600
[ 28.657] XCharSize: 8
[ 28.657] YCharSize: 16
[ 28.657] NumberOfPlanes: 1
[ 28.657] BitsPerPixel: 16
[ 28.657] NumberOfBanks: 1
[ 28.657] MemoryModel: 6
[ 28.657] BankSize: 0
[ 28.657] NumberOfImages: 16
[ 28.657] RedMaskSize: 5
[ 28.657] RedFieldPosition: 10
[ 28.657] GreenMaskSize: 5
[ 28.657] GreenFieldPosition: 5
[ 28.657] BlueMaskSize: 5
[ 28.657] BlueFieldPosition: 0
[ 28.657] RsvdMaskSize: 1
[ 28.657] RsvdFieldPosition: 15
[ 28.657] DirectColorModeInfo: 1
[ 28.657] PhysBasePtr: 0xd0000000
[ 28.657] LinBytesPerScanLine: 1600
[ 28.657] BnkNumberOfImagePages: 16
[ 28.657] LinNumberOfImagePages: 16
[ 28.657] LinRedMaskSize: 5
[ 28.657] LinRedFieldPosition: 10
[ 28.657] LinGreenMaskSize: 5
[ 28.657] LinGreenFieldPosition: 5
[ 28.657] LinBlueMaskSize: 5
[ 28.657] LinBlueFieldPosition: 0
[ 28.657] LinRsvdMaskSize: 1
[ 28.657] LinRsvdFieldPosition: 15
[ 28.657] MaxPixelClock: 218000000
[ 28.657] Mode: 114 (800x600)
[ 28.657] ModeAttributes: 0xbb
[ 28.657] WinAAttributes: 0x7
[ 28.657] WinBAttributes: 0x0
[ 28.657] WinGranularity: 64
[ 28.657] WinSize: 64
[ 28.657] WinASegment: 0xa000
[ 28.657] WinBSegment: 0x0
[ 28.657] WinFuncPtr: 0xc0006f25
[ 28.657] BytesPerScanline: 1600
[ 28.657] XResolution: 800
[ 28.657] YResolution: 600
[ 28.657] XCharSize: 8
[ 28.657] YCharSize: 16
[ 28.657] NumberOfPlanes: 1
[ 28.657] BitsPerPixel: 16
[ 28.657] NumberOfBanks: 1
[ 28.657] MemoryModel: 6
[ 28.657] BankSize: 0
[ 28.657] NumberOfImages: 16
[ 28.657] RedMaskSize: 5
[ 28.657] RedFieldPosition: 11
[ 28.657] GreenMaskSize: 6
[ 28.657] GreenFieldPosition: 5
[ 28.657] BlueMaskSize: 5
[ 28.657] BlueFieldPosition: 0
[ 28.657] RsvdMaskSize: 0
[ 28.657] RsvdFieldPosition: 0
[ 28.657] DirectColorModeInfo: 1
[ 28.657] PhysBasePtr: 0xd0000000
[ 28.657] LinBytesPerScanLine: 1600
[ 28.657] BnkNumberOfImagePages: 16
[ 28.657] LinNumberOfImagePages: 16
[ 28.657] LinRedMaskSize: 5
[ 28.657] LinRedFieldPosition: 11
[ 28.657] LinGreenMaskSize: 6
[ 28.657] LinGreenFieldPosition: 5
[ 28.657] LinBlueMaskSize: 5
[ 28.657] LinBlueFieldPosition: 0
[ 28.657] LinRsvdMaskSize: 0
[ 28.657] LinRsvdFieldPosition: 0
[ 28.657] MaxPixelClock: 218000000
[ 28.658] *Mode: 115 (800x600)
[ 28.658] ModeAttributes: 0xbb
[ 28.658] WinAAttributes: 0x7
[ 28.658] WinBAttributes: 0x0
[ 28.658] WinGranularity: 64
[ 28.658] WinSize: 64
[ 28.658] WinASegment: 0xa000
[ 28.658] WinBSegment: 0x0
[ 28.658] WinFuncPtr: 0xc0006f25
[ 28.658] BytesPerScanline: 3200
[ 28.658] XResolution: 800
[ 28.658] YResolution: 600
[ 28.658] XCharSize: 8
[ 28.658] YCharSize: 16
[ 28.658] NumberOfPlanes: 1
[ 28.658] BitsPerPixel: 32
[ 28.658] NumberOfBanks: 1
[ 28.658] MemoryModel: 6
[ 28.658] BankSize: 0
[ 28.658] NumberOfImages: 7
[ 28.658] RedMaskSize: 8
[ 28.658] RedFieldPosition: 16
[ 28.658] GreenMaskSize: 8
[ 28.658] GreenFieldPosition: 8
[ 28.658] BlueMaskSize: 8
[ 28.658] BlueFieldPosition: 0
[ 28.658] RsvdMaskSize: 8
[ 28.658] RsvdFieldPosition: 24
[ 28.658] DirectColorModeInfo: 1
[ 28.658] PhysBasePtr: 0xd0000000
[ 28.658] LinBytesPerScanLine: 3200
[ 28.658] BnkNumberOfImagePages: 7
[ 28.658] LinNumberOfImagePages: 7
[ 28.658] LinRedMaskSize: 8
[ 28.658] LinRedFieldPosition: 16
[ 28.658] LinGreenMaskSize: 8
[ 28.658] LinGreenFieldPosition: 8
[ 28.658] LinBlueMaskSize: 8
[ 28.658] LinBlueFieldPosition: 0
[ 28.658] LinRsvdMaskSize: 8
[ 28.658] LinRsvdFieldPosition: 24
[ 28.658] MaxPixelClock: 218000000
[ 28.658] Mode: 105 (1024x768)
[ 28.658] ModeAttributes: 0xbb
[ 28.658] WinAAttributes: 0x7
[ 28.658] WinBAttributes: 0x0
[ 28.658] WinGranularity: 64
[ 28.658] WinSize: 64
[ 28.658] WinASegment: 0xa000
[ 28.658] WinBSegment: 0x0
[ 28.658] WinFuncPtr: 0xc0006f25
[ 28.658] BytesPerScanline: 1024
[ 28.658] XResolution: 1024
[ 28.658] YResolution: 768
[ 28.658] XCharSize: 8
[ 28.658] YCharSize: 16
[ 28.658] NumberOfPlanes: 1
[ 28.658] BitsPerPixel: 8
[ 28.658] NumberOfBanks: 1
[ 28.658] MemoryModel: 4
[ 28.658] BankSize: 0
[ 28.658] NumberOfImages: 18
[ 28.658] RedMaskSize: 0
[ 28.658] RedFieldPosition: 0
[ 28.658] GreenMaskSize: 0
[ 28.658] GreenFieldPosition: 0
[ 28.658] BlueMaskSize: 0
[ 28.658] BlueFieldPosition: 0
[ 28.658] RsvdMaskSize: 0
[ 28.658] RsvdFieldPosition: 0
[ 28.658] DirectColorModeInfo: 0
[ 28.658] PhysBasePtr: 0xd0000000
[ 28.658] LinBytesPerScanLine: 1024
[ 28.658] BnkNumberOfImagePages: 18
[ 28.658] LinNumberOfImagePages: 18
[ 28.658] LinRedMaskSize: 0
[ 28.658] LinRedFieldPosition: 0
[ 28.658] LinGreenMaskSize: 0
[ 28.658] LinGreenFieldPosition: 0
[ 28.658] LinBlueMaskSize: 0
[ 28.658] LinBlueFieldPosition: 0
[ 28.658] LinRsvdMaskSize: 0
[ 28.658] LinRsvdFieldPosition: 0
[ 28.658] MaxPixelClock: 218000000
[ 28.658] Mode: 116 (1024x768)
[ 28.658] ModeAttributes: 0xbb
[ 28.658] WinAAttributes: 0x7
[ 28.658] WinBAttributes: 0x0
[ 28.658] WinGranularity: 64
[ 28.658] WinSize: 64
[ 28.658] WinASegment: 0xa000
[ 28.658] WinBSegment: 0x0
[ 28.658] WinFuncPtr: 0xc0006f25
[ 28.658] BytesPerScanline: 2048
[ 28.658] XResolution: 1024
[ 28.658] YResolution: 768
[ 28.658] XCharSize: 8
[ 28.658] YCharSize: 16
[ 28.658] NumberOfPlanes: 1
[ 28.658] BitsPerPixel: 16
[ 28.658] NumberOfBanks: 1
[ 28.658] MemoryModel: 6
[ 28.658] BankSize: 0
[ 28.658] NumberOfImages: 9
[ 28.658] RedMaskSize: 5
[ 28.658] RedFieldPosition: 10
[ 28.658] GreenMaskSize: 5
[ 28.658] GreenFieldPosition: 5
[ 28.658] BlueMaskSize: 5
[ 28.658] BlueFieldPosition: 0
[ 28.658] RsvdMaskSize: 1
[ 28.658] RsvdFieldPosition: 15
[ 28.658] DirectColorModeInfo: 1
[ 28.658] PhysBasePtr: 0xd0000000
[ 28.658] LinBytesPerScanLine: 2048
[ 28.658] BnkNumberOfImagePages: 9
[ 28.658] LinNumberOfImagePages: 9
[ 28.658] LinRedMaskSize: 5
[ 28.658] LinRedFieldPosition: 10
[ 28.658] LinGreenMaskSize: 5
[ 28.658] LinGreenFieldPosition: 5
[ 28.658] LinBlueMaskSize: 5
[ 28.658] LinBlueFieldPosition: 0
[ 28.658] LinRsvdMaskSize: 1
[ 28.658] LinRsvdFieldPosition: 15
[ 28.658] MaxPixelClock: 218000000
[ 28.658] Mode: 117 (1024x768)
[ 28.658] ModeAttributes: 0xbb
[ 28.658] WinAAttributes: 0x7
[ 28.658] WinBAttributes: 0x0
[ 28.658] WinGranularity: 64
[ 28.658] WinSize: 64
[ 28.658] WinASegment: 0xa000
[ 28.658] WinBSegment: 0x0
[ 28.658] WinFuncPtr: 0xc0006f25
[ 28.658] BytesPerScanline: 2048
[ 28.659] XResolution: 1024
[ 28.659] YResolution: 768
[ 28.659] XCharSize: 8
[ 28.659] YCharSize: 16
[ 28.659] NumberOfPlanes: 1
[ 28.659] BitsPerPixel: 16
[ 28.659] NumberOfBanks: 1
[ 28.659] MemoryModel: 6
[ 28.659] BankSize: 0
[ 28.659] NumberOfImages: 9
[ 28.659] RedMaskSize: 5
[ 28.659] RedFieldPosition: 11
[ 28.659] GreenMaskSize: 6
[ 28.659] GreenFieldPosition: 5
[ 28.659] BlueMaskSize: 5
[ 28.659] BlueFieldPosition: 0
[ 28.659] RsvdMaskSize: 0
[ 28.659] RsvdFieldPosition: 0
[ 28.659] DirectColorModeInfo: 1
[ 28.659] PhysBasePtr: 0xd0000000
[ 28.659] LinBytesPerScanLine: 2048
[ 28.659] BnkNumberOfImagePages: 9
[ 28.659] LinNumberOfImagePages: 9
[ 28.659] LinRedMaskSize: 5
[ 28.659] LinRedFieldPosition: 11
[ 28.659] LinGreenMaskSize: 6
[ 28.659] LinGreenFieldPosition: 5
[ 28.659] LinBlueMaskSize: 5
[ 28.659] LinBlueFieldPosition: 0
[ 28.659] LinRsvdMaskSize: 0
[ 28.659] LinRsvdFieldPosition: 0
[ 28.659] MaxPixelClock: 218000000
[ 28.659] *Mode: 118 (1024x768)
[ 28.659] ModeAttributes: 0xbb
[ 28.659] WinAAttributes: 0x7
[ 28.659] WinBAttributes: 0x0
[ 28.659] WinGranularity: 64
[ 28.659] WinSize: 64
[ 28.659] WinASegment: 0xa000
[ 28.659] WinBSegment: 0x0
[ 28.659] WinFuncPtr: 0xc0006f25
[ 28.659] BytesPerScanline: 4096
[ 28.659] XResolution: 1024
[ 28.659] YResolution: 768
[ 28.659] XCharSize: 8
[ 28.659] YCharSize: 16
[ 28.659] NumberOfPlanes: 1
[ 28.659] BitsPerPixel: 32
[ 28.659] NumberOfBanks: 1
[ 28.659] MemoryModel: 6
[ 28.659] BankSize: 0
[ 28.659] NumberOfImages: 4
[ 28.659] RedMaskSize: 8
[ 28.659] RedFieldPosition: 16
[ 28.659] GreenMaskSize: 8
[ 28.659] GreenFieldPosition: 8
[ 28.659] BlueMaskSize: 8
[ 28.659] BlueFieldPosition: 0
[ 28.659] RsvdMaskSize: 8
[ 28.659] RsvdFieldPosition: 24
[ 28.659] DirectColorModeInfo: 1
[ 28.659] PhysBasePtr: 0xd0000000
[ 28.659] LinBytesPerScanLine: 4096
[ 28.659] BnkNumberOfImagePages: 4
[ 28.659] LinNumberOfImagePages: 4
[ 28.659] LinRedMaskSize: 8
[ 28.659] LinRedFieldPosition: 16
[ 28.659] LinGreenMaskSize: 8
[ 28.659] LinGreenFieldPosition: 8
[ 28.659] LinBlueMaskSize: 8
[ 28.659] LinBlueFieldPosition: 0
[ 28.659] LinRsvdMaskSize: 8
[ 28.659] LinRsvdFieldPosition: 24
[ 28.659] MaxPixelClock: 218000000
[ 28.659] Mode: 107 (1280x1024)
[ 28.659] ModeAttributes: 0xbb
[ 28.659] WinAAttributes: 0x7
[ 28.659] WinBAttributes: 0x0
[ 28.659] WinGranularity: 64
[ 28.659] WinSize: 64
[ 28.659] WinASegment: 0xa000
[ 28.659] WinBSegment: 0x0
[ 28.659] WinFuncPtr: 0xc0006f25
[ 28.659] BytesPerScanline: 1280
[ 28.659] XResolution: 1280
[ 28.659] YResolution: 1024
[ 28.659] XCharSize: 8
[ 28.659] YCharSize: 16
[ 28.659] NumberOfPlanes: 1
[ 28.659] BitsPerPixel: 8
[ 28.659] NumberOfBanks: 1
[ 28.659] MemoryModel: 4
[ 28.659] BankSize: 0
[ 28.659] NumberOfImages: 11
[ 28.659] RedMaskSize: 0
[ 28.659] RedFieldPosition: 0
[ 28.659] GreenMaskSize: 0
[ 28.659] GreenFieldPosition: 0
[ 28.659] BlueMaskSize: 0
[ 28.659] BlueFieldPosition: 0
[ 28.659] RsvdMaskSize: 0
[ 28.659] RsvdFieldPosition: 0
[ 28.659] DirectColorModeInfo: 0
[ 28.659] PhysBasePtr: 0xd0000000
[ 28.659] LinBytesPerScanLine: 1280
[ 28.659] BnkNumberOfImagePages: 11
[ 28.659] LinNumberOfImagePages: 11
[ 28.659] LinRedMaskSize: 0
[ 28.659] LinRedFieldPosition: 0
[ 28.659] LinGreenMaskSize: 0
[ 28.659] LinGreenFieldPosition: 0
[ 28.659] LinBlueMaskSize: 0
[ 28.659] LinBlueFieldPosition: 0
[ 28.659] LinRsvdMaskSize: 0
[ 28.659] LinRsvdFieldPosition: 0
[ 28.659] MaxPixelClock: 218000000
[ 28.659] Mode: 119 (1280x1024)
[ 28.659] ModeAttributes: 0xbb
[ 28.659] WinAAttributes: 0x7
[ 28.659] WinBAttributes: 0x0
[ 28.659] WinGranularity: 64
[ 28.659] WinSize: 64
[ 28.659] WinASegment: 0xa000
[ 28.659] WinBSegment: 0x0
[ 28.659] WinFuncPtr: 0xc0006f25
[ 28.659] BytesPerScanline: 2560
[ 28.659] XResolution: 1280
[ 28.659] YResolution: 1024
[ 28.659] XCharSize: 8
[ 28.659] YCharSize: 16
[ 28.659] NumberOfPlanes: 1
[ 28.659] BitsPerPixel: 16
[ 28.659] NumberOfBanks: 1
[ 28.659] MemoryModel: 6
[ 28.659] BankSize: 0
[ 28.659] NumberOfImages: 5
[ 28.659] RedMaskSize: 5
[ 28.659] RedFieldPosition: 10
[ 28.659] GreenMaskSize: 5
[ 28.659] GreenFieldPosition: 5
[ 28.659] BlueMaskSize: 5
[ 28.659] BlueFieldPosition: 0
[ 28.659] RsvdMaskSize: 1
[ 28.659] RsvdFieldPosition: 15
[ 28.659] DirectColorModeInfo: 1
[ 28.659] PhysBasePtr: 0xd0000000
[ 28.659] LinBytesPerScanLine: 2560
[ 28.659] BnkNumberOfImagePages: 5
[ 28.659] LinNumberOfImagePages: 5
[ 28.659] LinRedMaskSize: 5
[ 28.659] LinRedFieldPosition: 10
[ 28.659] LinGreenMaskSize: 5
[ 28.659] LinGreenFieldPosition: 5
[ 28.659] LinBlueMaskSize: 5
[ 28.660] LinBlueFieldPosition: 0
[ 28.660] LinRsvdMaskSize: 1
[ 28.660] LinRsvdFieldPosition: 15
[ 28.660] MaxPixelClock: 218000000
[ 28.660] Mode: 11a (1280x1024)
[ 28.660] ModeAttributes: 0xbb
[ 28.660] WinAAttributes: 0x7
[ 28.660] WinBAttributes: 0x0
[ 28.660] WinGranularity: 64
[ 28.660] WinSize: 64
[ 28.660] WinASegment: 0xa000
[ 28.660] WinBSegment: 0x0
[ 28.660] WinFuncPtr: 0xc0006f25
[ 28.660] BytesPerScanline: 2560
[ 28.660] XResolution: 1280
[ 28.660] YResolution: 1024
[ 28.660] XCharSize: 8
[ 28.660] YCharSize: 16
[ 28.660] NumberOfPlanes: 1
[ 28.660] BitsPerPixel: 16
[ 28.660] NumberOfBanks: 1
[ 28.660] MemoryModel: 6
[ 28.660] BankSize: 0
[ 28.660] NumberOfImages: 5
[ 28.660] RedMaskSize: 5
[ 28.660] RedFieldPosition: 11
[ 28.660] GreenMaskSize: 6
[ 28.660] GreenFieldPosition: 5
[ 28.660] BlueMaskSize: 5
[ 28.660] BlueFieldPosition: 0
[ 28.660] RsvdMaskSize: 0
[ 28.660] RsvdFieldPosition: 0
[ 28.660] DirectColorModeInfo: 1
[ 28.660] PhysBasePtr: 0xd0000000
[ 28.660] LinBytesPerScanLine: 2560
[ 28.660] BnkNumberOfImagePages: 5
[ 28.660] LinNumberOfImagePages: 5
[ 28.660] LinRedMaskSize: 5
[ 28.660] LinRedFieldPosition: 11
[ 28.660] LinGreenMaskSize: 6
[ 28.660] LinGreenFieldPosition: 5
[ 28.660] LinBlueMaskSize: 5
[ 28.660] LinBlueFieldPosition: 0
[ 28.660] LinRsvdMaskSize: 0
[ 28.660] LinRsvdFieldPosition: 0
[ 28.660] MaxPixelClock: 218000000
[ 28.660] *Mode: 11b (1280x1024)
[ 28.660] ModeAttributes: 0xbb
[ 28.660] WinAAttributes: 0x7
[ 28.660] WinBAttributes: 0x0
[ 28.660] WinGranularity: 64
[ 28.660] WinSize: 64
[ 28.660] WinASegment: 0xa000
[ 28.660] WinBSegment: 0x0
[ 28.660] WinFuncPtr: 0xc0006f25
[ 28.660] BytesPerScanline: 5120
[ 28.660] XResolution: 1280
[ 28.660] YResolution: 1024
[ 28.660] XCharSize: 8
[ 28.660] YCharSize: 16
[ 28.660] NumberOfPlanes: 1
[ 28.660] BitsPerPixel: 32
[ 28.660] NumberOfBanks: 1
[ 28.660] MemoryModel: 6
[ 28.660] BankSize: 0
[ 28.660] NumberOfImages: 2
[ 28.660] RedMaskSize: 8
[ 28.660] RedFieldPosition: 16
[ 28.660] GreenMaskSize: 8
[ 28.660] GreenFieldPosition: 8
[ 28.660] BlueMaskSize: 8
[ 28.660] BlueFieldPosition: 0
[ 28.660] RsvdMaskSize: 8
[ 28.660] RsvdFieldPosition: 24
[ 28.660] DirectColorModeInfo: 1
[ 28.660] PhysBasePtr: 0xd0000000
[ 28.660] LinBytesPerScanLine: 5120
[ 28.660] BnkNumberOfImagePages: 2
[ 28.660] LinNumberOfImagePages: 2
[ 28.660] LinRedMaskSize: 8
[ 28.660] LinRedFieldPosition: 16
[ 28.660] LinGreenMaskSize: 8
[ 28.660] LinGreenFieldPosition: 8
[ 28.660] LinBlueMaskSize: 8
[ 28.660] LinBlueFieldPosition: 0
[ 28.660] LinRsvdMaskSize: 8
[ 28.660] LinRsvdFieldPosition: 24
[ 28.660] MaxPixelClock: 218000000
[ 28.660] Mode: 11c (1600x1200)
[ 28.660] ModeAttributes: 0xbb
[ 28.660] WinAAttributes: 0x7
[ 28.660] WinBAttributes: 0x0
[ 28.660] WinGranularity: 64
[ 28.660] WinSize: 64
[ 28.660] WinASegment: 0xa000
[ 28.660] WinBSegment: 0x0
[ 28.660] WinFuncPtr: 0xc0006f25
[ 28.660] BytesPerScanline: 1600
[ 28.660] XResolution: 1600
[ 28.660] YResolution: 1200
[ 28.660] XCharSize: 8
[ 28.660] YCharSize: 16
[ 28.660] NumberOfPlanes: 1
[ 28.660] BitsPerPixel: 8
[ 28.660] NumberOfBanks: 1
[ 28.660] MemoryModel: 4
[ 28.660] BankSize: 0
[ 28.660] NumberOfImages: 7
[ 28.660] RedMaskSize: 0
[ 28.660] RedFieldPosition: 0
[ 28.660] GreenMaskSize: 0
[ 28.660] GreenFieldPosition: 0
[ 28.660] BlueMaskSize: 0
[ 28.660] BlueFieldPosition: 0
[ 28.660] RsvdMaskSize: 0
[ 28.660] RsvdFieldPosition: 0
[ 28.660] DirectColorModeInfo: 0
[ 28.660] PhysBasePtr: 0xd0000000
[ 28.660] LinBytesPerScanLine: 1600
[ 28.660] BnkNumberOfImagePages: 7
[ 28.660] LinNumberOfImagePages: 7
[ 28.660] LinRedMaskSize: 0
[ 28.660] LinRedFieldPosition: 0
[ 28.660] LinGreenMaskSize: 0
[ 28.660] LinGreenFieldPosition: 0
[ 28.660] LinBlueMaskSize: 0
[ 28.660] LinBlueFieldPosition: 0
[ 28.660] LinRsvdMaskSize: 0
[ 28.660] LinRsvdFieldPosition: 0
[ 28.660] MaxPixelClock: 218000000
[ 28.661] Mode: 11d (1600x1200)
[ 28.661] ModeAttributes: 0xbb
[ 28.661] WinAAttributes: 0x7
[ 28.661] WinBAttributes: 0x0
[ 28.661] WinGranularity: 64
[ 28.661] WinSize: 64
[ 28.661] WinASegment: 0xa000
[ 28.661] WinBSegment: 0x0
[ 28.661] WinFuncPtr: 0xc0006f25
[ 28.661] BytesPerScanline: 3200
[ 28.661] XResolution: 1600
[ 28.661] YResolution: 1200
[ 28.661] XCharSize: 8
[ 28.661] YCharSize: 16
[ 28.661] NumberOfPlanes: 1
[ 28.661] BitsPerPixel: 16
[ 28.661] NumberOfBanks: 1
[ 28.661] MemoryModel: 6
[ 28.661] BankSize: 0
[ 28.661] NumberOfImages: 3
[ 28.661] RedMaskSize: 5
[ 28.661] RedFieldPosition: 10
[ 28.661] GreenMaskSize: 5
[ 28.661] GreenFieldPosition: 5
[ 28.661] BlueMaskSize: 5
[ 28.661] BlueFieldPosition: 0
[ 28.661] RsvdMaskSize: 1
[ 28.661] RsvdFieldPosition: 15
[ 28.661] DirectColorModeInfo: 1
[ 28.661] PhysBasePtr: 0xd0000000
[ 28.661] LinBytesPerScanLine: 3200
[ 28.661] BnkNumberOfImagePages: 3
[ 28.661] LinNumberOfImagePages: 3
[ 28.661] LinRedMaskSize: 5
[ 28.661] LinRedFieldPosition: 10
[ 28.661] LinGreenMaskSize: 5
[ 28.661] LinGreenFieldPosition: 5
[ 28.661] LinBlueMaskSize: 5
[ 28.661] LinBlueFieldPosition: 0
[ 28.661] LinRsvdMaskSize: 1
[ 28.661] LinRsvdFieldPosition: 15
[ 28.661] MaxPixelClock: 218000000
[ 28.661] Mode: 11e (1600x1200)
[ 28.661] ModeAttributes: 0xbb
[ 28.661] WinAAttributes: 0x7
[ 28.661] WinBAttributes: 0x0
[ 28.661] WinGranularity: 64
[ 28.661] WinSize: 64
[ 28.661] WinASegment: 0xa000
[ 28.661] WinBSegment: 0x0
[ 28.661] WinFuncPtr: 0xc0006f25
[ 28.661] BytesPerScanline: 3200
[ 28.661] XResolution: 1600
[ 28.661] YResolution: 1200
[ 28.661] XCharSize: 8
[ 28.661] YCharSize: 16
[ 28.661] NumberOfPlanes: 1
[ 28.661] BitsPerPixel: 16
[ 28.661] NumberOfBanks: 1
[ 28.661] MemoryModel: 6
[ 28.661] BankSize: 0
[ 28.661] NumberOfImages: 3
[ 28.661] RedMaskSize: 5
[ 28.661] RedFieldPosition: 11
[ 28.661] GreenMaskSize: 6
[ 28.661] GreenFieldPosition: 5
[ 28.661] BlueMaskSize: 5
[ 28.661] BlueFieldPosition: 0
[ 28.661] RsvdMaskSize: 0
[ 28.661] RsvdFieldPosition: 0
[ 28.661] DirectColorModeInfo: 1
[ 28.661] PhysBasePtr: 0xd0000000
[ 28.661] LinBytesPerScanLine: 3200
[ 28.661] BnkNumberOfImagePages: 3
[ 28.661] LinNumberOfImagePages: 3
[ 28.661] LinRedMaskSize: 5
[ 28.661] LinRedFieldPosition: 11
[ 28.661] LinGreenMaskSize: 6
[ 28.661] LinGreenFieldPosition: 5
[ 28.661] LinBlueMaskSize: 5
[ 28.661] LinBlueFieldPosition: 0
[ 28.661] LinRsvdMaskSize: 0
[ 28.661] LinRsvdFieldPosition: 0
[ 28.661] MaxPixelClock: 218000000
[ 28.661] *Mode: 11f (1600x1200)
[ 28.661] ModeAttributes: 0xbb
[ 28.661] WinAAttributes: 0x7
[ 28.661] WinBAttributes: 0x0
[ 28.661] WinGranularity: 64
[ 28.661] WinSize: 64
[ 28.661] WinASegment: 0xa000
[ 28.661] WinBSegment: 0x0
[ 28.661] WinFuncPtr: 0xc0006f25
[ 28.661] BytesPerScanline: 6400
[ 28.661] XResolution: 1600
/var/log/Xorg.0.log[ 28.661] YResolution: 1200
[ 28.661] XCharSize: 8
[ 28.661] YCharSize: 16
[ 28.661] NumberOfPlanes: 1
[ 28.661] BitsPerPixel: 32
[ 28.661] NumberOfBanks: 1
[ 28.661] MemoryModel: 6
[ 28.661] BankSize: 0
[ 28.661] NumberOfImages: 1
[ 28.661] RedMaskSize: 8
[ 28.661] RedFieldPosition: 16
[ 28.661] GreenMaskSize: 8
[ 28.661] GreenFieldPosition: 8
[ 28.661] BlueMaskSize: 8
[ 28.661] BlueFieldPosition: 0
[ 28.661] RsvdMaskSize: 8
[ 28.661] RsvdFieldPosition: 24
[ 28.661] DirectColorModeInfo: 1
[ 28.661] PhysBasePtr: 0xd0000000
[ 28.661] LinBytesPerScanLine: 6400
[ 28.661] BnkNumberOfImagePages: 1
[ 28.661] LinNumberOfImagePages: 1
[ 28.661] LinRedMaskSize: 8
[ 28.661] LinRedFieldPosition: 16
[ 28.661] LinGreenMaskSize: 8
[ 28.661] LinGreenFieldPosition: 8
[ 28.661] LinBlueMaskSize: 8
[ 28.661] LinBlueFieldPosition: 0
[ 28.661] LinRsvdMaskSize: 8
[ 28.661] LinRsvdFieldPosition: 24
[ 28.661] MaxPixelClock: 218000000
[ 28.661]
[ 28.661] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[ 28.661] (II) VESA(0): Monitor0: Using default hsync range of 31.50-48.00 kHz
[ 28.661] (II) VESA(0): Monitor0: Using default vrefresh range of 50.00-70.00 Hz
[ 28.661] (II) VESA(0): Monitor0: Using default maximum pixel clock of 65.00 MHz
[ 28.661] (II) VESA(0): Not using mode "1920x1200" (no mode of this name)
[ 28.661] (II) VESA(0): Not using built-in mode "1600x1200" (no mode of this name)
[ 28.661] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[ 28.661] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[ 28.661] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[ 28.661] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[ 28.661] (WW) VESA(0): No valid modes left. Trying less strict filter...
[ 28.661] (II) VESA(0): Monitor0: Using hsync range of 31.50-48.00 kHz
[ 28.661] (II) VESA(0): Monitor0: Using vrefresh range of 50.00-70.00 Hz
[ 28.661] (II) VESA(0): Monitor0: Using maximum pixel clock of 65.00 MHz
[ 28.661] (II) VESA(0): Not using mode "1920x1200" (no mode of this name)
[ 28.662] (II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
[ 28.662] (II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
[ 28.662] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[ 28.662] (**) VESA(0): Built-in mode "1024x768"
[ 28.662] (**) VESA(0): Built-in mode "800x600"
[ 28.662] (**) VESA(0): Built-in mode "640x480"
[ 28.662] (==) VESA(0): DPI set to (96, 96)
[ 28.662] (II) VESA(0): Attempting to use 60Hz refresh for mode "1024x768" (118)
[ 28.694] (II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
[ 28.730] (II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
[ 28.815] (**) VESA(0): Using "Shadow Framebuffer"
[ 28.815] (II) Loading sub module "shadow"
[ 28.815] (II) LoadModule: "shadow"
[ 28.815] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 28.816] (II) Module shadow: vendor="X.Org Foundation"
[ 28.816] compiled for 1.10.2, module version = 1.1.0
[ 28.816] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28.816] (II) Loading sub module "fb"
[ 28.816] (II) LoadModule: "fb"
[ 28.816] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 28.818] (II) Module fb: vendor="X.Org Foundation"
[ 28.818] compiled for 1.10.2, module version = 1.0.0
[ 28.818] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28.818] (==) Depth 24 pixmap format is 32 bpp
[ 28.818] (II) Loading sub module "int10"
[ 28.818] (II) LoadModule: "int10"
[ 28.818] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 28.818] (II) Module int10: vendor="X.Org Foundation"
[ 28.818] compiled for 1.10.2, module version = 1.0.0
[ 28.818] ABI class: X.Org Video Driver, version 10.0
[ 28.818] (II) VESA(0): initializing int10
[ 28.818] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 28.819] (II) VESA(0): VESA BIOS detected
[ 28.819] (II) VESA(0): VESA VBE Version 3.0
[ 28.819] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[ 28.819] (II) VESA(0): VESA VBE OEM: Matrox Graphics Inc.
[ 28.819] (II) VESA(0): VESA VBE OEM Software Rev: 1.6
[ 28.819] (II) VESA(0): VESA VBE OEM Vendor: Matrox
[ 28.819] (II) VESA(0): VESA VBE OEM Product: Matrox Phoenix
[ 28.819] (II) VESA(0): VESA VBE OEM Product Rev: 00
[ 28.821] (II) VESA(0): virtual address = 0x7f4f3b407000,
physical address = 0xd0000000, size = 16777216
[ 28.928] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[ 29.217] (==) VESA(0): Default visual is TrueColor
[ 29.219] (==) VESA(0): Backing store disabled
[ 29.219] (==) VESA(0): DPMS enabled
[ 29.219] (WW) VESA(0): Option "OldDmaInit" is not used
[ 29.219] (==) RandR enabled
[ 29.219] (II) Initializing built-in extension Generic Event Extension
[ 29.219] (II) Initializing built-in extension SHAPE
[ 29.219] (II) Initializing built-in extension MIT-SHM
[ 29.219] (II) Initializing built-in extension XInputExtension
[ 29.219] (II) Initializing built-in extension XTEST
[ 29.219] (II) Initializing built-in extension BIG-REQUESTS
[ 29.219] (II) Initializing built-in extension SYNC
[ 29.219] (II) Initializing built-in extension XKEYBOARD
[ 29.219] (II) Initializing built-in extension XC-MISC
[ 29.219] (II) Initializing built-in extension SECURITY
[ 29.219] (II) Initializing built-in extension XINERAMA
[ 29.219] (II) Initializing built-in extension XFIXES
[ 29.219] (II) Initializing built-in extension RENDER
[ 29.219] (II) Initializing built-in extension RANDR
[ 29.219] (II) Initializing built-in extension COMPOSITE
[ 29.219] (II) Initializing built-in extension DAMAGE
[ 29.224] (II) AIGLX: Screen 0 is not DRI2 capable
[ 29.224] (II) AIGLX: Screen 0 is not DRI capable
[ 29.242] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[ 29.242] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 29.357] (II) Using input driver 'mouse' for 'Mouse0'
[ 29.357] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[ 29.357] (**) Option "CorePointer"
[ 29.357] (**) Mouse0: always reports core events
[ 29.357] (**) Option "Protocol" "auto"
[ 29.357] (**) Option "Device" "/dev/input/mice"
[ 29.357] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
[ 29.357] (**) Mouse0: Protocol: "auto"
[ 29.357] (**) Mouse0: always reports core events
[ 29.430] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[ 29.430] (**) Option "ZAxisMapping" "4 5 6 7"
[ 29.430] (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
[ 29.430] (**) Mouse0: Buttons: 11
[ 29.430] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
[ 29.430] (**) Mouse0: (accel) keeping acceleration scheme 1
[ 29.430] (**) Mouse0: (accel) acceleration profile 0
[ 29.430] (**) Mouse0: (accel) acceleration factor: 2.000
[ 29.430] (**) Mouse0: (accel) acceleration threshold: 4
[ 29.456] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
[ 29.749] (II) Mouse0: ps2EnableDataReporting: succeeded
[ 29.749] (II) Using input driver 'kbd' for 'Keyboard0'
[ 29.749] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[ 29.749] (**) Option "CoreKeyboard"
[ 29.749] (**) Keyboard0: always reports core events
[ 29.749] (**) Keyboard0: always reports core events
[ 29.749] (**) Option "Protocol" "standard"
[ 29.749] (**) Option "XkbRules" "base"
[ 29.749] (**) Option "XkbModel" "pc105"
[ 29.749] (**) Option "XkbLayout" "gb"
[ 29.749] (WW) Option "XkbVariant" requires an string value
[ 29.749] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
[ 29.778] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 29.778] (II) AutoAddDevices is off - not adding device.
[ 29.780] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 29.781] (II) AutoAddDevices is off - not adding device.
[ 29.782] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
[ 29.782] (II) AutoAddDevices is off - not adding device.
[ 29.784] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
[ 29.784] (II) AutoAddDevices is off - not adding device.
[ 29.784] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[ 29.784] (II) AutoAddDevices is off - not adding device.
[ 29.784] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 29.784] (II) AutoAddDevices is off - not adding device.
[ 29.787] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
[ 29.787] (II) AutoAddDevices is off - not adding device.
[ 162.746] (II) 3rd Button detected: disabling emulate3Button
I understand from reading around that Linux users from many distros have problems with Matrox graphics cards when they update Xorg, and the only solution mentioned is to downgrade to a previous version of Xorg. I'm not sure if this applies to me because the error messages when I try to startx don't seem relevant, but anyway I've tried downgrading the following packages from my pacman cache:
pacman -U xorg-server-utils-7.6-2-any.pkg.tar.xz xorg-apps-7.6-1-any.pkg.tar.xz xorg-xrdb-1.0.9-1-x86_64.pkg.tar.xz xorg-fonts-encodings-1.0.4-1-any.pkg.tar.xz xorg-xauth-1.0.6-1-x86_64.pkg.tar.xz xorg-xcmsdb-1.0.3-2-x86_64.pkg.tar.xz xorg-xkbutils-1.0.3-2-x86_64.pkg.tar.xz xorg-fonts-75dpi-1.0.1-3-any.pkg.tar.xz xorg-xmodmap-1.0.5-2-x86_64.pkg.tar.xz xorg-xbacklight-1.1.2-2-x86_64.pkg.tar.xz xorg-xset-1.2.1-2-x86_64.pkg.tar.xz xorg-xrandr-1.3.4-2-x86_64.pkg.tar.xz xorg-docs-1.6-1-any.pkg.tar.xz xorg-xkbcomp-1.2.1-2-x86_64.pkg.tar.xz xorg-xprop-1.2.0-2-x86_64.pkg.tar.xz xorg-smproxy-1.0.4-2-x86_64.pkg.tar.xz xorg-xkb-utils-7.6-1-any.pkg.tar.xz xorg-xhost-1.0.4-2-x86_64.pkg.tar.xz xorg-xev-1.1.0-2-x86_64.pkg.tar.xz xorg-twm-1.0.6-2-x86_64.pkg.tar.xz xorg-xlsatoms-1.1.0-2-x86_64.pkg.tar.xz xorg-mkfontdir-1.0.6-2-any.pkg.tar.xz xorg-xkill-1.0.3-2-x86_64.pkg.tar.xz xorg-x11perf-1.5.3-2-x86_64.pkg.tar.xz xorg-bdftopcf-1.0.3-1-x86_64.pkg.tar.xz xorg-xsetroot-1.1.0-2-x86_64.pkg.tar.xz xorg-xkbevd-1.1.2-2-x86_64.pkg.tar.xz xorg-luit-1.1.0-2-x86_64.pkg.tar.xz xorg-xcursorgen-1.0.4-2-x86_64.pkg.tar.xz xorg-xgamma-1.0.4-2-x86_64.pkg.tar.xz xorg-xdriinfo-1.0.4-2-x86_64.pkg.tar.xz xorg-res-utils-1.0.3-3-x86_64.pkg.tar.gz xorg-xvinfo-1.1.1-2-x86_64.pkg.tar.xz xorg-xinit-1.3.0-3-x86_64.pkg.tar.xz xorg-xwd-1.0.4-2-x86_64.pkg.tar.xz xorg-fonts-alias-1.0.2-1-any.pkg.tar.gz xorg-fonts-100dpi-1.0.1-3-any.pkg.tar.xz xorg-utils-7.6-7-any.pkg.tar.xz xorg-server-1.10.2-1-x86_64.pkg.tar.xz xorg-setxkbmap-1.2.0-2-x86_64.pkg.tar.xz xorg-sessreg-1.0.6-2-x86_64.pkg.tar.xz xorg-font-utils-7.6-2-any.pkg.tar.xz xorg-xinput-1.5.3-2-x86_64.pkg.tar.xz xorg-fonts-misc-1.0.0-4-x86_64.pkg.tar.gz xorg-iceauth-1.0.5-1-x86_64.pkg.tar.xz xorg-xwininfo-1.1.1-2-x86_64.pkg.tar.xz xorg-xrefresh-1.0.4-2-x86_64.pkg.tar.xz xorg-font-util-1.2.0-1-x86_64.pkg.tar.xz xorg-xpr-1.0.3-2-x86_64.pkg.tar.xz xorg-xdpyinfo-1.2.0-2-x86_64.pkg.tar.xz xorg-xwud-1.0.3-2-x86_64.pkg.tar.xz xorg-xlsclients-1.1.1-2-x86_64.pkg.tar.xz xorg-mkfontscale-1.0.8-1-x86_64.pkg.tar.xz xorg-server-common-1.10.2-1-x86_64.pkg.tar.xz
...all to no effect. Any ideas?

Well I've just tried downgrading to all the packages in my pacman cache folder /var/cache/pacman/pkg:
pacman -U a52dec-0.7.4-4-x86_64.pkg.tar.gz libgcrypt-1.4.5-1-x86_64.pkg.tar.gz aalib-1.4rc5-6-x86_64.pkg.tar.gz recode-3.6-3-x86_64.pkg.tar.gz acl-2.2.48-1-x86_64.pkg.tar.gz libgl-7.7-1-x86_64.pkg.tar.gz recordproto-1.14-1-any.pkg.tar.gz alsa-lib-1.0.22-1-x86_64.pkg.tar.gz libgpg-error-1.7-2-x86_64.pkg.tar.gz reiserfsprogs-3.6.21-2-x86_64.pkg.tar.gz alsa-oss-1.0.17-1-x86_64.pkg.tar.gz libice-1.0.6-1-x86_64.pkg.tar.gz alsa-utils-1.0.22-2-x86_64.pkg.tar.gz renderproto-0.11-1-any.pkg.tar.gz libidl2-0.8.13-1-x86_64.pkg.tar.gz rp-pppoe-3.10-2-x86_64.pkg.tar.gz atk-1.28.0-1-x86_64.pkg.tar.gz libjpeg-7-1-x86_64.pkg.tar.gz run-parts-3.2.2-1-x86_64.pkg.tar.gz libjpeg-turbo-1.1.1-1-x86_64.pkg.tar.xz attr-2.4.44-1-x86_64.pkg.tar.gz libldap-2.4.21-1-x86_64.pkg.tar.gz scrnsaverproto-1.2.0-1-any.pkg.tar.gz autoconf-2.65-1-any.pkg.tar.gz libmad-0.15.1b-4-x86_64.pkg.tar.gz sdl-1.2.14-1-x86_64.pkg.tar.gz libmatroska-0.8.1-2-x86_64.pkg.tar.gz sdparm-1.04-1-x86_64.pkg.tar.gz automake-1.11.1-1-any.pkg.tar.gz libmodplug-0.8.7-1-x86_64.pkg.tar.gz libmpc-0.9-1-x86_64.pkg.tar.xz sed-4.2.1-1-x86_64.pkg.tar.gz avahi-0.6.30-2-x86_64.pkg.tar.xz libmpcdec-1.2.6-2-x86_64.pkg.tar.gz bash-4.0.035-1-x86_64.pkg.tar.gz libmpeg2-0.5.1-1-x86_64.pkg.tar.gz shadow-4.1.4.2-1-x86_64.pkg.tar.gz libnl-1.1-1-x86_64.pkg.tar.gz bin86-0.16.17-4-x86_64.pkg.tar.gz libnotify-0.7.3-1-x86_64.pkg.tar.xz binutils-2.20-3-x86_64.pkg.tar.gz libogg-1.1.4-1-x86_64.pkg.tar.gz libpcap-1.0.0-1-x86_64.pkg.tar.gz speex-1.2rc1-1-x86_64.pkg.tar.gz bison-2.4.1-1-x86_64.pkg.tar.gz sqlite3-3.6.21-1-x86_64.pkg.tar.gz libpciaccess-0.10.9-1-x86_64.pkg.tar.gz bzip2-1.0.5-5-x86_64.pkg.tar.gz startup-notification-0.10-1-x86_64.pkg.tar.gz libpipeline-1.2.0-1-x86_64.pkg.tar.xz cabextract-1.2-2-x86_64.pkg.tar.gz libpng-1.2.40-1-x86_64.pkg.tar.gz sudo-1.7.2p2-1-x86_64.pkg.tar.gz ca-certificates-20090814-2-any.pkg.tar.gz libproxy-0.2.3-1-x86_64.pkg.tar.gz sysfsutils-2.1.0-5-x86_64.pkg.tar.gz libsasl-2.1.23-2-x86_64.pkg.tar.gz ca-certificates-java-20090629-2-any.pkg.tar.gz syslog-ng-3.0.4-1-x86_64.pkg.tar.gz libshout-2.2.2-3-x86_64.pkg.tar.gz libsm-1.1.1-1-x86_64.pkg.tar.gz sysvinit-2.86-5-x86_64.pkg.tar.gz cairo-1.8.8-1-x86_64.pkg.tar.gz cdparanoia-10.2-2-x86_64.pkg.tar.gz libsndfile-1.0.21-1-x86_64.pkg.tar.gz taglib-1.6.1-1-x86_64.pkg.tar.gz cloog-0.16.2-1-x86_64.pkg.tar.xz libssh2-1.2.7-2-x86_64.pkg.tar.xz talloc-2.0.1-1-x86_64.pkg.tar.gz libtasn1-2.2-1-x86_64.pkg.tar.gz tar-1.22-1-x86_64.pkg.tar.gz compositeproto-0.4.1-1-any.pkg.tar.gz libthai-0.1.12-1-x86_64.pkg.tar.gz tcp_wrappers-7.6-10-x86_64.pkg.tar.gz consolekit-0.4.1-2-x86_64.pkg.tar.gz libtheora-1.1.1-1-x86_64.pkg.tar.gz libtiff-3.9.2-1-x86_64.pkg.tar.gz texinfo-4.13a-3-x86_64.pkg.tar.gz coreutils-8.2-1-x86_64.pkg.tar.gz cpio-2.10-1-x86_64.pkg.tar.gz libtool-2.2.6b-1-x86_64.pkg.tar.gz ttf-bitstream-vera-1.10-6-x86_64.pkg.tar.gz cracklib-2.8.13-2-x86_64.pkg.tar.gz libusb-0.1.12-3-x86_64.pkg.tar.gz ttf-dejavu-2.30-1-any.pkg.tar.gz cryptsetup-1.0.7-1-x86_64.pkg.tar.gz libusb-compat-0.1.3-1-x86_64.pkg.tar.xz ttf-freefont-20090104-2-any.pkg.tar.gz libvisual-0.4.0-2-x86_64.pkg.tar.gz ttf-ms-fonts-2.0-2-x86_64.pkg.tar.gz curl-7.19.7-1-x86_64.pkg.tar.gz libvorbis-1.2.3-1-x86_64.pkg.tar.gz tzdata-2009t-1-x86_64.pkg.tar.gz libx11-1.3.2-1-x86_64.pkg.tar.gz damageproto-1.2.0-1-any.pkg.tar.gz udev-146-2-x86_64.pkg.tar.gz libx86-1.1-2-x86_64.pkg.tar.gz dash-0.5.5.1-2-x86_64.pkg.tar.gz libxau-1.0.5-1-x86_64.pkg.tar.gz usbutils-0.86-2-x86_64.pkg.tar.gz db-4.8.24-1-x86_64.pkg.tar.gz libxaw-1.0.7-1-x86_64.pkg.tar.gz util-linux-ng-2.16.2-1-x86_64.pkg.tar.gz dbus-1.2.16-1-x86_64.pkg.tar.gz libxcb-1.5-1-x86_64.pkg.tar.gz vbetool-1.1-1-x86_64.pkg.tar.gz vi-050325-1-x86_64.pkg.tar.gz dbus-core-1.2.16-1-x86_64.pkg.tar.gz libxcomposite-0.4.1-1-x86_64.pkg.tar.gz videoproto-2.3.0-1-any.pkg.tar.gz dbus-glib-0.82-2-x86_64.pkg.tar.gz libxcursor-1.1.10-1-x86_64.pkg.tar.gz vim-7.2.266-1-x86_64.pkg.tar.gz dcron-3.2-4-x86_64.pkg.tar.gz libxdamage-1.1.2-1-x86_64.pkg.tar.gz vim-runtime-7.3.177-1-x86_64.pkg.tar.xz desktop-file-utils-0.15-1-x86_64.pkg.tar.gz libxdmcp-1.0.3-1-x86_64.pkg.tar.gz wget-1.12-1-x86_64.pkg.tar.gz device-mapper-2.02.53-1-x86_64.pkg.tar.gz libxext-1.1.1-1-x86_64.pkg.tar.gz which-2.20-1-x86_64.pkg.tar.gz dhcpcd-5.1.4-1-x86_64.pkg.tar.gz libxfixes-4.0.4-1-x86_64.pkg.tar.gz wireless_tools-29-3-x86_64.pkg.tar.gz dialog-1.1_20080819-3-x86_64.pkg.tar.gz libxfont-1.4.1-1-x86_64.pkg.tar.gz wpa_supplicant-0.6.9-2-x86_64.pkg.tar.gz diffutils-2.8.1-6-x86_64.pkg.tar.gz libxfontcache-1.0.5-1-x86_64.pkg.tar.gz xbitmaps-1.1.0-1-any.pkg.tar.gz libxft-2.1.14-1-x86_64.pkg.tar.gz dmidecode-2.10-1-x86_64.pkg.tar.gz xcb-proto-1.6-1-any.pkg.tar.gz libxi-1.3-2-x86_64.pkg.tar.gz xcb-util-0.3.6-1-x86_64.pkg.tar.gz dmxproto-2.3-1-any.pkg.tar.gz xcursor-themes-1.0.2-1-any.pkg.tar.gz dri2proto-2.1-1-x86_64.pkg.tar.gz libxinerama-1.1-1-x86_64.pkg.tar.gz xdg-utils-1.0.2.20091216-1-any.pkg.tar.gz libxkbfile-1.0.6-1-x86_64.pkg.tar.gz xextproto-7.1.1-1-any.pkg.tar.gz e2fsprogs-1.41.9-1-x86_64.pkg.tar.gz libxml2-2.7.6-1-x86_64.pkg.tar.gz ed-1.4-1-x86_64.pkg.tar.gz xf86dgaproto-2.1-1-any.pkg.tar.gz libxmu-1.0.5-1-x86_64.pkg.tar.gz eggdbus-0.6-1-x86_64.pkg.tar.gz xf86-input-aiptek-1.4.0-1-x86_64.pkg.tar.xz eject-2.1.5-4-x86_64.pkg.tar.gz libxp-1.0.0-3-x86_64.pkg.tar.gz xf86-input-evdev-2.3.2-1-x86_64.pkg.tar.gz libxpm-3.5.8-1-x86_64.pkg.tar.gz xf86-input-joystick-1.6.0-1-x86_64.pkg.tar.xz eventlog-0.2.9-1-x86_64.pkg.tar.gz xf86-input-keyboard-1.4.0-1-x86_64.pkg.tar.gz expat-2.0.1-5-x86_64.pkg.tar.gz libxrandr-1.3.0-1-x86_64.pkg.tar.gz xf86-input-mouse-1.5.0-1-x86_64.pkg.tar.gz faad2-2.7-1-x86_64.pkg.tar.gz libxrender-0.9.5-1-x86_64.pkg.tar.gz fakeroot-1.14.4-1-x86_64.pkg.tar.gz xf86-input-synaptics-1.4.0-2-x86_64.pkg.tar.xz libxss-1.2.0-1-x86_64.pkg.tar.gz xf86-input-vmmouse-12.7.0-2-x86_64.pkg.tar.xz file-5.03-2-x86_64.pkg.tar.gz libxt-1.0.7-1-x86_64.pkg.tar.gz xf86-input-void-1.4.0-1-x86_64.pkg.tar.xz xf86miscproto-0.9.3-1-any.pkg.tar.gz filesystem-2010.01-1-any.pkg.tar.gz libxtst-1.1.0-1-x86_64.pkg.tar.gz xf86-video-apm-1.2.3-3-x86_64.pkg.tar.xz xf86-video-ark-0.7.3-3-x86_64.pkg.tar.xz findutils-4.4.2-1-x86_64.pkg.tar.gz libxv-1.0.5-1-x86_64.pkg.tar.gz xf86-video-ast-0.91.10-3-x86_64.pkg.tar.xz xf86-video-ati-6.14.1-1-x86_64.pkg.tar.xz firefox-3.5.7-1-x86_64.pkg.tar.gz libxvmc-1.0.5-1-x86_64.pkg.tar.gz xf86-video-chips-1.2.4-2-x86_64.pkg.tar.xz xf86-video-cirrus-1.3.2-6-x86_64.pkg.tar.xz fixesproto-4.1.1-1-any.pkg.tar.gz libxxf86dga-1.1.1-1-x86_64.pkg.tar.gz xf86-video-dummy-0.3.4-4-x86_64.pkg.tar.xz xf86-video-fbdev-0.4.2-4-x86_64.pkg.tar.xz flac-1.2.1-2-x86_64.pkg.tar.gz libxxf86misc-1.0.2-1-x86_64.pkg.tar.gz xf86-video-glint-1.2.5-2-x86_64.pkg.tar.xz flashplugin-10.0.42.34-1-x86_64.pkg.tar.gz libxxf86vm-1.1.0-1-x86_64.pkg.tar.gz xf86-video-i128-1.3.4-3-x86_64.pkg.tar.xz flex-2.5.35-3-x86_64.pkg.tar.gz xf86-video-i740-1.3.2-6-x86_64.pkg.tar.xz licenses-2.5-1-x86_64.pkg.tar.gz xf86-video-intel-2.15.0-2-x86_64.pkg.tar.xz fontcacheproto-0.1.3-1-any.pkg.tar.gz xf86-video-mach64-6.8.2-6-x86_64.pkg.tar.xz fontconfig-2.8.0-1-x86_64.pkg.tar.gz linux-api-headers-2.6.38.1-1-x86_64.pkg.tar.xz xf86-video-mga-1.4.11-2-x86_64.pkg.tar.gz fontsproto-2.1.0-1-any.pkg.tar.gz linux-atm-2.5.0-1-x86_64.pkg.tar.gz xf86-video-neomagic-1.2.5-4-x86_64.pkg.tar.xz freetype2-2.3.11-1-x86_64.pkg.tar.gz linux-firmware-20110512-2-any.pkg.tar.xz xf86-video-nv-2.1.18-3-x86_64.pkg.tar.xz lirc-utils-0.8.6-3-x86_64.pkg.tar.gz xf86-video-r128-6.8.1-6-x86_64.pkg.tar.xz fribidi-0.19.2-1-x86_64.pkg.tar.gz logrotate-3.7.8-1-x86_64.pkg.tar.gz xf86-video-rendition-4.2.4-4-x86_64.pkg.tar.xz gawk-3.1.7-1-x86_64.pkg.tar.gz xf86-video-s3-0.6.3-5-x86_64.pkg.tar.xz lua-5.1.4-4-x86_64.pkg.tar.gz xf86-video-s3virge-1.10.4-5-x86_64.pkg.tar.xz lvm2-2.02.53-1-x86_64.pkg.tar.gz xf86-video-savage-2.3.2-2-x86_64.pkg.tar.xz xf86-video-siliconmotion-1.7.5-2-x86_64.pkg.tar.xz lzo2-2.03-1-x86_64.pkg.tar.gz xf86-video-sis-0.10.3-4-x86_64.pkg.tar.xz xf86-video-sisusb-0.9.4-4-x86_64.pkg.tar.xz gdbm-1.8.3-6-x86_64.pkg.tar.gz m4-1.4.13-1-x86_64.pkg.tar.gz xf86-video-tdfx-1.4.3-6-x86_64.pkg.tar.xz xf86-video-trident-1.3.4-4-x86_64.pkg.tar.xz gdk-pixbuf2-2.23.3-1-x86_64.pkg.tar.xz xf86-video-tseng-1.2.4-4-x86_64.pkg.tar.xz gen-init-cpio-2.6.32-1-x86_64.pkg.tar.gz mailx-8.1.1-7-x86_64.pkg.tar.gz xf86-video-v4l-0.2.0-8-x86_64.pkg.tar.xz make-3.81-4-x86_64.pkg.tar.gz xf86-video-vesa-2.2.1-1-x86_64.pkg.tar.gz gettext-0.17-3-x86_64.pkg.tar.gz man-db-2.5.6-1-x86_64.pkg.tar.gz xf86-video-vmware-11.0.3-3-x86_64.pkg.tar.xz giflib-4.1.6-3-x86_64.pkg.tar.gz xf86-video-voodoo-1.2.4-4-x86_64.pkg.tar.xz man-pages-3.23-1-x86_64.pkg.tar.gz xf86-video-xgi-1.6.0-3-x86_64.pkg.tar.xz glib2-2.22.3-1-x86_64.pkg.tar.gz xf86-video-xgixp-1.8.0-3-x86_64.pkg.tar.xz mcpp-2.7.2-2-x86_64.pkg.tar.gz glibc-2.11.1-1-x86_64.pkg.tar.gz mdadm-2.6.9-1-x86_64.pkg.tar.gz xf86vidmodeproto-2.3-1-any.pkg.tar.gz xfsprogs-3.1.0-1-x86_64.pkg.tar.gz glproto-1.4.12-1-any.pkg.tar.xz menumaker-0.99.7-5.pkg.tar.gz gmp-4.3.1-2-x86_64.pkg.tar.gz xineramaproto-1.2-1-any.pkg.tar.gz xkeyboard-config-1.6-1-x86_64.pkg.tar.gz gnutls-2.8.5-1-x86_64.pkg.tar.gz gpm-1.20.6-5-x86_64.pkg.tar.gz mga-dri-7.7-1-x86_64.pkg.tar.gz xorg-apps-7.5-2-x86_64.pkg.tar.gz mime-types-1.0-2-x86_64.pkg.tar.gz grep-2.5.4-3-x86_64.pkg.tar.gz xorg-bdftopcf-1.0.3-1-x86_64.pkg.tar.xz xorg-docs-1.5-1-any.pkg.tar.gz groff-1.20.1-3-x86_64.pkg.tar.gz mkinitcpio-busybox-1.18.4-1-x86_64.pkg.tar.xz xorg-fonts-100dpi-1.0.1-2-x86_64.pkg.tar.gz grub-0.97-16-x86_64.pkg.tar.gz mlocate-0.22.2-2-x86_64.pkg.tar.gz xorg-fonts-75dpi-1.0.1-2-x86_64.pkg.tar.gz gtk2-2.18.5-1-x86_64.pkg.tar.gz module-init-tools-3.11.1-1-x86_64.pkg.tar.gz xorg-fonts-alias-1.0.2-1-any.pkg.tar.gz gtk-update-icon-cache-2.24.4-2-x86_64.pkg.tar.xz mozilla-common-1.4-1-x86_64.pkg.tar.gz xorg-fonts-encodings-1.0.3-1-any.pkg.tar.gz gzip-1.3.13-1-x86_64.pkg.tar.gz mpfr-2.4.1-1-x86_64.pkg.tar.gz xorg-fonts-misc-1.0.0-4-x86_64.pkg.tar.gz hal-0.5.14-1-x86_64.pkg.tar.gz nano-2.2.1-1-x86_64.pkg.tar.gz hal-info-0.20091130-1-any.pkg.tar.gz ncurses-5.7-2.1-x86_64.pkg.tar.gz xorg-font-utils-7.5-2-x86_64.pkg.tar.gz hdparm-9.27-2-x86_64.pkg.tar.gz netcfg-2.2.1-1-x86_64.pkg.tar.gz xorg-iceauth-1.0.5-1-x86_64.pkg.tar.xz heimdal-1.3.1-2-x86_64.pkg.tar.gz xorg-luit-1.1.0-2-x86_64.pkg.tar.xz heirloom-mailx-12.5-1-x86_64.pkg.tar.xz net-tools-1.60-14-x86_64.pkg.tar.gz xorg-mkfontdir-1.0.6-2-any.pkg.tar.xz hicolor-icon-theme-0.11-1-any.pkg.tar.gz nspr-4.8.2-1-x86_64.pkg.tar.gz xorg-mkfontscale-1.0.8-1-x86_64.pkg.tar.xz xorg-res-utils-1.0.3-3-x86_64.pkg.tar.gz hunspell-1.2.8-2-x86_64.pkg.tar.gz nss-3.12.4-2-x86_64.pkg.tar.gz xorg-server-1.7.3.902-1-x86_64.pkg.tar.gz iana-etc-2.30-1-any.pkg.tar.xz openbox-3.4.10-2-x86_64.pkg.tar.gz xorg-server-common-1.10.2-1-x86_64.pkg.tar.xz initscripts-2009.08-1-x86_64.pkg.tar.gz xorg-server-utils-7.5-3-x86_64.pkg.tar.gz opencore-amr-0.1.2-1-x86_64.pkg.tar.gz openjdk6-1.6.2-1-x86_64.pkg.tar.gz xorg-sessreg-1.0.6-2-x86_64.pkg.tar.xz inputproto-2.0-1-any.pkg.tar.gz xorg-setxkbmap-1.2.0-2-x86_64.pkg.tar.xz openssl-0.9.8l-1-x86_64.pkg.tar.gz xorg-smproxy-1.0.4-2-x86_64.pkg.tar.xz iproute2-2.6.29-3-x86_64.pkg.tar.gz xorg-twm-1.0.4-3-x86_64.pkg.tar.gz pacman-3.3.3-1-x86_64.pkg.tar.gz iputils-20071127-2-x86_64.pkg.tar.gz xorg-utils-7.5-1-x86_64.pkg.tar.gz pacman-mirrorlist-20091206-1-x86_64.pkg.tar.gz isl-0.06-1-x86_64.pkg.tar.xz xorg-x11perf-1.5.3-2-x86_64.pkg.tar.xz jfsutils-1.1.14-1-x86_64.pkg.tar.gz pam-1.1.1-1-x86_64.pkg.tar.gz xorg-xauth-1.0.4-1-x86_64.pkg.tar.gz kbd-1.15.1-1-x86_64.pkg.tar.gz pango-1.26.2-1-x86_64.pkg.tar.gz xorg-xbacklight-1.1.2-2-x86_64.pkg.tar.xz xorg-xcmsdb-1.0.3-2-x86_64.pkg.tar.xz kbproto-1.0.4-1-any.pkg.tar.gz patch-2.6.1-1-x86_64.pkg.tar.gz xorg-xcursorgen-1.0.4-2-x86_64.pkg.tar.xz xorg-xdpyinfo-1.2.0-2-x86_64.pkg.tar.xz pciutils-3.1.4-1-x86_64.pkg.tar.gz xorg-xdriinfo-1.0.4-2-x86_64.pkg.tar.xz xorg-xev-1.1.0-2-x86_64.pkg.tar.xz kernel26-firmware-2.6.32.3-1-x86_64.pkg.tar.gz pcmciautils-015-2-x86_64.pkg.tar.gz xorg-xgamma-1.0.4-2-x86_64.pkg.tar.xz kernel-headers-2.6.32-1-x86_64.pkg.tar.gz xorg-xhost-1.0.4-2-x86_64.pkg.tar.xz keyutils-1.4-1-x86_64.pkg.tar.xz pcre-8.00-1-x86_64.pkg.tar.gz xorg-xinit-1.2.0-1-x86_64.pkg.tar.gz klibc-1.5.15-3-x86_64.pkg.tar.gz klibc-extras-2.5-4-x86_64.pkg.tar.gz perl-5.10.1-5-x86_64.pkg.tar.gz xorg-xinput-1.5.3-2-x86_64.pkg.tar.xz klibc-kbd-1.15.20080312-10-x86_64.pkg.tar.gz xorg-xkbcomp-1.2.1-2-x86_64.pkg.tar.xz klibc-module-init-tools-3.8-1-x86_64.pkg.tar.gz pixman-0.16.4-1-x86_64.pkg.tar.gz xorg-xkbevd-1.1.2-2-x86_64.pkg.tar.xz klibc-udev-141-3-x86_64.pkg.tar.gz xorg-xkbutils-1.0.3-2-x86_64.pkg.tar.xz krb5-1.9.1-1-x86_64.pkg.tar.xz pkgconfig-0.23-1-x86_64.pkg.tar.gz xorg-xkb-utils-7.5-2-x86_64.pkg.tar.gz ladspa-1.13-2-x86_64.pkg.tar.gz less-436-1-x86_64.pkg.tar.gz pm-quirks-0.20100619-1-any.pkg.tar.xz xorg-xkill-1.0.3-2-x86_64.pkg.tar.xz pm-utils-1.2.6.1-3-x86_64.pkg.tar.gz xorg-xlsatoms-1.1.0-2-x86_64.pkg.tar.xz libarchive-2.7.1-1-x86_64.pkg.tar.gz xorg-xlsclients-1.1.1-2-x86_64.pkg.tar.xz xorg-xmodmap-1.0.5-2-x86_64.pkg.tar.xz libcap-2.17-1-x86_64.pkg.tar.gz polkit-0.95-1-x86_64.pkg.tar.gz xorg-xpr-1.0.3-2-x86_64.pkg.tar.xz popt-1.15-1-x86_64.pkg.tar.gz xorg-xprop-1.2.0-2-x86_64.pkg.tar.xz libcddb-1.3.2-1.1-x86_64.pkg.tar.gz xorg-xrandr-1.3.4-2-x86_64.pkg.tar.xz ppl-0.10.2-2-x86_64.pkg.tar.gz xorg-xrdb-1.0.9-1-x86_64.pkg.tar.xz xorg-xrefresh-1.0.4-2-x86_64.pkg.tar.xz libdaemon-0.14-1-x86_64.pkg.tar.gz ppp-2.4.4-9-x86_64.pkg.tar.gz xorg-xset-1.2.1-2-x86_64.pkg.tar.xz libdatrie-0.2.2-1-x86_64.pkg.tar.gz xorg-xsetroot-1.1.0-2-x86_64.pkg.tar.xz printproto-1.0.4-1-x86_64.pkg.tar.gz xorg-xvinfo-1.1.1-2-x86_64.pkg.tar.xz libdca-0.0.5-2-x86_64.pkg.tar.gz xorg-xwd-1.0.4-2-x86_64.pkg.tar.xz libdmx-1.1.0-1-x86_64.pkg.tar.gz procinfo-19-3-x86_64.pkg.tar.gz xorg-xwininfo-1.1.1-2-x86_64.pkg.tar.xz xorg-xwud-1.0.3-2-x86_64.pkg.tar.xz libdrm-2.4.17-2-x86_64.pkg.tar.gz procps-3.2.8-1-x86_64.pkg.tar.gz xproto-7.0.16-1-any.pkg.tar.gz libdvbpsi-0.1.6-3-x86_64.pkg.tar.gz xterm-250-1-x86_64.pkg.tar.gz libdvdread-4.1.3-1-x86_64.pkg.tar.gz psmisc-22.8-1-x86_64.pkg.tar.gz libevent-2.0.11-1-x86_64.pkg.tar.xz python-2.6.4-1-x86_64.pkg.tar.gz xvidcore-1.2.2-1-x86_64.pkg.tar.gz libffi-3.0.9-1-x86_64.pkg.tar.xz xz-5.0.3-1-x86_64.pkg.tar.gz libfontenc-1.0.5-1-x86_64.pkg.tar.gz randrproto-1.3.1-1-any.pkg.tar.gz xz-utils-4.999.9beta-1-x86_64.pkg.tar.gz zlib-1.2.3.4-3-x86_64.pkg.tar.gz libftdi-0.16-1-x86_64.pkg.tar.gz readline-6.0.004-1-x86_64.pkg.tar.gz ati-dri-7.10.2-2-x86_64.pkg.tar.xz cloog-ppl-0.15.7-1-x86_64.pkg.tar.gz gcc-4.4.2-4-x86_64.pkg.tar.gz gcc-libs-4.6.0-5-x86_64.pkg.tar.xz intel-dri-7.10.2-2-x86_64.pkg.tar.xz kernel26-2.6.32.3-1-x86_64.pkg.tar.gz libcups-1.4.2-2-x86_64.pkg.tar.gz mach64-dri-7.10.2-2-x86_64.pkg.tar.xz mesa-7.7-1-x86_64.pkg.tar.gz mkinitcpio-0.5.28-1-any.pkg.tar.gz r128-dri-7.10.2-2-x86_64.pkg.tar.xz savage-dri-7.10.2-2-x86_64.pkg.tar.xz shared-mime-info-0.70-2-x86_64.pkg.tar.gz sis-dri-7.10.2-2-x86_64.pkg.tar.xz tdfx-dri-7.10.2-2-x86_64.pkg.tar.xz xulrunner-1.9.1.7-1-x86_64.pkg.tar.gz libfetch-2.26-1-x86_64.pkg.tar.gz
But I get the following errors:
resolving dependencies...
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "ati-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "savage-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "sis-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "tdfx-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "ati-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "intel-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "mach64-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "r128-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "savage-dri"
warning: cannot resolve "libgl=7.10.2", a dependency of "sis-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "tdfx-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "mach64-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "intel-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
warning: cannot resolve "libgl=7.10.2", a dependency of "r128-dri"
warning: cannot resolve "glibc>=2.11.1-2", a dependency of "gcc-libs"
:: The following packages cannot be upgraded due to unresolvable dependencies:
libidl2 ati-dri atk libldap savage-dri libmatroska automake libmodplug libmpc avahi shadow shared-mime-info libnotify sis-dri sudo ca-certificates
libsasl ca-certificates-java syslog-ng sysvinit taglib cloog libssh2 cloog-ppl consolekit tdfx-dri coreutils ttf-bitstream-vera libusb ttf-dejavu
libusb-compat ttf-freefont ttf-ms-fonts curl udev usbutils db dbus dbus-core dbus-glib vim desktop-file-utils wget wpa_supplicant eggdbus fakeroot
xf86-video-ati firefox flashplugin xf86-video-intel xf86-video-mach64 lirc-utils xf86-video-r128 gcc xf86-video-savage xf86-video-sis gcc-libs
xf86-video-tdfx gdk-pixbuf2 mach64-dri gettext man-db glib2 menumaker gmp mesa gnutls grep mkinitcpio xorg-docs groff xorg-fonts-100dpi
xorg-fonts-75dpi gtk2 gtk-update-icon-cache xorg-fonts-encodings mpfr xorg-fonts-misc hal xorg-font-utils netcfg heimdal heirloom-mailx hunspell
xorg-server openbox xorg-server-common initscripts opencore-amr openjdk6 intel-dri openssl iproute2 pacman pam pango kernel26 pcre perl klibc-udev
krb5 ladspa libarchive polkit libcups ppl procinfo libevent xulrunner libfetch python r128-dri libftdi
Do you want to skip the above packages for this upgrade? [y/N]
When I try to downgrade the dependants first they also seem to have dependants, and then I try the same trick and it turns out some files are mutually dependant! Is there any way to force a downgrade of all packages, completely ignoring dependancies? In theory this should bring my system back to how it was a couple of days ago before I did the update that stopped my graphics card working.

Similar Messages

  • Matrox g200 Video Card, mga driver not working in Xorg7

    Hello!  This is my first post in the forum...greetings everyone!
    So I'm trying to get a Matrox g200 Video Card working -- but I get an error mga_hal module missing...
    I've done a few searches and come up basically empty.  I have seen from another user on this forum that I can use the Vesa driver...just wondering if anyone's found a soloution to using this card under xorg7...?
    I tried installing the driver from their site...however, it detects that I'm running xorg7 and refuses to install...
    Any ideas?  Surely someone has already been down this road...
    Thanks
    nedson

    I got the probelm worked out ---
    but still getting an mga_hal error which i'm going to ignore :-).
    Thanks!
    nedson

  • Getting message "video card full" when trying to update imovie 08 to 11...just updated to to OS X 10.7.5.  What to do??

    getting message 'video card full" when trying to update imover 08 to 11...I have just updated to OS X10.7.5.  What to do?

    getting message 'video card full" when trying to update imover 08 to 11...I have just updated to OS X10.7.5.  What to do?

  • HT1338 Is the only way to get a software update through the Apple Store where you have to give a credit card?  I thought system updates are free.  I don't want to leave a credit card number with Apple.

    Is the only way to get a software update through the Apple Store where you have to give a credit card?  I thought system updates are free.  I don't want to leave a credit card number with Apple.

    This may also help. Someone in another thread typed the above link only works if you haven't established your account, but when I just checked my account the "None" button was there?:
    http://support.apple.com/kb/ht1918

  • Hard Drives and video card for new CS5 system

    I've read through much of the threads in the hardware forums and find I still have questions.  I am just beginning to learn how to edit and it is not a source of income for me at the moment.  My sources will be from tapes from my Canon HV20 and at some point either a Panasonic GH2, Canon 60D or similar.
    I have bought the following:
    ASUS P6X58D-E motherboard
    24 GB of Patriot Sector 7 DDR3 1333MHz memory (9-9-9-24)
    Intel i7-950 3.06 GHz CPU
    I plan to use Cineform NEO or maybe NEO HD to ingest my files.
    I also have 4 Seagate 750GB 7200.11 hard drives I can use.
    It seems like the best bang for the buck for a video card is a GTS 450 at about $100 because I can't find any data that indicates a GTX 460 or a GTX 570 would make any difference (see http://www.studio1productions.com/Articles/PremiereCS5.htm)
    As far as hard drives goes, Harm's article on creating separate storage makes sense to me.  It seems like I could create a "4 drive" system quite easily (see http://forums.adobe.com/thread/662972).  Given that I am not ready to spend moeny on an Areca card until I can develop my skills,  I am wondering if I should get one of the new WD Velociraptor 600GB (SATA 6) drives as my system drive for about $280, a 150 GB (SATA 3) Velociraptor drive for about $100, or some other fast drive.
    Given that my motherboard can support RAID, should I consider RAIDing the "D" drive or the "E and F" drives?
    Is there any value to using an SSD drive for the "E" drive (page file and media cache) [see http://forums.adobe.com/thread/662972]?  Microcenter has a 64GB drive for $100.
    Thanks in advance.

    Hi Harm,
    First let me say, I didn't mean to exclude Bill Gehrke.  I just didn't know what was what.  Thank you for explaining that to me.  Let me also say the you and Bill have a great site.
    I have a question for you,  in the tests I have run with my systems, I am not seeing any speed difference between the 450 and 480.  Now granted, they are AMD processors and I know they don't have the SSE 4.1+. Here are my systems that I ran the tests on:
    An AMD X4 Quad Core computer running at 2.9 Ghz with 12 gigs of RAM and a single Samsung 7200 rpm SATA 3.0Gb/s hard drive
    An AMD X6 Six Core computer running at 3.2 Ghz with 12 gigs of RAM and a single Samsung 7200 rpm SATA 3.0Gb/s hard drive
    Both computers were running the same version of the NVidia driver and all non-essential programs were disabled.
    When I test the 450 and the 480 in the AMD X4 system, they are turning in pretty much the same level of performance, in that system.
    The same holds true with the AMD X6, the 450 and 480 turn in virtually the same level of performance, in this system.
    The AMD X6 with either the 450 or 480 does turn in a better performance over the AMD X4 with either video card.
    The question.... Are you seeing result that are like this?  Where using the exact same computer, turns in the same results with different video cards.
    From the number of emails I get about the article, other have reported this to me also.  I have had a few people who said when they did see a minor speed increase when they did switch between a 450 and a 480 and a couple who did see a good speed increase.
    I am working on changing the article to reflect this and would really appreciate your input or Bills input on this. 
    I have looked at your benchmark chart and read through the result, but one thing that concerns me when reading some of the results is what programs do they have running in background, if any.  And how is that effecting their performance.  That is why I used the two systems I listed above to do the tests with.  It gives me a controlled enviroment to do test the performance of the video cards in.
    As a side note, when I tested the 450 and 480 cards in a friends Intel I7 system, again we didn't see any performance difference between the two video cards, but he did have some programs running in background which may have caused the perfornce results I got.
    Best Regards
    David Knarr

  • A question about video cards for g4 agp system

    Hello. I have a PowerMac G4 400 mhz agp system running mac os 10.4.8. I would like to be able to use quartz extreme on it. I know that all I need to accomplish this is an agp Radeon class graphics card or better. But before i purchase one, I was wondering if this system had the capacity to do Core Image (with the correct video card). If it could, what is the exact video card that I would need to do so? ATI has made so many different ones that it get confusing, especially when you factor in that certain cards require either a 2x/4x or 8x agp slot? I believe my system just has the 2x version. Any help is greatly appriceated.

    Hi
    The only graphics cards readily available that have 256MB VRAM are the Radeon 9600 Pro PC and Mac edition and the Radeon 9800 G4 & G5 edition.
    If you're not a gamer and don't need the power of the 9800, the 9600 would be one option but it can be problematical in certain Quicksilvers:
    http://www.xlr8yourmac.com/feedback/9600mac_pcedition.html
    I've got one and haven't had any problems, although it's difficult to recommend when it's not guaranteed to work. That just leaves the 9800.
    To work in a Mac the card needs a Mac version of the ROM and the drivers. It's possible to buy a PC card where the Mac drivers are already available and update or flash the ROM with the Mac version. You need to know what you're doing though, I think the Mac ROM is larger and won't necessarily fit in the standard ROM chip on some PC cards (unless you replace the chip), and the card may not function fully either in terms of the ports or the resolutions.

  • I just downloaded Aperture 3.4.1 and now when I try and launch the application i get a warning that the video card doesn't meet the requirements.  I can't find any vieo card requirements for Aperture.  is this another bug?

    I had problems with Aperture 3.4.1.  It was telling me that my video card isn't supported.  Funny thing is I was using it earlier today.  I trashed the application and downloaded it again.  Now it hangs up and won't load or I get the occasional note that the graphics card doesn't meet requirements.

    All,
         One last trip to the well today and seems llike it is resolved.  The end fix was to create a new user account and then drag my data over from my existing user account.  It seems that there was something within my existing user library that was currupting Aperture causing it to fail to at launch.  Couldn't figure out what exactly, but this seems to have done the trick.  Now i have been working for the better part of the day in a stable manner.  I will update in another day assuming all is well.  Good luck if you have this problem it is a total pain in the a**.

  • Video card error after new driver update

    I have a nvidia gt 630 video card in this pc.  It has a 450w power supply, 8g ram, and windows 10 pro.  With the upgrade to windows 10 the videocard quits working with the new driver.  I have spent the last 5 days trying fixes with nvidia they recomended I try HP so here I am.  When I check the error I get a window pnp error and it said further installation required.  Nvidia thought it might be a bios issue but it was fine before.

    Sensonic wrote:
    Nope, it's not a hardware issue.
    The cause, yes. However, that firmware update might have – a guess – broken the hardware forever. Again, it could just be coincidence. I am not able to rule that out from the distance. You have two options: Wait for a firmware patch (which might do a lot of magic and repairs hardware) – or go for Nokia Care Centre.
    Sensonic wrote:
    Taking the phone to the Nokia Care Center and replacing the mother (main) board is not (IMO) a reasonable cure for this problem.
    The first step of bug fixing, is getting aware of the bug. Nokia Support Discussions are designed in such a crazy way, that this step might not have taken by this thread. I am just an end-user like you, but there are very different statements whether this board is monitored by internal support. 
    By the way, the next step is to reproduce this bug – for this, Nokia requires a faulty unit, normally. Therefore, I recommend to go for the Nokia Care Centre option – because waiting – until your warranty might be gone – might not be a good alternative.
    Or stated differently: Sit and wait might end in catastrophe in this case.
    Sensonic wrote:
    I suppose it's not a hardware issue.
    To double-check, we have Nokia Care Centre.
    Sensonic wrote:
    similar symptoms
    Symptoms which sound similar, yes. Same Cause? I do not know.

  • HT2534 I  don't have a credit card and would like to update facilities on my iPAD. How can I do this without a credit card?

    I don't have a credit card and would like to make updates on my iPAD. How can one manage this without a credit card?

    You use a debit card just like you use a credit card in iTunes. You have to enter the card number, security code and billing address as you would with a credit card when you set up the ID. You can make changes to your payment method in your account at any time.
    If you want to create an Apple ID without using a credit card you must first sign out of the Apple ID that you already created in Settings>Store>Your Apple ID.
    But ...you will also need another email address now if you already created an Apple ID, because that first email address is now associated with that first ID that you created.
    If you do have a debit card, you may just be better off entering that card information into your account and use that now. You don't need to even use the debit card if you can purchase iTunes gift cards and redeem those. I use iTunes gift cards exclusively now instead of using my credit card.

  • My ipod touch 4th Gen doesn't give "System update" option in General settings, how can i fix it?

    My gf gave me her old ipod touch. the 4th gen one with the front facing camera, the version is 4.3.3 and I'm trying to update it, but when I go into "general" and right under the "about" option it should give me the "system update" option but it doesn't, is there a reason for that?

    That option won’t appear in iOS versions prior to 5.0; update it from iTunes on a computer as described at the bottom of this article. It can only be updated directly to the newest iOS release supported by the device’s hardware.
    The maximum iOS version for the fourth generation iPod touch and iPhone 3GS is 6.1.6.
    (111495)

  • X1900 video card for PCIe  G5 systems is almost here.

    Hey Guys, I read this on another board. The announcment has been made but no release date yet. cant be far off!!!
    http://ati.amd.com/products/radeonx1900/RadeonX1900G5/index.html
    Nava

    Great. I wish there would be also an AGP version My mac is only one year old, and that means its ancient history. Ebay is now the only option for graphics card upgrades.
    PC users still can buy AGP versions of later cards, like Nvidia's 7800.
    Of course, you can try to flash a PC card to make it work on the mac, but I prefer the plug&play way...
    I'm not complaining, I just envy PC users, they just have a lot more options to choose from.
    Michal

  • Mac mini 2011 in itunes video podcasts wont start. all systems updated.

    I can play audio podcasts fine, video podcasts wont play. After clicking on to start with, the podcast does nothing, just hangs. All operating system, quick time, itunes are up to date.

    Hi Amiel,
    Take a look at the article linked below, it provides a lot of great information and troubleshooting tips that can help you resolve the Home Sharing issue with your Mac mini.
    Troubleshooting Home Sharing - Apple Support
    Take care,
    -Jason

  • DVDStyler doesn't like some updates

    Hi!
    After today's ffmpeg and x264 updates DVDStyler won't start anymore. When I try to start DVDStyler, I only got following:
    $ dvdstyler
    dvdstyler: error while loading shared libraries: libavformat.so.51: cannot open shared object file: No such file or directory
    I installed previous version of ffmpeg, after this I got:
    $ dvdstyler
    dvdstyler: error while loading shared libraries: libx264.so.55: cannot open shared object file: No such file or directory
    I installed also previous version of x246 and DVDStyler work's fine!
    Is this bug or something?

    Rebuilding wxsvg (for some reason the configure script for dvdstyler just wouldn't recognize it's installed until I rebuilt the package) and then rebuilding dvdstyler makes it work again. So if you can't wait for the pacakge to be updated you can rebuild it yourself (I'd suggest reading up on ABS on the wiki first though if you're not familiar with it).

  • Startup error with AGP video cards

    I have a WInME machine that gives me errors on windows start-up that ask me
    to hit ctrl-enter to clear and states that the client did not remain
    resident. These only occur when I have an AGP video card installed. I do
    have a PCI video card but would like to use it in a different machine. Has
    anyone run across anything like this?
    Thanks,
    Craig Yager

    I had tried that to no avail. I had also tried uninstalling the video
    drivers earlier using the always reliable add/remove programs and got a
    message that they had already been uninstalled. Just for grins, I tried it
    again a few minutes ago (since it showed back up in the list of programs)
    and it uninstalled for real that time. So I restarted, got no novell client
    error msgs, re-installed video drivers, and got no error messages on
    re-start! So I guess there was some sort of corruption in the video driver
    that was causing this whole mess. Anyway, all's well now..thanks for your
    help Barry!
    "Barry Schnur" <[email protected]> wrote in message
    news:[email protected]..
    >I guess what you might try first is to uninstall the client (making sure
    > you have the software on the system to reinstall it first).
    >
    > Then see if you get error messages on start up.
    >
    >
    > --
    > Barry Schnur
    > Novell Support Connection Volunteer Sysop

Maybe you are looking for