LinuxQuestions.org
Visit Jeremy's Blog.
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-24-2004, 08:13 PM   #1
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Rep: Reputation: 0
Please help to newbie with ATI IGP 320 AKA Mobility U1


It's notebook HP Pavilion ze4101.....
I am brand new to LINUX (can't take win anymore....).
OS is SuSe 9.1
Video card is as stated above........
Just can't get it to work; in X11 all fonts are not readable, icons are damaged (graphics)......
I am very new to LINUX; I do not really know what to post; I do post abot it, just something to get it started. I need someone to hook me up and HELP....... Please

Thanks
bertik
 
Old 10-25-2004, 09:27 AM   #2
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
Try using the vesa driver instead of the radeon or ati driver. I've never had a problem with the vesa driver. No 3d, but everything else is ok.
 
Old 10-25-2004, 11:42 AM   #3
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Where can get a VESE driver, or where is it located in the system?
 
Old 10-25-2004, 11:53 AM   #4
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
When I run YaST from a command line I can see that I can change it there to run VESA. But the problem is it's asking me to save the modification somewhere and I do not have any idea where to save it?
Like I said I am very new to LINUX.

Thanks for any help
Bertik
 
Old 10-25-2004, 03:16 PM   #5
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
Can you change your X configuration in YaST? If so, just go through the process, choosing the vesa driver for your card. At the end it should save your configuration. If it asks if you want it to save it, say yes. The X configuration is saved in /etc/X11/XF86Config-4
You can alter this file directly from the command line using a text editor. I like to use joe, but you can use any text editor.
To use joe (assuming you have it installed) just open a terminal window, become root (type su then the root password when prompted) and type joe /etc/X11/XF86Config-4
This will open the file for editing. Scroll down to Section "Device" and change the driver name in quotes to "vesa" then save and close by hitting ctrl K then X. Restart your X session by hitting ctrl-alt-backspace and let us know how it turns out.
If you don't have joe, use any other text editor, but you have to be root to alter the XF86Config file.
 
Old 10-26-2004, 09:53 AM   #6
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
WOW Thanks A LOT.
I have modified XF86Config like 10 times before I hit the right modification. Once I had refresh rate 75Hz for LCD screen; I am glad I did not burn it out. I had to modify
Section "ServerLayout"
Identifier "Layout[all]
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[vga]"
EndSection

I have changed to
Screen "Screen[vesa]"

Before this the screen was 640x480 (could not see there anything).
Now its nice all over with 1024x768.
Fonts are still not readable though. When I boot up, I can see an error about font. I will dig it up in log file and post, maybe you can help me with this guys also (I am sure I will need much more help :-) ).
Anyway, thank you very much for all your help.
bertik

edit: and thanks for "joe" editor hint, nice and simple. vi is really confusing.

Last edited by bertik; 10-26-2004 at 01:46 PM.
 
Old 10-26-2004, 10:07 AM   #7
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
I am using XFree86 Version 4.3.99.902 (4.4.0 RC2)
OS SuSE 9.1 linux 2.6.4-52
 
Old 10-26-2004, 10:22 AM   #8
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
This is from kdm.log

[QUOTE]
Could not init font path element /usr/X11R6/lib/X11/fonts/truetype/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/URW/, removing from list!
/root/.xsession-errors
SetClientVersion: 0 8
SetClientVersion: 0 8
SetGrabKeysState - disabled
[QUOTE]
 
Old 10-26-2004, 04:02 PM   #9
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
Sorry, haven't seen that one. Not sure what to do about it. Maybe try to install truetype fonts in YaST. I can't remember if there's a place to do it there. Check it out and let us know.
 
Old 10-30-2004, 04:04 PM   #10
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
I have installed all fonts I could find in YaST but no go....

But I found this on the net http://c133.org/ze4420/ati-agp-2.6.0-test2.patch

I just do not know what to do about it. How do I apply the patch?
Please?
 
Old 10-31-2004, 04:16 AM   #11
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30

patch -p1 ati-agp-2.6.0-test2.patch

then recompile kernel

Last edited by cedar; 10-31-2004 at 04:18 AM.
 
Old 11-01-2004, 06:17 AM   #12
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
I did run the command to patch it, but it did not said anything after the patch.
I mean, should it say something like patch succesfylly applied or so?
Also it seems I am not able to recompile kernel. I am following this nice how to http://www.digitalhermit.com/linux/K...ild-HOWTO.html but I am lost. I am very newbie to all this.
I am going to give it more tryes and I will let you know how I am doing.

Is there a way to recompile kernel using YaST?

Last edited by bertik; 11-01-2004 at 05:11 PM.
 
Old 11-02-2004, 01:35 PM   #13
cedar
Member
 
Registered: Feb 2004
Location: Colorado Springs, CO
Distribution: Ubuntu, Fedora, PCLinux, MEPIS, still miss Libranet
Posts: 162

Rep: Reputation: 30
The 2.6 kernels are easy to recompile...compared to the 2.4 kernel.

su (to become root)
cd /usr/src/linux
make xconfig (you may have to use make menuconfig instead)
(save and exit)
make
make modules_install
make install

You shouldn't need to make any changes, but feel free to look around at what's in the kernel while in xconfig (or menuconfig). The help notes in the kernel give some information in the kernel configuration.

If you use lilo, don't forget to run lilo after compiling the kernel.

Last edited by cedar; 11-02-2004 at 01:37 PM.
 
Old 11-02-2004, 04:48 PM   #14
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks a lot Cedar....

I found out that I have not installed any packages (or commands) to run kernel compilation. I tought it's gonna be there automatically. It took me couple of hours to figure this out :-) ; finaly I have installed all of them Yesterday and tonight I am going to try to recompile.
 
Old 11-02-2004, 07:05 PM   #15
bertik
LQ Newbie
 
Registered: Oct 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Hmmm.....
After a recompilation I can see that the patch did something. In a non graphics mode the screen is 1024x768 instead to some 900x760. At the graphics enviroment its's still same think.... Not readable fonts.
I will recompile one or two more times with different patches and will see.
I will let you know....
/Bertik
 
  


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
Debian and ATI MOBILITY RADEON 9000 IGP, Wireless Connectivity ramana8 Debian 4 10-24-2004 05:12 AM
Newbie, Ati Mobility Trouble sjrainsford Linux - Newbie 2 10-07-2004 02:39 PM
IGP ATI Mobility card ~ Does it work? Twiggy794 Linux - Hardware 0 06-16-2004 02:02 PM
ati mobility IGP 340 giuseppemag Linux - Laptop and Netbook 4 04-01-2004 03:43 PM
redhat 8 and ATI Radeon agp 320m (aka Radeon Mobility U1) nelsonnery Linux - Hardware 11 11-06-2003 06:24 AM

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

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