Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by sitg
at 2024-07-08 03:15:24
Point:500 Replies:3 POST_ID:828937USER_ID:10
Topic:
Linux;;
Hi,
One of my user notebook Ubuntu GUI has been change with command prompt, so I need restore his notebook with GUI version, request you to kindly help on this.
Regards,
Naresh
One of my user notebook Ubuntu GUI has been change with command prompt, so I need restore his notebook with GUI version, request you to kindly help on this.
Regards,
Naresh
Expert: xeroxzerox replied at 2024-07-14 01:42:31
first you need to check, which runlevel you stands on.
#runlevel
after it gives you below output like,
N 3
N 5
ubuntu runlevel is different as a comparison of redhat linux
Ubuntu Run Level:-
Code Information
0 Halt
1 Single-user mode
2 Graphical multi-user with networking
3-5 Unused but configured the same as runlevel 2
6 Reboot
if your run level is not set of 2nd level.then you need to set it via below command
# vim /etc/init/rc-sysinit.conf
Change this line to whichever runlevel you want.
env DEFAULT_RUNLEVEL=2
Then, at each boot, upstart will use that runlevel.
#runlevel
after it gives you below output like,
N 3
N 5
ubuntu runlevel is different as a comparison of redhat linux
Ubuntu Run Level:-
Code Information
0 Halt
1 Single-user mode
2 Graphical multi-user with networking
3-5 Unused but configured the same as runlevel 2
6 Reboot
if your run level is not set of 2nd level.then you need to set it via below command
# vim /etc/init/rc-sysinit.conf
Change this line to whichever runlevel you want.
env DEFAULT_RUNLEVEL=2
Then, at each boot, upstart will use that runlevel.
Expert: rindi replied at 2024-07-10 10:28:58
Deleted blind link comment. Such comments aren't allowed at EE.
rindi,
EE Topic Advisor
rindi,
EE Topic Advisor
Expert: duncanb7 replied at 2024-07-08 04:22:33
there is a few test you can try
-TEST1 type command "startx"
-TEST2 try press Ctrl-Alt-F1 or Ctrl-Alt-F7(if not working, try Ctrl-Alt-F2/F3/F4/F5/F6)
-TEST3 type command "chvt" (you can use command "man chvt" for manual)
Hope understand your question completely.If not, please point it out
Duncan
-
-TEST1 type command "startx"
-TEST2 try press Ctrl-Alt-F1 or Ctrl-Alt-F7(if not working, try Ctrl-Alt-F2/F3/F4/F5/F6)
-TEST3 type command "chvt" (you can use command "man chvt" for manual)
Hope understand your question completely.If not, please point it out
Duncan
-