Re: g4/867 + Debian

2002-08-16 Thread Arthur Petit

hi,
this is exactly my probleme, I'm running Debian 3.0 on a powerbook G3 
500 (fire wire) and my 3D acceleration doesn't workwhereas it used 
to work on a Mandrake...
is that possible that my video card is better working on XF4.2 than in 
XF4.1?
and when i try to compile some of my C/OpenGL code i get an error of 
glut (the code works perfectly on mandrake, macos(x)does anybody can 
help me?


thanks very much...

bye!



On Friday, August 16, 2002, at 10:26 AM, ccos wrote:


hello,

does anybody have debian running on a regulation g4/867?

if so, do you have sound and/or openGL running?

thanks,
c


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]






Re: g4/867 || iBook + Debian || someOtherLinux

2002-08-17 Thread Arthur Petit
On Saturday 17 August 2002 03:18, ccos wrote:
> hello,
>
> > OpenGL support is a matter of the graphics chip rather than the machine.
> > Shouldn't be a problem with a Rage128 or Radeon, but there might never
> > be support for nVidia chips.
>
> why do you say there may never be support?
> is apple planning on switching chips again?
>
> does anybody have opengl and/or sound running smoothly on either:
>
> an 867 with a rage or radeon chip?
> an ibook/600 (dual usb) w/ an Aty, RageM3p29s display card?
>
hi again,
I'm very sorry, i know i'm very boring but i sow the thread about the r128 
mod and i didn't understand what to do for my powerbook g3 500 and i really 
need the 3D acceleration for my OpenGL programs
there is
/usr/X11R6/lib/modules/drivers/ati_drv.o
/usr/X11R6/lib/modules/drivers/r128_drv.o
/usr/X11R6/lib/modules/drivers/radeon_drv.o
/usr/X11R6/lib/modules/dri/r128_dri.so
/usr/X11R6/lib/modules/dri/radeon_dri.so

thanks...

Arthur
> what about other distrib
>
> thanks much,
> c



Re: g4/867 || iBook + Debian || someOtherLinux

2002-08-17 Thread Arthur Petit
Hi,
thanks very much for your answer!

On Saturday 17 August 2002 14:51, Joss Winn wrote:
> You need to make sure you have this modules compiled and avaialble:
>
> /lib/modules/2.4.18/kernel/drivers/char/drm/r128.o
>
> as well as the X11R6 drivers.
>
> The stock 2.4.18 woody kernel doesn't have DRM configured, so you
> can either install the 2.4.18 XFS kernel which does have the
> modules or recompile your own version of the 2.4.18-newpmac.  The simplest
> way to keep the stock kernel and add DRI is to copy the
>/boot/config-2.4.18-newpmac to 
/usr/src/kernel-source-2.4.18/
>
i don't have th folder /usr/src/kernel-source-2.4.18/
i've got to download the kernel2.4.18-newpmac sources?where?can i download it 
with apt-get?



thanks again, i'm very newbie at linux

Arthur



> rename it .config
>
> and then, in the source directory, enter
>
> make-kpkg kernel-image --config menuconfig
>
> this will start the kernel building process based on your copied .config
> file.  Then, find the DRI
> module configuration in the menu under drivers/char/ and select to
> build the drm-4 r128 module and dri support.
>
> You don't have to confiure anything else unless you want to really
> taylor your own kernel.
>
> exit and save the configuration. and let it do its stuff (an hour on
> my imac 500)
>
> when it is built,
>
> cd ..
> dpkg -i .deb
>
> and that will install your new kernel and modules and copy your old
> kernel to vmlinux.old
>
>
> Reboot and you should be OK.
>
> joss
>
> On Sat, Aug 17, 2002 at 01:24:39PM +0200, Arthur Petit wrote:
> > On Saturday 17 August 2002 03:18, ccos wrote:
> > > hello,
> > >
> > > > OpenGL support is a matter of the graphics chip rather than the
> > > > machine. Shouldn't be a problem with a Rage128 or Radeon, but there
> > > > might never be support for nVidia chips.
> > >
> > > why do you say there may never be support?
> > > is apple planning on switching chips again?
> > >
> > > does anybody have opengl and/or sound running smoothly on either:
> > >
> > > an 867 with a rage or radeon chip?
> > > an ibook/600 (dual usb) w/ an Aty, RageM3p29s display card?
> >
> > hi again,
> > I'm very sorry, i know i'm very boring but i sow the thread about the
> > r128 mod and i didn't understand what to do for my powerbook g3 500 and i
> > really need the 3D acceleration for my OpenGL programs
> > there is
> > /usr/X11R6/lib/modules/drivers/ati_drv.o
> > /usr/X11R6/lib/modules/drivers/r128_drv.o
> > /usr/X11R6/lib/modules/drivers/radeon_drv.o
> > /usr/X11R6/lib/modules/dri/r128_dri.so
> > /usr/X11R6/lib/modules/dri/radeon_dri.so
> >
> > thanks...
> >
> > Arthur
> >
> > > what about other distrib
> > >
> > > thanks much,
> > > c
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]



Re: g4/867 || iBook + Debian || someOtherLinux

2002-08-18 Thread Arthur Petit
thanks very much, my kernel is 2.4.18-newpmac...
i'm currently downloading it


On Saturday 17 August 2002 21:27, you wrote:
> the kernel sources are part of stable/woody. Just 'apt-get install
> kernel-source-2.4.18'
>
> That should do it. It's about 20mb download.  What kernel are you
> running right now? the 2.4.18-newpmac?  If so, all is good.  if not,
> you should be. Then take the /boot/config file I mentioned and copy
> it to the unpacked source in /usr/src/ and rename it .config
>
> You need to unpack it yourself with the bunzip2 tool
>
> joss
>
> On Sat, Aug 17, 2002 at 10:07:23PM +0200, Arthur Petit wrote:
> > Hi,
> > thanks very much for your answer!
> >
> > On Saturday 17 August 2002 14:51, Joss Winn wrote:
> > > You need to make sure you have this modules compiled and avaialble:
> > >
> > > /lib/modules/2.4.18/kernel/drivers/char/drm/r128.o
> > >
> > > as well as the X11R6 drivers.
> > >
> > > The stock 2.4.18 woody kernel doesn't have DRM configured, so you
> > > can either install the 2.4.18 XFS kernel which does have the
> > > modules or recompile your own version of the 2.4.18-newpmac.  The
> > > simplest way to keep the stock kernel and add DRI is to copy the
> > >/boot/config-2.4.18-newpmac to
> >
> > /usr/src/kernel-source-2.4.18/
> >
> > i don't have th folder /usr/src/kernel-source-2.4.18/
> > i've got to download the kernel2.4.18-newpmac sources?where?can i
> > download it with apt-get?
> >
> >
> >
> > thanks again, i'm very newbie at linux
> >
> > Arthur
> >
> > > rename it .config
> > >
> > > and then, in the source directory, enter
> > >
> > > make-kpkg kernel-image --config menuconfig
> > >
> > > this will start the kernel building process based on your copied
> > > .config file.  Then, find the DRI
> > > module configuration in the menu under drivers/char/ and select to
> > > build the drm-4 r128 module and dri support.
> > >
> > > You don't have to confiure anything else unless you want to really
> > > taylor your own kernel.
> > >
> > > exit and save the configuration. and let it do its stuff (an hour on
> > > my imac 500)
> > >
> > > when it is built,
> > >
> > > cd ..
> > > dpkg -i .deb
> > >
> > > and that will install your new kernel and modules and copy your old
> > > kernel to vmlinux.old
> > >
> > >
> > > Reboot and you should be OK.
> > >
> > > joss
> > >
> > > On Sat, Aug 17, 2002 at 01:24:39PM +0200, Arthur Petit wrote:
> > > > On Saturday 17 August 2002 03:18, ccos wrote:
> > > > > hello,
> > > > >
> > > > > > OpenGL support is a matter of the graphics chip rather than the
> > > > > > machine. Shouldn't be a problem with a Rage128 or Radeon, but
> > > > > > there might never be support for nVidia chips.
> > > > >
> > > > > why do you say there may never be support?
> > > > > is apple planning on switching chips again?
> > > > >
> > > > > does anybody have opengl and/or sound running smoothly on either:
> > > > >
> > > > > an 867 with a rage or radeon chip?
> > > > > an ibook/600 (dual usb) w/ an Aty, RageM3p29s display card?
> > > >
> > > > hi again,
> > > > I'm very sorry, i know i'm very boring but i sow the thread about the
> > > > r128 mod and i didn't understand what to do for my powerbook g3 500
> > > > and i really need the 3D acceleration for my OpenGL programs
> > > > there is
> > > > /usr/X11R6/lib/modules/drivers/ati_drv.o
> > > > /usr/X11R6/lib/modules/drivers/r128_drv.o
> > > > /usr/X11R6/lib/modules/drivers/radeon_drv.o
> > > > /usr/X11R6/lib/modules/dri/r128_dri.so
> > > > /usr/X11R6/lib/modules/dri/radeon_dri.so
> > > >
> > > > thanks...
> > > >
> > > > Arthur
> > > >
> > > > > what about other distrib
> > > > >
> > > > > thanks much,
> > > > > c
> > > >
> > > > --
> > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > > with a subject of "unsubscribe". Trouble? Contact
> > > > [EMAIL PROTECTED]
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]



Re: g4/867 || iBook + Debian || someOtherLinux

2002-08-19 Thread Arthur Petit
hi again, 
sorry for my incompetence...

On Saturday 17 August 2002 14:51, Joss Winn wrote:
> You need to make sure you have this modules compiled and avaialble:
>
> /lib/modules/2.4.18/kernel/drivers/char/drm/r128.o
>
> as well as the X11R6 drivers.
>
> The stock 2.4.18 woody kernel doesn't have DRM configured, so you
> can either install the 2.4.18 XFS kernel which does have the
> modules or recompile your own version of the 2.4.18-newpmac.  The simplest
> way to keep the stock kernel and add DRI is to copy the
> /boot/config-2.4.18-newpmac to /usr/src/kernel-source-2.4.18/
>
> rename it .config
>
> and then, in the source directory, enter
>
> make-kpkg kernel-image --config menuconfig

it says me: command not found...
i've tried to install some packages with apt-get wich contains the words 
"make, kpkg, pkg", etc...and i don't find "make-kpkg", i thaught that it 's 
may be an option so i've typed make -kpkg but it doeasn't work


thanks again

Arthur






>
> this will start the kernel building process based on your copied .config
> file.  Then, find the DRI
> module configuration in the menu under drivers/char/ and select to
> build the drm-4 r128 module and dri support.
>
> You don't have to confiure anything else unless you want to really
> taylor your own kernel.
>
> exit and save the configuration. and let it do its stuff (an hour on
> my imac 500)
>
> when it is built,
>
> cd ..
> dpkg -i .deb
>
> and that will install your new kernel and modules and copy your old
> kernel to vmlinux.old
>
>
> Reboot and you should be OK.
>
> joss
>
> On Sat, Aug 17, 2002 at 01:24:39PM +0200, Arthur Petit wrote:
> > On Saturday 17 August 2002 03:18, ccos wrote:
> > > hello,
> > >
> > > > OpenGL support is a matter of the graphics chip rather than the
> > > > machine. Shouldn't be a problem with a Rage128 or Radeon, but there
> > > > might never be support for nVidia chips.
> > >
> > > why do you say there may never be support?
> > > is apple planning on switching chips again?
> > >
> > > does anybody have opengl and/or sound running smoothly on either:
> > >
> > > an 867 with a rage or radeon chip?
> > > an ibook/600 (dual usb) w/ an Aty, RageM3p29s display card?
> >
> > hi again,
> > I'm very sorry, i know i'm very boring but i sow the thread about the
> > r128 mod and i didn't understand what to do for my powerbook g3 500 and i
> > really need the 3D acceleration for my OpenGL programs
> > there is
> > /usr/X11R6/lib/modules/drivers/ati_drv.o
> > /usr/X11R6/lib/modules/drivers/r128_drv.o
> > /usr/X11R6/lib/modules/drivers/radeon_drv.o
> > /usr/X11R6/lib/modules/dri/r128_dri.so
> > /usr/X11R6/lib/modules/dri/radeon_dri.so
> >
> > thanks...
> >
> > Arthur
> >
> > > what about other distrib
> > >
> > > thanks much,
> > > c
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]



Re: g4/867 || iBook + Debian || someOtherLinux

2002-08-21 Thread Arthur Petit


On Monday, August 19, 2002, at 05:53 PM, 
[EMAIL PROTECTED] wrote:



Salut Arthur,

re:Salut
snifff, i've done everything that u said me to do...now my keyboard 
doesn't work, i don't know if drm works because i can't load X11, my 
keyboard isn't french, isn't us, it's a big shit (sorry for the 
expression)return, tab , backspace and space are  characters


somebody could help me?
i wouldn't abuse about your patience
and very sorry if my english is very bad, i'm 15 years-old and i'm 
french.

bye!...


On Mon, Aug 19, 2002 at 06:07:23PM +0200, Arthur Petit wrote:

hi again,
sorry for my incompetence...

On Saturday 17 August 2002 14:51, Joss Winn wrote:

You need to make sure you have this modules compiled and avaialble:

/lib/modules/2.4.18/kernel/drivers/char/drm/r128.o

as well as the X11R6 drivers.

The stock 2.4.18 woody kernel doesn't have DRM configured, so you
can either install the 2.4.18 XFS kernel which does have the
modules or recompile your own version of the 2.4.18-newpmac.  The 
simplest

way to keep the stock kernel and add DRI is to copy the
/boot/config-2.4.18-newpmac to /usr/src/kernel-source-2.4.18/

rename it .config

and then, in the source directory, enter

make-kpkg kernel-image --config menuconfig


it says me: command not found...
i've tried to install some packages with apt-get wich contains the 
words
"make, kpkg, pkg", etc...and i don't find "make-kpkg", i thaught that 
it 's

may be an option so i've typed make -kpkg but it doeasn't work

make-kpkg is in package 'kernel-package', so 'apt-get install
kernel-package'.

jops,
Stoffel.
--
Anything that is good and useful is made of chocolate.