Returned 5 Results for "file" Ordered By Relevance
Eclipse never seems to bother creating the deployment file for tomcat so here is a template web.xml document so i can find it easily
If someone has added something to CVS with incorrect permissions (ie. their own username instead of cvs) then you can do the following
in order to allow chkconfig to run a file in etc/init.d or wherever as a start up service the file must have a descriptor header that tells chkconfig what its
run level - startup - shutdown
are - this is set in the following way
#!/bin/sh
#
# chkconfig: 3 87 20
# description: Description of executed protram
then type
chkconfig serviceName --add
chkconfig jboss on
this will then allow init.d to auto run the service next time you reboot linux
It took a day of playing but it is possible to get Beryl running with the proprietary ATI X700 drivers at a reasonable speed under Ubuntu (on an Acer Aspire 1691wlmi)
The biggest problem is the fact that the X700 chipset along with a bunch of others are black listed by compiz in the config file and therefore the system won't even attempt to run 3d acceleration
In the compiz config file located here:
/usr/bin/compiz
you will find a whole list of black-listed hardware based on drivers and PCI ids.
remove the PCI id of your card, for the pci-e x700 it'd included on the line
T="$T 1002:3152 1002:3150 1002:5462 1002: 5653 # ati x300 x600,x600 x700"
just remove it by preceeding it with a #
after you have done that you can install the native drivers, play around with your xorg config and the card responds fairly well.
you might also consider installing the XGL server
#sudo apt-get install xserver-xgl
To disable Xgl autostart for this user, create a file named ~/.config/xserver-xgl/disable