[gentoo-user] Extra buttons on my keyboard

2005-07-01 Thread ««Omega21»»
Hi there.
I have a Toshiba A70 here, and it has some nice
media buttons on the left, and I really want them to
work on Linux. I have tried a lot. I have tried xev
with no success, and emerged linEAK and it wasn't able
to detect
them. I still have Windows XP on the computer. Oh, and
DMESG also does not detect them. Do you guys have any
ideas? I am willing to donate some time to get these
things to work. Im not much of a coder, but if there
is any other way for me to help get these things to
work, I would love to help.
Ian

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] NeverWinter Nights Linux SDL Segmentation Fault

2005-06-30 Thread ««Omega21»»
Hi there,
I have just emerged nwn and copied the files needed
from my windows partition. However when I run nwn,
i get the following error:

# /opt/nwn/nwn
Fatal signal: Segmentation Fault (SDL Parachute
Deployed)


How do I fix this?
Here are the computer's specs:
Kernel 2.6.12-mm1 // P4 3.2 gHz // Ati Mobility Radeon
9000 // 512 MB RAM // Using KDE 3.4.1 right now.

Thanks!!



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ati Linux Proprietary Driver

2005-06-29 Thread ««Omega21»»

--- Benjamin Fritzsche <[EMAIL PROTECTED]> wrote:

> On Friday 28 January 2005 03:19, Rui Silva wrote:
> > hello ppl
> >
> > i'm thinking on buying a new notebook computer.
> >
> > the model i'm interested has a ATI 9700 128Mb
> graphic card. R300 based
> >
> > How are the drivers for this graphic card??
> >
> > Is ATI LInux driver good enough?? i'm not going to
> play games. just
> > the aplications commonly used.
> >
> > What about video out?? does it work??
> >
> > the instalation is smooth or not??
> >
> > share your experiences please, help me decide
> 
> For Desktop Use you´ll be perfectly happy with Xorg
> radeon drivers. They work 
> perfectly here on an Inspiron 8600 (Radeon 9600 Pro
> Turbo, which is the same 
> chip with a lower frequency AFAIK).
> 
> You´ll get: Video-Out support (Including Clone,
> Xinerama and ext. only), 
> Dynamic Clock frequency, Working Hibernate/Suspend
> to Ram (With 
> hibernate-script and vbetool).
> 
> Basically everything works except DRI and TV-Out.
> (Which work with the 
> ATI-Drivers).
> 
> Feel free to contact me if you run into troubles.
> I´ll happily share my 
> xorg.conf.
> 
> Benny
> 
> 
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 
Hi. I have a similar question.
My Laptop (Toshiba Satellite A70)
does have SVideo Out, and I really need that to work.
I saw on the ATI site that their propriatary Linux
drivers were not for notebooks. Is that true, and 
is there an extra package (open source) I could
emerge for Open Source support on SVideo?
For the record, its an ATI Mobility Radeon 9000.

Thanks!!!


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Question about a driver

2005-06-22 Thread ««Omega21»»
Hi there,
I posted a problem I was having on the Forums. I
initially got good responses, but suddenly no one is
responding. Maybe you guys/gals could help me.

Here is an exerpt from my post:

The following is a quote from a mailing list archive I
was pointed to:
Quote:
all i did was toss out pcmcia-cs modules and use the
kernel pcmcia drivers (and
patch hostap into the kernel of course - which is what
i didn't do the first
time around). kernel pcmcia has no problems with the
ricoh cradle, so it just
worked.
[/quote]

(I am having issues getting the kernel to recognize
this PCMCIA slot. [ricoh])

In order to tell you how I interperet this quote from
the site you gave me,
I need to explain that I have everything compiled
right into the kernel (non modular),
such as the main PCMCIA support, both 16&32bit, etc.
The only modular item I have
is the yenta socket one.

So basically, I need to know how to put this hostap
thing into the kernel.
Can you help me out?


I still am extending that question. How do I put this
hostap thing into the kernel, if that is what I need
to do.

--Your prompt reply would be MUCH appreciated.--
Ian

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Random crash

2005-06-04 Thread ««Omega21»»

--- Zac Medico <[EMAIL PROTECTED]> wrote:

> 
> 
> --- Zac Medico <[EMAIL PROTECTED]> wrote:
> 
> > 
> > 
> > --- ««Omega21»» <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi there.
> > > Right now, Im typing this in webmail because
> > > none of my Mozilla products are working right.
> > > And now that I think of it, Gaim is doing the
> same
> > > thing. 
> > > 
> > > What happens is:
> > > >I start the program (firefox // thunderbird //
> > > gaim)
> > > >After what seems to be a random time, it
> suddenly
> > > closes.
> > > 
> > 
> > Hi Omega21,
> > 
> > Do you remember what you did just before this
> > problem
> > started?  Run one of those apps from a terminal so
> > you
> > can see if there are any clues in stderr.
> > 
> > Zac
> > 
> 
> I forgot to mention that if there are no clues on
> stderr then you can try a debugging tool such as
> strace:
> 
> strace -f -F -o ~/firefox-strace.txt firefox
> 
> The ouput file may have a clue.
> 
> Zac
> 
> 
>   
>
> gentoo-user@gentoo.org mailing list
> 
> 

I think I figured it out. Here is my output:
bash-2.05b$ firefox
\No running windows found
/home/omega21/.gtk_qt_engine_rc:62: error: unexpected
character `{', expected character `}'
/usr/libexec/mozilla-launcher: line 547: 16841
Segmentation fault  "$mozbin" "$@"
firefox-bin exited with non-zero status (139)


I now realize that Gaim, Firefox & Thunderbird are all
GTK, and Im using qt-gtk-engine. That must be the
issue.

Can I get these things to work though with QT-GTK,
because GTK without a theme -- well, no one deserves
to see it. :)

Ian


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Random crash

2005-06-04 Thread ««Omega21»»
Hi there.
Right now, Im typing this in webmail because
none of my Mozilla products are working right.
And now that I think of it, Gaim is doing the same
thing. 

What happens is:
>I start the program (firefox // thunderbird // gaim)
>After what seems to be a random time, it suddenly
closes.

At first I thought it was a priority issue,
so I set every process to 0, while setting each of
these programs up to -20. It didn't work. I also
restarted the computer, and updated firefox and
thunderbird (emerge -u), with no effect.

I have no idea whats wrong.Can anyone offer any 
suggestions? Its really a pain to use webmail.

Im using Konqueror by te way, which is working
fine. Im on KDE 3.4.0, and Gentoo 2.6.9-rc1-mm2.

(I have not upgraded the kernel or DE recently.)

Thanks in advance!
Ian

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Compile for another computer

2005-05-30 Thread ««Omega21»»
Hi there.
I was wondering if there is a way to compile a given program for another computer with different hardware (still x86 though). Can you point me to a help resource or something?
Thanks!
IanPost your free ad now! Yahoo! Canada Personals