Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Have a windows 2000 pro and mandrake 8.2 dualboot on my pc..
I became disgusted about the whole windows mentality microsoft pushes to develop and thought of using windows only for games.
Ah...i had to install ALL the Rpm's by hand via a console because the graphical rpm manager always crashed...now i've got Qt3 installed and tried out the program in the docs.....
Qt3 got installed into usr/lib/qt3/...how can my emacs or Kate or some other text editor now that the heaers are there??
i tried something like this:
#include </usr/lib/qt3//include/qapplication.h>
but it just couldn't find headers that the mentioned header requires,when i tried to compile the program.
I store my project files in my home/username directory...
Can you help me solve this problem please??
ow and how can i configure my geforce 2 ultra and sound cards??
have downloaded the the two drivers from nvidia already....but just can't find any program in which to change into geforce 2 ultra.
i installed it via rpm's and not tars so it automatically installed
into /usr/lib/qt3...have tried to set the PS1 for the bash prompt but only works when i do it in the prompt...i don't know where else i have to look to then these :bashrc , .basrc , .bash_profile ,
profile.....
nvidia doesn't work...qt doesn't work and now PS1 fails me too help someone....
look far any kind of .bashrc or .bash_profile in your home dir.
if you cant find one, make a new .bash_profile in your home dir.
add the following to it:
QTPATH=/usr/lib/qt3
export QTPATH
the PS1 variable variable sets the prompt i.e. tells bash what it´s supposed to look like, so I dont see how the PS1 varibale pertains to your problem.
if you created a new .bash_profile then run:
source /your/home/dir/.bash_profile
to install your nvidia drivers simply go to the directory you unpacked them to and run:
make install
or make
not sure which one.
the add to /etc/modules.conf:
alias char-major-195 NVdriver
edit your XF86Config file and replace ´nv´with ´nvidia´ in the display section. also add ´glx´to the modules section.
i'll try it out thanks...i just wanted to play around in linux( am ver new to it)...so i wondered that if PS1 stuff doesn't get saved,
why would Qt variables work....thats all...
and i do have those .bash files yay
i've searched through my the XF86Config section,but there isn't a section called display,but subsection display,there is a section called screen where it says
driver:svga among other things....there is no modules section there either....then ichecked the XF86Config-4 file there is a modules section and i added this line:
Load "glx"..assuming that is what you meant.
there still is no real display section,the closest i found was like this :
so i changed nv into nvidia and the Identifier into Geforce2 Ultra .
retarted linux and there was an error,something with nvidia...so i used vim to reedit that file and now i'm here again writing tou you.....a bit strange isn't it???
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.