How to set screen height / dead line of pixels - cant read

Hi there,
I recently installed arch on my notebook, the issue now is that it has a line of dead pixels at the bottom, which makes it impossible to read my input or the console output. It would be sufficient if I could change it for the Xserver or in my window manager. I tried to find something in the xmonad wiki but no solution there. Any suggestions?
I'm using Xorg with xmonad and xmobar.
Thanks in advance and a happy new year!

You have to put 'nomodeset' on the kernel line, ie
title archlinux
root (hd0,X)
kernel /vmlinuz26 ro root=/dev/sdaY ro vga=771 nomodeset
initrd /kernel26.img

Similar Messages

  • How to set SAXParser at command-line interface to create a large XML file

    Hi,
    I am trying to create a large XML file (more than 50 MB) by selecting from Oracle database but failed because of "out of memory" error. According to "Oracle XML Developer Guide", we should use SAXParser to parsing a large XML file. But there is no example to show how to set SAXParser at command-line
    Following is what I use to get xml files. It works only when the file is small.
    java OracleXML getXML -DateFormat -withDTD -rowsetTag PO_HDR -conn
    "jdbc:oracle:oci8:@server_name" -user "ID/password" "select * from table_name"
    When I set SAXParser at the way below,
    java oracle.xml.parser.v2.SAXParser OracleXML getXML -DateFormat -withDTD -rowsetTag PO_HDR -conn
    "jdbc:oracle:oci8:@server_name" -user "ID/password" "select * from table_name"
    it failed with the error message: "In class oracle.xml.parser.v2.SAXParser: void main(String argv[]) is not defined"
    Does anyone know how to solve the problem? I'll be appreciated very much for your help.
    Yi

    here are my ideas.
    register the xml schema.
    using xmldom, generate the desired xml output and return as xmltype.
    then you can use something like this to check.
    declare
    xmldoc xmltype ;
    begin
       -- populate xmldoc from you xmldom function
       -- validate against XML schema
       xmldoc.isSchemaValid(schema_url, root_element);
       if xmldoc.isSchemaValid = 1 then
            --valid schema
       else
            --invalid
       end if;
    end

  • How to set  row height  for  each row

    Hi
    i am trying to set rowheight of row in a JTable using setRowHeight(row,rowheight)
    it is not affecting on Table.but if i use setRowheight(rowheight) it applying
    entire table ,please help me to solve this problem
    after setRowHeight(row,rowheight), i am calling firechanged() method also ,i t will not affecting please hemp me
    how to set row height at runtime in a JTable

    Ok fine... do one thing... post ur code here let me check and tell u....
    Ciya.....

  • HOW TO SET THE OUR OWN LINE SPACING ?

    hai frenz...
    i jus wanted to know how to set the our own spacing between the records or lines...
    i.e.,
    there shub be no spacing between the records when its getting displayed...
    for e,g.,
    actually my records are in the output screen displaying like this.....
    hyundai   100    200
    maruthi    100   300  
    tata         200    200
    but i want to be displayed like this...
    hyundai   100    200
    maruthi    100   300  
    tata         200    200
    how to do that........ reply me....

    Hi,
    Use SKIP Abap Statement
    SKIP 2.
    SKIP TO LINE 1.
    SET BLANK LINES {ON|OFF}.
    Example
    REPORT demo_skip NO STANDARD PAGE HEADING.
    DATA sum TYPE i.
    TOP-OF-PAGE.
      SKIP.
      ULINE.
    START-OF-SELECTION.
      DO 10 TIMES.
        WRITE / sy-index.
        sum = sum + sy-index.
      ENDDO.
      SKIP TO LINE 1.
      WRITE: 'Numbers with sum' COLOR COL_HEADING,
              sum               COLOR COL_TOTAL.

  • How to set Screen type "Selection Screen" in Dialog program

    Hi Experts,
    I have copied a screen 400 from a program into my program. In that screen in source program, the screen type was defined as 'Selection Screen'. After i copied that screen into my program, the screen type Selection Screen option is disabled. How to set the screen type of a screen to Selection Screen.
    I am currently getting the following error
    "Error when generating the selection screen "0400" of   "Ztest_screen                 ".
    I tried running the generation program RSDBGENA. There the diagnosis was given as follows:
    When generating the report Ztest_screen and its selection screen, an existing screen 1000 (not a selection screen) was overwritten.
    The selection screen was defined as follows:
    SELECTION-SCREEN BEGIN OF SCREEN 400 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK blck1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_matnr FOR mara-matnr.
    PARAMETERS:     p_werks TYPE werks_d OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK blck1.
    SELECTION-SCREEN END OF SCREEN 400 .
    I am calling the screen 400 with selection screen declarations in PBO of screen 0100.
    CALL SUBSCREEN sub_scr INCLUDING 'Ztest_Screen'  '400'.
    Where am i going wrong? Your inputs are needed.
    Thanks

    Thanks Przemysław and Nabheet for your suggestions.
    I had copied the generated screen 400 also from the source program into my program. This was the error. I deleted that and the report got activated now.
    Both the source and destination programs are not module pool. They are executable programs.
    Thanks

  • How to set the height of a textarea dynamically

    Hi,
    I have been trying to set the ui.textarea's height dynamically and I am not able to do it. This is what I am doing.
    <ui:textArea binding="#{assignment$EditResult.textArea2}" id="textArea2" style="height: 90%" text="#{currentRow.value['comments']}"/>
    The height is being ignored and it is set to the default size. How can I set the height of this component to fit to the size of its cell, which is dynamic?
    Thanks for your help.

    Thank you for your help! It worked for something like this:
    getTextArea2().setStyle("color : red");
    but this does not work still.
    getTextArea2().setStyle("height: 90%");
    I think it still does not know the size of the cell at this point yet. But this is a good tip, thanks anyway!
    ~Kazzie

  • How to set screen resolution in BDC

    hi pls give info regarding how to set resolution for screen
    thank you
    Ravi

    hi,
    For screen resolution use ctu_params, with default size
    Data : f_option type ctu_params,
    f_option-updmode = 'S'.
    f_option-defsize = 'X'.
    f_option-dismode = 'N'.
    call transaction 'VA01' using bdcdata options from f_option messages into bdcerror.
    CALL TRANSACTION tcode... OPTIONS FROM opt
    ... OPTIONS FROM opt
    Effect
    Allows you to control processing using the values of the componetns of the structure opt, which must have the ABAP Dictionary type CTU_PARAMS. The components have the following meanings:
    DISMODE
    Display mode (like the MODE addition)
    UPDMODE
    Update mode (like the UPDATE addition)
    CATTMODE
    CATT mode (controls a CATT)
    CATT mode can have the following values:
    ' ' No CATT active
    'N' CATT without single-screen control
    'A' CATT with single-screen control
    DEFSIZE
    Use default window size
    RACOMMIT
    Do not end transaction at COMMIT WORK
    NOBINPT
    No batch input mode (that is, SY-BINPT = SPACE)
    NOBIEND
    No batch input mode after the end of BDC data.
    The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
    'X' Yes
    ' ' No
    If you do not use the OPTIONS FROM addition, the following control parameter settings apply:
    DISMODE
    From addition MODE
    UPDMODE
    From addition UPDATE
    CATTMODE
    No CATT active
    DEFSIZE
    Do not use default window size
    RACOMMIT
    Successful end on COMMIT WORK
    NOBINPT
    Batch input mode active ( SY-BINPT = X
    NOBIEND
    Batch input mode remains active after the BDC data

  • How to set specific height in JLabel but vary in width ...

    Hi,
    I want to set the height of JLabel to fix height but vary the width according to the content of the label...
    How does I do that ??
    JLabel lbl = new JLabel("Hello this is aman");
    lbl.setPreferredSize(100,30);
    If the the text is changed, the width will be truncated at 100 pixels... how do I change
    that to height 30, but width change according to text ?
    thank

    Hi..
    may be this works for you ---
    since u want to adjust the width with the text size.. means that you will be taking an input from the user and then set it on the label.. so before setting the text on the label & width of label .. get the length of the text and set this length as the width parameter to method setPrefferedSize()..
    ex:
    // get the text from textbox
    String userinp = textbox.getext();
    JLabel lbl = new JLabel();
    lbl.setPreferredSize(userinp.length,30);
    lbl.setText(userinp);

  • How to set screen resolution on Apple TV Gen2

    This is my first bad out of the box experience with an Apple product. I got my brand new Apple TV Gen 2 and hooked it up to our Sony Receiver/TV.
    Plugged everything in. Turned it on and I got the screen but am not able to change resolution. With the current resolution I can not see all the menus and the display does not fit on the 40" display.
    Tried unplugging.
    Tried doing a reset.
    Tried holding the Menu & Down arrow
    Tried looking through the menus, such as Settings, Video & Audio but can't find anything on setting screen resolution
    Tried searching this forum for instructions for changing resolution
    Much appreciation in advance for any tips or magic tricks on setting screen resolution.

    i also have this problem. i had a long discussion with apple support and the result was that apple tv 2 is not build for connecting it to a receiver but only to a up-to-date flat TV. i don´t know how i managed it to use the 720p resolution but as i had it i set the auto power to off and let it switched on all the time.
    after the update to 4.2.1 it had no chance to get it to 720p. it is locked to 1024x768 which is not the resolution i want to watch HD movies.
    but my setup is not a normal one. i have a onkyo AV receiver which is sending the HDMI signal over a HDMI splitter to an LCD screen and a HD beamer. the LCD screen is an old one which has no HDMI input, i use a HDMI to analog-component converter for this. the HDMI output of the onkyo is connected to a wireless HDMI system from marmitek.
    so its not so the ideal setting for apple tv. i hope that everything works fine if i have a new flat TV with a normal HDMI input.

  • How can set screen resolution on firefox , i know zoom in and out but i want set my broswer to my favorie levelof zoom

    hi
    how can set my firefox screen resolution ( i know zom in and zom out but when i restart my firefox , it chanaged to perviose level of zoom )

    In case you are using "Clear history when Firefox closes":
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords and website specific setting like the page zoom.
    Clearing cookies will remove all specified (selected) cookies including cookies with an allow exception.

  • How to set Panel height to browser height?

    I have a panel in a module in an application (App > Module > Panel). I would like the panel to take up the full height of the browser window. How can I achieve this? Trying to set height="100%" doesn't work, and makes the panel disappear. Setting the layout to absolute also doesn't work when setting top and bottom margins to 20.
    Any ideas welcome.
    Thanks!
    Mike

    There is something odd going on. I did what you suggested, but then the module doesn't display. However, when I remove the percentage-based height tags everything shows up.
    It seems that the Panel object is sensitive to height being percentage-based. As soon as I set its height to "500" instead of "100%" it displays.

  • How to set the SCLK & SDO lines low...

    Using a USB-8451 and need to set both the SCLK & SDO lines low as part of a prefix packet that I am sending to a device.  how do I do it in LabView?
    I can set the SCLK low using the 0 (Idle Low) input to the 8451 Config Property node but am not sure how to set the SDO low as needed.  

    steve05ram360 wrote:
    Yes it is SPI.  The device is an MB16024 LED driver from Macroblock.
    Are you actually referring to the http://www.mblock.com.tw/products_mbi6024.html? (Note the "I" instead of the "1") Where does it say it's a SPI device? I don't see it saying SPI anywhere on that page. Do you have the actual datasheet? I was unable to find it on their web site.
      maybe I cannot use the 8451 for this task??  ... 
    You can always use bit-banging mode.

  • Set the height between lines in Eclipse

    Hello,
    First of all, I'm sorry my question is not related directly to Java, but it's related to Eclipse. I want to know how I can change the height between lines of code in Eclipse.
    Can anybody help me, please?
    Thanks.

    I don't know if this is of any help, but you can change the fonts and
    maybe another font is more what you want.
    Go to: Window>Preferences>Workbench>Colors and Fonts>Java
    and select another font and adjust its point size. You can't directly
    change the vertical spacing between lines though.
    kind regards,
    Jos

  • How to set the flag of the mail when I read it for POP3

    HI,
    All
    I know that POP3 does not support the flags. As per my knowledge the only flag POP3 supports is the DELETED. if i am not wrong.
    Now what i have to do is when i fetch the mails programmatically and once i read that I want to mark that mail as read in the yahoo also. means when i reterieve the mails through my client from the yahoo mail and next time when I Open the yahoo account the mail that i have retrieve must be seen as read rather than unread.
    Yahoo uses the POP3 Server for the incoming mails the same thing also happens with outlook you can find that outlook also uses POP3 as the incoming mail server and when we reterieve the mails from the yahoo using the outlook by some way Outlook marks the mails on the yahoo server as read the same thing I have to do for my client Program using the POP3 server.
    If Outlook does it dispite of the POP3 server there must be some way to do the same thing for the POP3 server using the Java Mail Api.I dont know how to do that thing and mark the mails as read once I fetch them.
    Any Help is appriciated,
    Rahul.

    I have tried to access the content of the message using the my program to fetch the mail but still Yahoo does not mark it as the read in its web interface.
    so I want to know how to do that. and also want to know that when you are doing same thing for the outlook then it mark it as a read on the Yahoo web mail interface so I want to know how do they do it means how Outlook mark it as a read mail on the yahoo server despite of the POP3 server.
    If anybody knows how outlook does that than we can do same using the Java mail Api.
    Regards,
    Rahul

  • How to set Screen Sharing to greyscale on Leopard 10.5

    The new screen sharing feature (just a built in VNC client) is decent, although I would've liked it better if it gave an option to view the connected computer in greyscale (like Apple Remote Desktop can), so as to make the screen redrawing much quicker. This is how you do that:
    To change this setting manually, open up the Terminal and type in the following command:
    defaults write com.apple.ScreenSharing controlObserveQuality 2
    This changes the controlObserveQuality setting within this plist file: “~/Library/Preferences/com.apple.ScreenSharing.plist” file to 2, which is grey scale. To change it to a different resolution, substitute the number 2 with one of the following numbers:
    1 = black and white
    2 = grey scale
    3 = 8 bit color
    4 = 16 bit color
    5 = full color
    However, when you've connected and you're all happy that you have greyscale, if you then choose Adaptive Quality from the View menu in Screen Sharing, this will set the default back to 3 (8 bit color), and you'll have to run the Terminal command or edit the .plist file again - so, just leave it when you initially set it and all will be well!
    ----

    I tried the malisphoto.com solution it but it didn't work for me.
    I even tried the one at entropy.com but that also didn't work.
    I was very careful and successful in the command line (bash) and afterwards, phpInfo() showed that the GD library was installed, however, my localhost GD (gif draw) scripts still kept showing the same old error messages on my localhost (and not online): "Fatal error: Call to undefined function imagecreatefromgif()"
    Perhaps I'm just wrong to think PHP GD will work on my localhost pages after performing these installations - perhaps I'm misunderstanding something? Am I'm trying to change a light-bulb with a jack-hammer?
    I should also point out that both solutions made my localhost run extremely slow. After restoring my system, it's all working fine (but without php GD).
    My system is a Power Mac 10.5.8 Leopard
    This is really lame. Is Apple trying to shut out PHP now? Is PHP the new "Flash"?

Maybe you are looking for

  • I'm currently backing up using Time Machine and a Seagate external hard drive, how to do I restore on a new computer?

    I hate to say it.. But I have never backed up!! I have thousands of pics of my son on this mac book, it got wet and NOW I'm backing up (as i type) to a Seagate external hard drive-  I plugged it in, and then Time MAchine launched automatically.  It l

  • Update change to e-mail

    How do I remove the Reply All button from the bottom of my email display? I already prefer to use hot keys for handling email. The addition of a reply all button takes away from screen space for reading and viewing email images as well as the nightma

  • Trouble with Drive&Walk USA license and 2.0

    I've tried to 'update' my license and the only thing that shows up is a city guide I purchased. If I exit and go back in it shows the Drive&Walk license I have with 328 days remaining. If I try to Navigate it takes me to the purchase screen and wants

  • Expanding Box Problem

    I have been working all morning to add a horizontal spry menu bar to the menu_bar section of the Mother Earth Template ( http://www.webshapes.org/template/details/id/200702247034127204) from Webshapes ( http://www.webshapes.org/) Anyway, I had to do

  • How to automatically scroll text in JScrollPane

    Hi there I have a very simple question... How to automatically scroll text in JScrollPane? Text in the TextArea is constantly getting updated... but the scroll bars dont' move as the text changes. Instead I ahve to scroll and see the changes everytim