answersLogoWhite

0

Type below mention command startx

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is gmode in computer graphics?

graphics mode , the system sets the mode to graphics from text mode


Why doesn't function of conio.h run after init graph?

It is by design: conio works only in text-mode, not in graphics mode.


How do you edit a file in Linux?

By using whatever tool is associated with that file type. There are dozens of text, graphics, audio, and video editors.


What is the name of the text editor used in Linux?

There is no the text editor in Linux. There are dozens of possible text editors available for Linux, such as:edviVimEmacsJOENanoJEDKateGeditMousepadLeafpadjEditXeditGeanyNEditJuffEdJOVE


Can you add images in c plus plus?

C++ is designed to be as generic as possible. As such, printing is text-mode only, just as the console is designed for text-mode only. There are no graphics routines in the standard library. To gain graphics output, including image printing, you need an API and library for your specific platform and hardware.


What is a text and graphics that print at the buttom of every page called?

Text and graphics can be entered into a footer.


What is an Output Devise That Can Display Text And Graphics?

Text and graphics can be displayed on a computer's monitor (screen).


How can I change the text size in Premiere Pro?

To change the text size in Premiere Pro, you can select the text layer in the timeline, then go to the Essential Graphics panel and adjust the font size using the "Font Size" slider.


How do you change from insert mode to over-type mode?

To change from insert mode to over-type mode in most text editors, you can typically press the "Insert" key on your keyboard. This toggles between the two modes, allowing you to overwrite existing text rather than insert new text. In some applications, you may also find this option in the settings or preferences menu if the Insert key does not work.


the mode in which the existing text is replaced with the text being typed?

Existing text is replaced with the text being typed in the "Overwrite" mode. (As opposed to the insert mode)


What does video card mean in computer terms?

The graphics card was used to map inside of the memory of IBM PC a set of routines which enhanced the CGA mode of displaying. Moreover, it offered an existing memory instead of the empty space which served for displaying a picture from more pixels than CGA. Also text mode processing was enhanced. The first graphics adapter was Hercules which allowed the excellent text mode characters. (Any program obviously had to know which graphics adapter is connected to IBM PC and most of them asked the user to specifiy it.)


What command prints text to the screen in Linux?

echo "This is my text."