Find the answer to your Linux question:
Results 1 to 3 of 3
I need some help. Maybe someone can link me to an FAQ or guide or something to help me with my new linux laptop. Anyways i want to change my ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    33

    Resolution/INstalling programs

    I need some help. Maybe someone can link me to an FAQ or guide or something to help me with my new linux laptop. Anyways i want to change my screen resolution. Right now it is on 640x480 WAY TOO BIG!!!!!!!!I want to make the resolution higher like to 1024x768. I know it is possible because wheni was running mac it worked on 1024x768. I tried going in to some X11 file and edditing the .conf but it was locked and i couldn't figure out how to unlock it so please help

    Ok second part is i want to know how to install programs such as Wine or Firefox. So can someone please help me and i am sorry for all of the noobish questions. I am really good at windows but as i read in that long lengthy Linux does not = Windows thing i now know it doesn't matter. I am a novince. So someone please help me. Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I need some help. Maybe someone can link me to an FAQ or guide or something to help me with my new linux laptop. Anyways i want to change my screen resolution. Right now it is on 640x480 WAY TOO BIG!!!!!!!!I want to make the resolution higher like to 1024x768. I know it is possible because wheni was running mac it worked on 1024x768. I tried going in to some X11 file and edditing the .conf but it was locked and i couldn't figure out how to unlock it so please help
    You must have root privileges to edit xorg.conf file.
    Execute this
    Code:
    su 
    nano /etc/X11/xorg.conf
    Edit xorg.conf file and in case it doesn't work, execute this
    Code:
    lspci | grep VGA
    cat /etc/X11/xorg.conf | grep Driver
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Quote Originally Posted by NadeMaster View Post
    Ok second part is i want to know how to install programs such as Wine or Firefox. So can someone please help me and i am sorry for all of the noobish questions. I am really good at windows but as i read in that long lengthy Linux does not = Windows thing i now know it doesn't matter. I am a novince. So someone please help me. Thanks
    Assuming it's Debian:

    $ apt-get install <package name - e.g. firefox or something like that, not the name of the whole package file: blah-blah_blah-12.34.deb>

    $ deselect
    then go to select....<space>..../firefox....install....etc..

    aptitude is meant to be friendlier than dselect, can't see it myself.
    All power is violence; all power is evil.
    Money As Debt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •