search for: sactivate

Displaying 10 results from an estimated 10 matches for "sactivate".

Did you mean: activate
2009 Sep 11
2
Refresh troublesooting ?
...nd Gnome environment. My graphic card is an Nvidia Geforce4 and i have installed the Nvidia drivers. I work on a dual screen. Actual Wine version is 1.1.17 but it's the same problem with 1.1.29 and other... I have trying multiple options (?mulate virtual desktop, don't emulate, activate/d?sactivate Vertex Shader...), d?sactivate Compiz (3D cube, etc) an nothing can solve my problem. Is someone got an idea ?
2007 Nov 19
4
options
Bonjour tout le monde. En fait je voudrait savoir si il est possible d''enlever l''une des trois fonctions de la frame(maximize_box, minimise_box, close_box). On peut retirer les 3 en même temps, mais est-ce que l''on peut juste retirer l''une des trois? merci sebastien http://beusse.liveror.com _______________________________________________ wxruby-users mailing
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
Hi, I just migrated my office's server from Slackware64 14.1 to CentOS 7. So far everything's running fine, I just have a few minor details to work out. I removed the firewalld package and replaced it by a simple Iptables script: --8<---------------------------------------------------- #!/bin/sh # # firewall-lan.sh IPT=$(which iptables) MOD=$(which modprobe) SYS=$(which sysctl)
2011 Oct 07
3
native dll and wineprefix
Hi all I installed office2007 and I read here http://appdb.winehq.org/objectManager.php?sClass=version&iId=12813 that I need to use native riched20.dll. My problem is that the comment says to do not set the override globally. How can I do that ? In winecfg when I add a dll I can chose : Integrated ("int?gr?e (Wine)") Native ("native (windows") first Integrated then
2007 Sep 16
1
evt_close
Salut Alex. Quand j''utilise: evt_close() {|event| on_sortie} def on_sortie @fich1 = nil end dans mon application, ça désactive complètement la fermeture. Pourquoi? J''aimerai pouvoir créer un évenement à la fermeture de mon application, quand je la ferme avec window manager, qui pourrait me permettre d''initialiser ma variable. Quel est la chose que je ne fait pas
2009 Oct 14
1
problem when resizing graphics devices
Dear R users, When I try to resize a graphics device in R, I often get this warning message (mostly when I already have several other graphics devices open) : "Not enough memory to modify the size. Alpha blending is desactivated" (translation from the french message: "Mémoire insuffisante pour modifier la taille. L'"alpha blending" est désactivé"). Following this message I sometimes succeed in trying to resize the device a second time, but sometimes I then receive this new message: "...
2007 May 20
3
bouton de fermeture
Bonjour, je voudrais savoir si il est possible de désactiver le bouton de fermeture en haut a droite (le bouton rouge avec une croix blanche), sans se servir de "FRAME_NO_WINDOW_MENU", car j''ai besoin des autres boutons. Merci. Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2007 Dec 30
1
restful_authentication plugin + session timeout + single login session?
Hi, I am using restful authentication plugin 1) I was wondering if there is a way to do a session timeout using the restful_authentication. How do I hack it to get the behaviour I need? 2) On top of that, I may need to ensure that a particular user can only login from a single PC. If the user is already logged in at a PC and attempts to login from another PC, the session in which he signs in
2007 Nov 10
0
Re: [CentOS] SATA disk issue
Following up to myself here, I tracked the problem in my original posting down to a memory issue with the system board, found that I had to manually specify the amount of memory using the mem= parameter at boot time. Since then Asus has released an updated bios that has everything working fine without the parameter. Now there is a new issue that again appears to be related to the disks. When
2015 Feb 19
0
Masquerading (packet forwarding) on CentOS 7
On 19.02.2015 11:58, Niki Kovacs wrote: > Hi, > > I just migrated my office's server from Slackware64 14.1 to CentOS 7. So > far everything's running fine, I just have a few minor details to work out. > > I removed the firewalld package and replaced it by a simple Iptables > script: > > > --8<---------------------------------------------------- >