Find the answer to your Linux question:
Page 1 of 4 1 2 3 4 LastLast
Results 1 to 10 of 32
hi i am new to the whole linux system but figured id give it a try after fighting with windows for far too long. my problem is that i had ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Location
    Alberta Canada
    Posts
    31

    [SOLVED] debian hiding Ubuntu???

    hi i am new to the whole linux system but figured id give it a try after fighting with windows for far too long. my problem is that i had ubuntu 9.1 installed on 1 partition of my 160GB SATA drive and after i installed debian 5 on another partitoin i dont have the option to open ubuntu 9.1. is there any way of fixing this???

    p.s. the only reason i installed debian was because in ubuntu 9.1 the highest screen resolution i am able to select is 800x600 but in debian it gives me options as high as 1280x800. i would much rather use Ubuntu 9.1 if someone could please explain how to get back to it and change my resolution

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its easy to fix problem unless you have installed Debian over Ubuntu Partition.
    Boot up Debian and execute this in Terminal
    Code:
    su -
    /sbin/fdisk -l
    df -h
    Post output here.
    * Its small L in fdisk -l.


    If you correct driver for your Graphics Card and set supported values xorg.conf, you can fix Resolution problem in Ubuntu easily.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Location
    Alberta Canada
    Posts
    31
    Disk /dev/sda: 160.0 GB, 160000000000 bytes
    255 heads, 63 sectors/track, 19452 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x000ac97b

    Device Boot Start End Blocks Id System
    /dev/sda1 1 9301 74710251 83 Linux
    /dev/sda2 18658 19452 6385837+ 5 Extended
    /dev/sda3 * 9302 17811 68356575 83 Linux
    /dev/sda5 18658 19452 6385806 82 Linux swap / Solaris

    Partition table entries are not in disk order
    dan:~# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda3 65G 2.6G 59G 5% /
    tmpfs 1.3G 0 1.3G 0% /lib/init/rw
    udev 10M 832K 9.2M 9% /dev
    tmpfs 1.3G 0 1.3G 0% /dev/shm



    thanks for the fast reply

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Boot up from Ubuntu LiveCD, open Terminal and execute this
    Code:
    sudo mount /dev/sda1 /mnt
    sudo grub-install --root-directory=/mnt /dev/sda
    sudo umount /mnt
    Reboot machine. Ubuntu's GRUB Menu will appear at startup.
    If its Menu doesn't show an entry for Debian, boot up Ubuntu from Hard disk and execute 'sudo update-grub' command. It will detect Debian and re-generate GRUB Menu.
    Code:
    sudo update-grub
    If above method fixes your problem, we will try to fix Resolution problem in Ubuntu.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2010
    Location
    Alberta Canada
    Posts
    31
    yes that worked perfectly thank you. i now have the option of booting ubuntu or debian. i still cannot get my screen resolution higher than 800x600 tho

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Lets fix Resolution problem now.
    Execute this in Ubuntu Terminal
    Code:
    sudo lspci | grep -i vga
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Mar 2010
    Location
    Alberta Canada
    Posts
    31
    00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    This card doesn't need any proprietary driver. It looks like xorg.conf file is not configured correctly.
    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Mar 2010
    Location
    Alberta Canada
    Posts
    31
    it says this


    bash: /etc/X11/xorg.conf: No such file or directory

  10. #10
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Quote Originally Posted by X8ballX View Post
    it says this

    bash: /etc/X11/xorg.conf: No such file or directory
    Try it like this:

    Code:
    cat /etc/X11/xorg.conf
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Page 1 of 4 1 2 3 4 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
  •