Need help on Elantech Touchpad setup

I have an Asus u50 laptop with the elantech touchpad. The features I know of are working fine, the problem is it's too sensitive. I want to disable tapping.
I've read around a bit through Arch's wiki, debian's wiki, and random results around google, but nothing worked so far.
I'm using arch x86_64, kernel 2.6.32-ARCH.
xf86-input-synaptics installed
xf86-input-evdev installed
using hal with autodetect
zcat /proc/config/gz | grep ELANTECH
returns
CONFIG_MOUSE_PS2_ELANTECH=y
===================
synclient -l
returns empty
===================
/etc/hal/fdi/policy/11-x11-synaptics.fdi
has
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.product" contains="ETPS/2 Elantech Touchpad">
<append key="info.capabilities" type="strlist">input.touchpad</append>
</match>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
<merge key="input.x11_options.MaxTapMove" type="string">0</merge>
<!-- Arbitrary options can be passed to the driver using
the input.x11_options property since xorg-server-1.5. -->
<!-- EXAMPLES:
Switch on shared memory, enables the driver to be configured at runtime
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
Maximum movement of the finger for detecting a tap
Enable vertical scrolling when dragging along the right edge
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
If on, circular scrolling is used
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
For other possible options, check CONFIGURATION DETAILS in synaptics man page
-->
</match>
</device>
</deviceinfo>
Anyone have any ideas?

I got mine working correctly by putting this in /etc/modprobe.d/modprobe.conf:
options psmouse proto=imps
and rebooting.
I mentioned this in another thread, didn't work for the OP, so ymmv
Edit: make sure you have psmouse module loaded - if not add it to your modules array in /etc/rc.conf first
Edit 2: Sorry, didn't read your post properly , please disregard
Last edited by ploub (2010-03-27 07:45:35)

Similar Messages

  • Installing Elements 11 on Mac. Need help with install error "Setup wants to make changes."

    Installing Elements 11 on Mac 10.8.2. Need help with install error:  Setup wants to make changes. Type your password to allow this."  After entering Adobe password, nothing happens.  Locked from further installation.  Any ideas?  Adobe phone support could not help.

    Just before letting changes (installation in this case) be made on the system, Mac OS prompts for password & this has to be the Mac system password. This password prompt is the system's own native prompt & would accept the system password only. Please make sure it is the right system password (all/admin rights) and the installaion should run.

  • Help configuring Elantech touchpad

    Hi,
    I've an Elantech touchpad identified as this:
    $lshal
    udi = '/org/freedesktop/Hal/devices/pnp_ETD0001'
    info.linux.driver = 'i8042 aux' (string)
    info.parent = '/org/freedesktop/Hal/devices/computer' (string)
    info.product = 'PnP Device (ETD0001)' (string)
    info.subsystem = 'pnp' (string)
    info.udi = '/org/freedesktop/Hal/devices/pnp_ETD0001' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'pnp' (string)
    linux.sysfs_path = '/sys/devices/pnp0/00:05' (string)
    pnp.id = 'ETD0001' (string)
    It works but I cant figure out how to configure it.
    I used the hal fdi config file as described in the wiki, but after hal restart (and also after reboot) the settings are not taken into account.
    BTW the kcontrol touchpad settings management is not configurable (buttons are grey and no way to tick or click)
    If someone has the same device and know about configuring it, please tell!!
    Here ise the method I used :
    $ sudo cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
    $ sudo nano /etc/hal/fdi/policy/11-x11-synaptics.fdi
    // I tried to turn off two finger scrolling and event the whole touchpad
    // <merge key="input.x11_options.touchpadoff" type="string">1</merge>
    // <merge key="input.x11_options.VertTwoFingerScroll" type="string">false</merge>
    // <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    $ sudo /etc/rc.d/hal restart
    Nothing had changed in the touchpad config...
    full file:
    $ nano /etc/hal/fdi/policy/11-x11-synaptics.fdi
    // nano
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">2</merge>
    <merge key="input.x11_options.TapButton3" type="string">3</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">false</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    <merge key="input.x11_options.touchpadoff" type="string">1</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>
    Last edited by florut (2010-02-20 14:02:54)

    #!/bin/sh
    # Default acpi script that takes an entry for all actions
    # NOTE: This is a 2.6-centric script. If you use 2.4.x, you'll have to
    # modify it to not use /sys
    minspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq`
    maxspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    setspeed="/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
    set $*
    getXuser() {
    user=`pinky| grep -m1 ":$displaynum " | awk '{print $1}'`
    if [ x"$user" != x"" ]; then
    userhome=`getent passwd $user | cut -d: -f6`
    export XAUTHORITY=$userhome/.Xauthority
    else
    export XAUTHORITY=""
    fi
    getXconsole() {
    console=`fgconsole`;
    displaynum=`ps t tty$console | sed -n -re 's,.*/X .*:([0-9]+).*,\1,p'`
    if [ x"$displaynum" != x"" ]; then
    export DISPLAY=":$displaynum"
    getXuser
    fi
    case "$1" in
    button/power)
    #echo "PowerButton pressed!">/dev/tty5
    case "$2" in
    PWRF) logger "PowerButton pressed: $2" ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/sleep)
    case "$2" in
    SLPB) echo -n mem >/sys/power/state ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    ac_adapter)
    case "$2" in
    AC)
    case "$4" in
    00000000)
    echo -n $minspeed >$setspeed
    #/etc/laptop-mode/laptop-mode start
    00000001)
    echo -n $maxspeed >$setspeed
    #/etc/laptop-mode/laptop-mode stop
    esac
    *) logger "ACPI action undefined: $2" ;;
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000) #echo "offline" >/dev/tty5
    00000001) #echo "online" >/dev/tty5
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    #echo "LID switched!">/dev/tty5
    hotkey)
    event="$2"\ "$3"
    case "$event" in
    "ATKD 0000002"*)
    acpi_fakekey 224
    brightness=`echo $3 | sed 's/0000002//'`
    setpci -s 00:02.0 F4.B=${brightness}f
    /home/dominik/bin/brightness.sh $brightness &
    "ATKD 0000001"*)
    acpi_fakekey 225
    brightness=`echo $3 | sed 's/0000001//'`
    setpci -s 00:02.0 F4.B=${brightness}f
    /home/dominik/bin/brightness.sh $brightness &
    "ATKD 0000006b")
    logger "ACPI action: toggle touchpad"
    getXconsole
    # get the id of the touchpad
    XINPUTNUM=`xinput list "ETPS/2 Elantech Touchpad" | sed -n -e's/.*id=\([0-9]\+\).*/\1/p'`
    # get the current state of the touchpad
    TPSTATUS=`xinput list-props $XINPUTNUM | awk '/Device Enabled/ { print $NF }'`
    echo $XINPUTNUM > /home/dominik/test
    # if getting the status failed, exit
    test -z $TPSTATUS && exit 1
    if [ $TPSTATUS = 0 ]; then
    xinput set-prop $XINPUTNUM "Device Enabled" 1
    else
    xinput set-prop $XINPUTNUM "Device Enabled" 0
    fi
    esac
    logger "ACPI group/action undefined: $1 / $2"
    esac
    Well, it doesn't work anymore. Running the commands which determine the value of XINPUTNUM and TPSTATUS works just perfect, which leads me to think that getXconsole is broken...
    EDIT
    getXconsole() {
    console=`fgconsole`;
    displaynum=`ps t tty$console | sed -n -re 's,.*/X .*:([0-9]+).*,\1,p'`
    if [ x"$displaynum" != x"" ]; then
    export DISPLAY=":$displaynum"
    getXuser
    fi
    was the culprit. " tty$console" should be " tty $console".
    Last edited by Arthenik (2010-10-14 16:29:03)

  • NEED HELP ASAP with finishing setup of new ipod

    So I have the screen where it shows which things to sync...music, pics,etc. Its where i am finishing the setup for the new ipod. I click DONE and everytime itunes freezes and wont do anything. When i close the laptop then open it back up, a message comes up saying ipod can not be synced, the disk can not be read from or written too. ive tried restarting the computer, uninsstalling and reinstalling itunes, restoring ipod, doing it under a different user on the laptop. also everything else runs fine while itunes freezes after clicking done so i dont know what is wrong. I think i just need to take back the ipod and get a new one. please help ASAP and thanks

    Matrick65 wrote:
    I did take it back and it did the same thing.
    Right, well it must be something to do with either your computer or some program that is running that are causing the problem.
    Totally uninstall iTunes by using Revo Uninstaller (see the below link for the download site). If you have already uninstalled iTunes then reinstall it. The reason I say this is because Revo does a more thorough job at uninstalling than the usual uninstall methods that Windows or the programs own uninstaller does, and for to be able to use Revo to uninstall, you will first need to install iTunes again.
    Revo Uninstaller link http://download.cnet.com/Revo-Uninstaller/3000-2096_4-10687648.html?part=dl-6294 459&subj=dl&tag=button
    Download and install the latest version if iTunes from here, remembering to chose the correct version for your operating system:
    http://www.apple.com/itunes/download/
    Once iTunes has downloaded, reinstall. Once its finished installing, it might be an idea to access your computers list of startup programs and deselect any items that are not necessary, has one of these might be what is causing the problem. A program called CCleaner has a feature that allows selection & de-selection of startup items/programs.
    Once you have deselected the unnecessary startup programs, restart your computer and try again with iTunes and see if you still have the problem. Just be careful has to not de-select a necessary program when going through the startup programs. If the problem still remains after de-selecting has many programs has you think are safe to be de-selected in order to determine if these are the cause of your problem. Then use Revo Uninstaller to uninstall iTunes. When you use Revo to uninstall iTunes, choose the ADVANCED method, has this is the most thorough method and removes left over registry entries, which might be what is causing your problem. Only choose the BOLD entries in the list (Revo uninstaller). Once you have selected and deleted the leftover entries, restart your computer and try to reinstall iTunes again.
    Are you using Windows 7?

  • Need help for Disaster Recovery setup and configuration

    Hi Gurus.
    We are planning to have disaster recovery test plan. Normally we setup our network at another site and then restore data there and then do configuration and setup to run SAP system to new network.
    But this is little more time consuming. We are planning to do something which will might save our time.
    We want to create one Application instance on Central instance on current production server. This instance will be "deactivated" and will not run on production server.
    When we will do the disaster recovery, we will restore CI filesystem to Disaster recovery network. That time this new application instance  will aslo get copied. Once this is done, we just need to go to this instance and start SAP System. This way we will save our time of configuring the new instance and then starting it.
    e.g
    Production host -> prdhost1
    Central Instance -> /usr/sap/P01/DVEBMGS00
    and it's subdirectory: data, work, log, sec
    create new application instance -> /usr/sap/P01/D03
    and it's subdirectory: data, work, log, sec
    create new instance profile -> P01_D03_prdhost1, START_D03_prdhost1
    this configuration will be created but SAP instance will not be started. It will be copied to Disaster Recovery new site and in that new network , there we can start this new application instance.
    Please let me know if we can do that ? if yes, are we going to face any issue in production?
    Other than mentioned above, what FileSystem we need to take care for creating new instance?
    Any help will be highly appreciated.
    Thanks in advance
    Best Regards,
    Basis CK

    Hi!
    Sorry but your scenario is a little bit confusing.
    Let me guess if I understood, you want to configure a "virtual" instance to be able to use it in case of DR.
    I don't advise you to do things that way. Why not use virtual hosts and virtual instances like we do when implementing instances within a cluster or metrocluster.
    You must have the license from DR server installed. I you use virtual hosts all DR issues like printers, logon groups, RFC groups, etc... will be solved.
    If you use virtual hosts and virtual instances all you need to do is replicate the environment into DR site, restore the system and start production.
    Of course... you are using UNIX and within UNIX world all these things are much easier.
    Bear in mind that if you have JAVA instances then I think this is the only recommended procedure.
    Cheers,
    FF

  • I need help with proper DNS setup for 10.5.8 Server

    I'm administering a 10.5.8 server that I sold and setup about a year ago. I'm experiencing issues with getting iCal server to be happy. All of the clients are running 10.5.8, but I'm running 10.6.1. I've heard from others that connecting iCal in 10.6 to a 10.5 iCal Server should be no problem.
    I'm beginning to think that I have DNS issues. Probably because I'm not and never have been 100% certain how to set it up completely correctly. I used to be able to get Kerberos tickets, but now I can't. With the new "Ticket Viewer" in 10.6, it asks for two bits of information. First is "Identity" where I'm guessing I should put [email protected] and then password. When I do this I get an alert dialog that says "Kerberos Error -- cannot resolve network address for KDC in realm example.com"
    The server is a Mac Pro tower with two Ethernet ports. En2 is connected directly to the Internet and has a static IP with a domain name assigned to it. We'll call it "example.com" for the purposes of the discussion. The En1 is connected to the network switch and has a static LAN IP of 192.168.1.250. All clients inside and outside are able to reach the server via domain name for WWW & AFP, no problem.
    nslookup on the static IP address returns "example.com" and nslookup on "example.com" returns the correct static IP address. Open Directory is running and happy including Kerberos. The LDAP search base is "dc=example,dc=com". The LDAP search base is a concept I haven't quite grasped, so I'm just going to assume it's correct.
    The domain name is hosted outside by a service provider that forwards all "example.com" requests to the server with the exception of mail.
    In DNS, I have three "sections" that look like this:
    Name Type Value
    1.168.192.in-addr.arpa. Reverse Zone -
    192.168.1.250 Reverse Mapping example.com.
    000.000.00.in-addr.arpa. Reverse Zone -
    000.000.000.000 Reverse Mapping example.com.
    com. Primary Zone -
    mail.example.com. Alias mail.our-email-isp.com.
    example.com. Machine Multiple values
    www.example.com. Machine Multiple values
    NOTE: the zeros aren't actually zeros, they are the static IP assigned to the server/domain
    When I select the top element "1.168.192.in-addr.arpa." down below "Allows zone transfer" is NOT checked. Nameservers shows the zone as "1.168.192.in-addr.arpa." and the Nameserver Hostname as "ns.example.com."
    When I select the next line down "192.168.1.250", Resolve 192.168.1.250 to: example.com.
    When I select the "000.000.00.in-addr.arpa." element, it has the same settings -- nameservers "000.000.00.in-addr.arpa." and "ns.example.com."
    When I select the next line down (our static IP), Resolve 000.000.000.000 to: example.com.
    When I select "com." the admin email is populated with a valid email address, Allows zone transfer is NOT checked. In nameservers, Zone is "com." and Nameserver Hostname is "example.com." The mail exchangers are mail2.our-email-isp.com. priority 10 and mail.our-email-isp.com. and priority 20.
    When I select the machine "example.com." it shows both the real-world static IP and the 192.168.1.250, same with "www.example.com.".
    Am I doing something wrong with this setup? Should "com." be the primary zone or should that be "example.com." ???
    I've been thinking about getting rid of the DNS entry for the 192.168.1.250 address altogether, but will the clients in the office suffer performance issues??? I do not think that the client workstations are configured to get DNS from the server anyway. Should the "www.example.com." record be a Machine record or should it be an alias record?
    Any help you have to offer is greatly appreciated! Thanks!
    In the meantime, I'm going to look around and see if I can understand "Allows zone transfer" and LDAP Search base a bit better.

    Okay, I found a lovely article at the following address which I think helps me to clarify what I'm doing wrong. Despite that, I'd still like to have any feedback you have to offer.
    http://www.makemacwork.com/configure-internal-dns-1.htm
    Also, when editing DNS entries, Server Admin likes to set the nameserver to "ns." -- whatever your domain is. Should I be overriding that and if so, replace it with what?

  • Need help to find printer setup utility

    I recently bought my first Mac and have slowly been adding to it over the last couple of weeks. Today I added a new printer that I wish to connect wirelessly. The printer is a Brother MFC-3360. I installed the software that came with the printer and had the printer connected directly to the Mac Book. It printed just fine.
    I then disconnected the USB cable and plugged it into the Extreme Base station. It failed to print. According to the Extreme manual, I need to open printer setup utility, located in the utilities folder in the applications folder. Then from there I need to add the printer.
    The problem is, I have no printer setup utility. Is there another place where it might be located?
    Any other ideas will be much appreciated. Thank you!

    Found problem. Went to Sys prefs -> Printers and Fax -> removed my printer and re-installed. Works like a charm.

  • Need help with QoS config/setup for my home network.

    I have a home network that spans two buildings, has and FTP download server, VoIP phones,and several computers among other IP devices.  I run a home based business where my clients get access to the company FTP download server (NOT illegal file sharing).  the problem is that when they are downloading files my VoIP takes a big hit and gets choppy when speaking to my customers.  Below is  the layout of the network.
    Our Internet access is Verizon 4G, there are no other options available at this time or we would switch.  The Verizon 4G MiFi connects to a TP-Link wifi router that then connects to port fa0/5 on the Office 3550PoE switch.  There is a trunk between the Office switch to the House 3550PoE switch.  The House switch then connects to the Shop 3524XL switch also using a trunk.  Please note that EVERYTHING works fine other than the VoIP issue, VoIP makes and receives calls without connections issues.
    Auto QoS has been run on the Office switch ports fa0/1 and fa0/2 as well as on the House switch ports fa0/3 and fa0/5.  There is NO auto QoS on the 3524XL
    What is the best way to give VoIP traffic top priority over FTP and web browsing when going out port fa0/5 on the Office Switch?  Over the internal network we are not having any call quality issues between the IP phones, just calls to our SIP provider.  Yes, I understand that once calls exit the Office switch to the TP-Link wifi router there will not be any QoS.  But, if I can give priority to the packets at the layer 3 Office switch (or wherever you suggest) then at least I will not have to kill a users FTP download while I am on the phone.
    Thank You

    I can make ANY changes necessary, just need to know what to do.
    First, did you notice the output of the command  sh mls qos fa0/5 above?  Is it working correctly?
    Next, Yes I do have version W17 and can install if if needed.  The lost of possible commands I listed above was from the conf t - config interface fa0/x level.  There is class and policy mapping commands the the config global level along with all these other commands:
      aaa                         Authentication, Authorization and Accounting.
      access-list                 Add an access list entry
      alias                       Create command alias
      arp                         Set a static ARP entry
      banner                      Define a login banner
      boot                        Boot Commands
      buffers                     Adjust system buffer pool parameters
      cdp                         Global CDP configuration subcommands
      cgmp                        Global CGMP configuration commands
      class-map                   Configure QoS Class Map
      clock                       Configure time-of-day clock
      cluster                     Cluster configuration commands
      default                     Set a command to its defaults
      default-value               Default character-bits values
      downward-compatible-config  Generate a configuration compatible with older software
      enable                      Modify enable password parameters
      end                         Exit from configure mode
      errdisable                  Error disable
      exception                   Exception handling
      exit                        Exit from configure mode
      file                        Adjust file system parameters
      help                        Description of the interactive help system
      hostname                    Set system's network name
      interface                   Select an interface to configure
      ip                          Global IP configuration subcommands
      line                        Configure a terminal line
      logging                     Modify message logging facilities
      mac-address-table           Configure the MAC address table
      map-class                   Configure static map class
      map-list                    Configure static map list
      mvr                         Enable/Disable MVR on the switch
      no                          Negate a command or set its defaults
      ntp                         Configure NTP
      policy-map                  Configure QoS Policy Map
      power                       power configuration
      priority-list               Build a priority list
      privilege                   Command privilege parameters
      queue-list                  Build a custom queue list
      rmon                        Remote Monitoring
      scheduler                   Scheduler parameters
      service                     Modify use of network based services
      shutdown                    Shutdown system elements
      snmp-server                 Modify SNMP parameters
      spanning-tree               Spanning Tree Subsystem
      stackmaker                  Specify stack name and add its member
      tacacs-server               Modify TACACS query parameters
      tftp-server                 Provide TFTP service for netload requests
      time-range                  Define time range entries
      udld                        Configure global UDLD setting
      username                    Establish User Name Authentication
      vmps                        VMPS settings
      vtp                         Configure global VTP state

  • Need help with dual monitor setup for KDE 3.5.5.

    Here's my hardware:
    NEC MultiSync LCD 1530V:  1024x768 (analog)
    Samsung SyncMaster 941BW: 1440x900 (digital)
    nVidia Dual head AGP video card.
    The dual monitor works under dual-boot Windows, boot up and pure Linux console.  I've googled around for help, changed my xorg.conf file accordingly to some sites, but it wasn't much help. 
    Here's my working xorg.conf:
    Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen         "Screen 1" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
    EndSection
    Section "Files"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/75dpi"
        FontPath        "/usr/share/fonts/100dpi"
        FontPath        "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
        Load           "dbe"      # Double buffer extension
        SubSection     "extmod"
            Option         "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "InputDevice"
        Identifier     "Keyboard1"
        Driver         "kbd"
        Option         "AutoRepeat" "500 30"
        Option         "XkbRules" "xorg"
        Option         "XkbModel" "pc101"
        Option         "XkbLayout" "us"
    EndSection
    Section "InputDevice"
        Identifier     "Mouse1"
        Driver         "mouse"
        Option         "Protocol" "Auto"    # Auto detect
        Option         "Device" "/dev/input/mice"
    EndSection
    Section "Monitor"
        Identifier     "NEC LCD1530V"
        HorizSync       31.5 - 48.5
        VertRefresh     50.0 - 70.0
    EndSection
    Section "Device"
        Identifier     "Standard VGA"
        Driver         "vga"
        VendorName     "Unknown"
        BoardName      "Unknown"
    EndSection
    Section "Device"
        Identifier     "NVIDIA GeForce"
        Driver         "nvidia"
        Option "NoLogo" "true"        
        EndSection
    Section "Screen"
        Identifier     "Screen 1"
        Device         "NVIDIA GeForce"
        Monitor        "NEC LCD1530V"
        DefaultDepth    24
        SubSection     "Display"
            Viewport    0 0
            Depth       8
            Modes      "1024x768"
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       16
            Modes      "1024x768"
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       24
            Modes      "1024x768"
        EndSubSection
    EndSection
    Using this xorg.conf file, only my NEC LCD analog monitor could display KDE while the Samsung digital can't.
    Any suggestions?   

    Thanks for your help guys, I'm halfway there.
    The second monitor shows the KDE desktop, but it isn't exactly what I expected.  Right now, both monitors display at 1024x768 (each) or 2048x768 (total).  The larger monitor stretches and distorts the display of 1024x768 to its natural resolution at 1440x900 and it isn't what I wanted.  Other than that, the dual desktop setup behaves what I expected to.
    Here's a snippet of my xorg.conf that currently works:
    Section "Monitor"
    Identifier "NEC LCD1530V"
    HorizSync 31.5 - 48.5
    VertRefresh 50.0 - 70.0
    EndSection
    Section "Monitor"
    Identifier "Samsung SyncMaster"
    HorizSync 31.5 - 60
    VertRefresh 60.0 - 70.0
    EndSection
    Section "Device"
    #VideoRam 131072
    # Insert Clocks lines here if appropriate
    Identifier "NVIDIA GeForce"
    Driver "nvidia"
    Option "NoLogo" "true"
    Option "TwinView" "true"
    Option "TwinViewOrientation" "LeftOf"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "60"
    # Option "MetaModes" "1440x900, 1440x900; 1024x768, 1024x768"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "NVIDIA GeForce"
    Monitor "NEC LCD1530V"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen 2"
    Device "NVIDIA GeForce"
    Monitor "Samsung SyncMaster"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1440x900"
    EndSubSection
    EndSection
    Anyone have an idea?
    EDIT:  Oh snaps.  I just did a pacman -Syu and it upgraded Arch Linux to 0.8 and the 2nd monitor stopped working.

  • New to CF, Need help on new site setup

    Hello,
    I am new to working with CF.  I have a client who had his site built with CF on another host.  He has decided to change hosting companies so we transferred all files from the old host to the new host, we did not make any changes to any of the site files.  Now when you visit the utility domain on the new host, none of the content of the website shows, only a header and navigation bar.
    Please visit drroythompson.com, this is the old site host functioning on CF then visit http://02da88c.netsolhost.com this is the new host utility domain and you can see what is lacking on the new host.
    Any ideas why, if we made no changes to the files, ColdFusion is not working properly on the new host?  Is there a specific setting file I need to change to restore all functionality?  We also verified with the new host that all settings are in place and CF is supported and should work without issue.
    Any help you can give would be greatly appreciated.
    Thanks,
    Cerissa

    Actually the generated code doesn't look the same, it seems that the main image is being randomly selected in the site that works but on the new hosting that line of code doesn't appear. Probably a mapping issue, some js files place somewhere else.
    Take a look at the site that doesn't work
    <img src="files/customers/judy.jpg" border="0" width="282" height="370" />
    This line is missing and I assume that the same is happening with the rest of your site.

  • I NEED HELP!*weird menu setup thing white screen"read verify scan"*

    basically...my dad had to delete everything off the computer and install everything back on again. i installed itunes, and the ipod setup thingy u have to do. when i plugged my ipod in and switched it on it came up with a white screen with a menu on it i havent seen before. i started setting my ipod up throuh the menu, and it has now reached a screen and at the top it says "Read Verify Scan scan takes a while" below that it says:
    Battery Check
    Volts=508
    Level=10
    Charge Ok !
    3999488
    99%
    it has been on this screen for a while now. i cant switch it off, and if i unplug it the volts and level number decreases. should i leave it plugged in or unplug it, or what else should i do?? i hope you can help me with this problem.

    Here:
    http://www.apple.com/ipod/specs.html
    Video
    Video formats supported: H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per sec., Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats; H.264 video, up to 768 Kbps, 320 by 240 pixels, 30 frames per sec., Baseline Profile up to Level 1.3 with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per sec., Simple Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats

  • Newbie need help with Web BEx setup!

    Out of curiosity, I decided to install Netweaver so I can have a play with it. I am a complete newbie to Netweaver therefore I apologise if this is out of context...
    Here's my question:
    How do one go about getting Web BEx to work?
    Whenever I activate the link in the portal, I get an error about unknown "SWITCH_AXES" command and 0ANALYSIS type 4 error. I search the forum and the few passing mentions of the problem points to OSS notes that is only accessible through service marketplace (which I don't have an ID). I have check the object types in BI content and seems that 0ANALYSIS is already activated. There must be something I am missing. Tried blindly and randomly installed other BI content (mostly Web templates and objects) but to no avail (and encounted a few short dumps).
    Any help is greatly appreciated!
    So far, here're what I did:
    1) Install Netweaver 2004S ABAP and Java on the same machine. Instance 00, 01 and 02 respectively.
    2) Try to run BI-Java template installer, but met with error part way. So some of the steps are done manually.
    3) Set up SLD (both instance are in the landscape), and 'partially' set up SSO. Partially as while JAVA to ABAP seems to work, ABAP to JAVA is not working. Anoying but livable.
    4) Installed TREX (instance 03) and are seen by ABAP and JAVA.
    5) ABAP is seen in the portal and I can create transactional iviews and put them in the Portal (with working SSO).
    6) Did reverse-proxying with Apache, but I don't think it matters as it seems to be a backend module issue.
    7) Business planning/wizard is working (in ABAP and Portal) as is Broadcast. As you can see, Web BEx is the only thing that is not working

    The default link for Web Analyser in EP 7 seems to point to the new template. When opening the analysis template in the new BEx windows tool, the same error is being reported. Using 3.5.x WAD, I can't locate the template.
    More on this issue Although for that case, the meta data is not installed. Is there a way to trace missing component and reinstall the needed BI content in RSA1?
    BTW, these are on JAVA SP9 and ABAP SP11.

  • Need Help With ACS LDAP setup to Query AD

    I have 2 Win 2003 ADs, one of them is configured and working under Windows Database (using remote agent) configuration. I am trying to setup the second AD with Generic LDAP setup. I want to know what exactly I should use in the fields UserObjectType and Class, and GroupObjectType and Class for Windows 2003 AD. All Cisco documents give example of Netscape LDAP syntax. I was told by our server admin. what to put under Admin DN, CN=myid,OU=mygroup,OU=myorg,DC=mydomain,DC=com
    I have both user & group directory subtree fields filled with DC=mydomain,DC=com.
    I am using the ip address for Primary LDAP server, and port is 389, LDAP version 3 is checked.
    Is any of these DC, OU, etc. case sensitive?
    With all entries that I have tried, when I go to map a group, I am getting error "LDAP server NOT reachable. Please check the configuration". My ACS can ping the domain controller's IP address fine.
    Please help. Thank you in advance,
    Murali

    Murali,
    These references may help...
    http://download.microsoft.com/download/3/d/3/3d32b0cd-581c-4574-8a27-67e89c206a54/uldap.doc
    http://www.microsoft.com/technet/archive/winntas/plan/dda/ddach02.mspx?mfr=true
    http://technet.microsoft.com/en-us/library/aa996205.aspx
    Regards,
    Richard

  • I need help on how to setup hardware raid for ASM.

    In the « Recommendations for Storage Preparation” section in the following documentation: http://download.oracle.com/docs/cd/B28359_01/server.111/b31107/asmprepare.htm
    It mentions:
    --Use the storage array hardware RAID 1 mirroring protection when possible to reduce the mirroring overhead on the server.
    Which is a good raid 1 configuration considering my machine setup?
    “I put my Machine info below.”
    Should I go for something like:
    5 * raid 1 of 2 disks in each raid: disk group DATA
    5 * raid 1 of 2 disks in each raid: disk group FRA
    Then ASM will take care of all the striping between the 5 raids inside a disk group right?
    OR, I go for:
    1 * raid 1 of 10 disks: disk group DATA
    1 * raid 1 of 10 disks: disk group FRA
    In the second configuration, does ASM recognize that there are 10 disks in my raid configuration and stripes on those disks? Or to use ASM striping, I need to have lots of raid in a disks group?
    Here is my Machine Characteristics:
    O/s is Oracle Enterprise Linux 4.5 64 bit
    Single instance on Enterprise Edition 10g r2
    200 GIG database size.
    High "oltp" environment.
    Estimated growth of 60 to 80GIG per year
    50-70GIG archivelogs generation per Day
    Flashback time is 24 hours: 120GIG of flashback space in avg
    I keep a Local backup. Then push to another disk storage, then on tape.
    General Hardware Info:
    Dell PowerEdge 2950
    16 GIG RAM
    2 * 64 bit dual core CPU's
    6 * local 300G/15rpm disks
    Additional Storage:
    Dell PowerVault MD1000
    15 * 300G/15rpm Disks
    So I have 21 Disks in total.

    I would personally prefer the first configuration and let ASM stripe the disks. Generally speaking, many RAID controllers will stripe then mirror (0+1) when you tell it to build a striped and mirrored RAID set on 10 disks. Some will mirror then stripe (1+0) which is what most people prefer. That's because when a 1+0 configuration has a disk failure, only a single RAID 1 set needs to be resync'd. The other members of the stripe won't have to be resynchronized.
    So, I'd prefer to have ASM manage 5 luns and let ASM stripe across those 5 luns in each disk group. It also increases your ability to reorganize your storage if you need 20% more info in DATA and can afford 20% less in FRA, you can move one of your RAID 1 luns from FRA to DATA easily.
    That's my 0.02.

  • Need help with Pixi Plus setup on Telstra Australia

    If any one can help i would be very grateful.
    I'm in Australia and wanted to try out a WebOS phone as a replacement for my Treo 680.
    I did the research and found that AT&T GSM phones will work here in Australia.
    I found a new unactivated Pixi Plus on eBay, as it was the same WebOS as Pre thought i would give it a try and bought it.
    So my new Pixi Plus arrived three weeks ago, put my sim in and found it was locked to AT&T. I rang AT&T and was told it will be locked till end of December because of there system. The eBay seller said it was locked and may be able to be unlocked.
    I found a way around this problem as i didn't want to wait that long.
    I ordered a Rebelsim Card that arrived a few days ago, put it in and seems to work. Now have Telstra Mobile in the top corner.
    Now my problem really starts.
    I can't get onto the web to activate and set up my '' cloud ''
    My phone is asking for APN:
    I have tried:
    telstra.iph
    telstra.internet
    Nothing works.
    I can't get out of this screen without a APN:
    This APN: thing i didn't find out untill i got the phone. Can't find much info at all on the subject.
    Why is Palm making it so difficult, don't they want to sell phones.
    Had no problems with my 650 and 680's bought form overseas.
    Can anyone point me in the right direction please.
    Thanks
    Peter
    Post relates to: Pre Plus p100una (AT&T)

    Called Sonos, they got me all setup.

Maybe you are looking for

  • Problem with +ASM

    Hello everybody I have a Standby DB on SUSE 10 with +ASM configured. When I query v$asm_disk, total_mb and free_mb of diskgroups appears on 0. Now I can get in asmcmd and see whole storage of database(datafiles, control files, etc)... Does somebody k

  • How to put Color on JInternalFrame?

    Hi I have a internalframe ... when it is maximized and selected we found it that a title is in blue color(That is a indication that this internalframe is selected). The same way i have minimized my internal frame .. but now even on dragging it the co

  • No car power adapters work!

    I have have tried 3 power adapters sold at the Apple store and none work with the PowerBook G4. The saleperson was very helpful, but said that they have seen this before! (Green light comes and then it slowly blinks yellow or just stays green.) I ask

  • Finalizing SQL Server 2012 SP2 update

    Hi,    I just successfully upgraded SQL Server 2012 Developer Edition from SP1 CU8 to SP2.    Here is the actual portrait I have in my control panel (Installed programs + version):        Version changed after SP2 update (through Windows Update):   

  • Data mover problem

    Hi all, I have a table A(name(10), num(5)) in DEV environment. i have to move all the data in the table A to TEST environment. So i want to use the data mover. I have exported in DEV and imported in TEST. I could see the all the data came to TEST env