LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   X Window Mode in Debian? (https://www.linuxquestions.org/questions/linux-newbie-8/x-window-mode-in-debian-457340/)

esc_5p1d0r 06-22-2006 03:26 PM

X Window Mode in Debian?
 
Is there an X window mode in Debian? If so, how do you get to it?

Thank you,
eSC_5p1d0r

FlashHarry 06-22-2006 03:43 PM

apt-get install x-window-system-core icewm (for example) do you mean :) ?

esc_5p1d0r 06-22-2006 03:55 PM

Ok, I did that, but I think I messed up the configuration because I get an error when I try to start it. Something about no screens found.

hobbestec 06-22-2006 04:06 PM

what are you typing to enter X windows? "startx" should do it.

esc_5p1d0r 06-22-2006 04:09 PM

Yeah the screen flashes black a few times, then it says fatal IO error 104

Ha1f 06-22-2006 04:14 PM

well whats your config and what whole error message?

esc_5p1d0r 06-22-2006 04:18 PM

I don't know what the config is... that's partly the problem.

The errormessage from what I can see is it says:

Fatal server error:
no screens found

BobNutfield 06-22-2006 05:18 PM

Hi

From a terminal as root, type:

Quote:

xorgconfig
This will bring up a series of questions you answer regarding your system (i.e. graphics card, etc.) When answering the questions about your monitor, be VERY conservative unless you are sure you know the vertical and horizontal capabilities (you could damage your monitor if you get it wrong.)

When you have concluded the dialogue, an xorg.conf file will be created and included in /etc/X11 directory. You can edit this file if you need to make any changes.

When finished, try

startx

again.

Hope this helps

Bob

Michael_aust 06-22-2006 05:26 PM

apt-get install x-window-system xserver-xorg (if you are running testing/etch/unstable/sid)

else

apt-get install x-window-system xserver-xfree86 (if you are running stable/sarge)

then when they have installed follow there set up screens

if they dont work with the settings it gives your run

dpkg-reconfigure xserver-xorg (if you are running testing/etch/unstable/sid)

else dpkg-reconfigure xserver-xfree86


All times are GMT -5. The time now is 03:26 AM.