Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
I installed my first ever REAL linux disto, debian. as a windoes user, i felt that i needed a gui, so i decided to try gnome. im still pretty clueless ...
  1. #1
    Just Joined!
    Join Date
    Jun 2005
    Posts
    29

    Running Gnome in Debian

    I installed my first ever REAL linux disto, debian.

    as a windoes user, i felt that i needed a gui, so i decided to try gnome.

    im still pretty clueless to most things linux, but i used apt get to install gnome and gnome-core. and now i have no idea how to run it. startx gives me a command not found error, do i need to install other packages or edit some things to make this work?

    this is a BRAND NEW debian install, if that helps, the only things ive done is apt-get install gnome and apt-get install gnome-core.

    please help thedreamstate get out of this without going back to windoes!

  2. #2
    Linux Enthusiast
    Join Date
    Feb 2005
    Location
    Luton, England, UK, Earth
    Posts
    639
    you also need to do apt-get install x-window-system

  3. #3
    Just Joined!
    Join Date
    Jun 2005
    Posts
    29
    lolz oops.

  4. #4
    Just Joined!
    Join Date
    Jun 2005
    Posts
    29
    ok this is awsome. one lil problem ( so far ) , i set the relolution way to big, hows would i go about changing it? the only resoultions i see are 800x600 and 640x480, i was hoping for 1280x1024.

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    first run
    Code:
    dpkg-reconfigure xserver-xfree86
    If you still don't get the resolution you want edit the /etc/X11/XF86Config-4 file and include the resolutions you want. it will look like
    Code:
    Section "Screen"
            Identifier      "Default Screen"
            Device          "Generic Video Card"
            Monitor         "OEC:0477"
            DefaultDepth    24
            SubSection "Display"
                    Depth           16
                    Modes           "1280x1024" "1024x768" "800x600" "640x480"
            EndSubSection
            SubSection "Display"
                    Depth           24
                    Modes           "1280x1024" "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    To change the resolution, check out the file "/etc/X11/XF86Config-4" (make a backup of it before doing any change!)

    EDIT: the answer got here while I was typing this...
    "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

  7. #7
    Just Joined!
    Join Date
    Jun 2005
    Posts
    29

    Mounting w1n partitions in Debian

    lolz again sory guys, i was still logged in as root, i the resloution figured itself out


    NOW i gota figure out how to get my ntsf ( yea bad idea, but this pc WAS for windoes) partitions mounted. they dont show up in fstab? how do i go about this?

  8. #8
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Try (as root):
    Code:
    mount /dev/<windows device> /where/you/want/it/mounted/to/
    If that doesn't work, try:
    Code:
    mount -t ntfs /dev/<windows device> /where/you/want/it/mounted/to/
    To have it mount at boot, use the example line from here for your /etc/fstab.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  9. #9
    Just Joined!
    Join Date
    Jun 2005
    Posts
    29
    its tell ing me that special device /dev/<windows device>/ doesnt exist.

    im using /dev/hda6 (b/c thats what it mouts as when i boot into damnsmalllinux, is that correct? )

    edit.. i think.. i got it..

  10. #10
    Just Joined!
    Join Date
    Jun 2005
    Posts
    29
    [quote="D_underscore"]its tell ing me that special device /dev/<windows device>/ doesnt exist.


    edit.

    ok, so i added
    Code:
    /dev/hda6       /mnt/windoes    ntfs    user      0.0
    to fstab, and all it did was toss a clickable icon onto the desktop named "windoes" , which wen i click on tells me that i dont have necissary permissions.

    what gives?

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