LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-18-2007, 03:07 PM   #1
ajay6904
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Rep: Reputation: 0
Unhappy Help starting graphical mode


Hey guys,
I'm a newbie.
Recently i downloaded Mandriva 2007, the installation went on very well n its working very fi9 till the command mode.
I'm able to login or logout in the command mode.
But when i try to start the graphical mode using the command "startx"
the screen flickers n shows a blue background and a mouse pointer for few seconds n then shows an errror mesage as below;

(EE)AIGLX:DRI module not loaded
waiting for XServer to shutdown.

I've installed only the 1st CD of Mandriva 2007, shall i've have to download the other iso files for it, or is there some other problem??
Mandriva is detecting my hardware properly, n everything is working on fi9, except the graphical mode.
Guys plss help me out.
Thankx in advance.

Last edited by ajay6904; 09-18-2007 at 03:17 PM.
 
Old 09-18-2007, 03:16 PM   #2
tpetri1807
Member
 
Registered: Jan 2006
Location: Frankfurt, Germany
Distribution: Fedora Core 6, Kubuntu 7.04
Posts: 60

Rep: Reputation: 15
Hi
Can you please post your xorg.conf file? That might help to find the problem.
 
Old 09-18-2007, 03:20 PM   #3
ajay6904
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by tpetri1807 View Post
Hi
Can you please post your xorg.conf file? That might help to find the problem.

I tried to open the xorg.conf file in root, but it says no permission.
Plss help me out, to open the file.
 
Old 09-18-2007, 03:40 PM   #4
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
You need to have a line that says
Code:
Load "dri"
in the Module section (there are a lot of other 'Load' lines, just add that there). In addition you need to add a section DRI (usually at the end of the file; see if it's there already, as you do with the 'Load' line):
Code:
Section "DRI"
             Mode 0666
        EndSection
You edit the file as root; you become root with
Code:
su -
after which you enter root's password - nothing is printed on screen, so be careful. After that for example a
Code:
pico /etc/X11/xorg.conf
opens the file for editing (pico is an easy-to-use editor).
 
Old 09-18-2007, 10:56 PM   #5
ajay6904
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by b0uncer View Post
You need to have a line that says
Code:
Load "dri"
in the Module section (there are a lot of other 'Load' lines, just add that there). In addition you need to add a section DRI (usually at the end of the file; see if it's there already, as you do with the 'Load' line):
Code:
Section "DRI"
             Mode 0666
        EndSection
You edit the file as root; you become root with
Code:
su -
after which you enter root's password - nothing is printed on screen, so be careful. After that for example a
Code:
pico /etc/X11/xorg.conf
opens the file for editing (pico is an easy-to-use editor).


I tried startx id:3:initdefault:
and
startx id:5:initdefault:

but when i press enter, the screen flickers n shows an error as below:

EE DRI module not loaded
Could not init font path element Unix/:-1,remaining from list
waiting for Xserver to shutdown

I then tried pico/etc/X11/org.conf
But there's a message saying:

No such file or directory exits

Plss help me guys.........
Thankx in advance.
 
Old 09-18-2007, 11:55 PM   #6
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,655
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Wink

Try typing in drakconf, that should give you a menu to select graphics

if youŕe not sure, stick to the basic defaults for now.

you can tweak the settings later, just as easy.

Make sure you test the changes before you save them
(I think it auto-saves when writing the xorg.conf file when you exit).

By the way does the file XF86Config exist in /etc/X11/

The xorg.conf file you will create will be here too.


"I then tried pico/etc/X11/org.conf
But there's a message saying:"


Try pico /etc/X11/org.conf


Hope this getś you a gui, Glenn

/edit< You will get a lot more packages to choose from with the other cdś, the full setup you have now, maybe basic. >edit/

Last edited by GlennsPref; 09-19-2007 at 12:03 AM. Reason: Spelling, package selection
 
Old 09-19-2007, 03:06 AM   #7
jkerr82508
Member
 
Registered: Dec 2006
Location: Fife, Scotland
Posts: 268

Rep: Reputation: 69
Quote:
Originally Posted by ajay6904 View Post
I've installed only the 1st CD of Mandriva 2007,
At one time, IIRC, it was possible to install a fully functioning Mandriva system using just the first CD of a set. I don't believe that it's possible to do that with Mandriva 2007.0

You may be able to install the "missing" packages using the Mandriva software management tools but it might be easier to download the ISO's for the rest of the set and do an "upgrade" install.

An alternative is to download one of the Live CD's and install using that. It will give a fully functioning system.

Jim
 
Old 09-19-2007, 09:00 AM   #8
ajay6904
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by GlennsPref View Post
Try typing in drakconf, that should give you a menu to select graphics

if youŕe not sure, stick to the basic defaults for now.

you can tweak the settings later, just as easy.

Make sure you test the changes before you save them
(I think it auto-saves when writing the xorg.conf file when you exit).

By the way does the file XF86Config exist in /etc/X11/

The xorg.conf file you will create will be here too.


"I then tried pico/etc/X11/org.conf
But there's a message saying:"


Try pico /etc/X11/org.conf


Hope this getś you a gui, Glenn:)

/edit< You will get a lot more packages to choose from with the other cdś, the full setup you have now, maybe basic. >edit/


Sorry dude.........


pico /etc/X11/org.conf


doese'nt work for me.....
I've got the same problem.......
Is there ne other way out??????
Plss help me..
 
Old 09-20-2007, 08:09 PM   #9
tcn03u
LQ Newbie
 
Registered: Apr 2004
Location: Nottingham
Distribution: Redhat 9, Fedora Core 2, Mandrake 10, Mandriva 2005-2008, chinhnt2k3
Posts: 26

Rep: Reputation: 15
Seems like you are missing some important packages.
Maybe you should get the other CDs and try again.
 
Old 09-21-2007, 08:52 PM   #10
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,655
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
There are plenty of editors, try vi.

need to be root to run, su

enter root password

vi /etc/X11/xorg.conf
vim /etc/X11/xorg.conf
or
pico /etc/X11/xorg.conf

Last edited by GlennsPref; 09-21-2007 at 08:59 PM. Reason: need to be root to run
 
  


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
LXer: Howto Boot debian in text mode instead of graphical mode (GUI) LXer Syndicated Linux News 0 09-09-2007 07:41 PM
convert text mode linux OS to graphical mode csaju Linux - Newbie 1 10-09-2006 05:18 AM
From console mode to x graphical mode gubak Linux - Newbie 3 12-13-2005 04:18 PM
How to; Suse9.3 prof. text mode to graphical mode anjum Linux - Software 5 07-20-2005 11:36 PM
error starting slack in graphical mode shams Linux - Software 2 02-10-2004 07:12 PM

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

All times are GMT -5. The time now is 05:01 AM.

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