LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   My CentOS Machine Does'nt Start in Graphic Mode.. (https://www.linuxquestions.org/questions/linux-server-73/my-centos-machine-doesnt-start-in-graphic-mode-940964/)

pramodbisht 04-21-2012 01:36 AM

My CentOS Machine Does'nt Start in Graphic Mode..
 
Hi Guys,
This is my introducing post here !!!,
I hv two centos systems, 1 is direct and other is configured inside virtualbox, both systems hving same probem "can't start graphic mode". I can use tty and work in cli but when I try to start gui it stop after "enabling bluetooth devices [ok]"
.......at startup...or whn I turn to gui..
any suggestion would be deeply appreciated.

Thanks in advance !

deep27ak 04-21-2012 05:02 AM

did GUI worked ever on those systems?
Have you installed GUI packages?
what output do you get when you type

Code:

#startx

joker20 04-21-2012 05:16 AM

answering the above post would be helpful, but also have you tried installing Cent with the basic video driver? ive had recent issues with only virtual installs working but as a primary install the noveunvidia driver hated my system and i had to install w/ the basic video driver and then go after the driver i needed...

pramodbisht 04-21-2012 08:07 AM

Hi Guys,
before any problem with machines GUI was working smoothly.
GUI has installed by-default with OS installation.

My system by-default gets into GUI but as I already told its not going on GUI now, I can still Use CLI and after putting command like "stratx" it hangs after "enabling bluetooth devices [ok]"
.......at startup...or whn I turn to gui..

deep27ak 04-21-2012 08:16 AM

then turn off the bluetooth services and check your inittab

Code:

#service bluetooth stop
or disable the bluetooth driver
Code:

#echo 'alias net-pf-31 off' >> /etc/modprobe.conf
check your inittab file and change your current run level to 5 then type startx or init 5

joker20 04-21-2012 02:40 PM

can you get a copy of your xorg.log?

kyrunner 04-23-2012 08:37 AM

Why would you want your Centos machine to start in gui mode?


All times are GMT -5. The time now is 06:31 AM.