Font antialiasing in Word 2007 with Wine

Is there any way to get antialiasing in Word 2007 with Wine? Also I'm having some problems with bullets, they don't show up right. Maybe I'm missing a package for Wine or something?
Thanks

Font blurring - err, antialiasing - is done in Windows by way of ClearType. So, I'd try the ClearType PowerToy.
Or, found some info by using _Google_:
http://wiki.winehq.org/CreateFonts (there's some info if you look)
http://ubuntuforums.org/showthread.php?p=6035785
http://forum.winehq.org/viewtopic.php?t=59
http://linux-fan-alfs.blogspot.com/2008 … fonts.html

Similar Messages

  • Convert to PDF in MS Word 2007, with CS2

    Hello,
    At work I have a menu/ribbon for "Convert to PDF" within Word 2007. At home, I am using Adobe CS2 and don't have this in Word. Is it available with CS2? I also don't seem to have Adobe PDF installed as a printer either, even though I have Acrobat installed. I'm using Windows 7.

    I don't remember which version of Acrobat comes with CS2, thing it is AA7. Anyway, AA8.1 is needed as a minimum for WORD 2007 - PDF Maker use. If you do not have at least this version of Acrobat, you will have to just print to the Adobe PDF printer.

  • Envelopes on Officejet 6500A from Word 2007 on Win 7

    Just upgraded from a Photosmart 1200 printer.
    Previously Word 2007 would happily print DL envelopes on the Photosmart.
    Now the Officejet 6500A keeps stating that the paper size is wrong.  Tried both the custom paper size (110 x 220mm for DL) and the Microsoft Word Envelope facility, both give paper size errors
    Martin Lines

    Yep, I had the same problem with DL & C5, support ,no support. Try the following, it worked for me.
    Set up as normal in Word for the envelope you want. Making sure all is as you would simply go to print i.e insert addresses etc. then:
    Click on Office Logo, select Print from drop down then click on Print in window.
    select Preferences then click on ( and this is the clever bit) Draft. click on OK and the envelope should print.
    Beware, if you select the draft option before the word setup you will print any associated word letter on the envelope.

  • Font problem creating WORD document with Oracle Reports 8i/9i

    I created a report using different Arial fonts. Once the report is generated from a .NET application, the fonts in the word document are changed apparently into Helvetica. This disarrange my lay-out completely. How can I solve this problem?
    (NB. when I generate a PDF, there is no problem!)

    By the way. I create the files in this way:
       private void createFile(String outFileName) {
          try {
             ByteArrayInputStream result = clientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
             File newFile = new File(outFileName);
             FileOutputStream output = new FileOutputStream(newFile);
             int bytesRead = 0;
             byte[] byteArray = new byte[10000];
             while ((bytesRead = result.read(byteArray)) != -1) {
                output.write(byteArray, 0, bytesRead);
             output.flush();
             output.close();
          } catch (Exception e) {
             e.printStackTrace();

  • Parsing Word 2007 with XPath

    I am trying to get the following code to parse the text areas out of a Word 2007 document.
         public static void main (String[] args) {
              InputStream docXMLIS = null;
              ZipFile docxFile = null;
              ZipEntry docXML = null;
              try {
                   docxFile = new ZipFile(new File("testing.docx"));
                   docXML = docxFile.getEntry("word/document.xml");
                   docXMLIS = docxFile.getInputStream(docXML);
              } catch (ZipException ze) {
                   System.out.println("Zip error.");
              } catch (IOException ioe) {
                   System.out.println("IO Error.");
              String text = "";
              try {
                   XPathFactory factory = XPathFactory.newInstance();
                   XPath xPath = factory.newXPath();
                   XPathExpression xPathExpression = null;
                   //String expression = "//w:document/descendant::w:t";
                   String expression = "//w:document/w:body/w:p/w:r/w:t/text()";
                   InputSource inputSource = new InputSource(docXMLIS);
                   NodeList nodeList = (NodeList) xPath.evaluate(expression, inputSource, XPathConstants.NODESET);
                   for (int i=0; i<nodeList.getLength(); i++)
                        text += nodeList.item(i).getNodeValue();
              }catch (XPathExpressionException xpee) {
                   System.out.println("xpee");
              }catch (Exception e) {
                   System.out.println("It broke.");
              System.out.println(text);
              System.out.println(text.length());
         }However, the error checking println's are just throwing out zeroes. Where is the logic behind this going wrong?
    Thanks.

    I have the feeling this is related to a bad handling of namespaces: I do not see any declaration of the "w" NamespaceContext in your code.

  • Problem with the XML in Word 2007 (Word Template)

    Hi Experts,
    i am new on CRM 2007 and i have a problem with the XML Structure of the Word Template.
    First i built a Web Service Design Tool. Then i saw on the Testpage, that it works.
    So i started the Document Templates and created a new Template. Object Type was BUS2000126 - CRM Business Activity. Web Service was my created and tested Web Service Tool.
    As i opened the Word 2007 with the XML-Structure, i recognized, that there was something wrong.
    The Responce on my Testpage from the Web Service Tool had the following structure:
    response (test.types.p1.CrmostZlaWord5ReadResponse)
       Output (test.types.p1.CrmostZla010RoszlaWord5001)
            ZlaWord5 (test.types.p1.CrmostZla010Rosbtorder)
                Administrativeheaderoforder (test.types.p1.CrmostZla010Rosbtorderhea001)
                     Partiesinvolvedofheader (test.types.p1.CrmostZla010Rosbtheaderpa001)
                         Allpartiesinvolved (test.types.p1.CrmostZla010Rosbtpartnera002[]) Displaying 3 elements of 3
                              element1 (test.types.p1.CrmostZla010Rosbtpartnera002)
                                   Btpartneraddress (test.types.p1.CrmostZla010Rosbtpartnera001)
    My Problem is now, that the XML-Structure got not that point "element1".
    Instead of "element1" there is the point "item" in my XML-Structure in Word 2007.
    I guess that is the Problem why i am not getting the fields of the Btpartneraddress filled in my Word.
    Can anyone help me? Or put me in the right direction that i can change the XML?
    Thanks for your help
    André

    Hi andré, I guess the issue is coming from the fact that you selected "AllPartiesInvolved" and that may contain any numbers of entries. So when you test your webservice, you put a key and then get a result for that key, and in that case you might get "element1" until "element3" for example if there was 3 partners involved in you activity.
    But, when you design your template, you don't have a key at that moment, so in the Web Service structure, you have "items" which stands for all the possible entries you might retrieve at runtime. I guess you could use an index in your template to specify which item you need, but this is quite hasardeous, so i would be you, I would not design my web service to use "AllPartiesInvolved" but rather a specific Partner type like contact person for instance.
    Regards,
    Xavier

  • Problems with saving Word 2007 table as PDF

    I have a table in MS Word 2007 with some merged cells. If I use the Save as ... PDF or XPS option in Word 2007 to save this document as a PDF, the resulting PDF has a table with a discontinuous table grid. The table lines around the cells are broken.
    Is this a problem with the Word table or does the Save as PDF command not work well with tables.
    Thanks,
    Karl Smith

    What versions of both programs and how did you create the PDF? Can you post an example of the PDF?

  • Send Email Using PDF Maker for Word 2007

    I am using Word 2007 with the Acrobat PDFMaker Office COM add-in. When I try to Mail Merge to a PDF, I get an error message that says "Acrobat PDFMaker was not able to mail merge the document." I click OK, and a new box says "Run-time error '5825'". Any ideas?

    This thread may have your answer:
    http://forums.adobe.com/message/1924439
    (Paul_Kuczmierczyk) writes:
    6. Dec 18, 2008 10:09 AM in response to:                                     (Ray_Whitfield)
    Re: PDF Maker Mail Merge error
    I've had this same problem with one word document and I think I figured out what is going on, at least in my case. I'm using Word 2003. I tried a test of one merge record, and it worked, but when I tried to complete the entire merge, it failed. After trying several times to no avail, I noticed that the first word in my document had the red spell check underline, even though the word was not spelled wrong. When I placed my mouse cursor in front of the first letter of the word, the font information said "ZWAdobeF" and the size was 1. After I deleted this and tried the merge to e-mail through the Adobe plugin, it worked flawlessly. After the merge was completed however, that font reappeared in front of the first word in my document.
    I hope this helps some people out there.
    Also, I'm using Adobe Acrobat 8 Professional, Windows XP SP3.

  • AA9 & Word 2007: Creating PDF disables macros

    I'm using Word 2007 with Adobe Acrobat Pro 9 and am getting a strange error. If I open a document, I can access the macros fine (I have the directory where the document template is located as my "Workgroup Templates setting).
    However, after I create a PDF of the document, I immediately get an dialog box saying "The macros in this project are disabled". When I try to access macros, I can't. Closing and opening the doc is a workaround but I'd like to know how to get rid of the problem.
    Regards,
    P.

    General Acrobat Problem Steps
    If you are having problems creating a PDF, there are two steps you should do FIRST
    Go to the appropriate vendor web site and apply all updates to the program you are using (several recent messages have concerned problems with MS Office conversion, with the response that different versions of Office have different BUGS that must be fixed by a download from Microsoft - and MS Office products are not the only ones which may, from time to time, need to be updated to work properly)
    Apply all updates IN NUMBER ORDER
    Acrobat Update http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
    Or, use the Microsoft product for Office 2007
    http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87 041&displaylang=en

  • Cannot Re-Eenable Acrobat Add-in in Word 2007

    The Adobe Acrobat add-in in Word 2007 has become disabled and I cannot re-enable it. 
    When I go to Word Options - Add-ins - Manage COM Add-ins and try to tick the disabled Acrobat add-in I get the error: "This add-in is installed for all users on this computer and can only be connected by an administrator".
    I can, however can right click on the Word.exe run as Administrator and it is enabled.
    I tried removing the PDFMaker Add In and adding it again and enabling it
    It still does not change the user account Add In, associated to the user on this computer
    How can I re-enable the add-in?
    I'm using Word 2007 with Windows 7 Adobe X 10

    You can refer to the steps mentioned in this forum and check :
    forums.adobe.com/thread/1082813?tstart=30
    Regards,
    Ravi

  • Problems converting Word 2007 document to PDF

    Greetings,
    Have a brand new shiny computer with Office 2007 basic (Word 2007, Excel 2007 and Outlook 2007). Comes with Adobe Acrobat Standard. Installed Adobe Acrobat Standard with no errors. Opened a Word 2007 document that has an embedded Excel 2007 spreadsheet (its a document for generating quotes). Word document looks fine in Word. Prints to paper fine as well. Tried Save-As Pdf and the resulting PDF has big black boxes where the spreadsheet should be. Tried printing to the Adobe PDF printer with the same result. Downloaded update for Adobe Acrobat Standard and installed it. Adobe Acrobat Standard is now version 8.1.2. Tried saving as PDF, same problem.
    Word 2007 is (12.0.6015.5000) MSO (12.0.6017.5000)
    Adobe Acrobat Standard is ver 8.1.2
    Microsoft Windows XP Pro.
    Any ideas on how to fix this ?
    thanks,
    Darryl

    Darryl,
    Bill is correct - "Save as PDF" is the Microsoft PDF tool. However, on your Word Save As menu, you should also see Save As > Adobe PDF, which is the one you want. (At least this is how it appears in Word 2007 with Acrobat 8.1.1 installed.) You should also be able to select the Acrobat tab in Word 2007 and select Create PDF.
    I tried a test with Acrobat Professional 8.1.1, and the spreadsheet inserted in a Word file shows up just fine in the PDF. I selected "Fully functional PDF" in the Save As dialog box (not "Quick and Simple PDF"). Also, did not create a tagged PDF. Does Acrobat Standard have these options? (Note: The PDF was converted correctly from both a .doc and a .docx file, with an .xls file inserted.)
    Hope this helps. --GMc

  • How do you keep embedded documents during conversion from Word 2007 to PDF?

    Windows 7, with all available patches.
    Word 2007, with all available patches.
    Acrobat reader 9.3.2
    I have additional documents, spreadsheets etc embedded into a Microsoft Office Word document. When this document is converted to the PDF (using the Word PDF add-in interface) the embedded objects can no longer be opened and only appear as images. 
    Is there a way to retain the embedded document during the conversion so that they can be opened from within the resulting PDF?
    Thanks in advance!

    Thanks very much for your repsonse, it's much appreciated
    I don't have Acrobat X installed at this time so am not able to create or edit PDFs (other than from Word).  I understand that creating a PDF from Word may not be an Acobat issue per se, but thought that someone on this forum may have experienced a similar problem, hence thought I'd try my luck here
    I will do as you suggest and try an MS forum
    Thanks again

  • Prints wrong colour from Word 2007. O.P. XP

    Printing from word 2007 with Black text, is printed in Cyan?  Have Repaired Word ,cleaned the Registrey and updated HP driver, but not corrected the fault?  Any ideas?
    This question was solved.
    View Solution.

    You didn't mention what printer model you have, but in the meantime, try this.  If this does not solve your problem, please let me know and add your printer model so I can do a more thorough search for a resolution. 
    Tobindo
    An HP Representative
    HP PSC 1100, 1200, or Officejet 4100 Series Not Printing Correctly  (See this link for full instructions with diagrams, plus other solutions to try.  The following instructions were taken from this document.
    The colors are incorrect
    This normally occurs because one of the ink cartridges are low on one or more colors of ink, do the following to determine if the ink cartridge is out of ink.
    Check the estimated ink levels in the Printer Toolbox. If the all-in-one software is not installed, skip to Step 2.
    NOTE: The estimated ink levels are calibrated for the HP 56 and HP 57 ink cartridges. The estimated ink level will be incorrect for the HP 28 ink cartridge.
    In the HP Director software, click Settings , click Print Settings , and then click Printer Toolbox .
    In the Printer Toolbox, select the Estimated Ink Level tab as is shown in Figure 1. Remember that this is an estimated ink level based on counting the drops of ink used and that it may not reflect the actual amount of ink remaining. If one or more of the colors of ink are low or empty, replace the ink cartridge.
    Figure 1: The Estimated Ink Level tab of the Printer Toolbox
    Print a test page by one of the following methods:
    From the Printer Toolbox: Select the Device Services tab of the Toolbox and then click Print a Test Page . The test page marked A in Figure 2 will print.
    From the all-in-one front panel: Press and hold the Cancel button, and then press the Color Start Copy button. The test page marked B in Figure 2 will print.
    Figure 2: Self test pages - A is from the Printer Toolbox, B is from the front panel
    If the colors on the test page look correct and are not faded or light, continue troubleshooting with Step 4 below. If the colors on the test page do not look correct or are faded or missing, clean the ink cartridges as detailed in the "Cleaning the ink cartridges " section below. Replace the ink cartridge if the correct colors do not print after cleaning the ink cartridge.
    Assign a color management profile to the all-in-one. To do this, refer to the following:
    Click Start , click Settings , and then click Printers (in Windows XP, click Start , and then click Printers and Faxes ) to open the Printers folder.
    In the Printers folder, right-click the HP all-in-one printer icon and then click Properties .
    Click the Color Management tab.
    Click Add to see the list of available color profiles.
    In the Add Profile Association dialog box, select Diamond Compatible 9300k G2.2.icm .
    Click Add and then click OK . Print the file again. If the application does not print in color, use Microsoft Paint to print a document with colors.
    Try printing again and see if the colors are better.
    When printing on some photo papers, there can be a greenish cast to blacks when photo paper is the selected paper type. Change the Paper Type setting to HP Bright White paper or Plain paper and print the page again.

  • Bug? Accessibility Tags Converting from Word 2007

    This seems like a minor issue, but it's one that could create a lot of frustration for a disabled person using a screenreader to read tabular data in a PDF.
    As you know, Acrobat plays nicely with Office apps allowing users to create tagged (structured), accessible PDF documents from MS Office files. I just created a simple docx file with a table (attached), and when I converted it to PDF, I noticed a difference in the tags it creates compared to conversion from Word XP. As you see in the Word file, the table is very basic, except that one of its column headers is split into two cells. This is actually a very common technique for presenting table data. In order to automatically tag the header rows as table header cells <TH> in the PDF, I set the first two rows to "Repeat Header Rows."
    Converting from Word 2007 with the "Save as Adobe PDF," or any other method that uses the Acrobat plugin, creates a tag tree that is missing a <TH> tag. I found the problem when I was testing a file with JAWS screenreading software. Using the JAWS "current cell" command (Ctrl-Alt-Numpad 5) to announce the column headers. It reads the wrong header for the current cell due to the missing <TH>. So, in my example file, it announces $2 and $5 as 2010 amounts rather than 2009. That could be pretty confusing to a screen reading user, to say the least.
    I then compared the result to the new Word 2007 "Save as PDF or XPS" feature. That feature tagged the file properly and the header columns match up.
    Compare the attached "save-as-adobe-pdf.gif" to"save-as-pdf-xps.gif". Note the empty (but necessary) <TH> tag in the latter image.
    Just as a sanity check I had a coworker with Word XP convert the file. Those tags were correct too. So, this must be a problem between Acrobat and Word 2007.
    Anyone have other observations on this? I'm going to be leading some accessibility training and right now, it looks like using the Word 2007 conversion feature is the way to go.
    I'm using Acrobat 9 Pro.
    Thanks,
    Joe

    Hi Joe,
    I sense your frustration. For any organization that has to or wants to engage in providing accessible online information
    a serious logistics support issue raises its head. To do PDF, HTML, whatever the proper way (and it can be done)
    requires more resources (training, knowledge, hardware, software, changes to work flows, perhaps some more staff).
    The is no "work smarter with less & pump out more" in this venue.
    Yes, it is helpful (and necessary) to "be one" with the S508 "paragraphs" - WCAG 1.0 - WCAG 20.
    However, once anyone begins to provide PDFs that must be "accessible" the first, single most important reference is ISO 32000.
    The Adobe PDF References that preceded PDF becoming an ISO Standard are useful; but, ISO 32000 is the standard.
    In this documentation there is full discussion of what *must* be done to provide an accessible PDF.
    Without a firm understanding of this content, other information tends to bring about a defused opacity of focus which can
    contribute to major conceptual errors vis-a-vis accessible PDF.
    Leonard Rosenthol's AUC blog entry provides a link to the ISO permitted Adobe version (free) of ISO 32000-1.
    http://www.acrobatusers.com/blogs/leonardr/adobe-posts-free-iso-32000
    Additional, useful information is found in these two documents:
    (1) - PDF Accessibility API Reference (from the Acrobat SDK)
    https://acrobat.com/#d=J7bWW4LvNoznh8fHCsfZDg
    (2) - Reading PDF Files Through MSAA
    https://acrobat.com/#d=uIOvkVTP74kag3bXFJLIeg
    About JAWS - Yes, much used. However, not the exlusively used AT application.
    If I use Windows Eyes, NVDA, a braille reader, or something else then what?
    JAWS *does not* define "it is accessible"...
    re: (1)
    "Game away and if it ...."
       Consider "Stop before right on red".
       "Compliance" is Stop on Red - Turn Right
       "Intent" (aka usability) is Stop on Red -  Look Good for on coming traffic that has the right of way - Yield - when clear, turn right.
    But, at least we are not talking about "left on red" 8^)
    re: (2)
    Just an observation. A defective product that claims to be "whole" can get entities (individuals/businesses) into a sticky wicket.
    Putting a high volume of defective products on one's selves only increases the probability that one gets 'busted'.
    Quantity replacing Quality just is not a success precursor.
    Case in point - Target and the national class action legal action that was taken against it with regards to "accessibility" of online information/services.
    Resolved now - see NFB's web site.
    re: (3)
    Ah, but what would Judge Judy or Judge Marily say?
    Efficiency does not preclude providing a "whole" product.
    I doubt that there will ever be a seamless "one-click" between products of any of the dominant software houses.
    They are intense competitors. That this is the case does not abrogate others from providing a "whole" product, no?
    So, if the organization wants the "we do accessible PDF" label then it pays the freight - Adobe Pro, training, appropriate work flows, etc
    that permit delivery of PDFs that meet the standards for what a well formed tagged output PDF is (accessible is a sub-set of this).
    For PDF there is no other way.
    If this cannot be done then there is always HTML as an acceptable method (to some it is the preferred and only "true" way).
    However, HTML, done "right" for accessiblilty is just as demanding in its own way.
    With each AT version / dot version release, JAWS - Windows Eyes - NVDA & others hone in closer on utilizing PDF ISO Standard 32000.
    That means if you deploy "accessible" PDF you need to provide PDF that live to the ISO standard.
    Keep in mind that S508's paragraphs began when, effectively, HTML was "it". In software terms that was geologic eons ago.
    For contemporary AT to effectively parse PDF, the PDF must be a well formed Tagged PDF having a format/layout that reflects a logical hierarchy.
    Creation of all this must start in the authoring environment with the content author.
    The post-process PDF output then assures that the PDF elements (tags) are the correct type, have the requisite attributes, etc.
    Without this, AT will not be able to provide the end-user effect utilization of the PDF.
    So, for AT to properly 'work' the PDF, <TH> elements *must* have the Scope attribute's value defined, Row and Column Span values defined, etc.
    Scope, Row Span, Column Span, Table IDs and Headings must be added as part of the post-processing of a PDF using Acrobat Professional.
    An alternative is the Netcentric CommonLook plug-in for Acrobat Professional. What it does, Acrobat Pro can do; however, the CommonLook
    provides a robust user interface. Downside: at some $1k per seat it is not 'cheap' and it has a *steep* learning curve (Sitka Pass?).
    Two table related resources are at this AUC thread (in post 3 and 4). They may be of some usefulness.
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=23178
    When the "smelly stuff" gets feed into the maw of the fan it's prudent to not be directly down stream, eh.
    Consider Target and the situation they put themselves in.
    Consider submittal of accessible PDF to fedgov or stategov agencies.
    They won't be in front of the fan if usability of the PDFs becomes an issue.
    Rather, it will be those submitting. After all the agency did say "accessible".
    Better to slow down and do it right or ramp up resource loading to support "schedule" than to stake oneself out as someones "feed" tomorrow, no?
    In the final analysis, for PDF, HTML, or any 'format',  Accessibility is the Usability + Compliance.
    Does it take improvements in professional development/training, adequate hardware/software, *time*?
    Yes. But, it all comes down to "where the rubber hits the road" - what tires are you on?
    It can be done. I do it one small step at a time every day. Often, that's what it takes.
    Deliverables are provided; but, with no mis-labeling and the incremental progress is identified, celebrated and the whole thing continues until
    the "road" is completed properly.
    Don't want wash outs, bridge collapse or what not tomorrow <g>.
    (But then I'm a fan of "Holmes on Homes" which may go a long way towards understanding my point of view when it comes to accessible PDF.)
    re: function(){Return ....
    Good question.
    My guess - either from the cut & paste I initially performed from the application I'd been using to assemble write up and screenshots or something associated with the Adobe Forum application.
    It can't be that I'm 'special'; if that was the case one of my occassional lotto quick picks would have been a big $ winner long ago <G>.
    fwiw -
    You'll find a number of "Accessible PDF" related resources in the threads at the AUC Accessibility Forum.
    http://www.acrobatusers.com/forums/aucbb/viewforum.php?id=18
    Two Accessible PDF related on demand eSeminars are also available.
    Look for Duff Johnson's and Charlie Pike's (on page 2) eSeminars.
    http://www.acrobatusers.com/learning_center/eseminars_on_demand
    Be well...

  • Why can't I get Microsoft Word 2007????

    i cannot access any microsoft word 2007 with firefox.....my students use it and i cannot grade their papers at home. I have to go on campus to use the computers there

    i cannot access any microsoft word 2007 with firefox.....my students use it and i cannot grade their papers at home. I have to go on campus to use the computers there

Maybe you are looking for

  • Adobe X Standard - Top Aligned Text Box

    I am trying to create a form that allows the body of a letter to be placed within an Adobe Form. The body of the letter can cover upto about 70% of that page. Obviously I am trying to do this via a text box but how do I get the text to start at the t

  • How much data does forwarding use?

    Hi All, Just curious if people know how much data forwarding uses? I'm traveling to Europe next week and need to have my phone available until I meet someone, but then I want to forward it to my home number for the rest of the trip. I know forwarding

  • IPhone 3G physical phone size is smaller than others?

    I have noticed that my iPhone 3G (16gb) is actually shorter (in size) than my wife's? I use the Inspiretech case and have noticed that my phone actually shifts around a little bit but when I put my wife's phone in there, it holds the phone correctly

  • Can't Mount External SCSI to USB Drive

    Hi guys- I currently have a problem involving an external scsi to usb drive that I can't mount. I tried the usual commands, fdisk -l, mount, lsblk, to discover the device but it's not showing up in /dev. I ran lsusb -v and one section shows "mass sto

  • IPhone LCD display problem?

    Hi everyone, Recently a friend has encountered an issue with their iPhone 5. The display of the phone seems to be damaged as the bottom three quarters of the screen are a mix of pink and black stripes, both thick and thin in width. Could this be an i