Nicholas Clark writes:
> > Depending on the kernel version you have, fbset -a will set the
> > resolution for each and every console, including newly created ones.
> > Some kernels may only do this for all existing consoles though.
>
> Is it because I have no XF86config file, so X is falling back to a nice safe
> 640x480?
> I don't know where to get such a file (it doesn't appear to be in the X rpms
> on your site), or the XF86config binary to generate it.
No - this X server is mostly identical to the old one - it'll work with
the old kernels. If you want to run it at 1280x1024, try:
fbset -a 1280x1024-60
And that should sort you out.
> $ insmod ppp.o
> ppp.o: ppp.o: No such file or directory
Is ppp.o in the current directory? If it's not, then this is expected.
If you want insmod to pull it out of /lib/modules, then you should use
insmod ppp
Also, you can get the path which should exist for the modules by:
echo /lib/modules/`uname -r`
Check that /lib/modules/`uname -r`/misc/ppp.o exists. For msdos, check
in /lib/modules/`uname -r`/fs for:
fat.o
msdos.o
Also, have you run depmod -a ?
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/~rmk/armlinux.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]