Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: [SOLVED] Fluxbox CL Install/Start

  1. #1
    Join Date
    Sep 2007
    Location
    Masschusetts
    Beans
    1,510
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    [SOLVED] Fluxbox CL Install/Start

    Ok, so desktops and window managers are not something I've spent too much time on in the year I've been learning linux. I'm trying to install fluxbox on top of a command line install of Ubuntu 7.10.

    I've installed (via apt-get) xorg and fluxbox.
    ran startfluxbox and got a couple errors about not being able to connect to xserver.
    tried apt-get install xserver, said I needed xserver-xorg-core, tried that, said it was up to date.
    ran start x. got a blank blue desktop with nothing else.

    How do I get fluxbox to startup via the command line? How can I set it up to boot directly into fluxbox (or, what kind of log in manager do I need?)
    Registered Linux User: 482377
    MacBook (1,1) - OS X Leopard
    ASUS P5LD2 - Core 2 Duo 3.0GHz - 2GB Corsair RAM - Nvidia 8800GT - Ubuntu 9.04 / Windows 7 Professional

  2. #2
    Join Date
    Jun 2008
    Location
    England
    Beans
    2,568

    Re: Fluxbox CL Install/Start

    Isnt that what fluxbox would look like, a blank screen before you configure it, eg menus

  3. #3
    Join Date
    Sep 2007
    Location
    Masschusetts
    Beans
    1,510
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Fluxbox CL Install/Start

    Quote Originally Posted by tuxxy View Post
    Isnt that what fluxbox would look like, a blank screen before you configure it, eg menus
    as stupid as it sounds, i never considered that. you're probably right. wiki-ing fluxbox config now.

    what about running ti at startup? any ideas? And for a graphical log-in?

    EDIT: I can post a screen shot if it will help, but after reading a number of tutorials, I don't believe fluxbox is starting correctly. the command startfluxbox only produces "Error: Couldn't connect to XServer"
    Last edited by DGortze380; August 22nd, 2008 at 01:57 AM.
    Registered Linux User: 482377
    MacBook (1,1) - OS X Leopard
    ASUS P5LD2 - Core 2 Duo 3.0GHz - 2GB Corsair RAM - Nvidia 8800GT - Ubuntu 9.04 / Windows 7 Professional

  4. #4
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Fluxbox CL Install/Start

    Code:
    startx
    from command, it go's like this:

    sudo apt-get install xorg fluxbox menu
    sudo update-menus
    startx
    Last edited by kerry_s; August 22nd, 2008 at 02:34 AM.

  5. #5
    Join Date
    Sep 2007
    Location
    Masschusetts
    Beans
    1,510
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Fluxbox CL Install/Start

    Quote Originally Posted by kerry_s View Post
    Code:
    startx
    from command, it go's like this:

    sudo apt-get install xorg fluxbox menu
    sudo update-menus
    startx
    But when I run startx it brings me to a blank desktop, no options, no way to get to a terminal that I can figure out.
    Registered Linux User: 482377
    MacBook (1,1) - OS X Leopard
    ASUS P5LD2 - Core 2 Duo 3.0GHz - 2GB Corsair RAM - Nvidia 8800GT - Ubuntu 9.04 / Windows 7 Professional

  6. #6
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Fluxbox CL Install/Start

    Quote Originally Posted by DGortze380 View Post
    But when I run startx it brings me to a blank desktop, no options, no way to get to a terminal that I can figure out.
    did you install fluxbox before you installed xorg?

    since your just starting anyways, try again but install in the exact order, xorg always has to be installed first.

    also, why 7.10? you might as well go debian.
    http://cdimage.debian.org/debian-cd/...sinesscard.iso

    at package selection, uncheck everything, that will give you a base to build on.
    log in as root:
    apt-get install xorg fluxbox menu
    exit

    log in as your user:
    startx
    Last edited by kerry_s; August 22nd, 2008 at 03:39 AM.

  7. #7
    Join Date
    Jun 2008
    Location
    England
    Beans
    2,568

    Re: Fluxbox CL Install/Start

    What ahppens when you right click on the blank desktop

  8. #8
    Join Date
    Sep 2007
    Location
    Masschusetts
    Beans
    1,510
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Fluxbox CL Install/Start

    Quote Originally Posted by kerry_s View Post
    did you install fluxbox before you installed xorg?

    since your just starting anyways, try again but install in the exact order, xorg always has to be installed first.

    also, why 7.10? you might as well go debian.
    http://cdimage.debian.org/debian-cd/...sinesscard.iso

    at package selection, uncheck everything, that will give you a base to build on.
    log in as root:
    apt-get install xorg fluxbox menu
    exit

    log in as your user:
    startx
    Yup, xorg was installed first.

    7.10 because this is a dry run (in a VM) for what will end up being an install on a powerbook, 7.10 is a relatively stable distro on that architecture, then again so is debian, I'll consider it if I don't get Ubuntu running soon.

    EDIT: just to clarify, I'm having trouble with fluxbox on a command line 7.10 i386 virtual install. Practice for when I install the powerbook.
    Last edited by DGortze380; August 22nd, 2008 at 04:27 AM.
    Registered Linux User: 482377
    MacBook (1,1) - OS X Leopard
    ASUS P5LD2 - Core 2 Duo 3.0GHz - 2GB Corsair RAM - Nvidia 8800GT - Ubuntu 9.04 / Windows 7 Professional

  9. #9
    Join Date
    Sep 2007
    Location
    Masschusetts
    Beans
    1,510
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Fluxbox CL Install/Start

    Quote Originally Posted by tuxxy View Post
    What ahppens when you right click on the blank desktop
    nothing, no menu. I can ctrl+alt+backspace to restart x and go back to the CL interface. but that appears to be it.
    Registered Linux User: 482377
    MacBook (1,1) - OS X Leopard
    ASUS P5LD2 - Core 2 Duo 3.0GHz - 2GB Corsair RAM - Nvidia 8800GT - Ubuntu 9.04 / Windows 7 Professional

  10. #10
    Join Date
    Sep 2007
    Location
    Masschusetts
    Beans
    1,510
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Fluxbox CL Install/Start

    works on debian...

    now I just need to play around with is and find a stable debian powerpc release
    Registered Linux User: 482377
    MacBook (1,1) - OS X Leopard
    ASUS P5LD2 - Core 2 Duo 3.0GHz - 2GB Corsair RAM - Nvidia 8800GT - Ubuntu 9.04 / Windows 7 Professional

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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