Cannot get local socket

I'm using iTunes v6.0.1.3. The problem is that I'm always getting these pop-up error messages that say "cannot get local socket". Really annoying, but iTunes plays radio and library songs just fine.
Windows XP Pro

I can't get the JDBC to work. I get the following error:
"No suitable driver found for
jdbc:microsoft:sqlserver://MIWEB/MIWEB:1433"
URL: jdbc:microsoft:sqlserver://MIWEB/MIWEB:1433;
Driver class: macromedia.jdbc.MacromediaDriver
I recently upgraded to CF 8. Is there something I have to
setup first before using the JDBC connection?

Similar Messages

  • Cannot get Local Connection, No available resource, Wait-time expired

    Hi Friends,
    Please answer my queries below.
    Thanks and Regards
    Busincess Requirement
    I have to display a particular set of rows in a dashboard or screen, and it is being refreshed every 1 minute, also user can update from that screen displayed values.
    The below program extracts some data from database and passes to the front end through a collection where it is being displayed.
    Code Logic Flow
    1. CockpitAction calls CockpitOraDAO for database results
    2. CockpitOraDAO is a singleton class.
    3. After getting the CockpitOraDAO object, the action will then call the getLabAreaCockpitDetails() method.
    getLabAreaCockpitDetails will
         - Get the Connetion from the OracleConnectionManager class (It is a plain class with getPooledConnection() and releaseConnection() methods).
         - Execute the query and put the result to a collection
         - close the connection
         - return result to the calling action.
    This getLabAreaCockpitDetails() are called around once in every 1 minute
    So, I believe everytime a call is made to action for cockpit display, it will take the existing object of the CockpitOraDAO class and make a call to database. i.e there will be only one object of CockpitOraDAO reside in application server at any particular interval of time.
    My Understandings
    1. Only 1 object of CockpitOraDAO will reside in application server (provided it is not user longer and garbage collected) at a particular instance.
    2. Many objects of Connection will be created and destroyed.(Each time the getLabAreaCockpitDetails() method is called, we will get one connection from connection pool and in finally the Connection will be released to connection pool).
    My Problems
    It is showing the "Cannot get Local Connection, No available resource, Wait-time expired"
    after running around 1 full day.
    My doubts
    1. Can anybody say why I get this error ?
    2. There may be some connections are not closed. But I have checked at finally block, the status of the connection is closed after calling this method.
    3. There may be some problem due to the singleton instane of CockpitOraDAO, Is it affecting performance ?
    4. Is it valid that I have to make CockpitOraDAO as Singleton ?
    public class CockpitOraDAO extends DAOAdaptor //implements BISample
         private static CockpitOraDAO instance=null;
         private static boolean debug = true;
         * The below method will be used to provide the singleton intance of the CockpitOraDAO object.
         public static CockpitOraDAO getInstance()
              if (instance == null)
                   synchronized (CockpitOraDAO.class)
                        if (instance == null)
                             instance = new CockpitOraDAO();
              return instance;
         * The below method will be used to get the cockpit details of the lab area.
         * This will return collecton of sample details for the specific lab.
         public Collection getLabAreaCockpitDetails(Collection prevCockpitDetailList,Collection filterCriteria) throws Exception
         if(debug)
              System.out.println("Inside CockpitOraDAO::getLabAreaCockpitDetails() method");
              Connection conn = null;
              boolean sampleExists = false;
              PreparedStatement pstmt=null;
              ResultSet rs=null;
              String returnStr=null;
              StringBuffer sqlQuery = null;
              String tempComment1=null, tempComment2=null;
              LabCockpitDO labc=null;
              LabCockpitDO labc2=null;
              Collection resultList=null, manCommentList=null, labCommentList=null, labCompCommentList=null;
              ArrayList result1List=null, prevCockpitDetail1List=null,filterList = null;
              OracleConnectionManager manager = null;
              boolean flag = false;
              try
                   labc2 = new LabCockpitDO();
                   prevCockpitDetail1List = (ArrayList) prevCockpitDetailList;
                   sqlQuery = new StringBuffer();
                   sqlQuery.append("select s.sample_sample_no sample_no, s.sample_inspection_lot_no inspection_lot_no,");
                   manager = new OracleConnectionManager();
                   conn = manager.getPooledConnection("myDS");
                   pstmt = conn.prepareStatement(sqlQuery.toString());
                   if(debug)
                   System.out.println("Query********"+sqlQuery.toString());
                   rs = pstmt.executeQuery();
              catch(Exception e)
                   //System.out.println(e);
                   throw e;
              finally
                        try
                             manager.releaseConnection("myDS");
    if(debug)
    System.out.println("Connection Status Closed=true/ Open=false=["+conn.isClosed()+"]");
    if(conn!=null || !conn.isClosed())
    conn.close();
    if(debug)
    System.out.println("Connection Status After Closing Connection Closed=true/ Open=false=["+conn.isClosed()+"]");
                             if(rs != null)
                                  rs.close();
                             if(pstmt != null)
                                  pstmt.close();
                             conn = null;
                             pstmt=null;
                             rs = null;
                             sqlQuery=null;
                             returnStr=null;
                             labc=null;
                             labc2=null;
                             manCommentList=null;
                             labCommentList=null;
                             labCompCommentList=null;
                             tempComment1=null;
                             tempComment2=null;
                             resultList=null;
                             prevCockpitDetailList=null;
                             prevCockpitDetail1List=null;
                        catch(Exception e)
                             //System.out.println("Unable to Release Connection ="+e);
                             throw e;
              //if(debug)     
              //System.out.println(resultList);
              return result1List;
         }

    Hi,
    As you can see from other posts, this is a very common problem. Until now the cause always ends up pointing to a connection not being close.
    I suggest you try to run through a full single cycle of you app, while using the CLI monitoting to check that the connections created/closed matches the expected created/closed connections. Also that the number of free connections at the end is correct.

  • Cisco ASA 5505 Cannot ping local traffic and local hosts cannot get out

    I have, what I believe to be, a simple issue - I must be missing something.
    Site to Site VPN with Cisco ASA's. VPN is up, and remote hosts can ping the inside int of ASA (10.51.253.209).
    There is a PC (10.51.253.210) plugged into e0/1.
    I know the PC is configured correctly with Windows firewall tuned off.
    The PC cannot get to the ouside world, and the ASA cannot ping 10.51.253.210.
    I have seen this before, and I deleted VLAN 1, recreated it, and I could ping the local host without issue.
    Basically, the VPN is up and running but PC 10.51.253.210 cannot get out.
    Any ideas? Sanitized Config is below. Thanks !
    ASA Version 7.2(4)
    hostname *****
    domain-name *****
    enable password N7FecZuSHJlVZC2P encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Vlan1
    nameif Inside
    security-level 100
    ip address 10.51.253.209 255.255.255.248
    interface Vlan2
    nameif Outside
    security-level 0
    ip address ***** 255.255.255.248
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    shutdown
    interface Ethernet0/3
    shutdown
    interface Ethernet0/4
    shutdown
    interface Ethernet0/5
    shutdown
    interface Ethernet0/6
    shutdown
    interface Ethernet0/7
    shutdown
    ftp mode passive
    dns server-group DefaultDNS
    domain-name *****
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 10.1.7.0 255.255.255.0
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.1.10.250
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.200
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.9
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.14
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.15
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.16
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 10.1.9.0 255.255.255.0
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 10.10.9.0 255.255.255.0
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 ***** 255.255.255.240
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 10.1.7.0 255.255.255.0
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.1.10.250
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.200
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.9
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.14
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.15
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.16
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 10.1.9.0 255.255.255.0
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 10.10.9.0 255.255.255.0
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 ***** 255.255.255.240
    pager lines 24
    mtu Outside 1500
    mtu Inside
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any Outside
    no asdm history enable
    arp timeout 14400
    global (Outside) 1 interface
    nat (Inside) 0 access-list No_NAT
    route Outside 0.0.0.0 0.0.0.0 ***** 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    aaa authentication enable console LOCAL
    aaa authentication serial console LOCAL
    aaa authentication ssh console LOCAL
    http server enable
    no snmp-server location
    no snmp-server contact
    snmp-server community *****
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set DPS_Set esp-3des esp-md5-hmac
    crypto map DPS_Map 10 match address Outside_VPN
    crypto map DPS_Map 10 set peer *****
    crypto map DPS_Map 10 set transform-set *****
    crypto map DPS_Map interface Outside
    crypto isakmp enable Outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash md5
    group 2
    lifetime 28800
    crypto isakmp policy 65535
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 Outside
    ssh timeout 60
    console timeout 0
    management-access Inside
    username test password P4ttSyrm33SV8TYp encrypted
    tunnel-group ***** type ipsec-l2l
    tunnel-group ***** ipsec-attributes
    pre-shared-key *
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect netbios
      inspect rsh
      inspect rtsp
      inspect skinny
      inspect esmtp
      inspect sqlnet
      inspect sunrpc
      inspect tftp
      inspect sip
      inspect xdmcp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:8d0adca63eab6c6c738cc4ab432f609d
    : end
    1500

    Hi Martin,
    Which way you are trying. Sending traffic via site to site is not working or traffic which you generate to outside world is not working?
    But you say ASA connected interface to PC itself is not pinging that is strange. But try setting up the specific rules for the outgoing connection and check. Instead of not having any ACL.
    If it is outside world the you may need to check on the NAT rules which is not correct.
    If it is site to site then you may need to check few other things.
    Please do rate for the helpful posts.
    By
    Karthik

  • HT1339 I forgot my ipod passcode, so i cannot get in.What should i do if the computer i first connected to is broken, (so i definintly cannot use that one) and i cant use any of my friends computers? Can i just bring it to my local apple store?

    I forgot my ipod passcode, so i cannot get in.What should i do if the computer i first connected to is broken, (so i definintly cannot use that one) and i cant use any of my friends
    computers? Can i just bring it to my local apple store?

    Can i just bring it to my local apple store?
    Yes. That would be just fine.
    B-rock

  • [SOLVED]Cannot get 1680x1050

    Hey all
    New to arch, managed to get it all installed with Gnome. Problem I have is the screen display, with the standard arch setup with this xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "glx"
    Load "dri"
    Load "extmod"
    Load "dri2"
    Load "record"
    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"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "R420 JK [Radeon X800]"
    BusID "PCI:1:0: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]
    All I can get is 1280x1024. I have antiX which is based on Mepis on a different partition, it is also based on Debian testing so should have all the newer xorg's etc, Now that displays 1680x1050 just fine, so I thought I would try and copy over that xorg.conf to arch which is:
    Section "ServerFlags"
    Option "DontZap" "Off"
    Option "AllowMouseOpenFail" "true"
    Option "BlankTime" "0"
    Option "OffTime" "0"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "ALPS Touchpad"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "event"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizScrollDelta" "0"
    Option "MinSpeed" "0.25"
    Option "MaxSpeed" "0.50"
    Option "AccelFactor" "0.030"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
    EndSection
    Section "InputDevice"
    Identifier "Appletouch"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "100"
    Option "RightEdge" "1120"
    Option "TopEdge" "50"
    Option "BottomEdge" "310"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapMove" "220"
    Option "TapButton1" "1"
    Option "TapButton2" "3"
    Option "TapButton3" "2"
    Option "MinSpeed" "0.79"
    Option "MaxSpeed" "0.88"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "unknown"
    ModelName "unknown"
    Option "DPMS" "true"
    HorizSync 30-75
    VertRefresh 55-70
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    BoardName "unknown"
    Screen 0
    #Option "UseDisplayDevice" "dfp"
    #Option "MonitorLayout" "crt,crt"
    #BusID "PCI:1:0:0"
    #Option "sw_cursor" # needed for some ati cards
    #Option "hw_cursor"
    #Option "NoAccel"
    #Option "ShowCache"
    #Option "ShadowFB"
    #Option "UseFBDev"
    #Option "Rotate"
    Option "UseInternalAGPGART" "no"
    Option "XAANoOffscreenPixmaps" "true"
    # savage special options, use with care
    #Option "NoUseBios"
    #Option "BusType" "PCI"
    Option "DmaMode" "None"
    # nvidia special options, use with care
    Option "CursorShadow" "1"
    Option "CursorShadowAlpha" "63"
    Option "CursorShadowYOffset" "2"
    Option "CursorShadowXOffset" "4"
    Option "FlatPanelProperties" "Scaling = native"
    Option "NoLogo" "true"
    Option "UseEDID" "true"
    Option "AddARGBGLXVisuals" "true"
    Option "RenderAccel" "true"
    #Option "AllowGLXWithComposite" "true"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "radeon"
    BoardName "unknown"
    Screen 1
    #Option "MonitorLayout" "crt,crt"
    #BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 8
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1680x1050"
    EndSubSection
    # Only the official NVIDIA driver supports twinview
    # these setting are an example
    Option "TwinView" "false"
    Option "SecondMonitorVendorName" "unknown"
    Option "SecondMonitorModelName" "unknown"
    Option "SecondMonitorHorizSync" "30-75"
    Option "SecondMonitorVertRefresh" "55-70"
    #Option "MetaModes" "1024x768, 1024x768"
    Option "TwinViewOrientation" "RightOf"
    Option "ConnectedMonitor" "dfp,dfp"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    It gets me a little closer but not correct yet, this has a max display of 1600x1200 but still no 1680x1050. The card is an older ati x800 which uses the old ATI 9-3 driver, which can't be used in the newer xorg's, but like with antiX the open source driver is fine. glxgears runs fine. But I just cannot get my screen to displa its native res. Any help would be great.
    Thanks
    Last edited by voorhees1979 (2010-04-18 22:30:24)

    Hi
    Thanks again for trying to help me. Removing xorg.conf and then rebooting didnt help me. This is from xrandr again:
    [voorhees@myhost ~]$ xrandr
    Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096
    VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
    1024x768 60.0*
    800x600 60.3 56.2
    848x480 60.0
    640x480 59.9 59.9
    -Qs ati:
    [voorhees@myhost ~]$ pacman -Qs ati
    local/alsa-lib 1.0.22-1
    An alternative implementation of Linux sound support
    local/alsa-oss 1.0.17-1
    OSS compatibility library
    local/alsa-utils 1.0.22-2
    An alternative implementation of Linux sound support
    local/ati-dri 7.7.1-1
    Mesa DRI drivers for AMD/ATI Radeon
    local/brasero 2.30.0-1
    A disc burning application for Gnome
    local/cdrkit 1.1.10-1
    Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction
    local/clutter 1.2.4-1
    A GObject based library for creating fast, visually rich graphical user interfaces
    local/coreutils 8.4-2 (base)
    The basic file, shell and text manipulation utilities of the GNU operating system
    local/dasher 4.10.1-2 (gnome-extra)
    Information-efficient text-entry interface, driven by natural continuous pointing gestures
    local/diffutils 2.9-1 (base)
    Utility programs used for creating patch files
    local/docbook-xml 4.5-4
    A widely used XML scheme for writing documentation and help
    local/evolution 2.30.0.1-1 (gnome-extra)
    Integrated Workgroup and Personal Information Management for Gnome
    local/evolution-data-server 2.30.0-2
    Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop
    local/file 5.04-2 (base)
    File type identification utility
    local/gamin 0.1.10-1
    Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration
    Monitor) system.
    local/gconf 2.28.1-1
    A configuration database system
    local/gdm 2.30.0-1 (gnome-extra)
    Gnome Display Manager (a reimplementation of xdm)
    local/gettext 0.17-3 (base)
    GNU internationalization library
    local/gnome-disk-utility 2.30.1-1
    GNOME libraries and applications for dealing with storage devices
    local/gnome-doc-utils 0.20.0-1
    Documentation utilities for Gnome
    local/gnome-menus 2.30.0-1
    GNOME menu specifications
    local/gnome-mime-data 2.18.0-4 (gnome)
    The base MIME and Application database for GNOME
    local/gnome-system-tools 2.30.0-2
    Gnome System Configuration Utilities
    local/gnome2-user-docs 2.30.0-1 (gnome)
    User documentation for GNOME2
    local/guile 1.8.7-2
    Guile is a portable, embeddable Scheme implementation written in C
    local/hal-info 0.20091130-1
    Hardware Abstraction Layer information files
    local/hdparm 9.28-1
    A shell utility for manipulating Linux IDE drive/driver parameters
    local/heimdal 1.3.2-1
    Implementation of Kerberos V5 libraries
    local/icu 4.4-2
    International Components for Unicode library
    local/imagemagick 6.6.0.10-1
    An image viewing/manipulation program
    local/imlib2 1.4.2-6
    Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon
    support
    local/initscripts 2010.01-1 (base)
    System initialization/bootup scripts
    local/iputils 20100214-2 (base)
    IP Configuration Utilities (and Ping)
    local/jasper 1.900.1-5
    A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard
    local/libbonobo 2.24.3-1
    A set of language and system independant CORBA interfaces for creating reusable components
    local/libcanberra 0.23-1
    A small and lightweight implementation of the XDG Sound Theme Specification
    local/libcroco 0.6.2-1
    GNOME CSS2 parsing and manipulation toolkit
    local/libdatrie 0.2.3-1
    Libdatrie is an implementation of double-array structure for representing trie, as proposed by Junichi
    Aoe.
    local/libdvdread 4.1.3-1
    libdvdread provides a simple foundation for reading DVD video disks
    local/libgail-gnome 1.20.2-1 (gnome)
    GNOME Accessibility Implementation Library for gnomeui and libbonoboui
    local/libgdiplus 2.6.2-1
    An Open Source Implementation of the GDI+ API
    local/libgksu 2.0.12-1
    gksu authorization library
    local/libgtop 2.28.1-1
    A library that read information about processes and the running system
    local/libgweather 2.30.0-1
    Provides access to weather information from the net
    local/libical 0.44-1
    An open source reference implementation of the icalendar data type and serialization format
    local/libidn 1.16-1
    Implementation of the Stringprep, Punycode and IDNA specifications
    local/libnice 0.0.11-1
    An implementation of the IETF's draft ICE (for p2p UDP data streams)
    local/libnl 1.1-1
    Library for applications dealing with netlink sockets
    local/libnotify 0.4.5-1.1
    Desktop notification library
    local/libproxy 0.2.3-1
    A library that provides automatic proxy configuration management
    local/libsasl 2.1.23-2
    Cyrus Simple Authentication Service Layer (SASL) library
    local/libtiff 3.9.2-2
    Library for manipulation of TIFF images
    local/libunique 1.1.6-2
    Library for writing single instance applications
    local/libusb 0.1.12-4 (base)
    Library to enable user space application programs to communicate with USB devices
    local/libvisual 0.4.0-2
    Abstraction library that comes between applications and audio visualisation plugins
    local/libxau 1.0.5-1
    X11 authorisation library
    local/libxfont 1.4.1-1
    X11 font rasterisation library
    local/libxkbfile 1.0.6-1
    X11 keyboard file manipulation library
    local/libxslt 1.1.26-1
    XML stylesheet transformation library
    local/logrotate 3.7.8-1 (base)
    Rotates system logs automatically
    local/mcpp 2.7.2-2
    Matsui's CPP implementation precisely conformed to standards
    local/mkinitcpio 0.6.3-1 (base)
    Modular initramfs image creation utility
    local/mono 2.6.3-1
    Free implementation of the .NET platform including runtime and compiler
    local/mono-addins 0.4-3
    a generic framework for creating extensible applications and for creating libraries which extend those
    applications
    local/mozilla-common 1.4-1
    Common Initialization Profile for Mozilla.org products
    local/mpfr 2.4.2-2
    Multiple-precision floating-point library
    local/musicbrainz 2.1.5-3
    The second generation incarnation of the CD Index
    local/ncurses 5.7-2 (base)
    System V Release 4.0 curses emulation library
    local/ndesk-dbus 0.6.0-2
    C# implementation of D-Bus
    local/ndesk-dbus-glib 0.4.1-2
    C# GLib implementation of D-Bus
    local/net-tools 1.60-14 (base)
    Configuration tools for Linux networking
    local/notification-daemon 0.4.0-4 (gnome)
    Notification daemon for the desktop notifications framework
    local/pam 1.1.1-1 (base)
    PAM (Pluggable Authentication Modules) library
    local/parted 2.2-1
    A program for creating, destroying, resizing, checking and copying partitions
    local/pciutils 3.1.7-1 (base)
    PCI bus configuration space access library and tools
    local/polkit 0.96-2
    Application development toolkit for controlling system-wide privileges
    local/polkit-gnome 0.96-3
    PolicyKit integration for the GNOME desktop
    local/procinfo 19-3 (base)
    Displays useful information from /proc
    local/python-pysqlite 2.5.5-1
    A Python DB-API 2.0 interface for the SQLite embedded relational database engine
    local/rarian 0.8.1-1
    Documentation meta-data library, designed as a replacement for Scrollkeeper.
    local/seahorse 2.30.0-1 (gnome-extra)
    GNOME application for managing PGP keys.
    local/sound-juicer 2.28.2-1 (gnome-extra)
    A cd ripper application
    local/startup-notification 0.10-1
    Monitor and display application startup
    local/syslog-ng 3.1.0-1 (base)
    Next-generation syslogd with advanced networking and filtering capabilities
    local/t1lib 5.1.2-2
    Library for generating character- and string-glyphs from Adobe Type 1 fonts
    local/texinfo 4.13a-3 (base)
    Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source
    file
    local/tomboy 1.2.0-2 (gnome-extra)
    Desktop note-taking application for Linux and Unix
    local/unixodbc 2.2.14-2
    ODBC is an open specification for providing application developers with a predictable API with which
    to access Data Sources
    local/upower 0.9.2-2
    Abstraction for enumerating power devices, listening to device events and querying history and
    statistics
    local/wpa_supplicant 0.6.10-2 (base)
    A utility providing key negotiation for WPA wireless networks
    local/xf86-video-ati 6.12.192-1 (xorg-video-drivers)
    X.org ati video driver
    local/xkeyboard-config 1.8-1
    X keyboard configuration files
    local/xorg-apps 7.5-3
    Various X.Org applications
    local/xorg-docs 1.5-1 (xorg)
    X.org documentations
    local/xorg-xauth 1.0.4-1
    X.Org authorization settings program
    local/xorg-xinit 1.2.1-1 (xorg)
    X.Org initialisation program
    -Qs xorg:
    [voorhees@myhost ~]$ pacman -Qs xorg
    local/xf86-input-acecad 1.4.0-1 (xorg-input-drivers)
    X.Org acecad tablet input driver
    local/xf86-input-aiptek 1.3.0-1 (xorg-input-drivers)
    X.Org Aiptek USB Digital Tablet input driver
    local/xf86-input-elographics 1.2.3-3 (xorg-input-drivers)
    X.org Elographics TouchScreen input driver
    local/xf86-input-evdev 2.3.2-1 (xorg-input-drivers)
    X.org evdev input driver
    local/xf86-input-fpit 1.3.0-3 (xorg-input-drivers)
    X.Org Fujitsu Stylistic Tablet PC input driver
    local/xf86-input-hyperpen 1.3.0-3 (xorg-input-drivers)
    X.Org HyperPen Tablet input driver
    local/xf86-input-joystick 1.5.0-1 (xorg-input-drivers)
    X.Org Joystick input driver
    local/xf86-input-keyboard 1.4.0-1 (xorg-input-drivers)
    X.Org keyboard input driver
    local/xf86-input-mouse 1.5.0-1 (xorg-input-drivers)
    X.org mouse input driver
    local/xf86-input-mutouch 1.2.1-4 (xorg-input-drivers)
    X.org mutouch input driver
    local/xf86-input-penmount 1.4.1-1 (xorg-input-drivers)
    X.org penmount input driver
    local/xf86-input-synaptics 1.2.1-1 (xorg-input-drivers)
    synaptics driver for notebook touchpads
    local/xf86-input-vmmouse 12.6.5-3 (xorg-input-drivers)
    X.org VMWare Mouse input driver
    local/xf86-input-void 1.3.0-1 (xorg-input-drivers)
    X.org void input driver
    local/xf86-video-ati 6.12.192-1 (xorg-video-drivers)
    X.org ati video driver
    local/xf86-video-vesa 2.3.0-1 (xorg xorg-video-drivers)
    X.org vesa video driver
    local/xorg-apps 7.5-3
    Various X.Org applications
    local/xorg-docs 1.5-1 (xorg)
    X.org documentations
    local/xorg-font-utils 7.5-2
    X.Org font utilities
    local/xorg-fonts-100dpi 1.0.1-3 (xorg)
    X.org 100dpi fonts
    local/xorg-fonts-75dpi 1.0.1-3 (xorg)
    X.org 75dpi fonts
    local/xorg-fonts-alias 1.0.2-1
    X.org font alias files
    local/xorg-fonts-encodings 1.0.3-1
    X.org font encoding files
    local/xorg-fonts-misc 1.0.1-1
    X.org misc fonts
    local/xorg-res-utils 1.0.3-3 (xorg)
    X.Org X11 resource utilities
    local/xorg-server 1.7.6-3 (xorg)
    X.Org X servers
    local/xorg-server-utils 7.5-3 (xorg)
    X.Org utilities required by xorg-server
    local/xorg-twm 1.0.4-3 (xorg)
    Tab Window Manager for the X Window System
    local/xorg-utils 7.6-1 (xorg)
    Collection of client utilities used to query the X server
    local/xorg-xauth 1.0.4-1
    X.Org authorization settings program
    local/xorg-xinit 1.2.1-1 (xorg)
    X.Org initialisation program
    local/xorg-xkb-utils 7.5-2
    X.org keyboard utilities
    local/xterm 256-1 (xorg)
    X Terminal Emulator
    Thanks again for any help

  • Cannot get xorg to work at all

    Granted I have yet to try vesa, but frankly if I cannot get the fglrx driver to work then I am not interested in this distro. Following the wiki instructions has gotten me nowhere and forum searches have turned up 4 year old posts. I have installed Xorg 1.11 from the repository listed on the catalyst page. I have installed the drivers also from the repo listed on the wiki page. I have a Dell XPS 1645 with an AMD HD 5730. fglrx module is running radeon is blacklisted and is not running. nomodeset is on my kernel line. running Xorg -configure says no devices to configure. fglrxinfo says unable to open display (null). If I delete xorg.conf startx says failed to load module ati, vesa, and fbdev, and then says fatal error no screens found. If I run aticonfig --initial it creates xorg.conf, but startx still will not work. The screen will go blank like it is about to load but there is an error fglrx: no matching Device section for instance (BusID PCI :0@2:0:1) found and xinit: connection to server lost. Running Xorg -configure still states no devices to configure. I'm really hoping this is something stupid that I have missed doing, as I do want to use this distro but my time is not infinite, and ubuntu and friends are just so easy. Not like I've never run Arch or Gentoo before either. If my tone is off I'm sorry, it's 2:30 AM here and I'm tired

    I also had trouble with my ATI Radeon after the upgrade and solved the problem by a revert.
    For this I used (for "extra") the repository http://arm.konnichi.com/2012/03/10/extra/os/i686/
    The archlinux wiki explains for "xorg" how to do reverts using such repositories ;-)
    I now run upgrades like this (example as of today):
    $ sudo pacman -Syuw --ignore ati-dri,libgl,xf86-input-evdev,xf86-video-ati,xf86-video-fbdev,xf86-video-vesa,xorg-server,xorg-server-common,xorg-xinput
    :: Synchronizing package databases...
    core 104.9 KiB 117K/s 00:01 [###] 100%
    extra 1388.4 KiB 123K/s 00:11 [###] 100%
    community 1588.5 KiB 123K/s 00:13 [###] 100%
    archlinuxfr is up to date
    :: Starting full system upgrade...
    warning: ati-dri: ignoring package upgrade (7.11.2-1 => 8.0.1-2)
    warning: libgl: ignoring package upgrade (7.11.2-1 => 8.0.1-2)
    warning: xf86-input-evdev: ignoring package upgrade (2.6.0-4 => 2.7.0-1)
    warning: xf86-video-ati: ignoring package upgrade (6.14.3-1 => 6.14.3-2)
    warning: xf86-video-fbdev: ignoring package upgrade (0.4.2-5 => 0.4.2-6)
    warning: xf86-video-vesa: ignoring package upgrade (2.3.0-7 => 2.3.0-8)
    warning: xorg-server: ignoring package upgrade (1.11.4-1 => 1.12.0-1)
    warning: xorg-server-common: ignoring package upgrade (1.11.4-1 => 1.12.0-1)
    warning: xorg-xinput: ignoring package upgrade (1.5.3-2 => 1.5.99.1-1)
    For the time being I am out of trouble, but in case someone is interested in understanding the problem:
    ======== PCI devices ========
    Host bridge ATI Technologies Inc Radeon 9100 IGP Host Bridge
    PCI bridge ATI Technologies Inc Radeon 9100 IGP PCI/AGP Bridge
    USB Controller ATI Technologies Inc Device 4367
    USB Controller ATI Technologies Inc Device 4368
    USB Controller ATI Technologies Inc Device 4365
    SMBus ATI Technologies Inc SMBus
    IDE interface ATI Technologies Inc Device 4369
    ISA bridge ATI Technologies Inc Device 436c
    PCI bridge ATI Technologies Inc Device 4362
    Multimedia audio controller ATI Technologies Inc IXP SB300 AC'97 Audio Controller
    VGA compatible controller ATI Technologies Inc Radeon 9100 PRO IGP
    == Xprg.0.log ==
    [ 260.602]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 260.602] X Protocol Version 11, Revision 0
    [ 260.602] Build Operating System: Linux 3.2.9-1-ARCH i686
    [ 260.602] Current Operating System: Linux arch200905 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:10:44 UTC 2012 i686
    [ 260.602] Kernel command line: vga=0xF06 root=/dev/disk/by-uuid/[confidential ... ...] ro
    [ 260.602] Build Date: 05 March 2012 06:02:28AM
    [ 260.602]
    [ 260.602] Current version of pixman: 0.24.4
    [ 260.602] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 260.602] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 260.603] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 13 09:47:44 2012
    [ 260.654] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 260.674] (==) No Layout section. Using the first Screen section.
    [ 260.674] (==) No screen section available. Using defaults.
    [ 260.674] (**) |-->Screen "Default Screen Section" (0)
    [ 260.674] (**) | |-->Monitor "<default monitor>"
    [ 260.692] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 260.692] (==) Automatically adding devices
    [ 260.692] (==) Automatically enabling devices
    [ 260.828] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 260.828] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 260.828] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 260.828] (II) Loader magic: 0x822e580
    [ 260.828] (II) Module ABI versions:
    [ 260.828] X.Org ANSI C Emulation: 0.4
    [ 260.828] X.Org Video Driver: 12.0
    [ 260.828] X.Org XInput driver : 16.0
    [ 260.828] X.Org Server Extension : 6.0
    [ 260.829] (--) PCI:*(0:1:5:0) 1002:7834:1509:9269 rev 0, Mem @ 0xe8000000/67108864, 0xec020000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
    [ 260.830] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 260.830] (II) LoadModule: "extmod"
    [ 260.882] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 260.918] (II) Module extmod: vendor="X.Org Foundation"
    [ 260.918] compiled for 1.12.0, module version = 1.0.0
    [ 260.918] Module class: X.Org Server Extension
    [ 260.918] ABI class: X.Org Server Extension, version 6.0
    [ 260.918] (II) Loading extension MIT-SCREEN-SAVER
    [ 260.918] (II) Loading extension XFree86-VidModeExtension
    [ 260.918] (II) Loading extension XFree86-DGA
    [ 260.931] (II) Loading extension DPMS
    [ 260.931] (II) Loading extension XVideo
    [ 260.931] (II) Loading extension XVideo-MotionCompensation
    [ 260.931] (II) Loading extension X-Resource
    [ 260.931] (II) LoadModule: "dbe"
    [ 260.932] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 260.933] (II) Module dbe: vendor="X.Org Foundation"
    [ 260.933] compiled for 1.12.0, module version = 1.0.0
    [ 260.934] Module class: X.Org Server Extension
    [ 260.934] ABI class: X.Org Server Extension, version 6.0
    [ 260.934] (II) Loading extension DOUBLE-BUFFER
    [ 260.934] (II) LoadModule: "glx"
    [ 260.934] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 260.987] (II) Module glx: vendor="X.Org Foundation"
    [ 260.987] compiled for 1.12.0, module version = 1.0.0
    [ 260.987] ABI class: X.Org Server Extension, version 6.0
    [ 260.987] (==) AIGLX enabled
    [ 260.987] (II) Loading extension GLX
    [ 260.988] (II) LoadModule: "record"
    [ 260.988] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 260.999] (II) Module record: vendor="X.Org Foundation"
    [ 260.999] compiled for 1.12.0, module version = 1.13.0
    [ 260.999] Module class: X.Org Server Extension
    [ 260.999] ABI class: X.Org Server Extension, version 6.0
    [ 260.999] (II) Loading extension RECORD
    [ 260.999] (II) LoadModule: "dri"
    [ 261.000] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 261.009] (II) Module dri: vendor="X.Org Foundation"
    [ 261.009] compiled for 1.12.0, module version = 1.0.0
    [ 261.009] ABI class: X.Org Server Extension, version 6.0
    [ 261.009] (II) Loading extension XFree86-DRI
    [ 261.010] (II) LoadModule: "dri2"
    [ 261.010] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 261.016] (II) Module dri2: vendor="X.Org Foundation"
    [ 261.016] compiled for 1.12.0, module version = 1.2.0
    [ 261.016] ABI class: X.Org Server Extension, version 6.0
    [ 261.017] (II) Loading extension DRI2
    [ 261.017] (==) Matched ati as autoconfigured driver 0
    [ 261.017] (==) Matched vesa as autoconfigured driver 1
    [ 261.017] (==) Matched fbdev as autoconfigured driver 2
    [ 261.017] (==) Assigned the driver to the xf86ConfigLayout
    [ 261.017] (II) LoadModule: "ati"
    [ 261.035] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 261.045] (II) Module ati: vendor="X.Org Foundation"
    [ 261.045] compiled for 1.11.99.902, module version = 6.14.3
    [ 261.045] Module class: X.Org Video Driver
    [ 261.046] ABI class: X.Org Video Driver, version 12.0
    [ 261.046] (II) LoadModule: "radeon"
    [ 261.046] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 261.106] (II) Module radeon: vendor="X.Org Foundation"
    [ 261.106] compiled for 1.11.99.902, module version = 6.14.3
    [ 261.106] Module class: X.Org Video Driver
    [ 261.106] ABI class: X.Org Video Driver, version 12.0
    [ 261.121] (II) LoadModule: "vesa"
    [ 261.121] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 261.139] (II) Module vesa: vendor="X.Org Foundation"
    [ 261.139] compiled for 1.11.99.903, module version = 2.3.0
    [ 261.139] Module class: X.Org Video Driver
    [ 261.139] ABI class: X.Org Video Driver, version 12.0
    [ 261.139] (II) LoadModule: "fbdev"
    [ 261.139] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 261.140] (II) Module fbdev: vendor="X.Org Foundation"
    [ 261.140] compiled for 1.11.99.903, module version = 0.4.2
    [ 261.140] ABI class: X.Org Video Driver, version 12.0
    [ 261.140] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 261.148] (II) VESA: driver for VESA chipsets: vesa
    [ 261.148] (II) FBDEV: driver for framebuffer: fbdev
    [ 261.148] (--) using VT number 7
    [ 261.153] (II) [KMS] drm report modesetting isn't supported.
    [ 261.154] (WW) Falling back to old probe method for vesa
    [ 261.154] (WW) Falling back to old probe method for fbdev
    [ 261.154] (II) Loading sub module "fbdevhw"
    [ 261.154] (II) LoadModule: "fbdevhw"
    [ 261.155] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 261.196] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 261.196] compiled for 1.12.0, module version = 0.0.2
    [ 261.196] ABI class: X.Org Video Driver, version 12.0
    [ 261.196] (EE) open /dev/fb0: No such file or directory
    ======== error reported from startx ========
    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 i686
    Current Operating System: Linux arch200905 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:10:44 UTC 2012 i686
    Kernel command line: vga=0xF06 root=/dev/disk/by-uuid/... ... ... ... ro
    Build Date: 05 March 2012 06:02:28AM
    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: Tue Mar 13 09:47:44 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (II) [KMS] drm report modesetting isn't supported.
    /usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/drivers/radeon_drv.so: undefined symbol: pciTag
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    This is a temporary solution. I hope, that I can do regular upgrades again later.
    Best regards from Munich
    Goetz
    ==== 2012-03-14 09:49 UTC ================================================
    I am trying to find the culprit. Besides xorg, I also blocked ati-dri and libgl. But they work fine on my PC.
    Thus, this is ok:
    ati-dri: package upgrade (7.11.2-1 => 8.0.1-2)
    libgl: package upgrade (7.11.2-1 => 8.0.1-2)
    In /etc/pacman.conf I entered:
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    IgnorePkg = xorg-server-common
    IgnoreGroup = xorg
    Last edited by goetzkluge (2012-03-14 10:23:47)

  • Firefox 13 and 14 will not install properly on my windows 7 starter. Also I cannot get the Scrapbook addon to work. Can you tell me why ?

    I have tried to install Firefox 13 and 14 on my netbook, running a Windows 7 starter OS. The installation begins to go smoothly from the setup.exe file; but after the installation seems complete, and I press the 'Open Firefox' button the firefox programme can be seen to start opening because it accumulates about 50mb of private bytes RAM on the windows task manager or on the 'process explorer' utility program by sysinternals. '''However the firefox screen/window never opens up and so firefox does not seem to be properly installed.'''' Also I have had problems with getting the Scrapbook" addon to install properly. I have another computer, a laptop, running XP Home, and I can get the Firefox 13 or 14 to install but it is on this other computer that I cannot get the 'Scrapook' addon to install properly; There is no notice on the Addon page saying the 'Scrapbook' addon does not work on Firefox 13 or 14, and the addon does install, but not properly, so it does not work.
    I have the old Firefox setup.exe files, and so I have managed to install an old version, firefox 3 or 4, on an external hard drive. I have successfully got this old firefox to work on the XP Home laptop from an external hard drive, and can successfully use the 'Scrapbook' addon in this way.
    I cannot understand why I have problems with Firefox 13 or 14. I think I first noticed the problem about 'Scrapbook' with Firefox 12.

    It seems your Mozilla installation is broken. Try the following steps to fully uninstall Mozilla Firefox:
    1. Uninstall Firefox as you would normally do.
    2. Open a command prompt as administrator.
    3. By using the cd and rd command, remove Firefox AppData and Roaming folders, for example:
    C:\Users\USERNAME> cd AppData
    C:\Users\USERNAME\AppData> cd Local
    C:\Users\USERNAME\AppData\Local> cd Mozilla
    C:\Users\USERNAME\AppData\Local\Mozilla> rd /s Firefox
    C:\Users\USERNAME\AppData\Local\Mozilla\*.* - Are you sure? (y/n) y
    C:\Users\USERNAME\AppData\Local\Mozilla> cd ..
    C:\Users\USERNAME\AppData\Local> cd ..
    C:\Users\USERNAME\AppData\> cd Roaming
    C:\Users\USERNAME\AppData\Roaming> cd Mozilla
    C:\Users\USERNAME\AppData\Roaming\Mozilla> rd /s Firefox
    C:\Users\USERNAME\AppData\Roaming\Mozilla\*.* - Are you sure (y/n) y
    C:\Users\USERNAME\AppData\Roaming\Mozilla > exit
    Remember to press Enter each time.
    4. After that, open a hard disk clean-up tool (such as CCleaner or Windows built-in) and remove all temporary files from your computer.
    5. Restart your computer. Download '''again''' the Firefox package from [http://www.mozilla.org/es-ES/download/?product=firefox-14.0.1&os=win&lang=es-ES Mozilla official servers] and try to install Firefox. If the problem persists maybe your computer has a problem or is infected with viruses.
    About the Scrapbook add-on, I could get it to work. It has no icon when docked to the toolbar, but you can anyway open it. Right-click a button on the toolbar, click Customize... find the Scrapbook icon, drag it to the bookmarks bar so you can see the icon and click on it to open it. Whenever you need to save a page, right-click that page and choose Save page.

  • Trying to connect a Belkin brand audio cable from my MacBook Pro to a Sony flatscreen TV. Cannot get any sound from the laptop out of the TV. What am I doing wrong?

    I'm trying to connect a Belkin brand stereo audio cable from my MacBook Pro to a Sony flatscreen TV (Apple "genius" handed me the cable to purchase.)  I have tried all the ports in the back of the Sony, and tried the volume on both the cable and TV remotes. I cannot get sound out of the Sony from my MacBook Pro laptop. What am I doing wrong???

    Downloaded your operating manual.  It appears that you need to connect the HDMI to HDMI 1 and the audio to the input socket just to the right of the VGA socket (i.e., between the VGA and the RF input connection).  The picture on page13 seems to be the clearest I could find:
    Although it's not exactly clear I think they are talking about a standard 3.5 mm (1/8") stereo jack for the audio inpu as opposed to the more common RCA jacks used in the row just above that VGA input socket.
    I haven't checked the manual as yet whether you need to set anything special with the controls other than input select.
    Note, if that truly is a 3.5 mm stereo jack cables are very common.  In your case it would just be a cable with a 3.5 mm jack on each end.
    Update:
    You will have to experiment with this but I think you will need to try pusing the input button to select either HDMI1 or PC (or Component?).  The manual is not clear on this (page 31).  Sometimes it just comes down to pushing buttons.

  • I am trying to install Appletv with an iPad2 and cannot get Homesharing to work

    I am trying to install Appletv with an iPad2 and cannot get Homesharing to work

    Homesharing only works with computers. If your using an ipad you want to use Airplay instead.
    http://support.apple.com/kb/ht4437?viewlocale=de_de&locale=de_de

  • I recently changed my aol password and now I cannot get mail.  When I go to settings, Mail, Contacts, Calendars the accounts portion is grayed out and will not let me open.  How do I fix this problem?

    I recently changed my aol password and right after I changed, I cannot get mail.  I get a a pop up block that says, Cannot Get Mail, the user name or password for AOL is incorrect, settings, OK.  I go to settings as suggested but the account area is grayed out and will not let me open.  Need help on how to fix this problem.  I tried sync with my PC and that did not help either.

    It sounds like you might need to contact Yahoo! if you aren't able to setup your email account as a new account after deleting it. 
    I found some links on the Yahoo! website that might help:
    http://help.yahoo.com/kb/index?page=content&id=SLN4138&locale=en_US&y=PROD_MOBIL E
    http://help.yahoo.com/kb/index?locale=en_US&y=PROD_MOBILE&page=content&id=SLN261 7

  • 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

  • HT201335 I have just bought apple TV but i cannot get my TV to find the signal from my Ipad 2. I can access my MAC files and play those through home sharing but no streaming from my ipad. It as though the Apple TV is not receiving the signal. What am i mi

    I have just bought Apple TV 2 and have followed all of the steps as directed. I have set up home sharing so I can watch the files from my MAC on the TV but I cannot get the airplay to stream my Ipad2 to the TV.
    I cannot even get my Apple TV to recognise that my Ipad is even on the same network as it as it gives me no options or recognition that it is trying to send the data.
    What have I missed to make my Ipad2 stream the screen image onto my TV...?
    Frustrated am i with it...!!

    I took a very quick look at the Owner's Manual for that Router.
    Much of this you will already know....but:
    1. Its a combination DSL modem/WiFi Router
    2. It does not have ariel antennas. My experience, the WiFi tends to perform poorly compared to standalone WiFi units and the WiFi range is also limited thus slower the farther away you get (or Apple TV gets)
    3. If you don't have a DSL filter infront of it I recommend using one, even if you don't use phones. DSL comes in the pair as a different frequency and its "probably" best to filter it out anyway.....even though it comes in on a dial tone and a dial tone often exists
    4. Let me know who you ISP is and I will find out what other Routers they offer.
    5. You can buy pretty much any DSL modem / Router online assuming it supports PPOe which most DSL ISPs use
    6. If you have not in fact tried running an Ethernet Cable.....try it.....you can get a 100 footer locally for just a few bucks. It could solve a heart ache

  • Connect Flash to Serial Port with Local Socket Connection

    Hey all,
    So, I am trying to connect a Flash movie to a serial port
    and have it react to the input coming in. Of course, Flash does not
    have this capability built in, so I need a workaround. I also
    program in Director, and there are easier ways to deal with this
    there, but since there hasn't been an update in years, and for
    other technical reasons, I would like to use a pure Flash program.
    I also need to take advantage of some of the new hardware
    acceleration improvements and horizontal sync issues that come with
    running the Flash player full screen. So, there are some tools out
    there that will let me stream the input from the serial port to a
    web address. I figure I could use the local address and assign a
    port number, then use Flash to create a local socket connection. I
    am having issues opening ports on my computer, and a few other
    things, but in theory, I think it should work. I know that I won't
    get all the answers here, but if anyone has done anything of the
    sort, or might know of some similar projects, it would really help.
    I am more of a Director/Flash programmer, and not so much one on
    the system level. So, opening local sockets, etc, while I am sure I
    can figure it out, is still a bit beyond me. Thanks all!
    - Bruce

    You may want to look into flash remoting, which would allow
    you to push content to the flash movie. You could then write a
    proxy between the source of your stream and flash the remoting
    server.

  • Cannot get NDES working on Server 2012 R2 at all.

    I absolutely cannot get this to work. I simply cannot figure out what I am either doing wrong or missing.
    Neither site works and in the event log I get the following:
    The Network Device Enrollment Service cannot retrieve one of its required certificates (0x80070057).
    The Network Device Enrollment Service cannot be started (0x80070057).
    It seems like I've read every site on this and tried everything but simply cant make it work. Have not tried on 2008 r2. Below is what I have done if someone can help me I would be grateful.
    I tried adding more permissions than needed on local machine certs, templates, and domain level as well
    Tried the http://support.microsoft.com/kb/2800975 where you move the ExtensionlessUrlHandler-ISAPI-4.0_64bit below
    the static file.
    I tried using and not using the use local profile in IIS for the SCEP pool
    Both the ndesservice acccount and admin account have full control on everything.
    I also tried to leave the default settings in the reg for the templates.
    This is the NDES log out put when turned on:
    ========================================================================
    402.534.948: Begin: 7/23/2014 4:01 PM 32.507s
    402.539.0: taskhost.exe
    402.543.0: GMT - 5.00
    2005.220.0: certca.dll: 6.3:9600.16384 retail
    2005.220.0: certenroll.dll: 6.3:9600.16384 retail
    2004.621.0:<2014/7/23, 16:01:32>: 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)
    2004.642.0:<2014/7/23, 16:01:32>: 0x80070006 (WIN32: 6 ERROR_INVALID_HANDLE)
    402.379.949: End: 7/23/2014 4:01 PM 32.585s
    402.534.948: Begin: 7/24/2014 2:31 PM 03.904s
    402.539.0: taskhost.exe
    402.543.0: GMT - 5.00
    2005.220.0: certca.dll: 6.3:9600.16384 retail
    2005.220.0: certenroll.dll: 6.3:9600.16384 retail
    2004.621.0:<2014/7/24, 14:31:3>: 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)
    2004.642.0:<2014/7/24, 14:31:6>: 0x80070006 (WIN32: 6 ERROR_INVALID_HANDLE)
    402.379.949: End: 7/24/2014 2:31 PM 06.122s
    EVENT LOG
    HTTP Error 500.0 - Internal Server Error
    Detailed Error Information:
    Module   IsapiModule
    Notification   ExecuteRequestHandler
    Handler   ISAPI-dll     Error Code   0x80070057
    Requested URL
       http://localhost:80/certsrv/mscep_admin/mscep.dll
    Physical Path
       C:\Windows\system32\CertSrv\mscep\mscep.dll
    Logon Method   Negotiate
    Logon User   FARAWAY\NdesService
    INSTALL STEPS
    SETUP DOMAIN ACCTS:
    Created Domain acct ndesservice (added to ndes server admin group and IIS group)
    Created Domain acct ndesadmin (added to Enterprise Admins and ndes server admin group)
    Ndes Server Profile Added
    -Logged on as ndesservice account so profile is created on ndes server
    DOMAIN CA (Server 2008 r2)
    -Applied kb2483564 to 2008 r2 domain CA
    -Duplicated (Exchange Enrollment Agent (Offline request),Cep Encryption,IPSec (Offline request) templates)
     Added ndesservice, ndesadmin, and ndes server with read and enroll on all three
    -All three cer copies prefixed with ndes
    -Issued Certs
    -CA properties (added ndesservice account and ndes machine acct read and request)
    -Added ndesservice account to local admin group
    Set SPN for ndesservice domain account
    -setspn –s http/gimli.faraway.com faraway\NdesService)
    NDES SERVER (Server 2012 R2)
    Installed NDES under CA Role using ndesadmin account (member of enterprrise admins group)
    -Added Request Filtering in IIS (tried with adding and without)
    -Added .Net extensability options (tried with adding and without)
    Post Deployment on NDES Server
    -set creds to configure role services to faraway\ndesadmin
    -Set service account to faraway\ndesservice
    -Set ca to pippin.faraway.com\farway (it picked this up automatically)
    -Entered cert info left keys at defualt of 2048
    NDES Server Registry changes
    -HKLM\Software\Microsoft\Cryptography\MSCEP (changed templates from default of IPSECIntermediateOffline to NDESIPSECIntermediateOffline
     also tried the template name NDESIPSec(Offlinerequest) from the copy
    -Added faraway\ndesservice account full control of MSCEP and below
    -HKLM\Software\Microsoft\Cryptography\MSCEP\EnforcePassword  (change from 1 to 0)
    Ndes Server IIS applicattion Pool Identity
    -IIS SCEP App pool set Load User profile from false to true
    NDES Server Certificates
    There were two Certs created when the role was installed in the machines personal store. I dont think I am supposed to do anything here other than add permissions?
    -Added ndesservice account and machine account with full control
    Both the CA and NDES server have been restarted multiple time. Am I doing this right and missing something in IIS 8.5? I Hope I provided enough info.

    Learning a lot lol. Never had to do either IIS tracing or capi logging. Turned it on.
    This is the log
    Level
    Date and Time
    Event ID
    Task Category
    Information
    7/25/2014 12:25
    81
    Verify Trust
    Information
    7/25/2014 12:25
    90
    X509 Objects
    Information
    7/25/2014 12:25
    30
    Verify Chain Policy
    Information
    7/25/2014 12:25
    11
    Build Chain
    Information
    7/25/2014 12:25
    41
    Verify Revocation
    Information
    7/25/2014 12:25
    40
    Verify Revocation
    Information
    7/25/2014 12:25
    41
    Verify Revocation
    Information
    7/25/2014 12:25
    51
    Retrieve Object from Cache
    Information
    7/25/2014 12:25
    50
    Retrieve Object from Cache
    Information
    7/25/2014 12:25
    40
    Verify Revocation
    Information
    7/25/2014 12:25
    10
    Build Chain
    Information
    7/25/2014 12:25
    80
    Verify Trust
    Error
    7/25/2014 12:24
    30
    Verify Chain Policy
    Error
    7/25/2014 12:24
    11
    Build Chain
    Information
    7/25/2014 12:24
    90
    X509 Objects
    Information
    7/25/2014 12:24
    41
    Verify Revocation
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Error
    7/25/2014 12:24
    41
    Verify Revocation
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Information
    7/25/2014 12:24
    51
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    50
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Information
    7/25/2014 12:24
    10
    Build Chain
    Information
    7/25/2014 12:24
    70
    Acquire Certificate Private Key
    Information
    7/25/2014 12:24
    90
    X509 Objects
    Error
    7/25/2014 12:24
    30
    Verify Chain Policy
    Error
    7/25/2014 12:24
    11
    Build Chain
    Information
    7/25/2014 12:24
    90
    X509 Objects
    Information
    7/25/2014 12:24
    41
    Verify Revocation
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Error
    7/25/2014 12:24
    41
    Verify Revocation
    Error
    7/25/2014 12:24
    53
    Retrieve Object from Network
    Information
    7/25/2014 12:24
    52
    Retrieve Object from Network
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Information
    7/25/2014 12:24
    53
    Retrieve Object from Network
    Information
    7/25/2014 12:24
    52
    Retrieve Object from Network
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Information
    7/25/2014 12:24
    51
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    50
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Information
    7/25/2014 12:24
    10
    Build Chain
    Information
    7/25/2014 12:24
    70
    Acquire Certificate Private Key
    Information
    7/25/2014 12:24
    90
    X509 Objects

  • Cannot get a URL to work

    My son sent me a link to a video but I cannot get it to open. My daughter can so I know it works, but what could it be on my Mac that it won't open for me? I have no problem with anything else I view. TIA,
    Connie

    I've tried 3: Safari, Camino and Firefox. It'll open in a window which is very small and the logo of the page is there but nothing else. I'm hesitant to put the URL on here but for the sake of help, here it is:
    http://65.49.32.147/RiversideCounty/4b2b09a9-7308-401b-8c6b-b4d2d21cbb1c/BOS%201 1-24-09%20am/Presentation_file/mgpresenter.html?Stream=local%20capture
    And clearing the cache did nothing either.
    Message was edited by: connie2323

Maybe you are looking for