LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unable to switch frm console mode to desktop mode (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-switch-frm-console-mode-to-desktop-mode-902707/)

kapil 09-13-2011 01:14 AM

unable to switch frm console mode to desktop mode
 
hi i m using ubuntu 10.04 server and i unable to switch frm console mode to desktop mode.......any solutions plz....


regards
kapil

EricTRA 09-13-2011 01:20 AM

Hello,

If you're using Ubuntu Server edition and did not install the desktop environment (which is not installed by default server installation if I'm not mistaking) then you cannot change to it. If you need a desktop environment, install it.

Kind regards,

Eric

kapil 09-13-2011 01:26 AM

thns for this bt sir wenever i m trying sudo apt get update there is temporary error

Nylex 09-13-2011 01:28 AM

You need to show the original error message, not your paraphrased version of it. Also, please write your words out in full.

kapil 09-13-2011 01:36 AM

here is error Err http://security.ubuntu.com lucid-security release.gpg
temporary failure

Nylex 09-13-2011 01:47 AM

Is the machine connected to the Internet? If that's working, it might just be that the repository (?) is having problems (though a persistent problem could suggest something is wrong at your end).

kapil 09-13-2011 01:49 AM

yes machine is connected with internet

EricTRA 09-13-2011 01:50 AM

Hi,

Can you post the contents of your sources.list file? Should be in /etc/apt/sources.list.

Kind regards,

Eric

kapil 09-13-2011 01:59 AM

-bash: /etc/apt/sources.list: permission denied

linux2001 09-13-2011 04:51 AM

Quote:

Originally Posted by kapil (Post 4470335)
-bash: /etc/apt/sources.list: permission denied

Code:

sudo cat  /etc/apt/sources.list
Try with alt-ctrl F7
Check if Xserver is installed

java socket

abhikohokade 09-13-2011 05:19 AM

console to desktop
 
lets try th following command

$ startx

Wim Sturkenboom 09-13-2011 07:11 AM

:doh: See that this was already mentioned.

Quote:

Originally Posted by kapil (Post 4470335)
-bash: /etc/apt/sources.list: permission denied

Try
Code:

sudo cat /etc/apt/sources.list
sudo is probably not be necessary

Post the output here between the words [code] and [/code]

kapil 09-14-2011 04:23 AM

wever i m trying startx............the progrm startx is nt installed........thn aftr i m trying sudo apt-get install xinit..........reading package list...done, reading state info....done,,,"E: could nt find xinit"............

ntu929 09-14-2011 05:26 AM

Quote:

Originally Posted by kapil (Post 4471291)
wever i m trying startx............the progrm startx is nt installed........thn aftr i m trying sudo apt-get install xinit..........reading package list...done, reading state info....done,,,"E: could nt find xinit"............

try
Code:

sudo apt-get update
and then try
Code:

sudo apt-get install xinit

ntu929 09-14-2011 05:30 AM

Quote:

Originally Posted by kapil (Post 4471291)
wever i m trying startx............the progrm startx is nt installed........thn aftr i m trying sudo apt-get install xinit..........reading package list...done, reading state info....done,,,"E: could nt find xinit"............

try
Code:

sudo apt-get update
and then try
Code:

sudo apt-get install xinit
--------------------------
If someone helps you, or you approve of what's posted, click the "Add to Reputation" button, on the left of the post.


All times are GMT -5. The time now is 05:12 AM.