Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 24
Hi, I just installed Debian on my laptop (latitude x1) with an external CD/DVD. This was a problem for the latest release of Debian but I ran the command "linux26" ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53

    Updating 2,6 -> 3.1



    Hi,

    I just installed Debian on my laptop (latitude x1) with an external CD/DVD. This was a problem for the latest release of Debian but I ran the command "linux26" in the install prompt and that worked fine.

    But now i´m stuck with version 2,6 i guess. Is there any way to update without using a CD/DVD? Is it possible to do with something like "apt-get update" or something like that?

    I am new to Debian but I have computer skills, just don't be to hardcore if there isn't an easy way to it

    Thank you in advance!

    // bnei

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Do you mean the kernel, 2.6 is the latest kernel available. If you want to update your packages.

    Change everything that says "sarge" to "etch" or "sid"
    apt-get update
    apt-get upgrade
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53
    Ok, thank you.

    Well, I suppose that I have the latest version then, didn't really know what the command "linux26" meant so I guessed it meant version 2.6 of debian but ok...

    Is debian (or perhaps it's gnome to blame) friendly with widescreen resolutions (1280x768 ) after the standard installation, or do I need a special packet for that?

    edit: (1280x76 <-- stupid smileys :P

  4. #4
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Look in /etc/X11/xorg.conf for the resolutions part, add the one you want at first and hit CTRL-ALT-BACKSPACE
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by bnei
    Is debian (or perhaps it's gnome to blame) friendly with widescreen resolutions (1280x768 ) after the standard installation, or do I need a special packet for that?
    This entirely depends on your video card. Which video card do you have ?

    Post the output of
    Code:
    lspci | grep -i vga
    if you don't know.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  6. #6
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53
    lspci | grep -i vga <--- Intel Corp. Mobile Graphics Controller (rev 03)

    I googled my way to find that I should use the driver "i810" for x11 (and I choose that driver) and that I should install a packet called "915resolution" and set the resolution in that file to 1280x768.

    Hows that sound?

  7. #7
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by bnei
    l
    I googled my way to find that I should use the driver "i810" for x11 (and I choose that driver) and that I should install a packet called "915resolution" and set the resolution in that file to 1280x768.

    Hows that sound?
    Exactly, that's it.

    You can find the backported Debian package for Sarge here :
    http://backports.org/debian/pool/mai...3bpo1_i386.deb

    Once it is installed, just configure the file /etc/default/915resolution.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  8. #8
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53
    Quote Originally Posted by antidrugue

    You can find the backported Debian package for Sarge here :
    http://backports.org/debian/pool/mai...3bpo1_i386.deb
    Thank you!

    My debian is just installed and running in textmode now, how can I reach that url with a command? (yes, I have internet )

  9. #9
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Code:
    wget http://backports.org/debian/pool/main/9/915resolution/915resolution_0.5.2-3bpo1_i386.deb
    should do the trick.

    Then you can install it like that :
    Code:
    dpkg -i 915resolution_0.5.2-3bpo1_i386.deb
    If you get some dependancy errors, just run :
    Code:
    apt-get -f install
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  10. #10
    Just Joined!
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    53
    Quote Originally Posted by antidrugue
    Code:
    wget http://backports.org/debian/pool/main/9/915resolution/915resolution_0.5.2-3bpo1_i386.deb
    should do the trick.

    Then you can install it like that :
    Code:
    dpkg -i 915resolution_0.5.2-3bpo1_i386.deb
    If you get some dependancy errors, just run :
    Code:
    apt-get -f install
    Yes, that worked like a charm. However (and this is the rookie part), is gnome already installed as default? I did "apt-get install gnome" but I get "dpkg was interrupted"

    startx <-- gives me a lot of "no such file or directory" and "no space left on device".. the last message seems weared, Is it the swap file that is to small or is it something completely different (new to linux so don't really understand the error messages entirely"

    Is this enough information to help me at all?

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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