LinuxQuestions.org
Review your favorite Linux distribution.
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 10-27-2008, 06:36 PM   #1
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Rep: Reputation: 31
Configuring EVO onboard graphics for X11


I acquired a used Compaq EVO P4 to replace a server with a fried mainboard. I moved the drives to the EVO, booted it and it came up with no problems other then X11. Apparently Mandriva cannot auto-configure the onboard video. When I try to start X, it complains about not having drivers. Can someone point me to some instructions for setting this thing up for X11 and where I can find drivers? TIA.
 
Old 10-28-2008, 07:25 PM   #2
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, what drivers?

type lspci (-v verbose) to see a list of hardware.

Take a note of the graphics (VGA) chipset.

run, xorgconf and answer the questions.

If you have your rpm database and repos up to date, with urpmi,

then it will install the packages required. Restart x to see the results.

Vesa usually works as a good fall-back.

Regards, Glenn
 
Old 10-29-2008, 06:04 PM   #3
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Original Poster
Rep: Reputation: 31
Thanks for the reply. I guess I must have something wrong with the driver directory. No matter what I pick, when I start X it tells me the module does not exist. Is there a way to force a refresh on the modules with urpmi?
 
Old 10-29-2008, 07:35 PM   #4
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, that's too bad.

What version of the kernel is it?

type uname -a to find out.

Have you considered compiling a newer version, or

re-compiling the installed one to add custom modules for the server?

There must be others who have done this.

lsmod will show a list of installed modules, while

lspci will show hardware attached to the pci bus.

Usually you can cross reference these.

Have you tried to boot a live distro to check the same things with a different OS?(linux)

cheers, Glenn

ps. with xorgconfig you might try to just use the defaults (press enter on each question) as this may offer you a gui, although basic, that may help get started.

Last edited by GlennsPref; 10-29-2008 at 07:38 PM. Reason: xorgconfig
 
Old 10-29-2008, 10:51 PM   #5
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Original Poster
Rep: Reputation: 31
Linux dap002 2.6.17-8mdv #1 SMP Tue Dec 19 11:27:03 MST 2006 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz GNU/Linux

I installed from binaries. Remember this was a working system whose hard drives were simply plugged into the current machine and booted.

Doesn't 'lsmod' show the loaded modules rather than available ones? Either way none of the video card modules seem to be "available."

I did use all defaults with 'xorgconfig'. That is why I said no matter what card I try, 'startx' complains the module does not exist (including VESA). I don't know where they are supposed to be but I bet they are there if I knew where to look.

I have the 2007 Free Spring DVD. However, I am reluctant to do an upgrade. In the past each time I've done one, it made my installation unusable and I have to spend days trying to get everything working again.
 
Old 10-29-2008, 11:31 PM   #6
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, I can understand your fears of upgrading, really I understand.

How about a link checker? ldconfig...
Quote:
ldconfig scans a running system and sets up the symbolic
links that are used to load shared libraries properly.
or symlink symlinks -csrv /(dir)
Quote:
http://aplawrence.com/Basics/symlinks.html
Symlinks

Linux "symlinks" is a handy utility for managing symbolic links.
It can clean up the sort of problems that come from carelesness
when creating symbolic links. For purposes of illustration, I
created some legal but structurally incorrect symbolic links.
With the exeption of the "dangling" sl3 (a dangling symlink
points somewhere that does not exist), these all work, but they
have problems, and "symlinks -v" will show us.
check the man pages and --help to see the switches that can be used.

These may uncover where the files are to be linked to.

Yes, lsmod only shows installed modules.

It could be the agp-gart. You can have a look at what xsession errors are, it may give some answers, or at least a place to look further... (use vi to view from a shell.)

~/.xsession-errors (home or root, depending on who you are trying to login as)

and

/var/xorg.0.log There are others here, messages syslog and dmesg. (as you may know)

That's all I have for now,

Regards Glenn

p.s. you could try to re-install the "base" packages for that version.
ldconfig is built in now-a-days, but may be a seperate package on older systems. GW

Last edited by GlennsPref; 10-29-2008 at 11:34 PM. Reason: ldconfig and "base packages"
 
Old 11-02-2008, 02:24 PM   #7
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Original Poster
Rep: Reputation: 31
Well, in frustration I decided to roll the dice and upgrade to 2007 Spring. While the upgrade failed, it may have shed some light on this problem. During the upgrade it went into a loop displaying an error trying to do whatever it was doing with X11.

I had to power down the machine to get out of it. I'm not sure where in the process my machine is but it seems to be working except for the original problem.

My first question is, where is the install log hidden so I can post the output? Hopefully it will tell someone what the problem is. Thanks.
 
Old 11-03-2008, 04:12 AM   #8
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, one last try.

logs are usually /var/logs, and home/user/.xsession (notice the dot. xsession is a different file)

If you use urpmi, then you might get it by installing

urpmi X11-driver-video

and any deps, but I fear without the device name, you're on your own!

please post any results,

cheers, Glenn

Last edited by GlennsPref; 11-03-2008 at 04:14 AM. Reason: /var/log/
 
Old 11-03-2008, 07:16 AM   #9
gw1500se
Member
 
Registered: Mar 2004
Distribution: Mandriva 2010.0
Posts: 250

Original Poster
Rep: Reputation: 31
Thanks for the reply. There is nothing readily identifiable in /var/logs as being the install log. That was the first place I looked. Since I ran this from the DVD, I doubt it would put .xsession in some user's home directory.

The video driver seems to be available in the upgrade. At least it was correct when I looked at the configure options in the install GUI. The error says something about a variable named HASH(<hex number>) being undefined, then a trace back. If I could find where it put that I could post it. However, during the install there is no way to copy and paste the errors anywhere since not enough of the system is up.
 
  


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
disabling onboard graphics card Jyneo Linux - Newbie 2 12-27-2006 06:22 PM
Config of onboard graphics in slack10 deft Slackware 1 10-20-2006 05:32 PM
Onboard Graphics Driver Intel 810E MikeEnIke Slackware 8 10-19-2006 06:31 PM
Compaq Evo N1000c w/Slackware 10.0 onboard ADI soundmax not fuctioning daniel_waddell Linux - Hardware 4 07-29-2004 01:45 PM
onboard graphics problems on installation Boban Linux - Newbie 2 06-24-2002 01:35 AM

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

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