Hi
I am using XFree 4.30.
Log as root, and use your preferred text editor and open /etc/X11/XF86Config-4
Look for section Device and uncomment or set hwcursor option
My XF86Config Device section looks this way :
##################################
# there are several lines above it
#############################
Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "Card0"
# NVidia Options
Option "UseInt10Module" "true" # - soft boot 2nd vcard . My Mobo has a
# onboard vcard
#Option "WindowFlip" "true"
Option "NvAGP" "3"
# 1 - NVidia AGP
# 2 - AGPART
# 3 - default. tries AGPART, then NVIdia
Option "NoLogo" "0" # show the nv logo at X startup
# Option "RenderAccel" "true" #hw accel of render. default is false
Option "PageFlip" "true" #default true
Option "DigitalVibrance" "1"
Option "RenderAccel" "true"
# Below goes the driver name. There is several driver available, as:
# ati, chips, cirrus, cyrix, nvidia, glint, i740, i810, mga, neomagic, nvidia
# r128, rendition, s3virge, sis, tdfx, tga, trident, tseng, nvidia, vga
#
# "nv" is a NVidia generic driver for 2D only
# nvidia is the driver for 2D and 3D operation. Needs proper driver install.
Driver "nvidia" # full 3d power ;)
#Driver "nv" # no 3D
VendorName "XFX" # not important
BoardName "GForce4 Ti 4200" # not important
# BusID "PCI:1:0:0"
# Option "NvEmulate" "30"
EndSection
# several lines below this line
#####################################
Please, back-up your old XF86Config-4 file before changing it. Just change
lines you must have.
The character # is a comment line, just like our // in Java/C++
** Important **
Read the Linux NVidia readme file of your driver version !!
(http://www.nvidia.com/object/linux.html )
I am currently using 66.29, witch comes with special optimizations for Java3D &
Java2D ;)
I hope it helps you.
Alessandro
--- Nicholas Pappas <[EMAIL PROTECTED]> escreveu:
> Thanks Alessandro. How do I set my mouse to hardware in Linux (I am
> using Gentoo, w/ an nVidia card & latest drivers)?
>
> On Fri, 2004-11-19 at 10:21 -0300, Alessandro Borges wrote:
> > Maybe what I saying is to related to your problem, but I've faced some
> > slowdown on mouse events due bugs in video driver. A video driver
> > update solved it.
> >
> > And I use hardware mouse cursor in my linux with Nvidia vcard,
> > otherwise the mouse blinks and disappears when over 3D windows.
> > I've heard ATI must use software mouse instead.
> >
> > Nicholas Pappas <[EMAIL PROTECTED]> wrote:
> > Hello all.
> >
> > I have a very simply BranchGroup, with a ColorSphere, and a
> > MouseRotate
> > even listener. When I start the program up everything work,
> > but when I
> > move the mouse the object is *very* jerky in its movements.
> > Is this possibly the result of something I did, or didn't, do?
> > Is it
> > just because the USB mouse is firing events so quickly that
> > the rotation
> > jerks? The second seems a little less likely.
> >
> > Here is my function creating the scene... nothing overly
> > special.
> > "scene" is added to the SimpleUniverse after this is called.
> >
_______________________________________________________
Yahoo! Acesso Gr�tis - Internet r�pida e gr�tis. Instale o discador agora!
http://br.acesso.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".