Cannot Get X11 Running

So, I've spent the last few days setting up Arch on my iMac.  I've been using Linux for a few years, but this is the first time I've tried to setup a distro myself.  Anyway, I got things partitioned and dual booting okay, but I'm now stuck trying to get X to work.  I'm not sure if this is a problem with my graphics card, with the drivers, with X11, with my sound, or with my general configuration, but what I *do* know is that I'm a newbie.. so I hope this is the right place to be.
I've been able to get unstuck thus far because I've had a concrete google-able error to look up... but none of these warnings are particularly illuminating.  I know I'm committing the cardinal sin of not including bunches of relevant files, but I guess that's a Catch-22, since I don't know how to copy-pasta things from that computer as I don't have a WM, so bear with me and I'll try to provide the information ya'll need.
$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc M98L [Mobility Radeon HD4850]
I'm using Catalyst -- I tried the open source drivers but I seem to have more luck with Catalyst (I can switch back, not particularly set on either, and I was careful to reboot between uninstalling and installing and remove the old config files).  I'm using the 3.2.5-1 kernel and Catalyst 12. The xorg.conf file indicates to use "fglrx" for the graphics card on "PCI:1:0:0" (all the settings from an aticonfig --init).  I have fglrx in the the rc.conf modules as well, and I'm running the kernel with nomodeset (if I don't, it wont even boot.. not even a little bit). 
So, the problem... I try starting X with startx, and it goes grey, then black, and the shuts down "successfully" without doing anything.  Just running X will hang on a grey screen and I'll have to reboot.  At least startx spits out stuff to the command line:
$ startx
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
xinit: connection to X server lost
waiting for X server to shut down Server terminated successfully (0). Closing log file.
The device at that port is the HDMI Radeon sound -- so I don't know why that's relevant.  I've tried to add a Device section for it but the warning persists.  I haven't changed xinit, and I have installed twm, clock, xterm, etc.  There are no errors in the log file, only warnings, including the warning above:
$ cat /var/log/Xorg.0.log | grep WW
(WW) Falling back to old probe method for fglrx
(WW) fglrx(0): board is an unknown third party board, chipset is supported
Running just X, or various other similar commands lead to the same warnings and observationally equivalent behavior.  This might be needless to say, but the commands to "see if you set this up right" also fail, like
$ glxinfo | grep direct
Error: unable to open display
So... yeah.
EDIT: Figured out how to command line email myself the files..!
The output of startx to the terminal:
X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0-ARCH x86_64
Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
Kernel command line: root=/dev/sda6 ro nomodeset 5
Build Date: 17 September 2011 07:42:58AM
Current version of pixman: 0.24.4
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: Wed Feb 15 18:05:38 2012
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
xinit: connection to X server lost
waiting for X server to shut down .
The contents of Xorg.0.log after that (or after something similar):
[ 73.402]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 73.403] X Protocol Version 11, Revision 0
[ 73.403] Build Operating System: Linux 3.0-ARCH x86_64
[ 73.403] Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
[ 73.403] Kernel command line: root=/dev/sda6 ro nomodeset 5
[ 73.403] Build Date: 17 September 2011 07:42:58AM
[ 73.403]
[ 73.403] Current version of pixman: 0.24.4
[ 73.403] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 73.403] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 73.403] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 18:05:38 2012
[ 73.403] (==) Using config file: "/etc/X11/xorg.conf"
[ 73.403] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 73.403] (==) ServerLayout "aticonfig Layout"
[ 73.403] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 73.403] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 73.403] (**) | |-->Device "aticonfig-Device[0]-0"
[ 73.403] (==) Automatically adding devices
[ 73.403] (==) Automatically enabling devices
[ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[ 73.403] Entry deleted from font path.
[ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
[ 73.403] Entry deleted from font path.
[ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
[ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 73.403] Entry deleted from font path.
[ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 73.403] Entry deleted from font path.
[ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 73.403] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 73.403] (**) ModulePath set to "/usr/lib/xorg/modules/extensions/fglrx,/usr/lib/xorg/modules"
[ 73.403] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 73.403] (II) Loader magic: 0x7d6160
[ 73.403] (II) Module ABI versions:
[ 73.403] X.Org ANSI C Emulation: 0.4
[ 73.403] X.Org Video Driver: 10.0
[ 73.403] X.Org XInput driver : 12.2
[ 73.403] X.Org Server Extension : 5.0
[ 73.404] (--) PCI:*(0:1:0:0) 1002:944a:106b:00b5 rev 0, Mem @ 0xc0000000/268435456, 0xd0620000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[ 73.404] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 73.404] (II) "extmod" will be loaded by default.
[ 73.404] (II) "dbe" will be loaded by default.
[ 73.404] (II) "glx" will be loaded by default.
[ 73.404] (II) "record" will be loaded by default.
[ 73.404] (II) "dri" will be loaded by default.
[ 73.404] (II) "dri2" will be loaded by default.
[ 73.404] (II) LoadModule: "extmod"
[ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 73.404] (II) Module extmod: vendor="X.Org Foundation"
[ 73.404] compiled for 1.10.4, module version = 1.0.0
[ 73.404] Module class: X.Org Server Extension
[ 73.404] ABI class: X.Org Server Extension, version 5.0
[ 73.404] (II) Loading extension MIT-SCREEN-SAVER
[ 73.404] (II) Loading extension XFree86-VidModeExtension
[ 73.404] (II) Loading extension XFree86-DGA
[ 73.404] (II) Loading extension DPMS
[ 73.404] (II) Loading extension XVideo
[ 73.404] (II) Loading extension XVideo-MotionCompensation
[ 73.404] (II) Loading extension X-Resource
[ 73.404] (II) LoadModule: "dbe"
[ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 73.404] (II) Module dbe: vendor="X.Org Foundation"
[ 73.404] compiled for 1.10.4, module version = 1.0.0
[ 73.405] Module class: X.Org Server Extension
[ 73.405] ABI class: X.Org Server Extension, version 5.0
[ 73.405] (II) Loading extension DOUBLE-BUFFER
[ 73.405] (II) LoadModule: "glx"
[ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 73.405] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 73.405] compiled for 6.9.0, module version = 1.0.0
[ 73.405] (II) Loading extension GLX
[ 73.405] (II) LoadModule: "record"
[ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 73.405] (II) Module record: vendor="X.Org Foundation"
[ 73.405] compiled for 1.10.4, module version = 1.13.0
[ 73.405] Module class: X.Org Server Extension
[ 73.405] ABI class: X.Org Server Extension, version 5.0
[ 73.405] (II) Loading extension RECORD
[ 73.405] (II) LoadModule: "dri"
[ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 73.405] (II) Module dri: vendor="X.Org Foundation"
[ 73.405] compiled for 1.10.4, module version = 1.0.0
[ 73.405] ABI class: X.Org Server Extension, version 5.0
[ 73.405] (II) Loading extension XFree86-DRI
[ 73.405] (II) LoadModule: "dri2"
[ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 73.405] (II) Module dri2: vendor="X.Org Foundation"
[ 73.405] compiled for 1.10.4, module version = 1.2.0
[ 73.405] ABI class: X.Org Server Extension, version 5.0
[ 73.405] (II) Loading extension DRI2
[ 73.405] (II) LoadModule: "fglrx"
[ 73.405] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 73.416] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 73.416] compiled for 1.4.99.906, module version = 8.93.4
[ 73.417] Module class: X.Org Video Driver
[ 73.417] (II) Loading sub module "fglrxdrm"
[ 73.417] (II) LoadModule: "fglrxdrm"
[ 73.417] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 73.417] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 73.417] compiled for 1.4.99.906, module version = 8.93.4
[ 73.417] (II) ATI Proprietary Linux Driver Version Identifier:8.93.4
[ 73.417] (II) ATI Proprietary Linux Driver Release Identifier: 8.93
[ 73.417] (II) ATI Proprietary Linux Driver Build Date: Dec 5 2011 21:06:58
[ 73.417] (--) using VT number 7
[ 73.419] (WW) Falling back to old probe method for fglrx
[ 73.434] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 73.435] (--) Chipset Supported AMD Graphics Processor (0x944A) found
[ 73.436] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 73.436] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 73.436] (II) AMD Video driver is signed
[ 73.436] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 73.436] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 73.436] (II) fglrx(0): pEnt->device->identifier=0x1d2d540
[ 73.436] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
[ 73.436] (II) Loading sub module "vgahw"
[ 73.436] (II) LoadModule: "vgahw"
[ 73.437] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 73.437] (II) Module vgahw: vendor="X.Org Foundation"
[ 73.437] compiled for 1.10.4, module version = 0.1.0
[ 73.437] ABI class: X.Org Video Driver, version 10.0
[ 73.437] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 73.437] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 73.437] (==) fglrx(0): Default visual is TrueColor
[ 73.437] (**) fglrx(0): Option "DPMS" "true"
[ 73.437] (==) fglrx(0): RGB weight 888
[ 73.437] (II) fglrx(0): Using 8 bits per RGB
[ 73.437] (==) fglrx(0): Buffer Tiling is ON
[ 73.437] (II) Loading sub module "fglrxdrm"
[ 73.437] (II) LoadModule: "fglrxdrm"
[ 73.437] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 73.437] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 73.437] compiled for 1.4.99.906, module version = 8.93.4
[ 73.439] ukiDynamicMajor: found major device number 251
[ 73.439] ukiDynamicMajor: found major device number 251
[ 73.439] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 73.439] ukiOpenDevice: node name is /dev/ati/card0
[ 73.439] ukiOpenDevice: open result is 9, (OK)
[ 73.439] ukiOpenByBusid: ukiOpenMinor returns 9
[ 73.439] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 73.439] (==) fglrx(0): NoAccel = NO
[ 73.439] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 73.439] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4850" (Chipset = 0x944a)
[ 73.439] (--) fglrx(0): (PciSubVendor = 0x106b, PciSubDevice = 0x00b5)
[ 73.439] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[ 73.439] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[ 73.439] (--) fglrx(0): MMIO registers at 0xd0620000
[ 73.439] (--) fglrx(0): I/O port at 0x00002000
[ 73.439] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 73.440] (II) fglrx(0): AC Adapter is used
[ 73.444] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[ 73.532] (II) Loading sub module "vbe"
[ 73.532] (II) LoadModule: "vbe"
[ 73.532] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 73.532] (II) Module vbe: vendor="X.Org Foundation"
[ 73.532] compiled for 1.10.4, module version = 1.1.0
[ 73.532] ABI class: X.Org Video Driver, version 10.0
[ 73.533] (II) fglrx(0): VESA BIOS detected
[ 73.533] (II) fglrx(0): VESA VBE Version 3.0
[ 73.533] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[ 73.533] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[ 73.533] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
[ 73.533] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
[ 73.533] (II) fglrx(0): VESA VBE OEM Product: M98
[ 73.533] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[ 73.576] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 73.576] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR3
[ 73.576] (II) fglrx(0): PCIE card detected
[ 73.576] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 73.576] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 73.582] (II) fglrx(0): Using adapter: 1:0.0.
[ 73.660] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[ 73.740] (II) fglrx(0): Interrupt handler installed at IRQ 48.
[ 73.740] (II) fglrx(0): RandR 1.2 support is enabled!
[ 73.740] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 73.740] (==) fglrx(0): Center Mode is disabled
[ 73.740] (II) Loading sub module "fb"
[ 73.740] (II) LoadModule: "fb"
[ 73.740] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 73.740] (II) Module fb: vendor="X.Org Foundation"
[ 73.740] compiled for 1.10.4, module version = 1.0.0
[ 73.740] ABI class: X.Org ANSI C Emulation, version 0.4
[ 73.740] (II) Loading sub module "ddc"
[ 73.740] (II) LoadModule: "ddc"
[ 73.740] (II) Module "ddc" already built-in
[ 74.177] (II) fglrx(0): Finished Initialize PPLIB!
[ 74.179] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[ 74.179] (II) fglrx(0): Output DFP1 has no monitor section
[ 74.179] (II) fglrx(0): Output CRT1 has no monitor section
[ 74.179] (II) Loading sub module "ddc"
[ 74.179] (II) LoadModule: "ddc"
[ 74.179] (II) Module "ddc" already built-in
[ 74.179] (II) fglrx(0): Connected Display0: LVDS
[ 74.179] (II) fglrx(0): Display0 EDID data ---------------------------
[ 74.179] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
[ 74.179] (II) fglrx(0): Year: 2009 Week: 28
[ 74.179] (II) fglrx(0): EDID Version: 1.4
[ 74.179] (II) fglrx(0): Digital Display Input
[ 74.179] (II) fglrx(0): 8 bits per channel
[ 74.179] (II) fglrx(0): Digital interface is DisplayPort
[ 74.179] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 74.179] (II) fglrx(0): Gamma: 2.20
[ 74.179] (II) fglrx(0): DPMS capabilities: Off
[ 74.179] (II) fglrx(0): Supported color encodings: RGB 4:4:4
[ 74.179] (II) fglrx(0): First detailed timing is preferred mode
[ 74.179] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
[ 74.179] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
[ 74.179] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
[ 74.179] (II) fglrx(0): Manufacturer's mask: 0
[ 74.179] (II) fglrx(0): Supported detailed timing:
[ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 74.179] (II) fglrx(0): Supported detailed timing:
[ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
[ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
[ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
[ 74.179] (II) fglrx(0): Unknown vendor-specific block 2
[ 74.179] (II) fglrx(0): Monitor name: Color LCD
[ 74.179] (II) fglrx(0): Supported detailed timing:
[ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 74.179] (II) fglrx(0): Supported detailed timing:
[ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
[ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
[ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
[ 74.179] (II) fglrx(0): Number of EDID sections to follow: 1
[ 74.179] (II) fglrx(0): EDID (in hex):
[ 74.179] (II) fglrx(0): 00ffffffffffff000610b59c00000000
[ 74.179] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
[ 74.179] (II) fglrx(0): 0c505400000001010101010101010101
[ 74.179] (II) fglrx(0): 010101010101565e00a0a0a029503020
[ 74.179] (II) fglrx(0): 350055502100001a1a1d008051d01c20
[ 74.179] (II) fglrx(0): 4080350055502100001c000000020106
[ 74.179] (II) fglrx(0): 10010a010000000000000000000000fc
[ 74.179] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
[ 74.179] (II) fglrx(0): End of Display0 EDID data --------------------
[ 74.199] (II) fglrx(0): EDID for output LVDS
[ 74.199] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
[ 74.199] (II) fglrx(0): Year: 2009 Week: 28
[ 74.199] (II) fglrx(0): EDID Version: 1.4
[ 74.199] (II) fglrx(0): Digital Display Input
[ 74.199] (II) fglrx(0): 8 bits per channel
[ 74.199] (II) fglrx(0): Digital interface is DisplayPort
[ 74.199] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 74.199] (II) fglrx(0): Gamma: 2.20
[ 74.199] (II) fglrx(0): DPMS capabilities: Off
[ 74.199] (II) fglrx(0): Supported color encodings: RGB 4:4:4
[ 74.199] (II) fglrx(0): First detailed timing is preferred mode
[ 74.199] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
[ 74.199] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
[ 74.199] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
[ 74.199] (II) fglrx(0): Manufacturer's mask: 0
[ 74.199] (II) fglrx(0): Supported detailed timing:
[ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 74.199] (II) fglrx(0): Supported detailed timing:
[ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
[ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
[ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
[ 74.199] (II) fglrx(0): Unknown vendor-specific block 2
[ 74.199] (II) fglrx(0): Monitor name: Color LCD
[ 74.199] (II) fglrx(0): Supported detailed timing:
[ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 74.199] (II) fglrx(0): Supported detailed timing:
[ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
[ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
[ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
[ 74.199] (II) fglrx(0): Number of EDID sections to follow: 1
[ 74.199] (II) fglrx(0): EDID (in hex):
[ 74.199] (II) fglrx(0): 00ffffffffffff000610b59c00000000
[ 74.199] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
[ 74.199] (II) fglrx(0): 0c505400000001010101010101010101
[ 74.199] (II) fglrx(0): 010101010101565e00a0a0a029503020
[ 74.199] (II) fglrx(0): 350055502100001a1a1d008051d01c20
[ 74.199] (II) fglrx(0): 4080350055502100001c000000020106
[ 74.199] (II) fglrx(0): 10010a010000000000000000000000fc
[ 74.199] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
[ 74.199] (II) fglrx(0): EDID vendor "APP", prod id 40117
[ 74.199] (II) fglrx(0): Printing DDC gathered Modelines:
[ 74.199] (II) fglrx(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz)
[ 74.199] (II) fglrx(0): Modeline "1280x720"x0.0 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
[ 74.200] (II) fglrx(0): Printing probed modes for output LVDS
[ 74.200] (II) fglrx(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1920x1440"x60.0 241.50 1920 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1800x1440"x60.0 241.50 1800 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1856x1392"x60.0 241.50 1856 2608 2640 2720 1392 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1792x1344"x60.0 241.50 1792 2608 2640 2720 1344 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1920x1200"x60.0 241.50 1920 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1920x1080"x60.0 241.50 1920 2608 2640 2720 1080 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1600x1200"x60.0 241.50 1600 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1680x1050"x60.0 241.50 1680 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1400x1050"x60.0 241.50 1400 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1280x1024"x60.0 241.50 1280 2608 2640 2720 1024 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1440x900"x60.0 241.50 1440 2608 2640 2720 900 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1280x960"x60.0 241.50 1280 2608 2640 2720 960 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1280x800"x60.0 241.50 1280 2608 2640 2720 800 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1152x864"x60.0 241.50 1152 2608 2640 2720 864 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1280x768"x60.0 241.50 1280 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1280x720"x60.0 241.50 1280 2608 2640 2720 720 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1024x768"x60.0 241.50 1024 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "1024x600"x60.0 241.50 1024 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "800x600"x60.0 241.50 800 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "800x480"x60.0 241.50 800 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "720x480"x60.0 241.50 720 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): Modeline "640x480"x60.0 241.50 640 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
[ 74.200] (II) fglrx(0): EDID for output DFP1
[ 74.200] (II) fglrx(0): EDID for output CRT1
[ 74.200] (II) fglrx(0): Output LVDS connected
[ 74.200] (II) fglrx(0): Output DFP1 disconnected
[ 74.200] (II) fglrx(0): Output CRT1 disconnected
[ 74.200] (II) fglrx(0): Using exact sizes for initial modes
[ 74.200] (II) fglrx(0): Output LVDS using initial mode 2560x1440
[ 74.200] (II) fglrx(0): Display dimensions: (600, 340) mm
[ 74.200] (II) fglrx(0): DPI set to (108, 108)
[ 74.200] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4850 has 2 configurable heads and 1 displays connected.
[ 74.200] (==) fglrx(0): PseudoColor visuals disabled
[ 74.200] (II) Loading sub module "ramdac"
[ 74.200] (II) LoadModule: "ramdac"
[ 74.200] (II) Module "ramdac" already built-in
[ 74.200] (==) fglrx(0): NoDRI = NO
[ 74.200] (==) fglrx(0): Capabilities: 0x00000000
[ 74.200] (==) fglrx(0): CapabilitiesEx: 0x00000000
[ 74.200] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[ 74.200] (==) fglrx(0): UseFastTLS=0
[ 74.200] (==) fglrx(0): BlockSignalsOnLock=1
[ 74.200] (--) Depth 24 pixmap format is 32 bpp
[ 74.200] (II) Loading extension ATIFGLRXDRI
[ 74.200] (II) fglrx(0): doing swlDriScreenInit
[ 74.200] (II) fglrx(0): swlDriScreenInit for fglrx driver
[ 74.200] ukiDynamicMajor: found major device number 251
[ 74.200] ukiDynamicMajor: found major device number 251
[ 74.200] ukiDynamicMajor: found major device number 251
[ 74.200] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 74.200] ukiOpenDevice: node name is /dev/ati/card0
[ 74.200] ukiOpenDevice: open result is 12, (OK)
[ 74.200] ukiOpenByBusid: ukiOpenMinor returns 12
[ 74.200] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 74.200] (II) fglrx(0): [uki] DRM interface version 1.0
[ 74.200] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[ 74.200] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x50000
[ 74.200] (II) fglrx(0): [uki] mapped SAREA 0x50000 to 0x7f5494ee8000
[ 74.200] (II) fglrx(0): [uki] framebuffer handle = 0x51000
[ 74.200] (II) fglrx(0): [uki] added 1 reserved context for kernel
[ 74.200] (II) fglrx(0): swlDriScreenInit done
[ 74.200] (II) fglrx(0): Kernel Module Version Information:
[ 74.200] (II) fglrx(0): Name: fglrx
[ 74.200] (II) fglrx(0): Version: 8.93.4
[ 74.200] (II) fglrx(0): Date: Dec 5 2011
[ 74.200] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
[ 74.200] (II) fglrx(0): Kernel Module version matches driver.
[ 74.200] (II) fglrx(0): Kernel Module Build Time Information:
[ 74.200] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.5-1-ARCH
[ 74.200] (II) fglrx(0): Build-Kernel MODVERSIONS: no
[ 74.200] (II) fglrx(0): Build-Kernel __SMP__: no
[ 74.200] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
[ 74.200] (II) fglrx(0): [uki] register handle = 0x00052000
[ 74.214] (II) fglrx(0): DRI initialization successfull
[ 74.214] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01900000
[ 74.214] (==) fglrx(0): Backing store disabled
[ 74.214] (II) Loading extension FGLRXEXTENSION
[ 74.214] (**) fglrx(0): DPMS enabled
[ 74.215] (II) fglrx(0): Initialized in-driver Xinerama extension
[ 74.215] (**) fglrx(0): Textured Video is enabled.
[ 74.215] (II) LoadModule: "glesx"
[ 74.215] (II) Loading /usr/lib/xorg/modules/glesx.so
[ 74.215] (II) Module glesx: vendor="X.Org Foundation"
[ 74.215] compiled for 1.4.99.906, module version = 1.0.0
[ 74.215] (II) Loading extension GLESX
[ 74.215] (II) fglrx(0): GLESX enableFlags = 528
[ 74.215] (II) fglrx(0): GLESX is enabled
[ 74.215] (II) LoadModule: "amdxmm"
[ 74.215] (II) Loading /usr/lib/xorg/modules/amdxmm.so
[ 74.215] (II) Module amdxmm: vendor="X.Org Foundation"
[ 74.215] compiled for 1.4.99.906, module version = 2.0.0
[ 74.216] (II) Loading extension AMDXVOPL
[ 74.216] (II) Loading extension AMDXVBA
[ 74.216] [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
[ 74.216] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
[ 74.218] (II) fglrx(0): Enable composite support successfully
[ 74.218] (WW) fglrx(0): Option "VendorName" is not used
[ 74.218] (WW) fglrx(0): Option "ModelName" is not used
[ 74.218] (II) fglrx(0): X context handle = 0x1
[ 74.218] (II) fglrx(0): [DRI] installation complete
[ 74.218] (==) fglrx(0): Silken mouse enabled
[ 74.218] (==) fglrx(0): Using HW cursor of display infrastructure!
[ 74.218] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[ 74.218] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
[ 74.483] (--) RandR disabled
[ 74.483] (II) Initializing built-in extension Generic Event Extension
[ 74.483] (II) Initializing built-in extension SHAPE
[ 74.483] (II) Initializing built-in extension MIT-SHM
[ 74.483] (II) Initializing built-in extension XInputExtension
[ 74.483] (II) Initializing built-in extension XTEST
[ 74.483] (II) Initializing built-in extension BIG-REQUESTS
[ 74.483] (II) Initializing built-in extension SYNC
[ 74.483] (II) Initializing built-in extension XKEYBOARD
[ 74.483] (II) Initializing built-in extension XC-MISC
[ 74.483] (II) Initializing built-in extension SECURITY
[ 74.483] (II) Initializing built-in extension XINERAMA
[ 74.483] (II) Initializing built-in extension XFIXES
[ 74.483] (II) Initializing built-in extension RENDER
[ 74.483] (II) Initializing built-in extension RANDR
[ 74.483] (II) Initializing built-in extension COMPOSITE
[ 74.483] (II) Initializing built-in extension DAMAGE
[ 74.485] ukiDynamicMajor: found major device number 251
[ 74.485] ukiDynamicMajor: found major device number 251
[ 74.485] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 74.485] ukiOpenDevice: node name is /dev/ati/card0
[ 74.485] ukiOpenDevice: open result is 13, (OK)
[ 74.485] ukiOpenByBusid: ukiOpenMinor returns 13
[ 74.485] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 74.542] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[ 74.550] (II) fglrx(0): Enable the clock gating!
[ 74.550] (II) fglrx(0): Setting screen physical size to 677 x 381
[ 74.607] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 74.607] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 74.607] (II) LoadModule: "evdev"
[ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 74.607] (II) Module evdev: vendor="X.Org Foundation"
[ 74.607] compiled for 1.10.0, module version = 2.6.0
[ 74.607] Module class: X.Org XInput Driver
[ 74.607] ABI class: X.Org XInput driver, version 12.2
[ 74.607] (II) Using input driver 'evdev' for 'Power Button'
[ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 74.607] (**) Power Button: always reports core events
[ 74.607] (**) Power Button: Device: "/dev/input/event4"
[ 74.607] (--) Power Button: Found keys
[ 74.607] (II) Power Button: Configuring as keyboard
[ 74.607] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 74.607] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 74.607] (**) Option "xkb_rules" "evdev"
[ 74.607] (**) Option "xkb_model" "evdev"
[ 74.607] (**) Option "xkb_layout" "us"
[ 74.656] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 74.656] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 74.656] (II) Using input driver 'evdev' for 'Power Button'
[ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 74.656] (**) Power Button: always reports core events
[ 74.656] (**) Power Button: Device: "/dev/input/event2"
[ 74.656] (--) Power Button: Found keys
[ 74.656] (II) Power Button: Configuring as keyboard
[ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[ 74.656] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 74.656] (**) Option "xkb_rules" "evdev"
[ 74.656] (**) Option "xkb_model" "evdev"
[ 74.656] (**) Option "xkb_layout" "us"
[ 74.656] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 74.656] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 74.656] (II) Using input driver 'evdev' for 'Sleep Button'
[ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 74.656] (**) Sleep Button: always reports core events
[ 74.656] (**) Sleep Button: Device: "/dev/input/event3"
[ 74.656] (--) Sleep Button: Found keys
[ 74.656] (II) Sleep Button: Configuring as keyboard
[ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[ 74.656] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 74.656] (**) Option "xkb_rules" "evdev"
[ 74.656] (**) Option "xkb_model" "evdev"
[ 74.656] (**) Option "xkb_layout" "us"
[ 74.657] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
[ 74.657] (II) No input driver/identifier specified (ignoring)
[ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event0)
[ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
[ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
[ 74.658] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
[ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event0"
[ 74.658] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
[ 74.658] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
[ 74.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.0/input/input0/event0"
[ 74.658] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
[ 74.658] (**) Option "xkb_rules" "evdev"
[ 74.658] (**) Option "xkb_model" "evdev"
[ 74.658] (**) Option "xkb_layout" "us"
[ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event1)
[ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev pointer catchall"
[ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
[ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
[ 74.659] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event1"
[ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found 9 mouse buttons
[ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found scroll wheel(s)
[ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found relative axes
[ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found x and y relative axes
[ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found absolute axes
[ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
[ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as mouse
[ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
[ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Adding scrollwheel support
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: YAxisMapping: buttons 4 and 5
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 74.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.1/input/input1/event1"
[ 74.659] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
[ 74.659] (**) Option "xkb_rules" "evdev"
[ 74.659] (**) Option "xkb_model" "evdev"
[ 74.659] (**) Option "xkb_layout" "us"
[ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: initialized for relative axes.
[ 74.659] (WW) Microsft Microsoft Wireless Desktop Receiver 3.1: ignoring absolute axes.
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) keeping acceleration scheme 1
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration profile 0
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration factor: 2.000
[ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration threshold: 4
[ 74.659] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/mouse0)
[ 74.659] (II) No input driver/identifier specified (ignoring)
[ 74.660] (II) config/udev: Adding input device Built-in iSight (/dev/input/event7)
[ 74.660] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
[ 74.660] (II) Using input driver 'evdev' for 'Built-in iSight'
[ 74.660] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 74.660] (**) Built-in iSight: always reports core events
[ 74.660] (**) Built-in iSight: Device: "/dev/input/event7"
[ 74.660] (--) Built-in iSight: Found keys
[ 74.660] (II) Built-in iSight: Configuring as keyboard
[ 74.660] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/input/input7/event7"
[ 74.660] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD)
[ 74.660] (**) Option "xkb_rules" "evdev"
[ 74.660] (**) Option "xkb_model" "evdev"
[ 74.660] (**) Option "xkb_layout" "us"
[ 74.662] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 74.662] (II) No input driver/identifier specified (ignoring)
[ 75.732] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
[ 75.796] (II) Power Button: Close
[ 75.796] (II) UnloadModule: "evdev"
[ 75.796] (II) Unloading evdev
[ 75.903] (II) Power Button: Close
[ 75.903] (II) UnloadModule: "evdev"
[ 75.903] (II) Unloading evdev
[ 76.010] (II) Sleep Button: Close
[ 76.010] (II) UnloadModule: "evdev"
[ 76.010] (II) Unloading evdev
[ 76.130] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
[ 76.130] (II) UnloadModule: "evdev"
[ 76.130] (II) Unloading evdev
[ 76.236] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
[ 76.236] (II) UnloadModule: "evdev"
[ 76.236] (II) Unloading evdev
[ 76.343] (II) Built-in iSight: Close
[ 76.343] (II) UnloadModule: "evdev"
[ 76.343] (II) Unloading evdev
[ 76.346] (II) fglrx(0): Shutdown CMMQS
[ 76.346] (II) fglrx(0): [uki] removed 1 reserved context for kernel
[ 76.346] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x50000 at 0x7f5494ee8000
[ 76.349] (II) fglrx(0): Interrupt handler Shutdown.
And finally, someone asked for my xorg.conf (this is mostly autogenerated by aticonfig):
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/fglrx"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Last edited by chckadee (2012-02-15 23:58:52)

moetunes wrote:Maybe start reading from here.
Yeah thats... the guide I was reading.
hadrons123 wrote:Another thread possibly due to not adding required dameons  in /etc/rc.conf.
And those are?  I installed dbus as that's the only daemon the beginners guide mentions, and I added alsa and a few others to rc.conf for good measure but saw no change and removed them.  So right now I only have:
$ grep DAEMONS /etc/rc.conf
# DAEMONS
DAEMONS=(syslog-ng network crond dbus)

Similar Messages

  • NB510-10D: Cannot get to run external multi drive PA3834E-1DV2

    I have a new NB510-10D with 1Gb factory-fitted memory and purchased the Toshiba recommended external multi drive (PA3834E-1DV2) But I can't get it to run on my machine even when connected to 2 USB ports and on AC power.
    The drive works fine when plugged into my desktop computer, what do I need to do or add to get it to run on my netbook?

    Hi
    There are no special requirements needed.
    The drive is just an USB 2.0 plug and play device so you dont need any drivers or software to get it running.
    As you said, the drive works in connection with desktop PC so it seems the ODD is OK.
    In your case I recommend checking the drive in all USB ports.
    Set also the BIOS to default to ensure that right BIOS settings would be used.

  • It is unbelievable that you cannot get in contact with a persone from Adobes support team

    Since weeks (or even months) I am not able to start my cc photoshop.
    Yes, I am paying for it every mointh. I have a one year subscription. But what are they for???? To see that I am once again in the situation that my beloved photoshop stopps working again???
    Aftre having the same probmlem for weeks after my installation of the CC  prodcuts finally I got cc photoshop working. I was able to work with it for abaout 6 weeks or so.
    Now when I try to start photoshop I again receive the 0 days LEFT OF YOUR TESTVERSION MESSAGE and I cannot get it running again. I DON´T have a testversion!!!!!!!!!!!!!!!
    I have a paid ADOBE CC PRODUCT Version.!!!
    I need urgent help and I want my money back!!!!!!!!!!

    Actually, you can talk to them.  Just not quite how you would expect to.  ( I JUST got off the phone with them myself )
    Call the main sales line at 1-800-585-0774 ( I know, it makes no sense since it's a sales line, but bear with me ) and listen to the options.  They'll tell you the sales folks won't be able to help you with support related issues, but keep listening.  You'll hear the options given that will allow you to talk to the support folks.
    When I called there was about a twenty minute wait, but they'll allow you to input a callback number and your name so you don't have to sit on the line the whole time.
    I got the call and worked with them to resolve my account issue.  ( Which ended up being totally my fault )

  • I have a packardbell laptop with photoshop elements 8 installed from new. I have used it on several occasions but I cannot get it to run now.  When I open a photo using elements the Adobe box pops up saying that the programme has unexpectedley quit? can a

    I have a packardbell laptop with photoshop elements 8 installed from new. I have used it on several occasions but I cannot get it to run now.  When I open a photo using elements the Adobe box pops up saying that the programme has unexpectedley quit? can anyone help me please as I have several photos to edit before the end of this month. Many thanks for any help

    The "restore disk" is built into the Mac. See About Recovery.
    Need more specifics about what error messages you got while installing Adobe Flash.
    However, you can almost avoid Flash altogether by setting YouTube to play the HTML5 version instead.
    Click the Try something new! link at the bottom of the YouTube page.
    I don't know about the sound issue. Might be hardware as you think. Try other headphones to check.

  • Running a mid 2009 iMac on 10.7.5, 3 gb memory, 320 gb hd.    Suddenly the computer stoped reading DVDs and the only time I can read a CD is if I restart.  Quite often when I insert a CD it gets stuck and I cannot get it out until I restart and it shows u

    Running a mid 2009 iMac on 10.7.5, 3 gb memory, 320 gb hd. 
    Suddenly the computer stoped reading DVDs and the only time I can read a CD is if I restart.  Quite often when I insert a CD it gets stuck and I cannot get it out until I restart and it shows up on the desktop where I can then eject it.
    I have checked and double checked the finder prefs and all looks normal showing a check mark on CDs,DVDs etc. (the ones I want to show up on the desktop)
    I have reset the PEAM, repaired permissions with both the disk utility on the computer and the disk utility when I start up in the Recovery Disk.  I did notice that sometimes the permission repeat the same correction several times before it moves on, and sometimes it doesn’t. I have Windows installed on a partition but I keep it unmounted until it is needed for my wife’s work.  The dock seems to be just fine and all the apps seems to run just fine.  When I insert a photo CD iPhoto does not open but when I insert a music CD iTunes does open. 
    Also, most every time I open iPhoto it takes a long time(sometimes as long as 2 minutes) for it to load.
    Sometimes my Mail (Mail 5.3) does not post new mail but most of the time it does. 
    Once and a while it seems like the computer slows way down but then it seems ok ten minutes later.
    All  of these ‘things’ seemed to have happen suddenly and I have not downloaded anything from the internet in some time.
    Of course the warranty and extended warranty are both no longer in effect having had this computer for more than three years.
    I am running Java and Adobe Player because some of the sites I go to a lot require both.

    I believe that insufficient RAM may be the source of some of your problems. If you have a RAM of somewhere 4 to 8GB, you will experience smoother computing. 3GB doesn't seem right, so you might want to learn more by going to this site:
    http://www.crucial.com/store/drammemory.aspx
    I don't know what know what's happening with your optical drive, but it seems you use your drive quite a bit. In that case, look into a lens cleaner for your machine. It's inexpensive, works quite well.
    I hope you'll post here with your results!

  • HT4759 i downloaded the icloud to my pc it says to login with apple id and it says it is a valid apple id but not cloud but i cannot get the control panel for icloud to come up to set it up on my pc which runs windows 8

    i downloaded the icloud to my pc it says to login with apple id and it says it is a valid apple id but not cloud but i cannot get the control panel for icloud to come up to set it up on my pc which runs windows 8

    An update.
    From iCloud Control Panel 2.1.1 for Windows
    "iCloud Control Panel 2.1 and later includes support for Windows 8"
    but you still need to set it up on a Mac or iOS device, "Note: To create an iCloud account you need an iPhone, iPad, or iPod touch with iOS 5 or later, or a Mac with OS X Lion v10.7.5 or later."

  • I have a Mac Pro Intel Xeon 3.2 Ghz Quad core (mid 2012) using OSX 10.7.5) and cannot get iDVD to run.

    I have a Mac Pro Intel Xeon 3.2 Ghz Quad core (mid 2012) using OSX 10.7.5) and cannot get iDVD to run. I tried 7.0.4 and 7.1.2, both from Apple software update and both crash during "loading themes". I am reluctant to upgrade OSX from 10.7.5 because I do not want to loose Final Cut Express 4.0.1. Apple Care no longer supports iDVD. I want a version if iDVD that supports Chapter markers as in iDVD 7.?.? that i used with my old (now deceased) Apple Power PC Mac Pro.

    iDVD 7 should work fine with 10.7.5.  Try this basic troubleshooting fix:
    1 - delete the IDVD preference file, com.apple.iDVD.plist, that resides in your
    User/Home/Library/ Preferences folder.
    2 - delete IDVD'S cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iDVD folder. 
    3 - launch IDVD and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    OT

  • I cannot get the CreatePDF Desktop Tool to install on my computer.  Running Windows 7.

    I cannot get the CreatePDF Desktop Tool to install on my computer.  Running Windows 7.

    If it's the tool mentioned in this link then I think it's been End Of Life.
    CreatePDF Desktop Application

  • Cannot get Win8 Pro computer run the Connect a Computer to the Server Wizard (computerconnector) of Essentials 2012

    I've spent 1/2 the day trying to troubleshoot this problem and finally give up.
    My client has a Windows Server 2012 Essentials server (with all updates installed - no errors in error logs nor SFC /SCANNOW).  Purchased a new Windows 8 Pro computer, which we installed all the updates from Windows Updates and are now trying to join
    the domain using the "Microsoft way" (i.e.:  http://[servername]/connect).
    The site comes up and it prompts us to download the software and run... so far so good, but when we get to the screen where it asks, "Type your new network user name and password" - the next screen after that we get the error, "Cannot connect
    this computer to the network...". 
    I've been looking at cases all day long through Microsoft and Google - all pointing to problems with the SSL on the server - that's not the problem here (as other workstations have, in the past, successfully connected and we verified today that the local
    server certificate is what is the default, as it should be).
    I've tried just about everything I can think of and cannot get this silly wizard to work (why Microsoft, WHY!??!?!).  Yet, I can join this domain just fine doing it through normal means.  I've even tried joining the domain this way, and tried installing
    the software afterwards (as the Essentials Console won't reflect the new workstation, thus it won't add it to group policies etc... though yes, I could manually do that and have - but we'd still like to get it to show up in the console).  I even
    tried the trick noted in a KB talking about running the connect software without joining the domain (registry key that gets added) - that didn't work either.
    I'm out of ideas - and at this point had to get the client online and working today - so we joined it manually, configured it and left it.  But I would like to get this fixed the "proper" way.  Help?
    I do have the clientdeploy.log file - which only points out an internal error, but I'm unsure how to enable the improved logging it suggests (I'll gladly post the logs if someone tells me how - I'll skip posting the log file here for now):
    [1544] 140204.203620.0794: ClientSetup: MachineIdentityManager.GetMachineStatus had errors: ErrorCatalog:NetworkError ErrorCode:-1
    BaseException: Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityException: MachineIdentityManager.GetMachineStatus ---> System.ServiceModel.FaultException: The server was unable to process the request due to an internal error.  For more
    information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on
    tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
    Suggestions?  Thoughts?  I hope Essentials 2012 R2 improves this - as I've had this error for other various reasons with other clients (and spent 1/2 days troubleshooting to clear those up).  Essentials Connect, IMHO, needs a re-write - as
    it's been nothing but a hassle... miss the SBS connect.

    Hi slemay,
    Before going further, please uninstall the Connector software from Control panel. Then connect again, will
    the same issue persists? Would you please use another client to connect with the Server 2012 Essentials by using this way? Then monitor the result. Please make sure the computer has a physical connection to the local network.
    Please refer to the TechNet article (Here)
    and troubleshoot, then check if can help you to solve it.
    In addition, please refer to the following articles and enable
    WCF tracing to go further. Please check if you can find some clues.
    How to enable WCF tracing
    http://blogs.msdn.com/b/madhuponduru/archive/2006/05/18/601458.aspx
    [wcf: solution] The server was unable to process the request due to an internal error.
    http://blog.bitlinkit.com/wcf-solution-the-server-was-unable-to-process-the-request-due-to-an-internal-error/
    Hope this helps.
    Best regards,
    Justin Gu

  • I cannot get Mavericks to download, even when connected directly through ethernet.  Anybody know why? I am running OS Lion, the most recent version and my Mac ws from late 2011

    I asked this question before, and was told to connect directly to the internet via ethernet, rather than attempting to download wirelessly.  Three times I have attempted the download, and the most I get is a small blue dot on the launchpad icon. I click on the Mac store and while it says "Downloading" nothing seems to be happening.  All apps are updated and closed and yet...nothing. 
    I am really frustrated with this whole thing!  I am wondering, is Mavericks really worth all this hassle as an upgrade from Lion?  And of course, you cannot get help from Apple without paying $20 unless Mavericks downloaded successfully and you are just having trouble.
    If anyone out there can help me with potential problems I can remedy myself, I would greatly appreciate it.  Thank you in advance!

    The download speed all depends on the speed of your internet connection. Mavericks is a 5+ GB download and it will take a while even with a fairly fast internet connection.
    The progress bar will barely move in the first few minute and it may take several hours to complete. If the App store is saying it is downloading then I would think it is downloading. Just let it run and set you mac not to go to sleep.

  • Hello. I am running the newest version of itunes on my PC. everytime I try to copy a cd to itunes it gives me an error message that says I do not have write access for my itunes media folder or a folder within it. I cannot get this resolved.

    Hello. I am running the newest version of itunes on my PC. everytime I try to copy a cd to itunes it gives me an error message that says I do not have write access for my itunes media folder or a folder within it. I cannot get this resolved using the solution given on the error message. I have been using itunes for 4 years and have never encountered this problem until yesterday. Help would be greatly appreciated.

    Quit iTunes.
    Go to My Music folder.
    Select the iTunes folder, right click > Properties.
    Click the Security tab and make sure you have full Read/Write privileges.

  • IMac G5 running OS 10.4.11. Started playing with a bluetooth speaker (may or may not be related). Now I cannot get past the blue screen on startup. I can get into safe mode. Tried install disc for disc utility and reloaded OS. Still get blue screen.

    I have an older iMac G5 running OS 10.4.11. The other day I started playing with a bluetooth speaker (may or may not be related). Now I cannot get past the blue screen on startup.
    I can get into safe mode. But no regular startup.
    I tried disabling bluetooth, thinking that might be related. It didn't help.
    I even tried using the install disc to run disc utility. That didn't work so I reloaded the OS.
    But I still get hung on the blue screen when trying a normal startup.
    All help would be appreciated.

    Try resetting the PMU/SMU and PRAM/NVRAM. You'd need to identify the mode of resetting depending on the model of your G5 iMac. The Apple support sites that would help you for this are –
    http://support.apple.com/kb/HT1436
    http://support.apple.com/kb/HT1939
    http://support.apple.com/kb/HT1767
    http://support.apple.com/kb/HT1379
    I hope this solves your problem.

  • Cannot get windows update to run after hard drive install and recovery

    I cannot get windows update to run after a new shdd 1 tb was installed.
    I have a pavilion dv7 4083cl. My recovery set did not work so I used the OEM set.
    Any help would be appreciated

    Hello kjdsynz,
    Have you taken a look at the HD & SSD manual?  Did the recovery fail?  If you take a look at this page for help with that.
    Please let me know if this has helped.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Cannot get java window to run at all.

    I'm using 1.4.2, and cannot get any java to run at all. It's on a Windows 2000 server, and I've rebooted it a few times. Can't even get the Java Applet window to open from the control panel. javaw.exe runs in the task manager, but that's it. Any ideas? Anything else I need?

    That's the Java Control Panel you can't open.
    Try uninstalling ALL Java versions, rebooting after each uninstall, and manually removing any directories that Java made after all are removed. Reboot again, then download a new offline Java installer file and install that. There's something in the machine that's bad.

  • Upgraded to iTUNES 10.5 on PC running XP.  Cannot get it to start.  when I try, window appears, hourglass cursor still present, then I get a message saying a problem was encountered and it has to close.  have tried everything suggested on apple site,

    cannot get iTUNES 10.5 to run on PC w/ XP after upgrade.  Window opens, but cursor stays as hourglass and I eventually get an error message saying it has encountered a problem and has to close.  I've tried everything suggested on the Apple site, included complete uninstall several times. 

    Okay ... so it's not one of the cases of bodged up ACLs on the Apple folder in Common Files. (That's been underlying a few of the recalcitrant E7W5s.
    Just in case, let's try the fixit from the following document:
    Fix problems with programs that can't be installed or uninstalled

Maybe you are looking for