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 03-14-2005, 03:34 AM   #1
zillah
Member
 
Registered: Oct 2004
Posts: 536

Rep: Reputation: 30
Laptop and VGA recognation


I have got Laptop hp pavilion ze5170 , and VGA card is ATI Mobility M6, I tried to install Mandrake 10.1 official, but It could not recognize VGA propely, what should I do? Is there Linux's driver ? and if there is one, how can I go through the processes to install this driver?

Thanks
 
Old 03-14-2005, 02:14 PM   #2
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Which drivers have you tried ?

Anyway, the easiest thing to do would be to email this fellow: http://www.freewebs.com/unforgivensworld/laptop.html and ask him to email you a copy of his XF86Config (or Xorg.conf) file.

Alternatively, you could try the following drivers: ati, vesa, radeon, and also the newest ati driver from www.ati.com (see http://mandrakeusers.org/index.php?showtopic=23054&hl= for a walk-through).

Cheers,

mj
 
Old 03-14-2005, 10:44 PM   #3
zillah
Member
 
Registered: Oct 2004
Posts: 536

Original Poster
Rep: Reputation: 30
Thanks mj

Could you please tell (if you have got idea) how to reach this guy, for the freeweb.

Because I went to his forum, but I could not find his email, and he said:



Quote:
Questions, Comments, Ideas, or Idle chat, please visit my forums.www.chatarea.com/themostawesomesocietyforstuff
(sorry, you'll have to cut and paste)
 
Old 03-14-2005, 11:20 PM   #4
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
From the looks of it, you'd have to register to get his contact details (less spam that way, presumably...).

To be honest though, you could probably just have a play with your XF86Config file (or Xorg - it's hard to keep up with which distros are using which one these days) and replace whichever driver you used before, with one of those listed above - vesa, ati etc.

Cheers,

mj
 
Old 03-14-2005, 11:45 PM   #5
zillah
Member
 
Registered: Oct 2004
Posts: 536

Original Poster
Rep: Reputation: 30
I did register, but still I could not find his email.


Quote:
you could probably just have a play with your XF86Config file (or Xorg - it's hard to keep up with which distros are using which one these days) and replace whichever driver you used before, with one of those listed above - vesa, ati etc.

Now I can access command line only, what should I do to play with XF86Config or Xorg, because I can not go to the GUI as you know?

Do I need to reboot form Mandrake CD1 every time I want to change configuration for these two ( XF86Config or Xorg) ? Or I can do it via command line ?

Please advice for that


Thanks

Last edited by zillah; 03-14-2005 at 11:51 PM.
 
Old 03-15-2005, 01:22 PM   #6
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
There are two main options: a) login as root at the command prompt, and then run one of xorgconfig or drakxconfig, following the prompts to recreate your xorg.conf file, then running startx and repeating until you have a working configuration; or...

b) Download a cheatsheat for the Vim editor from www.vim.org, then as root
Code:
cd /etc/X11/
vim xorg.conf              or...
vi xorg.conf
and use the cursors to find the section labelled

Section "Device"
Identifier "Card0" - or similar
Driver "foobar" - etc.
'
'
'
EndSection

Then edit the Driver entry so that it reads vesa, ati etc., and restart X (startx). Incidentally, you can usually get a pretty good idea of what's wrong, by running
Code:
grep EE /var/log/xorg*                  - might be Xorg*, though
Cheers,

mj
 
Old 03-16-2005, 02:56 AM   #7
zillah
Member
 
Registered: Oct 2004
Posts: 536

Original Poster
Rep: Reputation: 30
Quote:
Then edit the Driver entry so that it reads vesa, ati etc.,
I have got two laptop one of them fine, the name of the driver for disply adapter (Windows system) is:

MOBILITY RADEON 9000

When I checked the name FC2, /etc/xorg.conf the name od driver is:

Driver "RADEON".



Now with the second laptop (the one with problem), the name of driver for display adapter (Windows) is:

ATI MOBILITY M6

when I checked the name Mandrake 10.1, /etc/XF86Config, the name of driver is:

Driver "nv".

Now what should I do with the driver name ? Or how can I make the correct configuration? Do I need to use try and error to find the correct drive? Or should I use one word for the driver's name?


Thanks
 
Old 03-16-2005, 03:14 PM   #8
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Quote:
Now what should I do with the driver name ?
I would try changing it to radeon, and if that doesn't work try vesa, followed by ati. (I.e., just change the word nv to radeon in the XF86Config file on the problematic machine, then try starting X again. If it fails, change it and repeat). Yes, it is a bit of a trial & error process, but there is some method amongst the madness of laptop graphics cards...

An easy alternative by the way, is just to boot up a copy of knoppix on the laptop, and see which driver it uses. Then either edit your config file to fit, or just copy it across.

Cheers,

mj
 
  


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
VGA force to use 1024 X on laptop? amer_58 Linux - Newbie 1 04-03-2005 03:33 PM
Laptop monitor/VGA chip & BeatrIX Heliode Linux - Laptop and Netbook 1 02-03-2005 05:15 PM
Widescreen WXGA Laptop + VGA-Out (same time) khermans Linux - Newbie 0 11-24-2004 08:58 AM
sis 630 laptop VGA output patthew Linux - Hardware 0 11-11-2004 09:22 AM
want 1024x768 laptop to do 1280x1024 on vga out x11 gongli Linux - Laptop and Netbook 0 08-31-2004 11:00 AM

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

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