LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Amigo
User Name
Password
Amigo This forum is for the discussion of Amigo Linux.

Notices


Reply
  Search this Thread
Old 07-15-2005, 06:35 AM   #1
war2004
LQ Newbie
 
Registered: Sep 2004
Posts: 15

Rep: Reputation: 0
display problem on amigo2 when choosing easy setup menu


hello, I have problem on screen display when choosing easy setup video detection during first boot and the screen is distorted.
I think It has something to do with display resolution.
the only work around to fix my display problem is to manually set X using XF86conf...
I have tested this on 4 different computers(Pentium 1.6Ghz, Duron 1Ghz, AMD500Mhz, and P120Mhz) with same result.

Questions:
1. does easy configuration use vesa?
2. how can I change the default screen resolution and modelines used by easy install? so that when I install it to my other computer and use easy configuraion it will use 800x600 @ 16bit by default.
3. I notice that sound was not automatically installed, I there a way or script to automatically install sound like those of livecd DSL, feather, SLAX linux.
------------------
on the side note: the reason I prefer using amigo than livecd is that I can easily backup the entire system in zip and experiment on it and if things go bad I can easily restore it w/o reconfiguration and run pristine to repeat/reset hwsetup routine when I install it to other computer.

I succesfully added the following from source:
gaim
gyach-e
xmms
gxine
firefox

I am using this on my small Internet cafe, because ms windows is always mess out due to virus and other hardware driver issue
 
Old 07-17-2005, 01:51 AM   #2
s_deepak_123
Member
 
Registered: Oct 2004
Location: Mysore, India
Distribution: Fedora Core 1, Xandros desktop OS 2
Posts: 54

Rep: Reputation: 15
You can try using advanced setup to set the resolution manually.
The reason that your soundcard is not configured might be that the sound drivers are not present.
Try to get install the drivers. You can also try to change the kernel.
I have changed the kernel to 2.4.26 with all the drivers, and all the avaliable packages for slackware 10 have been installed.
 
Old 07-17-2005, 08:52 AM   #3
war2004
LQ Newbie
 
Registered: Sep 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by s_deepak_123
You can try using advanced setup to set the resolution manually.
The reason that your soundcard is not configured might be that the sound drivers are not present.
Try to get install the drivers. You can also try to change the kernel.
I have changed the kernel to 2.4.26 with all the drivers, and all the avaliable packages for slackware 10 have been installed.
do you mean if change my kernel to 2.4.26 I cam install packages from slackware 10 or 10.1?

can you please post the procedure on how to change to kernel 2.4.26 with all the driver.


thanks
 
Old 07-19-2005, 12:53 PM   #4
s_deepak_123
Member
 
Registered: Oct 2004
Location: Mysore, India
Distribution: Fedora Core 1, Xandros desktop OS 2
Posts: 54

Rep: Reputation: 15
First, get a slackware 10 CD. Mount it and go to the slackware/l/ directory. Then, issue the following command:
installpkg *.tgz
Now, all the libraries for the 2.4.26 kernel have been installed.
Go to the kernels directory in the CD, and copy the bzimage to your /boot directory.
Now, update lilo to boot with the kernel as /boot/bzimage
Next time you boot, the kernel will be 2.4.26 with all the necessary libraries installed.
You can install all the packages in the CD using installpkg
 
Old 07-21-2005, 12:21 PM   #5
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Sorry to keep you waiting. You can pass 'secrets' to hwsetup from the boot prompt or add them to your bootloader entry.
DEPTH=16 SCREEN=800x600
for example.
I'd be interested to know what resolutions/depths you are having trouble with.

You don't need a new kernel or modules to get sound. Just have a look at /etc/sysconfig/amigo to see what the card is. Then, look for a line for the soundcard in /etc/rc./rc.modules. Uncomment the line by removing the '#' at the beginning ogf the line. Thius will cause your sound module to be loaded on each bootup.
You may need to add some packages for yound utilities depending on what you want to do.

For further 'tweaking' of Amigo's HWSETUP, see /usr/lib/amigosetup/firstrun. The XF86Config file is generated by /sbin/mkxf86config.
 
Old 07-26-2005, 07:53 PM   #6
yib
LQ Newbie
 
Registered: Jul 2005
Posts: 10

Rep: Reputation: 0
Hi,

I have the same problem. I'm trying to load amigo onto a toshiba 430cdt laptop. Everything works fine except the screen resolution, which is too large for the laptop screen, so I only see the topleft 800x600 of the desktop. When I change the settings with xf86config, I get a resolution that is way too small so that only 3 icons show up. Right now I'm using an external monitor plugged in the laptop, which seems to work fine.
 
Old 07-27-2005, 01:15 AM   #7
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Do you boot with lilo, loadlin or how?
 
Old 07-27-2005, 03:04 PM   #8
yib
LQ Newbie
 
Registered: Jul 2005
Posts: 10

Rep: Reputation: 0
I loaded with linux.bat in dos mode
 
Old 07-28-2005, 12:42 AM   #9
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Did you add the above lines to the linux.bat bootline?
That's where you can pass this info to hwsetup. Please try that and see if it works.
There are lots more 'secrets' you can pass to the kernel, init scripts and to Amigo's HWSETUP.
For the ones specific to the GUI setup open the file called mkxf86config in a text editor and look for the variables in CAPITAL LETTERS. You can specify the server, resolution, depth, etc.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
kernel source for amigo2 war2004 Amigo 3 10-04-2005 11:40 AM
Linux4RegularGuys - EASY FTP setup using vsftpd - READ THIS FOR EASY HELP DropHit Linux - Networking 4 11-25-2004 02:44 PM
Firewall/Server setup & choosing questions adrenaline_NZ Linux - Networking 2 10-13-2004 04:19 PM
Announcing Amigo2.0 gnashley Amigo 0 10-01-2004 01:23 PM
anjuta crashes when choosing item from menu warownyr Linux - Software 4 06-15-2004 04:05 AM

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

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