LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 06-04-2005, 05:31 PM   #1
garyozzy
Member
 
Registered: Jun 2005
Distribution: RHEL, CentOS, Debian, Ubuntu, Arch
Posts: 181

Rep: Reputation: 30
i logged into mandriva 10.2 - but i don't see the desktop. waht do i do?


i turned on my computer, and selected to run Linux. it goes into a black screen with white words and goes through checking stuff too fast for me to read. then it says
localhost login:
and i put in my user name
localhost login: ozzy
and then it says
password:
so i entered that
and now it says
Last login: Sat Jun 4 18:12:36 on ttyl
[ozzy@localhost ~]$

what do i do?

i know i'm a newbie, so thanks in advance for your help
 
Old 06-04-2005, 06:31 PM   #2
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
type the command "startx" without the quotation marks and your desktop gui should start up. You can also enable booting directly into your Graphical User Interface (gui) within the mandrake control center for future if you like.
 
Old 06-04-2005, 06:53 PM   #3
garyozzy
Member
 
Registered: Jun 2005
Distribution: RHEL, CentOS, Debian, Ubuntu, Arch
Posts: 181

Original Poster
Rep: Reputation: 30
ok, i entered startx and more stuff appeared on the screen too fast to read. the stuff i can read is as folows:
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) waring, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 4 19:45:09
(==) Using config file: "/etc/X11/xorg.conf"
Data incpomlete in file /etc/X11/xorg.conf
At least one Device section is required
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the X.org Foundation support
at http://wiki.X.org
for help
Please also check hte log file at "/var/log/Xorg.0.log" for additional informatiln.

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining
[ozzy@localhost ~]$

ahh! what do i do?
 
Old 06-05-2005, 12:40 AM   #4
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
Quote:
Originally posted by garyozzy

(==) Using config file: "/etc/X11/xorg.conf"
Data incpomlete in file /etc/X11/xorg.conf
At least one Device section is required
(EE) Problem parsing the config file
(EE) Error parsing the config file
It appears there is a typo in your xorg.conf file for some reason. Regenerate your xorg.conf file using Mandriva's tool XFdrake. When you are in the command line (like you have a choice right now hee hee), log in as root, or when logged in as a user, use the su command to get root privilage and run the command XFdrake (it is case sensitive). Make sure you choose the right video driver and use the test button to try your configuration before you save and exit XFdrake. If you are stuck and cannot find a video driver to suit your video chipset, the vesa driver will drive nearly any card, but is unaccelerated. Once you have tested your choices, and have a working config, exit the drake tool, you should have a working xorg.conf file. Now startx should fire up your gui. If not, there are two other tools for fixing it, post back.
 
Old 06-05-2005, 06:50 AM   #5
garyozzy
Member
 
Registered: Jun 2005
Distribution: RHEL, CentOS, Debian, Ubuntu, Arch
Posts: 181

Original Poster
Rep: Reputation: 30
thanks lakota

i logged in as root, and ran the command XFdrake

it came up with a screen that said something about my config file, and the choices ignore or cancel. I hit ignore. now, there is this screen:

X server
Choose an X server
<->Intel
5430
740 (generic)
810
815
830
845
85x
865
915
Express 3D AGP
<+>Leadtek
<+>Matrox
<+>Miro
<+>NDVIDIA
<+>NeoMagic
(and tons of others that would take forever to type - tell me if you need them and i can type them in)
OK Cancel

what do i do now?

Last edited by garyozzy; 06-05-2005 at 06:53 AM.
 
Old 06-05-2005, 11:02 AM   #6
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
That is the list of video drivers. You need to choose one, then test it before leaving XFdrake to make sure it works with your video card. If you know the model of video card you have, find the appropriate driver from the list. Otherwise, choose the "vesa" driver (will be near the bottom I believe), and it should get your card running and a gui working till you can later figure out the best video driver.
 
Old 06-05-2005, 11:29 AM   #7
jchance
Member
 
Registered: Sep 2003
Location: New Hampshire USA
Distribution: Mandriva 2006 & 2007 Power Pack Club
Posts: 178

Rep: Reputation: 30
Nine times out of ten Mandriva will choose the correct module for your video card to be used. Sometimes though there can be issues with that. If it does choose the correct module but X still won't fire up try adjusting the resolution and color depth.

For example my Radeon 9000 and the ati proprietary module fo it. It does work and pretty good I must say, except for the fact that it won't work at less then 24 bit and 1024 x 768. Where as the Xorg drivers usually do 640 x 480 or greater at 15bit or higher. Buy a video card from a company and they supply limited support for linux in a lot of cases, the community at large uses it and it tends to become fully supported.

Heck some of the module / drivers that are offered by companies are just hacked to crap Xfree or Xorg drivers supposedly optimized to their hardware configurations anyways.
 
Old 06-05-2005, 12:25 PM   #8
garyozzy
Member
 
Registered: Jun 2005
Distribution: RHEL, CentOS, Debian, Ubuntu, Arch
Posts: 181

Original Poster
Rep: Reputation: 30
it works!!!

thank you guys so much for your help! i'd be tearing my hair out if it wasn't for you!

just one last thing - how do i change my resolution from 800x600 to 1024x768?

Last edited by garyozzy; 06-05-2005 at 12:58 PM.
 
Old 06-05-2005, 01:32 PM   #9
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
right click on desktop, choose "configure desktop", on the pop up window highlight the "display" icon, on the "size & orientation" tab you will see your choice of screen sizes on a drop down menu.

Alternatively, you can use the drake tools and may find you have more options for resolution there. That would be, in the "menu" go to "system", go to "configuration", go to "configure your computer". This starts Mandrake Control Center. Highlight the "hardware" tab, and you will see an icon labeled "change the screen resolution".

Last edited by Lakota; 06-05-2005 at 01:44 PM.
 
Old 06-05-2005, 01:44 PM   #10
garyozzy
Member
 
Registered: Jun 2005
Distribution: RHEL, CentOS, Debian, Ubuntu, Arch
Posts: 181

Original Poster
Rep: Reputation: 30
ok - but it doesnt have 1024x768 as a choice
 
Old 06-05-2005, 01:52 PM   #11
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
a couple questions:

1- did you check the resolutions listed in the drake tool (Mandrake Control Center)?
2- which driver did you end up picking? vesa or another one when you ran XFdrake?
3- what chipset does your video card use?
 
Old 06-05-2005, 03:47 PM   #12
garyozzy
Member
 
Registered: Jun 2005
Distribution: RHEL, CentOS, Debian, Ubuntu, Arch
Posts: 181

Original Poster
Rep: Reputation: 30
thanks for your help! i figured it out htroug XFdrake, and got my resolution all set

i don't know where i'd be without you!

Last edited by garyozzy; 06-05-2005 at 03:58 PM.
 
Old 06-08-2005, 11:40 PM   #13
jpwagner
LQ Newbie
 
Registered: Jun 2005
Posts: 3

Rep: Reputation: 0
I'm having the exact same problem as this guy above but I cannot get it fixed. I have the exact same card, my system is a laptop.

I get the no screens error. So I ran xfdrake and tried basically every single setup I could.

I noticed something strange, it says my graphic card has multiheads. I am thinking it's trying to look up my VGA port where nothing is connected (because it's a laptop with a built-in screen).

No matter what I try I get the following error... this is my first attempt at installing Linux so please bear with me..

The Error:

(EE) Problem parsing the config file
(EE) Error parsing the config file

Try to change some parameters.
 
Old 06-09-2005, 03:33 PM   #14
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
jpwagner: What brand and model is your laptop, with that info should be able to tell you what video card driver and what refresh rates for your screen.
 
  


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 can I get logged into Gnome desktop paul62 Slackware 5 03-29-2004 11:48 PM
Waht should I go to now then ? xconspirisist Linux - Distributions 5 11-04-2003 03:05 PM
Mandrake 9.1 - No desktop logged into root dudermc Linux - Newbie 6 08-17-2003 03:05 PM
mozilla works fine when logged in as a user but crashes when logged in as root jimi Linux - General 6 04-02-2003 08:34 PM
Waht are your opinions on this? penguinz General 5 02-24-2003 06:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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