Two sessions with GT 430

I want to start off by saying that I am LOVING Arch! Thank you to everyone who has contributed to this wonderful distro!
I am currently trying to get my machine setup so I have two separate sessions, one to my monitor and wired keyboard/mouse, and the other to my HDMI output and wireless keyboards and mice. I have had some success, but am running into a little problem. Right now my wireless keyboards are still feeding to my monitor's session, and I am not seeing any video to my HDMI.
My Xorg.0.log only contains two warnings:
(WW) Wireless Keyboard/Mouse: ignoring absolute axes.
(WW) Logitech USB Receiver: ignoring absolute axes.
But gdm/:0-greeter.log has quite a few more
(gdm-simple-greeter:1572): Gtk-WARNING **: gtkwidget.c:5676: widget not within a GtkWindow
** (gdm-simple-greeter:1572): WARNING **: Unable to read from file /etc/arch-release
** (gdm-simple-greeter:1572): WARNING **: Unable to load CK history: no seat-id found
** (gnome-power-manager:1571): WARNING **: Failed to send buffer
(gnome-power-manager:1571): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-power-manager:1571): atk-bridge-WARNING **: IOR not set.
(gnome-power-manager:1571): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-power-manager:1571): atk-bridge-WARNING **: IOR not set.
** (gdm-simple-greeter:1572): WARNING **: Failed to send buffer
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
I am using the following xorg.conf and gdm/custom.conf
xorg
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mouse0"
EndSection
Section "InputDevice"
# Logitech Wireless
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mouse1"
EndSection
Section "InputDevice"
# IOGear Wireless
Identifier "Mouse2"
Driver "mouse"
Option "Device" "/dev/input/mouse2"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
# Logitech wireless
Identifier "Keyboard1"
Driver "kbd"
Option "Device" "/dev/input/event6"
EndSection
Section "InputDevice"
# Iogear wireless
Identifier "Keyboard2"
Driver "kbd"
Option "Device" "/dev/input/event8"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG Electronics L1932TQ"
HorizSync 30.0 - 71.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "DENON, Ltd. DENON-AVAMP"
HorizSync 15.0 - 68.0
VertRefresh 23.0 - 61.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 430"
Option "RenderAccel" "true"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 430"
Option "RenderAccel" "true"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP-0: 1280x1024 +0+0; DFP-0: 1024x768 +0+0; DFP-0: 800x600 +0+0; DFP-0: 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP-1: 1920x1080_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enabled"
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "AllowEmptyInput" "false"
EndSection
Section "ServerLayout"
Identifier "Layout1"
Screen 0 "Screen1" 0 0
InputDevice "Keyboard1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard2" "CoreKeyboard"
InputDevice "Mouse2"
Option "AllowEmptyInput" "false"
EndSection
gdm/custom.conf
[daemon]
[security]
[xdmcp]
[greeter]
[chooser]
[debug]
[servers]
0=Standard -layout Layout0 vt7
0=TV -layout Layout1 vt12
If someone could point me in the right direction, I would greatly appreciate it.
Thank you

Bump .... one last run to see if anyone can help me out.
Thanks

Similar Messages

  • Whether two session with for update at the same time will wait for another?

    Will this scenario happen?
    One session executes: select ... for update/select ... for update nowait
    The other session also executes: select ... for update/select ... for update nowait
    Two sessions happens at the same time unluckily. Whether they will all stand by because of "for update" or quit immediately because of "nowait"?
    Thx a lot.

    HiddenName wrote:
    This situation is called 'a deadlock'. Oracle will automaticaly detect a deadlock. One of the statements will fail with ORA-00060 deadlock detected;
    No, it's not.
    A deadlock is when sesson-A has a lock on something that session-B needs in order to continue, and at the same time, session-B has a lock on something that Session-A needs in order to continue. They BOTH have something the other needs.
    In the OP's case, at least as he described it, it is simple serialization. The one with the lower scn will go, then the next.
    PS.
    Why don't you try? You can setup a small table with some records, open 2 sessions to the same database and for example issue UPDATE statements:
    session 1: update where id=1
    session 2: update where id=2
    session 1: update where id=2 - this will hang waiting for session 2 to commit and free lock
    session 2: update where id=1 - ORA-00060
    You may also read about deadlocks in chapter on "Data Concurency and Consistency" of "Oracle Concepts'.

  • How do I create a session with the datasource set in code not sessions.xml

    I want to create a session where I specify the J2EE datasource name dynamically in code. Normally, I would hard-code a J2EE datasource name in sessions.xml e.g.
    <login>
    <datasource>jdbc/MyApplicationDS</datasource>
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <uses-external-connection-pool>true</uses-external-connection-pool>
    <uses-external-transaction-controller>true</uses-external-transaction-controller>
    </login>
    However, we don't want to use a hard-coded string "jdbc/MyApplicationDS". We want to be able to set this at runtime.
    I found this in the App Developer's Guide:
    Configuring an External Connection Pool in Java
    To configure the use of an external connection pool in Java:
    1. Configure the DataSource on the server.
    2. Configure the Login to specify a DataSource and the use of an external connection pool:
    login.setConnector(
    new JNDIConnector(new InitialContext(), "jdbc/MyApplicationDS"));
    login.setUsesExternalConnectionPooling(true);
    and this:
    Configuring Sessions with the sessions.xml File
    OracleAS TopLink provides two ways to preconfigure your sessions: you can export and compile Java source code from the OracleAS TopLink Mapping Workbench, or use the OracleAS TopLink Sessions Editor to build a session configuration file, the sessions.xml file.
    It seems like I should export and compile Java code that calls login.setConnector(), but I can't find out any information on how to do this. I looked at the MW user guide and I didn't see anything on this.
    I also found this by searching this discussion forum:
    To create a server session completely from code given a project you can use,
    project.getLogin().setConnector(new JNDIConnector(new InitialContext(), "your-datasource-url"));
    project.getLogin().setUserName("");
    project.getLogin().setPassword("");
    Server server = project.createServerSession();
    server.login();
    However, I don't know how to get the project.
    Thanks,
    Vicki

    If you are using a sessions.xml file, you can get your project from your session. Ensure that when you access your session from the SessionManager, that you do not have it login.
    Session session = SessionManager.getManager().getSession("my-session", false);
    session.getProject().setConnector(...);
    session.login();
    If not using a sessions.xml, you can either read your Project from the XMLProjectReader, or instantiate your Project class directly.

  • Sessions with internetexplorer and opera browser  are different

    im new to java technology, i have a doubt regarding sessions...
    i have used InternetExplorer and logged in using two browsers with two different user names . when i logged out of yahoo in one browser the second browsers session is also expired......
    but with opera browser it is working fine ....
    does sessions also depends up on browser implementation..
    pls clear my doubt...

    Opera, Firefox and Netscape seem to use a different approach to multiple browser windows, where they share memory spaces. I'm not sure why this is, but all three do it.
    IE will only share a session between windows spawned in the same thread (IE the File --> New --> Window or clicking on a link that uses JavaScript to open a new window, or right clicking and selecting Open in New Window). But, if an IE browser is open, then you launch a whole new instance of IE (clicking the Icon on the Desktop again), those sessions will not be shared.

  • [svn:bz-trunk] 13716: since include-read-only is a server global setting, we can't have two channels with different value.

    Revision: 13716
    Revision: 13716
    Author:   [email protected]
    Date:     2010-01-22 09:26:12 -0800 (Fri, 22 Jan 2010)
    Log Message:
    since include-read-only is a server global setting, we can't have two channels with different value.  remove the test for the include-read-only false.  update the service-config.xml as well.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/ReadOn lyTest.mxml

    You can give this a try on your Ultimate machine.  While these are said to be for Vista, I used it on my Win 7 machine just fine and it fixed the problems I was having.  Hope it works for you.
    The problem is that Vista, by default, will only use NTLMv2 for authentication, which is not supported by Mac OS X's Windows Sharing service.
    The other problem is the Minimum Session Security for NTVLM SSP based Clients.
    To get around this:
    1.     In Vista, open the Control Panel
    2.     Switch to "Classic" view
    3.     Double-click Administration Tools
    4.     Double-click Local Security Policy
    5.     Or Secpol.msc
    6.     Expand "Local Policies" and select "Security Options"
    7.     Alternate : Type secpol.msc to get editor up then
    8.     Locate "Network Security: LAN Manager Authentication Level" in the list and double-click it.
    9.     Change the setting from "Send NTMLv2 response only" to "Send LM & NTLM - use NTLMv2 session if negotiated"
    10.     Network Security: Minimum session security for NTLM SSP Based (including secure RPC) Clients
    11.     Change the setting from "require 128 bit" to unchecked (No Minimum)
    12.     Click OK
    the real difference between vista and windows 7 procedure is 10 and 11

  • Invalidate session with specific sessionId

    Hi there,
    Is it possible to invalidate session with specific sessionId?
    Thanks.

    Hello,
    I have a system consisting of three different departments, each department has its own login page with different username and password.
    from the same browser, all three administrators can log in successfully, during there login, one session is created with different attributes for each of them, if any one administrator logs out, I invalidate the session, which logs out the other two administrators.
    Can I use session Id to log out on administrator while the other two can stay logs in?
    If I am using the wrong approach all together, can anyone suggest an alternative please?
    here is my code to create session:
    // if correct username and password entered then create session
    String financeAdminSess = adminUsername;
    session.setAttribute("financeAdminSess", adminUsername);                                        
    String redirectURL = "finance_admin_home.jsp";
    response.sendRedirect(redirectURL);
    and here is the code for loggin out:
    // get session
    String financeAdminSess=(String) session.getAttribute("financeAdminSess");
    // remove session
    session.removeAttribute("financeAdminSess<br />");
    // invalidate session
    session.invalidate();
    Any suggestion would be much appreciated.
    Thanks
    Shaxo

  • With Muti-clip gone from FCP X, is there a new way to sync two cameras with FCP X

    With Muti-clip gone from FCP X, is there a new way to sync two cameras with FCP X

    I film with two cameras then copy the files from each camera into their own folders. I then use ClipWrap to convert the MTS files into AIC.  If the recording was one long contiguous session, many cameras will split the MTS files into 2GB chunks.  ClipWrap will Convert Multiple to Span to reassemble them properly.  With the AIC .MOV file from ClipWrap, I then use FCP X to Import the MOV files from camera 1 and camera 2.  I prefer to do it that way versus using FCP X Import from Camera.  I then move the clip from camera 1 onto the timeline in the "primary storyline" (FCP X terminology).  I drag the camera 2 clip above the camera 1 clip and line up the audio from the two cameras while that audio is still attached to the video so everything stays in sync.  FCP X has a way to automatically sync two soundtracks, but I have not gotten around to that yet.  With camera 2's clip attached to camera 1's clip as a "connected clip" above the camera 1 video, I then do an edit to go between the cameras as seems best to me.  When the connected clip of camera 2 video sits above the camera 1 video, it will take priority over the camera 1 video.  I then split camera 1's video clip taking out sections when I want to go back to the camera 1 view. Of course I can trim camera 2's clips until I get it the way I want it.  Since FCP X uses the magnetic timeline concept, and camera 2's clip is "connected" to the camera 1 clip, as you split and trim camera 2's clip, everything will stay in sync across the two camera "tracks".  When there is no camera 2 video above the camera 1 video, camera 1 video will be seen.  When camera 2 video is above camera 1 video, camera 2 video will be seen instead.  With a single editing pass, I can then do all the editing I need to go back and forth between two cameras.  The same concept is expandable to other camera "tracks" as long as you are using vertical position in the timeline to determine which camera is seen when.  If you would like for it to look like a multi-camera track composit like before FCP X, you can simply select all your clips and make a compound clip out of it.  You will then see the multiple camera clips side by side in a single "track".  Double click on that "clip" in that "track" to go into the structure and editing individual "tracks" around if needed.  Think of a compound track as what a sequence used to do.  Anyway, there may be other, and easier ways to do this, but with a single edit through my recording, I can easily and visually cycle back and forth between camera views.  It's just that things are called differently now ... and, as of this time, we do not have a single button camera switching function to let us view multiple cameras simultaneously and switch between them using a keystroke for each camera.  Still, I have a way to do it, and it has worked very well for me, in fact I was pleasantly surprised at how easily I could do multi-camera in post.  Hope this at least gives you one option.  Others may have a better way.  Best wishes.
    stephen

  • Two sessions are blocked each other in

    Hi All,
    My database is Exadata machine. 11.2
    These days we encountered one case, that is two sessions are always blocked by each other. I get this info from v$session blocking_session.
    For examle, the information looks like
    sid blocking_session event
    1 2 libarary cache lock
    2 1 row cache lock
    and as you know there are many other sessions are blocked by sid 1.
    By lookiing up v$sql, I got the sql for these 2 sessions.
    /* QSMQ VALIDATION */ ALTER SUMMARY "XXXXX"."Gxxx_CP_CAL_TIME_TEMP_MV" COMPILE
    /* QSMQ VALIDATION */ ALTER SUMMARY "XXXXX"."Gxxx_CP_CAL_TIME_MV" COMPILE
    Both of these 2 MV share some underlying objects. And both of the 2 sessions started at the same time roughly.
    If the compilation incurs the lock on the object, why the 2 sessions block each other?
    Can someone give me some tips,please?
    Best regards,
    Leon

    Leon,
    sid blocking_session event
    1 2 libarary cache lock
    2 1 row cache lockYou are saying that above situation does not cause a deadlock error to be generated in either one of those two sessions?
    /* QSMQ VALIDATION */ ALTER SUMMARY "XXXXX"."Gxxx_CP_CAL_TIME_TEMP_MV" COMPILE
    /* QSMQ VALIDATION */ ALTER SUMMARY "XXXXX"."Gxxx_CP_CAL_TIME_MV" COMPILEThese to me look like programmed 'ALTER SUMMARY' commands (the comment in front of the statement seems to indicate so). It's the application that's doing this right?
    - Can you reproduce this with two sqlplus sessions?
    - Why is the application compiling the MV's? Are underlying objects being altered frequently?
    - Should the application not just be 'refreshing' the MV's instead of compiling them?
    Just some thoughts.
    Toon
    Edit:
    Dom's right. The alter summary statements seem to be Oracle internal calls generated by DBMS_MVIEW.REFRESH executions.
    Edited by: Toon Koppelaars on Nov 24, 2011 10:41 AM

  • AA3.0.1 Locking up loading session with UAD2 plugin

    When loading a any session in Adobe Audition 3.0 or 3.0.1 that uses the RealVerb Pro or Dreamverb plugins lock the session while loading the tracks (before it starts to load the files)... This effects UAD's 5.2, 5.3, and 5.4 software.
    I don'te believe it's the computer, I have this happening on 2 systems and 3 operating systems... And on the same computers the problem does not happen with Audition 2.0
    Details:
    System 1 (CBS Radio):
    Dell 3.1 ghz Core 2 Duo
    4 gig ram
    750 gig HD total
    UAD 1 running 5.4 software
    Windows XP Pro
    System 2 (Home Studio)
    3 ghz Core 2 Quad
    ASUS Rampage Formula MB
    8 gig of ram
    3.3 tb HD total
    UAD 2 running 5.4 software
    Windows Vista (32) ---- Problem exists with no SP, and with both SP1 and SP2
    Windows 7 (64)
    Any ideas?

    I finally got connected with support... thought trouble shooting, we found the problem has to do with loading 2.0 session with those plugins active. They are looking into it.
    If you have any problems like this, for now the only work around is to turn off those plugins when loading the 2.0 session, then turning the plugin on (not everything, just those two effected it seams)
    If you headbutt this problem, please feel free to PM me and I can walk you though the work around until their is a more final solution.

  • Opening two sessions of Indesign

    Can anyone tell me if it is possible to open two sessions of InDesign CS at the same time. Working with dual monitors. Thanks.

    I know that is possible and am using that as an alternative at the moment, but in some cases would be easier to just open two sessions the way you can with Excel. Thanks for your assistance.

  • One connection two session

    Hi,
    I use sql developer version 3.04 and when I connect to a oracle database (version 10.2) Ii open one connection and in the backend when I see two sessions are getting created is this possible ?
    USERNAME SID SERIAL# STATUS MACHINE PROGRAM LOGON_TIME
    LIVEQRY 882 9602 INACTIVE 3icpu298 SQL Developer 10-02-12 11:33:11
    LIVEQRY 1076 29765 INACTIVE 3icpu298 SQL Developer 10-02-12 11:33:04
    Regards,
    Satish.J

    Can you ping the SERVERNAME from the machine you are trying to add the RemoteApp host from?  You may have to enable the rule "File and Print Sharing (Echo Request - ICMPv4-In)" on the inbound firewall on the server you are pinging.  Does the name
    resolve correctly?
    I received that error when I had an issue with the network.

  • HT1423 I am adding more memory, should I replace the top two slots with the 4g memory modules, then place 2g memory modules on bottom slots. Does it even matter?

    I am adding more memory, should I replace the top two slots with the 4g memory modules, then place 2g memory modules on bottom slots. Does it even matter?

    I am adding more memory, should I replace the top two slots with the 4g memory modules, then place 2g memory modules on bottom slots. Does it even matter?

  • HT4910 Have two phones with same apple id as I got one for my hubbie .he tried to back up his numbers in I cloud . Our contacts have now merged and neither can delete from our phone without it coming off the other . Any ideas how we can stop this

    Have two iPhones with the same id as I got hubbie one in week and when I got it they asked for email address so I gave the one we use, so when my husband started phone up he just put my password in. When he tried to back his numbers on iCloud they all appeared on my phone and now I can't delete his numbers without them deleting on his phone as well . Any help would be appreciated.

    You'll have to migrate one of the phones to a different account, then delete the other person's data from each account (you can continue to share the same Apple ID for purchasing from the iTunes and app stores). 
    Decide which iPhone will be keeping the current iCloud account.  On the one that will be changing accounts, if you have any photos in photo stream that are not in your camera roll or backed up somewhere else save these to your camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll. 
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The phone that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iPhone.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't from each account.

  • I am experiencing two problems with iTunes on my iPhone 5s.

    I am experiencing two problems with iTunes on my iPhone 5s.
    Issue 1: iTunes Match
    Some song playback is merging songs. I select “Song A” to be played and midway through the song it begins playing “Song B” however when I look at my phone it indicates that “Song A” is still playing even though the actual music is not “Song A”. I searched the Apple Support Community as well as the internet and this seems to be an ongoing issue back to 2012 that has not been resolved. All of the “fixes” that are provided do not work. For example, update/sync iTunes Match, delete the song from your iPhone and re-download from the cloud or delete the song from your iTunes including the iCloud and re-download. None of which worked. I even tried to complete erase the song from my computer hard drive and restarted my computer and then re-downloaded the song and it was still not working.
    Issue 2: iTunes Preview Track
    I am unable to preview any music on iTunes through the iTunes app on my phone. I have signed out of my user ID and restarted my phone and then logged back in and it did not fix the problem. My iTunes Match and iTunes radio are allowing me to play music. My software is up-to-date.

    Same problem here, Im running the latest version of iOS 7 on my iphone 5S (ipod 5S) bricked lol. It was working fine and then a mates baby grabbed my phone and dropped it (not very high) then it went off so i turned it on and BAM i got the grey backround with the apple logo on it so, I waited, Then it went to BSOD and got stuck in that loop, I then done a manual reset I was able to turn it off thats all. I tried restore in recovery mode with the latest itunes it come up with Unknown Error, error code (14) (something to do with unreconizable USB) tried many diffrent USB ports but sadly nothing, I then tried DFU mode with itunes still not working. Im really stuck on this one I need some assitance PLEASE! HELP!
    No aftermarket apps on iphone 5s
    Latest iOS 7 on iphone 5s
    Latest itunes 11.1.5.5
    Running Windows 7 (good comp)

  • How to print two sides with one page?

    I have a PDF that is one page long and I'd like to print the same thing twice (front and back) on one page. Can I do that?
    I've tried printing two copies with the printer set to double-sided, but it just printed two sheets with one side on each sheet.

    Well sure; Go back to the authoring application that created the documents and do a 2-UP page. Make the existingg page large enough to accomodate the extra content. Is that what you're asking or do you really mean print to a printer with a back up ? In that case just flip the page over and print page 2 on the other side.
    Or are we missing something ?

Maybe you are looking for

  • Oracle error 01841  Help please!

    I am using 10g on Unix. I am converting queries to Oracle and am down to a few errors that I cannot resolve on my own. I have this query SELECT DISTINCT TI.TICKET_ID, (QUEUE_DATE-(TO_CHAR(TRUNC(SYSDATE),'YYYYMMDD'))) AS DAYS_OPEN, TI.QUEUE_DATE, L1.L

  • Changing the day in ical

    when ical is opened the day under the year 2007 remains the same Sat. AM. Is there any way to change this back so that it lists the correct day and time?

  • How do I reset instruments like ResMan in my Operato Interface

    I have a requirement to be able to reset all of my instruments from within my LabWindows Operator Interface each time a user logs in. I know where to put the code, I just need to know what to put there. I've had NiSpy active while ResMan is running,

  • Create user account on TARGET Golden Gate

    Can I create a independent user account on Golden Gate Target ?. This is like we do on a logical standby server. the user account in question does not exist in the source. If yes, what are the steps invloved if any that is not normally followed.

  • Fields-symbol

    Hi How can i use the fields-symbols in Abap Object (class)?: The program <b>SAPLMIGO</b> have a table <b>oref_detail->t_goserial</b>. I would get this table in my program (not object) by using field-symbol What can i do? it's urgent thanks a lot