Can't get Logic to start in new OS

I haven't used my Logic Studio since I upgraded to Lion OS and now I can't get it to work. If I look for updates using Apple's website it can't find my serial number... Any ideas? Also when I run the ap it states "You can't use this version of the application Logic Pro.app with this version of Mac OS X. You have logic pro.app 9.0.0. I can't believe I've paid 500$ for a program that won't open up in the new OS system

Hi all, I'm new to the forum
Have installed the above mentioned server running the x86 platform with Solaris 10 1/08 with broadcom ethernet adaptor cards.
My network connections are giving issues. bge0 and bge1both show physical activity and these are my configs
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.1.170 netmask ffffff00 broadcast 192.168.1.255
ether 0:11:25:22:1f:26
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.0.0.1 netmask ffffff00 broadcast 10.255.255.255
ether 0:11:25:22:1f:27
My default router also exists
# vi /etc/defaultrouter
192.168.1.254
~
The hosts file
# vi /etc/hosts
::1          localhost
127.0.0.1 localhost
192.168.1.170 hostname1      loghost
10.0.0.1      hostname1
~
~
And the device files
# vi /etc/hostname.bge0
hostname1
~
~
# vi /etc/hostname.bge1
hostname2
~
~
All these including restart procedures aren't working.
I dont seem to be able to get to other devices on the network yet the local TCP/IP stack behaves just OK. I can ping all the interfaces but cannot ping any device on the network.
During install too, I attempted to acquire a dhcp address via the network from a dhcp server that serves IPs to our network but failed thus proceeded to static addressing.
Any advice please?

Similar Messages

  • Can't get email to start on new iphone 4s

    Can't get email to start on new iphone 4s - stuck on the 'Welcome to Mail' screen, when I click on Google and enter my account details, then Next, it tells me 'This Gmail account has already been added to your iPhone.' Similarly for icloud. But that's all it lets me do. Help please

    Instead I went to Settings>Mail,Contacts,Calendars...tapped the Gmail account and found that the Mail button was switched off. Duh.
    Thanks for your help randers4

  • I can't get X11 to start on my new install

    Hello All,
    I'm a recent convert from Ubuntu (surprise), and I can't get X11 to start.  I have an intel i3 cpu with a intel hd graphics 3000 card.  Here is my /etc/X11/xorg.conf file:
    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/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dri"
    Load "extmod"
    Load "record"
    Load "glx"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    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",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "DRI" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "FallbackDebug" # [<bool>]
    #Option "Tiling" # [<bool>]
    #Option "LinearFramebuffer" # [<bool>]
    #Option "Shadow" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "TripleBuffer" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    #Option "HotPlug" # [<bool>]
    #Option "RelaxedFencing" # [<bool>]
    #Option "BufferCache" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Here is my Xorg.0.log:
    [ 1516.158]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 1516.159] X Protocol Version 11, Revision 0
    [ 1516.159] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 1516.159] Current Operating System: Linux jerry 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
    [ 1516.160] Kernel command line: root=/dev/disk/by-uuid/1b0a2fbd-cfff-4e77-803c-c167e14a04fb ro i915.modeset=0
    [ 1516.160] Build Date: 05 March 2012 05:59:48AM
    [ 1516.160]
    [ 1516.160] Current version of pixman: 0.24.4
    [ 1516.160] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1516.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1516.162] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 10:02:00 2012
    [ 1516.163] (II) Loader magic: 0x7cef60
    [ 1516.163] (II) Module ABI versions:
    [ 1516.163] X.Org ANSI C Emulation: 0.4
    [ 1516.163] X.Org Video Driver: 12.0
    [ 1516.163] X.Org XInput driver : 16.0
    [ 1516.163] X.Org Server Extension : 6.0
    [ 1516.165] (--) PCI:*(0:0:2:0) 8086:0046:104d:9076 rev 2, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005050/8
    [ 1516.165] List of video drivers:
    [ 1516.166] intel
    [ 1516.166] fbdev
    [ 1516.166] (II) LoadModule: "intel"
    [ 1516.167] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1516.167] (II) Module intel: vendor="X.Org Foundation"
    [ 1516.167] compiled for 1.11.99.903, module version = 2.18.0
    [ 1516.167] Module class: X.Org Video Driver
    [ 1516.167] ABI class: X.Org Video Driver, version 12.0
    [ 1516.167] (II) LoadModule: "fbdev"
    [ 1516.167] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1516.168] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1516.168] compiled for 1.11.99.903, module version = 0.4.2
    [ 1516.168] ABI class: X.Org Video Driver, version 12.0
    [ 1516.168] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 1516.169] (II) FBDEV: driver for framebuffer: fbdev
    [ 1516.313] (++) Using config file: "/root/xorg.conf.new"
    [ 1516.313] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1516.314] (==) ServerLayout "X.org Configured"
    [ 1516.314] (**) |-->Screen "Screen0" (0)
    [ 1516.314] (**) | |-->Monitor "Monitor0"
    [ 1516.314] (**) | |-->Device "Card0"
    [ 1516.314] (**) |-->Screen "Screen1" (1)
    [ 1516.314] (**) | |-->Monitor "Monitor1"
    [ 1516.314] (**) | |-->Device "Card1"
    [ 1516.314] (**) |-->Input Device "Mouse0"
    [ 1516.314] (**) |-->Input Device "Keyboard0"
    [ 1516.314] (==) Automatically adding devices
    [ 1516.314] (==) Automatically enabling devices
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/misc/").
    [ 1516.314] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/misc/").
    [ 1516.314] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1516.314] Entry deleted from font path.
    [ 1516.314] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1516.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1516.315] Entry deleted from font path.
    [ 1516.315] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1516.315] (**) FontPath set to:
    [ 1516.315] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 1516.315] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 1516.315] (WW) Disabling Mouse0
    [ 1516.315] (WW) Disabling Keyboard0
    [ 1516.318] (II) Loading sub module "fbdevhw"
    [ 1516.318] (II) LoadModule: "fbdevhw"
    [ 1516.319] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1516.319] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1516.319] compiled for 1.12.0, module version = 0.0.2
    [ 1516.319] ABI class: X.Org Video Driver, version 12.0
    [ 1516.319] (EE) open /dev/fb0: No such file or directory
    [ 1516.319] (WW) Falling back to old probe method for fbdev
    [ 1516.319] Number of created screens does not match number of detected devices.
    Configuration failed.
    Here is the output of the startx command:
    hostname: Unknown host
    xauth: (argv):1: bad display name "/unix:0" in "list" command
    xauth: (stdin):1: bad display name "/unix:0" in "add" command
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.2.9-1-ARCH x86_64
    Current Operating System: Linux jerry 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
    Kernel command line: root=/dev/disk/by-uuid/1b0a2fbd-cfff-4e77-803c-c167e14a04fb ro i915.modeset=0
    Build Date: 05 March 2012 05:59:48AM
    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: Thu Mar 22 09:51:42 2012
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    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.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    xauth: (argv):1: bad display name "/unix:0" in "remove" command
    Here is the list of modules and daemons in /etc/c.conf
    MODULES=(intel_agp i915)
    DAEMONS=(hwclock syslog-ng dbus hal network netfs crond)
    I've installed xorg-server and the xorg-apps group, as well as xf86-video-intel, xf86-video-fbdev, xorg-drivers, libva-driver-intel, dbus, and lib32-intel-dri.
    Thanks in advance, I hope that I've provided enough information.

    Thank you for the reply! I removed the log and ran startx again, giving me the same output.  Here is the log:
    [ 4825.297]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 4825.298] X Protocol Version 11, Revision 0
    [ 4825.298] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 4825.298] Current Operating System: Linux jerry 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64
    [ 4825.298] Kernel command line: root=/dev/disk/by-uuid/1b0a2fbd-cfff-4e77-803c-c167e14a04fb ro i915.modeset=0
    [ 4825.299] Build Date: 05 March 2012 05:59:48AM
    [ 4825.299]
    [ 4825.299] Current version of pixman: 0.24.4
    [ 4825.299] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4825.300] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4825.301] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 10:57:09 2012
    [ 4825.301] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4825.301] (==) No Layout section. Using the first Screen section.
    [ 4825.301] (==) No screen section available. Using defaults.
    [ 4825.301] (**) |-->Screen "Default Screen Section" (0)
    [ 4825.301] (**) | |-->Monitor "<default monitor>"
    [ 4825.301] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4825.302] (==) Automatically adding devices
    [ 4825.302] (==) Automatically enabling devices
    [ 4825.302] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (Run 'mkfontdir' on "/usr/share/fonts/misc/").
    [ 4825.302] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 4825.302] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4825.302] Entry deleted from font path.
    [ 4825.302] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 4825.302] (==) FontPath set to:
    [ 4825.302] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4825.302] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4825.302] (II) Loader magic: 0x7cef60
    [ 4825.302] (II) Module ABI versions:
    [ 4825.302] X.Org ANSI C Emulation: 0.4
    [ 4825.302] X.Org Video Driver: 12.0
    [ 4825.302] X.Org XInput driver : 16.0
    [ 4825.302] X.Org Server Extension : 6.0
    [ 4825.303] (--) PCI:*(0:0:2:0) 8086:0046:104d:9076 rev 2, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005050/8
    [ 4825.303] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 4825.303] (II) LoadModule: "extmod"
    [ 4825.304] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 4825.304] (II) Module extmod: vendor="X.Org Foundation"
    [ 4825.304] compiled for 1.12.0, module version = 1.0.0
    [ 4825.304] Module class: X.Org Server Extension
    [ 4825.304] ABI class: X.Org Server Extension, version 6.0
    [ 4825.304] (II) Loading extension MIT-SCREEN-SAVER
    [ 4825.304] (II) Loading extension XFree86-VidModeExtension
    [ 4825.304] (II) Loading extension XFree86-DGA
    [ 4825.304] (II) Loading extension DPMS
    [ 4825.304] (II) Loading extension XVideo
    [ 4825.304] (II) Loading extension XVideo-MotionCompensation
    [ 4825.304] (II) Loading extension X-Resource
    [ 4825.304] (II) LoadModule: "dbe"
    [ 4825.304] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 4825.304] (II) Module dbe: vendor="X.Org Foundation"
    [ 4825.304] compiled for 1.12.0, module version = 1.0.0
    [ 4825.304] Module class: X.Org Server Extension
    [ 4825.304] ABI class: X.Org Server Extension, version 6.0
    [ 4825.304] (II) Loading extension DOUBLE-BUFFER
    [ 4825.304] (II) LoadModule: "glx"
    [ 4825.304] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4825.305] (II) Module glx: vendor="X.Org Foundation"
    [ 4825.305] compiled for 1.12.0, module version = 1.0.0
    [ 4825.305] ABI class: X.Org Server Extension, version 6.0
    [ 4825.305] (==) AIGLX enabled
    [ 4825.305] (II) Loading extension GLX
    [ 4825.305] (II) LoadModule: "record"
    [ 4825.305] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 4825.305] (II) Module record: vendor="X.Org Foundation"
    [ 4825.305] compiled for 1.12.0, module version = 1.13.0
    [ 4825.305] Module class: X.Org Server Extension
    [ 4825.305] ABI class: X.Org Server Extension, version 6.0
    [ 4825.305] (II) Loading extension RECORD
    [ 4825.305] (II) LoadModule: "dri"
    [ 4825.305] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 4825.305] (II) Module dri: vendor="X.Org Foundation"
    [ 4825.305] compiled for 1.12.0, module version = 1.0.0
    [ 4825.305] ABI class: X.Org Server Extension, version 6.0
    [ 4825.305] (II) Loading extension XFree86-DRI
    [ 4825.305] (II) LoadModule: "dri2"
    [ 4825.305] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 4825.306] (II) Module dri2: vendor="X.Org Foundation"
    [ 4825.306] compiled for 1.12.0, module version = 1.2.0
    [ 4825.306] ABI class: X.Org Server Extension, version 6.0
    [ 4825.306] (II) Loading extension DRI2
    [ 4825.306] (==) Matched intel as autoconfigured driver 0
    [ 4825.306] (==) Matched vesa as autoconfigured driver 1
    [ 4825.306] (==) Matched fbdev as autoconfigured driver 2
    [ 4825.306] (==) Assigned the driver to the xf86ConfigLayout
    [ 4825.306] (II) LoadModule: "intel"
    [ 4825.306] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 4825.306] (II) Module intel: vendor="X.Org Foundation"
    [ 4825.306] compiled for 1.11.99.903, module version = 2.18.0
    [ 4825.306] Module class: X.Org Video Driver
    [ 4825.306] ABI class: X.Org Video Driver, version 12.0
    [ 4825.306] (II) LoadModule: "vesa"
    [ 4825.306] (WW) Warning, couldn't open module vesa
    [ 4825.306] (II) UnloadModule: "vesa"
    [ 4825.306] (II) Unloading vesa
    [ 4825.307] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 4825.307] (II) LoadModule: "fbdev"
    [ 4825.307] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 4825.307] (II) Module fbdev: vendor="X.Org Foundation"
    [ 4825.307] compiled for 1.11.99.903, module version = 0.4.2
    [ 4825.307] ABI class: X.Org Video Driver, version 12.0
    [ 4825.307] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    [ 4825.307] (II) FBDEV: driver for framebuffer: fbdev
    [ 4825.307] (--) using VT number 7
    [ 4825.313] (II) Loading sub module "fbdevhw"
    [ 4825.313] (II) LoadModule: "fbdevhw"
    [ 4825.313] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 4825.313] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 4825.313] compiled for 1.12.0, module version = 0.0.2
    [ 4825.313] ABI class: X.Org Video Driver, version 12.0
    [ 4825.313] (EE) open /dev/fb0: No such file or directory
    [ 4825.314] (WW) Falling back to old probe method for fbdev
    [ 4825.314] (II) UnloadModule: "fbdev"
    [ 4825.314] (II) UnloadSubModule: "fbdevhw"
    [ 4825.314] (EE) Screen(s) found, but none have a usable configuration.
    [ 4825.314]
    Fatal server error:
    [ 4825.314] no screens found
    [ 4825.314]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 4825.314] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4825.314]
    [ 4825.316] Server terminated with error (1). Closing log file.

  • On my Mac Pro how can I get voiceover to start reading at a specific point on a document?, on my Mac Pro how can I get voiceover to start reading at a specific point on a document?

    On my Mac Pro how can I get voiceover to start reading at a specific point in a document, and then continue on to the next paragraph and so on?  Thank you.  Ed

    Welcome to the Apple family!!!! 
    How can I cause the VO cursor(box) show-up/start?
    Press Control-Option and F5.   The F5 key is located on the top row of keys 6th key over.  This is a toggling "Keyboard Shortcut" for turning VoiceOver on and off.
    How can I move the VO cursor to various sentences or paragraphs of an article and have it start reading ... and perhaps even continue reading on to the next paragraph(s) ... even to the end of the article?
    How to read a website with VoiceOver
    Step 1:  Go to the Website
    A quick keyboard shortcut is Command-L.  This will jump you up to the address bar.  Start typing where you want to go.  i.e "www.thewebsite.com"
    Step 2:  Working with Webpage
    VoiceOver will automatically start reading the website.  You can pause the speech by hitting the 'Control Button'. 
    If VoiceOver does not being reading the webpage, then you might have to "Interact" with it.  If VoiceOver say "HTML Content" then press Control-Option-Space-Down Arrow to interact with the webpage.
    Use Control-Option-Right Arrow to move throught the website.  This will speak "EVERYTHING" on the page.
    Most website that I've found have their articles labeled as 'Heading'.  You can jump from heading to heading, by pressing Control-Option-Shift-H.
    If you'd like an itemized alphabetical listing of the site, press Control-Option-I 
    Press Control-Option-Space on the link or article you want to view.
    Step 3.  Reading from Top to Bottom
    Once you found and clicked on the the article/link, use the same 'Heading' command, Control-Option-Shift-H to find the title. 
    After finding the title, press Control-Option-A will start reading from the title on. 
    Note:  If there are any other items (ads, pictures, etc) it will read those too. 
    Tip:  You might be able to activate a feature called the 'Reader'.  The Reader isolates the article and elimanates the ads  The keyboard command is Shift-Command-R.  You can also find it in the Menu Bar (Command-Option-M) under the word 'View' then 'Show Reader'. 
    I am using a MACPro with OSX, probably Mavericks 10.9 (where would I look to see if that is the correct information?)
    You can find this information under the 'Apple menu' in the Menu Bar.  To access the Menu Bar, press Control-Option-M. 
    Go to Apple Menu > About This Mac.  This will open up another window.  Use Control-Option-Right Arrow until you hear 'Version'.  If you purchased it brand new from Apple within the last six month, more than likely you have Mavericks. 
    Recommanded Articles. 
    AppleVis- Commonly used Keyboard Commands
    Chapter 2: Learning VoiceOver Basics
    Chapter 6: Browsing the internet
    Apple Accessibility Resource Page
    The  'Commands Help' Voiceover Menu. Control-Option-H-H.  (hit H twice)  is my best friend.  It's a searchable VoiceOver Menu with most of the VoiceOver command.  Example:  You are looking for the 'Read Current Paragraph' keyboard command.   Press Control-Option-H-H and then type Paragraph.  It will then bring up all the commands with the word paragraph.  I believe there are three.   
    As from the Trackpad Commands, I've copied and pasted below from Appendix A: Commands and Gestures
    VoiceOver standard gestures
    If you’re using a Multi-Touch trackpad, you can use VoiceOver gestures. VoiceOver provides a set of standard gestures for navigating and interacting with items on the screen. You can’t modify this set of gestures.
    NOTE:Gestures that don’t mention a specific number of fingers are single-finger gestures.
    General
    Enable the Trackpad Commander and VoiceOver gestures
    VO-Two-finger rotate clockwise
    Disable the Trackpad Commander and VoiceOver gestures
    VO-Two-finger rotate counterclockwise
    Turn the screen curtain on or off
    Three-finger triple-tap
    Mute or unmute VoiceOver
    Three-finger double-tap
    Navigation
    Force the VoiceOver cursor into a horizontal or vertical line when you drag a finger across the trackpad
    Hold down the Shift key and drag a finger horizontally or vertically
    Move the VoiceOver cursor to the next item
    Flick right
    Move the VoiceOver cursor to the previous item
    Flick left
    Move content or the scroll bar (depending on the Trackpad Commander setting)
    Three-finger flick in any direction
    Go to the Dock
    This gesture moves the VoiceOver cursor to the Dock wherever it’s positioned on the screen
    Two-finger double-tap near the bottom of the trackpad
    Go to the menu bar
    Two-finger double-tap near the top of the trackpad
    Open the Application Chooser
    Two-finger double-tap on the left side of the trackpad
    Open the Window Chooser
    Two-finger double-tap on the right side of the trackpad
    Jump to another area of the current application
    Press Control while touching a finger on the trackpad
    Interaction
    Speak the item in the VoiceOver cursor or, if there isn’t an item, play a sound effect to indicate a blank area
    Touch (includes tap or dragging)
    Select an item
    Double-tap anywhere on the trackpad
    You can also split-tap (touch one finger and then tap with a second finger on the trackpad)
    Start interacting with the item in the VoiceOver cursor
    Two-finger flick right
    Stop interacting with the item in the VoiceOver cursor
    Two-finger flick left
    Scroll one page up or down
    Three-finger flick up or down
    Escape (close a menu without making a selection)
    Two-finger scrub back and forth
    Increase or decrease the value of a slider, splitter, stepper, or other control
    Flick up (increase) or flick down (decrease)
    Text
    Read the current page, starting at the top
    Two-finger flick up
    Read from the VoiceOver cursor to the end of the current page
    Two-finger flick down
    Pause or resume speaking
    Two-finger tap
    Describe what’s in the VoiceOver cursor
    Three-finger tap
    Change how VoiceOver reads text (by word, line, sentence, or paragraph)
    Press the Command key while touching a finger on the trackpad
    Rotor
    Change the rotor settings
    Two-finger rotate
    Move to the previous item based on the rotor setting
    Flick up
    Move to the next item based on the rotor setting
    Flick down
    To customize other gestures by assigning VoiceOver commands to them, use the Trackpad Commander.
    Assigning VoiceOver commands to gestures
    If you need a reminder about what a gesture does, press VO-K to start keyboard help, and then use the gesture on the trackpad and listen to the description.
    Learning about keys, keyboard shortcuts, and gestures
    Sorry lots of information.  Enjoy.  You

  • Can't get WRT54G to start up, gets stuck at "checking computer settings"

    Can't get WRT54G to start up, gets stuck at "checking computer settings" at 99% Please help!
    If I hit the escape key it will go to the password screen, it looks like the password is already entered for me so I hit enter, but then it just goes back to "checking computer settings" and won't go past 99% again.'
    Sorry but the last post mistakenly said the wrong number so I posted this.

    If you are running the install CD that came with the router, the behavior you describe is exactly what happened when I tried using the CD today. The CD didn't seem to work with my computer's fixed IP address (not in the 192.168.1.0 network.)
    What worked for me was to set my computer to have the fixed IP address 192.168.1.2. Then I was able to contact the router using its web interface at 192.168.1.1 amd make the necessary settings.
    The password had NOT been changed from the default despite the install CD software seemingly accepting a new password. The default password worked.
    Paul

  • HT4859 Can I get back to start up assistant after I have set up phone originally

    can I get back to start up assistant after Iphone 4 S set up in shop yesterday? Have notes backed up in icloud from old phone and don't know how to get them onto new phone?

    Welcome to the Apple community.
    In order to return to set up assistant, you will need to restore the phone again.

  • Can't get garageband to show in new iMovie,any thoughts thank you

    can't get garageband to show in new iMovie,says i have 5 ilife things missing and are unavailable...though it seems all up to date to me..running on latest mavericks...so confused....any thoughts ,thank you.
    matthew

    The tutorial that you linked to isn't the best for someone just getting started.
    Try the steps in this tutorial ("Basic workflow tutorial"). If any of the steps don't work for you, write back.
    I also recommend working your way in order through the items under the "Getting started" heading on this page.

  • Can´t get logic to record audio

    ok, i´m feelin´really stupid here - but it´s true - I can´t get logic to record audio in some songs. the only thing - as far as I´m concerned - that is changed while swaping between songs are the song settings. that´s where I´ve been looking for something that´s been disabling the rec function.
    I was working on a song right now which I was recording vocals on a couple of days ago, and now I was going to record some synthstrings (record to audio) and I just can´t make it happen. record path e t c seems to be ok.
    please somebody...HELP!!
    regards
    larsa
    G5 1.8   Mac OS X (10.3.9)  

    hi guys!
    thanks for takin´time... I solved the problem last night and then forgotten to post what i´m doing now. but I think it´s a bug... (and it´s ok if u don´t believe me...) it´s a bit spooky...
    I´ve changed the track icons to that cute little tapedeck (for the audio tracks only - buses, inputs and audio instruments have other symbols). looks nice in the arrange window. (gives me the "feel" of recording...) And the song i was working with has been like this for a couple of months. And I´ve been doing a lot of recording until yesterday when it was not possible...
    For some reason i started to fiddle with the track symbol - changing it - and, yes, logic was able to record. At this time I didn´t believe that this was the reason so I changed back to the little tape deck, and yes, recording was not possible. Then I opened an autoload which had the same syndrom (at that time I didn´t bother - I just created another setup), and first trying to record - not possible - then changing the tape deck symbol (yes I used it here too - I really liked it...) and recordning was possible. It seems that if all of logics 64 audiotracks has that (from now on I will call it "ugly") tape deck symbol, at least I can´t record audio (logic won´t go in to record - no matter what - pushing buttons clicking mouse e t c) recording midi was never affected. And the "spooky" thing is that I´ve been recording (with no problems) with all of the 64 audiotracks labelled with that little "ugly" tape deck - until yesterday...
    This might just b a wierd thing - but if anyone elese has a problem like this, it might help. I´m not shure weather it´s the tape deck symbol itself that causes the problem, but getting rid of it solves the same problem.
    (I´m using a RME multiface and I´m not 100% shure it could have SOMETHING to do with this)
    best regards
    G5 1.8   Mac OS X (10.3.9)  

  • I created a new apple id for my iphone and ipad which work great and allow me to access Icloud. on my macbook air can't get it to use my new apple id for icloud. Help?

    I created a new apple id for my iphone and ipad which work great and allow me to access Icloud. on my macbook air  I can't get it to use my new apple id for icloud. It keeps going back to my old apple id and doesn't afford me to alter it. I use system preferences-icloud and it just wants to verify the old apple id but doesn't afford me the opportunity to delete teh account or edit it like the iphone5 and ipad. Help?

    Welcome to the Apple Community.
    You need to use the sign out option on the left side.

  • How can I get my itunes onto my new laptop? Do I need to download itunes again or can I just copy it? My ipod classic has since been soaked in water and does not work so I cannot copy from there. Can anyone help?

    How can I get my itunes onto my new laptop? Do I need to download itunes again or can I just copy it? My ipod classic has since been soaked in water and does not work so I cannot copy from there. Can anyone help?

    You should copy everything from your old comptuer to your new one.

  • I purchased Photoshop cs5 a while back in disk form for my old imac. Now my new laptop doesnt have a disc drive... can I get the program onto my new computer? I don't have the box, but have the old computer it's on...

    I purchased Photoshop cs5 a while back in disk form for my old imac. Now my new laptop doesnt have a disc drive... can I get the program onto my new computer? I don't have the box, but have the old computer it's on...
    also had a friend place inD and Ai on my old laptop and am curious to know how to get it to my new one

    As long as you have your serial number, you may download and install
    OLDER previous versions http://www.adobe.com/downloads/other-downloads.html

  • I upgraded from 4S to Iphone 5 but i lost all my messages how can i get them back on the new device ?i did back up using the icloud ?

    i upgraded from 4S to Iphone 5 but i lost all my messages how can i get them back on the new device ?i did back up using the icloud ?
    having said that i have an i pad as well and when i backed up i got the contacts which are on the i pad on my new iphone 5 not the ones who were on
    i phone 4s ...
    any one can advise me please what to do to get my stuff from iphone 4s to iphone 5 ,rather than the stuff from my ipad ?

    If you made a backup using icloud, then restore your 5 to that backup.  http://support.apple.com/kb/HT4859

  • "Can I use Logic Pro in my new imac with 2.66 intel core 2 duo"

    Can I use Logic Pro in my new imac with 2.66 intel core 2 duo? With the new leopard operating system?
    I have a 002 rack from digidesign, that should be good running with a logic pro 8 DAW.

    Can I use Logic Pro in my new imac with 2.66 intel core 2 duo? With the new leopard operating system?
    Yes. Click here for more information.
    (40435)

  • Computer Crashed with CS4 - How can I get these programs to my new computer?

    Computer Crashed with CS4 - How can I get these programs to my new computer?

    You will want to install them from the installation media.

  • HT4528 I can't get siri to start when holding down home button?

    I can't get siri to start when holding down the home button?

    Also, if you want to be able to activate Siri when the iPhone is locked, set Settings > General > Passcode > Siri ON.

Maybe you are looking for