Voodoo 3, XFree 4.0 and DRI
Can anybody tell me, what I have to install / configure to have a working GL-lib based on DRI with hardware acceleration? mfg Mischel S aus P Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
Re: fvwm jpg background
On Sun, 3 Dec 2000, ktb wrote: > I see how to use the FvwmBacker module and FvwmBackerDesk to > set an xpm image as wallpaper but I don't see how I can use a > jpg as wallpaper with fvwm. Anyone know how to do this? > Thanks, > kent How about using xv or electric eyes? xv -root -quit image.jpg eeyes -r image.jpg mfg Mischel S aus P Homepage: http://fsinfo.cs.uni-sb.de/~waldi
Re: Voodoo 3, XFree 4.0 and DRI
> >Can anybody tell me, what I have to install / configure to have a working > >GL-lib based on DRI with hardware acceleration? > > > >mfg > > Mischel S aus P > > Go to http://www.debianplanet.org and look on the left hand side. There is a > nice tutorial on installing XF4 in Debian using a Voodoo card. > > Scott Ok, I succeeded in installing my voodoo properly, but it is very slow (20fps XFree4.0 DRI, 35 fps XFree3.6 dev3dfx) and applications using GL seems to stop from time to time (for just a second or less). But games are not playable with this. Is this a driver-related issue and can I speed up things a little bit (20fps are ok, but those short freezes of my Quake3 are not)? mfg Mischel S aus P Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
Re: Number of processors
> A little off topic... > > Does anyone know how to get the number of CPU's > that a machine has using the "C" programming > language?Any URL's on the subject? open /proc/cpuinfo and look how many processor entries it has. mfg Mischel S aus P Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
Re: no modules after kernel recompile
> After installing a cdrw drive. I recompiled my kernel > for scsi emulation. The result was my smc 1211 network > card isn't recognized, and I can't get the module to > install with insmod. Did you make modules, make modules_install? mfg Mischel S aus P Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
Re: Hello first time - I have a problem with mounting cdrom
> mount: /dev/cdrom is not a block device > > I wrote a command : > mount -t iso9660 /dev/cdrom /mnt/cdrom > > before I created /mnt/cdrom /dev/cdrom is only a symlink to your cdrom device. If it does not point to the exact device, that can happen. E.g. my cdrom is at /dev/hdc ln -s /dev/hdc /dev/cdrom mfg Mischel S aus P Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
Re: cd-burning
> Does anybody know about a program which can overburn a normal cdr? It's > usefull for burning audio-cds. I have encountered some problems with xcdroast > and 700MB cds. The 650s never caused troubles. > In the windoze world there is a nice (and free) audio-burning tool called > Feurio which is a real jewel. Is there anything like this working under linux? Just use cdrecord. It also does not overburn cd's by default, but it is a command line switch. MfG mIc
Re: Sound card interrupt problem (ESS ES1878)
> Sound initialization started > ESS chip ES1878 detected > ESS1688: Invalid IRQ 8 > sb: Interrupt test on IRQ8 failed - Probable IRQ conflict > at 0x220 irq 8 dma 1,5 > Sound initialization complete > > Does anyone have any ways of changing the IRQ and DMA settings > without recompiling the kernel, or suggestions for the correct > settings, or how to come by then? Compile the driver for your soundcard as a module. Then you can load this module after system-boot and also unload it (insmod, rmmod). You can give the IRQ as a parameter (suggesting irq=0x08) MfG mIc
Re: Make menuconfig, 2.2.18 and Debian woody.
> colossus:/usr/src/linux# make menuconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdialog all > make[1]: Entering directory `/usr/src/linux-2.2.18/scripts/lxdialog' > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE > -DCURSES_LOC="" -c -o lxdialog.o lxdialog.c > In file included from lxdialog.c:22: > dialog.h:29: curses.h: No such file or directory > make[1]: *** [lxdialog.o] Error 1 > make[1]: Leaving directory `/usr/src/linux-2.2.18/scripts/lxdialog' > make: *** [menuconfig] Error 2 > colossus:/usr/src/linux# you forgot to install libncursesX-dev, whereas X stands for the version number. Should be 5 on woody. mfg .~. Mischel S aus P /V\ /( )\ ^^-^^ Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
Re: Missing ncurses in Pine compile?
> cc-g -DDEBUG -DLNX -DSYSTYPE=\"LNX\" -DMOUSE -o pine addrbook.o > adrbkcmd.o adrbklib.o args.o bldaddr.o context.o filter.o folder.o help.o > helptext.o imap.o init.o mailcap.o mailcmd.o mailindx.o mailpart.o mailview.o > newmail.o other.o > pine.o reply.o screen.o send.o signals.o status.o strings.o takeaddr.o os.o > date.c ../pico/libpico.a ../c-client/c-client.a -lncurses `cat > ../c-client/LDFLAGS` > /usr/bin/ld: cannot find -lncurses > collect2: ld returned 1 exit status > make: *** [pine] Error 1 install libncurses5-dev. You always need the development packages if you want to compile something depending on it. mfg .~. Mischel S aus P /V\ /( )\ ^^-^^ Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
Re: HTML editor
> Any suggestions for a good HTML editor that does color highlighting & > understands PHP? My favorite editor is HomeSite, and I have yet to find > anything comparable for Linux. I've tried running HomeSite with WINE, but > haven't gotten that to work :( thanks for any suggestions. give bluefish a try mfg .~. Mischel S aus P /V\ /( )\ ^^-^^ Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885
harware accelerated opengl
Ho I'm running woody with xfree 4.0.2 and can't figure out, how to enable hardware accelerated OpenGL ... I've installed the following packages: xlibmesa3 4.0.2-1 xlibosmesa34.0.2-1 glide2-base2.60-6 libglide2-v3 2.60-6 And this from my XF86Config-4: [snip] Load"dbe" Load "glx" Load "dri" [snip] Section "DRI" Mode 0666 EndSection [snip] What have i done wrong ?!? (btw. I _HAVE_ the kernel modules tdfx and agpgart loaded) mfg .~. Mischel S aus P /V\ /( )\ ^^-^^ Homepage: http://fsinfo.cs.uni-sb.de/~waldi E-Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: #27995885