Thread: Mandrake + Graphical Interface

  1. #1
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198

    Mandrake + Graphical Interface

    This is more of a linuz based question, rather than a linux programming question, but I hope someone can help. When I log onto linux, it doesnt go directly into the graphical interface. Is there any way to access it from the command line?

    Thanks
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  2. #2
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    Type startx.

    If the GUI isn't working, it's likely something is messed up though, and startx is likely to fail .
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  3. #3
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    on redhat (not sure bout Mandrake)
    it is in the inittab

    /etc/inittab

    it specifies how the system should boot up, now for mine i have it on
    3 for Multiuser mode
    but u want it on 5 to start X11 by default.

    IF you want X11 to start up by default for Linux
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  4. #4
    Registered User stautze's Avatar
    Join Date
    Apr 2002
    Posts
    195
    as root,

    $./sbin/telinit 5

    This will set the run level to 5 in /etc/inittab
    'During my service in the United States Congress, I took the initiative in creating the Internet.' - Al Gore, March 9, 1999: On CNN's Late Edition

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. xuni: a Graphical User Interface Widget Toolkit
    By dwks in forum Projects and Job Recruitment
    Replies: 45
    Last Post: 06-04-2008, 02:35 PM
  2. Graphical user interface not look like windows
    By xkrja in forum Windows Programming
    Replies: 8
    Last Post: 11-04-2006, 06:46 PM
  3. Graphical Interface in C
    By dead-eternity in forum C Programming
    Replies: 7
    Last Post: 03-10-2005, 04:10 PM
  4. Developing graphical interface applications in c
    By deepasurana in forum C Programming
    Replies: 1
    Last Post: 07-25-2002, 03:22 AM
  5. Graphical interface in C ?
    By Golgot in forum C Programming
    Replies: 5
    Last Post: 11-18-2001, 04:10 PM