LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-23-2007, 11:34 PM   #1
prernabhagat
LQ Newbie
 
Registered: Oct 2007
Location: Mumbai
Posts: 5

Rep: Reputation: 0
unable to start GUI in linux


Hi

I have recently installed fedora core 7 on my laptop model Compaq 6715s. I am getting the terminals but the GUI is not there. I tried pressing Ctrl+Alt+F7, but of no use. I have even checked /etc/X11/xorg.conf for the configurations, but still facing the same problem.

Please help me out.
 
Old 10-23-2007, 11:36 PM   #2
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,631

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
It's possible that you did not install a desktop manager (graphic interface) when installing the Fedora Core 7. Have you tried typing:

Code:
$ startx
into the terminal?
 
Old 10-23-2007, 11:58 PM   #3
prernabhagat
LQ Newbie
 
Registered: Oct 2007
Location: Mumbai
Posts: 5

Original Poster
Rep: Reputation: 0
Yes I tried startx but even that is giving errors:

Fatal Server errors:
no screen found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.
 
Old 10-24-2007, 01:16 AM   #4
amitabhishek
Member
 
Registered: Jul 2006
Location: Bombay, India
Distribution: Ubuntu (Hardy Heron)
Posts: 118

Rep: Reputation: 15
You will need to edit xorg.conf (etc/X11/xorg.conf). Pls paste the content of your xorg.conf here.
 
Old 10-24-2007, 02:09 AM   #5
prernabhagat
LQ Newbie
 
Registered: Oct 2007
Location: Mumbai
Posts: 5

Original Poster
Rep: Reputation: 0
The contents of /etc/X11/xorg.conf :-

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection

~
 
Old 10-25-2007, 12:24 PM   #6
amitabhishek
Member
 
Registered: Jul 2006
Location: Bombay, India
Distribution: Ubuntu (Hardy Heron)
Posts: 118

Rep: Reputation: 15
Everything looks OK to me just try this change in the last para:

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Do let me know if this works out
 
Old 11-22-2007, 02:23 AM   #7
prernabhagat
LQ Newbie
 
Registered: Oct 2007
Location: Mumbai
Posts: 5

Original Poster
Rep: Reputation: 0
Hi

I found a solution to my problem way back and am working fine in the GUI environment of Linux (FC7).
I thought i shud update my friends who tried to solve my problem especially amitabhishek with the solution.
I tried the steps listed in the following link :
http://www.dcs.kcl.ac.uk/pg/kiran/tu...7ati/index.php

And finally my GUI started working!!!
 
Old 11-23-2007, 10:44 AM   #8
amitabhishek
Member
 
Registered: Jul 2006
Location: Bombay, India
Distribution: Ubuntu (Hardy Heron)
Posts: 118

Rep: Reputation: 15
Not at all. Glad you managed to start the GUI. The desire to help each other is what keeps this forum alive & kicking.
 
Old 03-15-2012, 02:59 AM   #9
azhar11
LQ Newbie
 
Registered: Mar 2012
Posts: 2

Rep: Reputation: Disabled
Unhappy facing same problem

hi friend ,
i am new here and i am facing same problem (unable to start GUI ).I tried the link given here "http://www.dcs.kcl.ac.uk/pg/kiran/tu...7ati/index.php" but web page is no longer available pls help

Last edited by azhar11; 03-15-2012 at 03:00 AM.
 
Old 03-19-2012, 09:59 AM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by azhar11 View Post
hi friend ,
i am new here and i am facing same problem (unable to start GUI ).I tried the link given here "http://www.dcs.kcl.ac.uk/pg/kiran/tu...7ati/index.php" but web page is no longer available pls help
You need to open your own thread for your own question. This thread is FIVE YEARS OLD, and what is here is for a version of Linux that's no longer available.

Open your own thread, and tell us what version/distro of Linux you're using, and on what hardware, and we can try to help. And spell out your words.
 
  


Reply

Tags
gui



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 do I login to Linux and start a GUI kangaro Linux - Software 4 02-03-2007 05:05 PM
HELP!! unable to start linux nikhil222 Linux - Software 6 12-03-2006 08:58 AM
Linux 9 GUI doesn't start... krishnanbalak Linux - Software 4 02-25-2004 12:23 PM
Unable to start Red Hat Linux 9 ffilc7373 Linux - Newbie 2 02-10-2004 12:51 PM
Unable to start Tomcat 4 on Linux Manav Linux - Newbie 5 08-22-2003 05:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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