LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-04-2012, 03:02 PM   #1
jnojr
Member
 
Registered: Sep 2007
Location: Chandler, AZ
Posts: 227

Rep: Reputation: 20
X issues with CentOS 6


I have an old Proliant DL380 G4, dual 3.6 GHz Xeons, 6GB RAM. I installed CentOS 6.2 and added X during the install. When I startx, I get kind of a blue screen with three little icons. No menus or anything. No way to exit. Ctrl-Alt-Backspace doesn't work. Sometimes I can Ctrl-Alt-Fx to another console and kill all X processes to end it, but sometimes that strange desktop just freezes solid and I have to pull the power.

1) How can I find out what WM it's actually using?

2) How can I specify which WM to use?

3) How can I get it to exit without a hard reboot so I can look in the logs to see why it's acting weird?

4) Is there an X configuration utility I can run from the command line? There used to be one years and years ago, and it was very useful to find a working X config!
 
Old 06-04-2012, 03:30 PM   #2
lithos
Senior Member
 
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144

Rep: Reputation: 217Reputation: 217Reputation: 217
Hi,

CentOS 5& 6 use Gnome2 by default. (window managers )
2. I'm sorry I don't know / don't use it -> maybe something to read here and probably better here
have you installed all necessary packages, another link
3. CTRL+ALT+F1...F4 -> console, then search for processes (ps aux) to kill (kill -9 ...)
4. probably "system-config-display"


good luck
 
Old 06-04-2012, 07:34 PM   #3
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
You should be able to inspect /etc/X11/xinit/Xclients. It sources /etc/sysconfig/desktop to find out what desktop to use, but uses a couple of different fallbacks if the preferred/specified one doesn't work out.

--- rod.
 
Old 06-06-2012, 12:34 PM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Use "yum grouplist" and see if you've got Desktop, Desktop platform, and General putpose desktop installed.
 
Old 06-06-2012, 01:56 PM   #5
jnojr
Member
 
Registered: Sep 2007
Location: Chandler, AZ
Posts: 227

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by DavidMcCann View Post
Use "yum grouplist" and see if you've got Desktop, Desktop platform, and General putpose desktop installed.
I was missing one of the three, so I installed it. Now I get menus, but no mouse pointer, and no key combination seems to do anything.

Code:
[me@localhost ~]$ yum grouplist
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * base: mirror.anl.gov
 * extras: centos.mirror.nac.net
 * updates: centos.aol.com
Installed Groups:
   Additional Development
   Base
   Client management tools
   Console internet tools
   Debugging Tools
   Desktop
   Desktop Platform
   Dial-up Networking Support
   E-mail server
   Fonts
   General Purpose Desktop
   Graphical Administration Tools
   Hardware monitoring utilities
   Java Platform
   Large Systems Performance
   Legacy UNIX compatibility
   Legacy X Window System compatibility
   Messaging Client Support
   NFS file server
   Network Infrastructure Server
   Network file system client
   Networking Tools
   Performance Tools
   Perl Support
   Scientific support
   Server Platform
   Systems Management Messaging Server support
   Virtualization
   Virtualization Client
   Virtualization Platform
   Web Server
   X Window System
   iSCSI Storage Client
 
Old 06-06-2012, 02:05 PM   #6
jnojr
Member
 
Registered: Sep 2007
Location: Chandler, AZ
Posts: 227

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by lithos View Post
4. probably "system-config-display"
Looks like that's been deprecated and replaced with "xrandr". A quick initial peek at it doesn't look like it will run a neat config tool, though
 
Old 06-06-2012, 06:03 PM   #7
jnojr
Member
 
Registered: Sep 2007
Location: Chandler, AZ
Posts: 227

Original Poster
Rep: Reputation: 20
So, I reinstalled and all is well now. Previously, I'd used the Virtualization role and added X. This time, I chose the Desktop role and added Virtualization. C'est la vie...
 
Old 06-07-2012, 02:17 AM   #8
lithos
Senior Member
 
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144

Rep: Reputation: 217Reputation: 217Reputation: 217
Thank you for posting back the solution, great to see you got it working.

Can you mark the thread as solved then ? (you can look at my signature if you need how to do it)


Best regards
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Email with Postfix,Dovecot & MySQL on CentOS 5-CentOS 6 issues redhat19 Linux - Server 6 05-12-2012 09:15 AM
[SOLVED] Permission issues in CentOS malak33 Linux - Newbie 6 05-04-2012 02:07 AM
Issues with libxml2 on Centos 5.5 cf500 Linux - Distributions 3 04-19-2011 05:14 PM
OpenVPN issues on CentOS 4.7 sseeker Linux - Server 1 01-31-2009 06:50 PM
Centos 4.4 with new hardware. Any issues? Windchaser Red Hat 5 12-19-2006 01:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration