Search Results

Search found 7 results on 1 pages for 'mononym'.

Page 1/1 | 1 

  • 3 monitors, 2 X screens, Twinview not working as expected

    - by mononym
    Hi Guys, I have 3 monitors on 2 graphics cards (both nvidia) to get all 3 working i set 2 as twinview and one to have its own x screen. but when i do this, the twinview screens (which previously worked like 2 seperate screens) now work as one, ie a maximised window is across both screens How can i get the twinview to work as 2 seperate screens again?

    Read the article

  • ubuntu 10.04 + php + postfix

    - by mononym
    I have a server I am running: Ubuntu 10.04 php 5.3.5 (fpm) Nginx I have installed postfix, and set it to loopback-only (only need to send) The problem is it is not sending. if i issue (at command line): echo "testing local delivery" | mail -s "test email to localhost" [email protected] I get the email no problem, but through PHP it does not arrive. When I send it via PHP, mail.log shows: Mar 28 10:15:04 host postfix/pickup[32102]: 435EF580D7: uid=0 from=<root> Mar 28 10:15:04 host postfix/cleanup[32229]: 435EF580D7: message-id=<20120328091504.435EF580D7@FQDN> Mar 28 10:15:04 host postfix/qmgr[32103]: 435EF580D7: from=<root@FQDN>, size=1127, nrcpt=1 (queue active) Mar 28 10:15:04 host postfix/local[32230]: 435EF580D7: to=<root@FQDN>, orig_to=<root>, relay=local, delay=3.1, delays=3/0.01/0/0.09, dsn=2.0.0, status=sent (delivered to maildir) Mar 28 10:15:04 host postfix/qmgr[32103]: 435EF580D7: removed any help appreciated, my main.cf file: smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h readme_directory = no # TLS parameters smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client. myhostname = FQDN alias_maps = hash:/etc/aliasesalias_database = hash:/etc/aliases myorigin = /etc/mailname #myorigin = $mydomain mydestination = FQDN, localhost.FQDN, , localhost relayhost = $mydomain mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = loopback-only virtual_alias_maps = hash:/etc/postfix/virtual home_mailbox = mail/

    Read the article

  • Xinerama 3 displays can't have main display in the middle

    - by mononym
    I have 3 monitors running on 2 cards, they are all working as 3 seperate displays, however, if i move the main display from the left (0,0) i cannot drag to the left window as the mouse goes crazy and crashes my system (i have to restart x) I would much prefer my main display to be in the centre. Any help appreciated

    Read the article

  • unable to type in web browser ubuntu 64bit

    - by mononym
    Hi Guys, I upgraded to 64bit ubuntu and every now and again (quite often though) i am unable to to type into the search box for google in chrome and firefox, i havent tried other browsers as these are the 2 i primarily use. Has anyone else experienced this? any solutions? also i'm unable to drag the slider in youtube (in firefox) to scan through videos.

    Read the article

  • three monitors one is very slow

    - by mononym
    I have three 23" monitors attached to 2 cards: Geforce GT 220 (1gb) Geforce 8400 GS (512mb) My System is quad core (Q8300 @ 2.50Ghz) 6GB Ram 64-bit windows 7 professional I have 2 monitors connected to the GT 220 and they work perfectly. I have 1 monitor (was hoping to attach another one) to the 8400 The monitor atatched to the 8400 is quite slow and jerky. What can i do to improve the performance? I disabled aero theme, didn't make much difference (if any)

    Read the article

  • modify a method/function at runtime

    - by mononym
    I've been looking at the php reflection methods, what i want to do is inject some code after the method is opened and before any return value, for example i want to change: function foo($bar) { $foo = $bar ; return $foo ; } And inject some code into it like: function foo($bar) { //some code here $foo = $bar ; //some code here return $foo ; } possible?

    Read the article

  • profiling php inline

    - by mononym
    I'm looking for a solution to profile my php scripts within the browser (rather than having to use *cachegrind) I saw this a while ago http://particletree.com/features/php-quick-profiler/, but i have no idea how good it is (or accurate) tips/advice appreciated

    Read the article

1