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 03-02-2008, 02:29 PM   #1
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Rep: Reputation: 0
915gm


I have an Acer aspire 3620 laptop with an integrated intel videocard (915GM). It is fine with windows XP. last week I installed redhat enterprise linus advanced server 5.0. Everything was fine until i tried to start my x-widow- it didn't work.

[shaoxian@localhost tmp]$ startx
xauth: creating new authority file /home/shaoxian/.serverauth.4661

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


I have no idea what I have to do.

Thank you for response.

SY

Last edited by yangshaoxian1000; 03-05-2008 at 09:06 PM.
 
Old 03-02-2008, 07:41 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi yangshaoxian1000, Welcome to lq. Did you try this ?
Quote:
remove /tmp/.X0-lock and start again.
Good luck. ;-)
 
Old 03-03-2008, 06:25 AM   #3
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Original Poster
Rep: Reputation: 0
I did but the screen went black.
 
Old 03-03-2008, 06:57 AM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Have you tried logging out and back in? You said you tried "startx" Have you tried running your x configuration? Was x not configured during install?
Good luck. ;-)
 
Old 03-03-2008, 08:50 PM   #5
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Original Poster
Rep: Reputation: 0
I did log out and then back in, it was the same. I didn't do configuration because I do not know how to do it.
 
Old 03-03-2008, 09:49 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Try this, assuming you've logged in as a normal user. If you'r logged in as root or su then skip the su part of the code.

Code:
$ su 
Password:
$ rm /tmp/.X0-lock
$ exit
$ startx
Post your results.
Good luck. ;-)
 
Old 03-03-2008, 10:02 PM   #7
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Original Poster
Rep: Reputation: 0
I tried. As soon as I run startx the screen blacked out but returned to normal in seconds.
 
Old 03-03-2008, 10:11 PM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Post any errors. Just so we're clear, you had x working and as of your post it no longer worked? Have you run any updates?
Good luck. ;-)
 
Old 03-04-2008, 06:06 AM   #9
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Original Poster
Rep: Reputation: 0
There was no any error message before or after the blacked screen after I issued startx. I didn't do any updates.
 
Old 03-04-2008, 07:05 AM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
So you had x working and as of your post it no longer worked? Try running the configuration tool.

Code:
system-config-display
That should start the x configuration for you.
Good luck. ;-)
 
Old 03-04-2008, 07:22 AM   #11
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Original Poster
Rep: Reputation: 0
display settings

videocard intel 915gm this is correct
monitor type (autoconfigured) generic CRT display
I think the monitor is a wrong type but I couldn't do anything.

Last edited by yangshaoxian1000; 03-04-2008 at 05:24 PM.
 
Old 03-04-2008, 07:46 AM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Let's see your xorg.conf file.
Good luck. ;-)
 
Old 03-04-2008, 04:58 PM   #13
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Original Poster
Rep: Reputation: 0
here is my xorg.conf file

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
 
Old 03-04-2008, 06:07 PM   #14
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Some ideas, The documentation is here. You may also want to upgrade the driver, your package management documentation is here.
Good luck. ;-)
 
Old 03-04-2008, 07:53 PM   #15
yangshaoxian1000
LQ Newbie
 
Registered: Mar 2008
Posts: 19

Original Poster
Rep: Reputation: 0
I have tried to upgrade the driver for 915gm even tried 915resolution, didn't work. I also checked the installed files, it looks that the X11 files are there. what i can learn from the xorg.conf file?
 
  


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
how to make 915gm perform better? AVD_ZM Ubuntu 1 03-06-2007 11:46 PM
Fedora Core 5 on laptop with 915GM evanwilson6 Linux - Laptop and Netbook 1 06-04-2006 01:38 PM
Graphics accelleration not working on 915GM Oxagast Linux - Hardware 7 05-23-2006 01:25 AM
Intel 915GM idgeitman Linux - Laptop and Netbook 2 04-18-2006 06:05 AM
OpenGL support with Intel 915GM ? phen Linux - Hardware 4 05-31-2005 01:06 AM

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

All times are GMT -5. The time now is 09:09 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