How to config Touchpad Toshiba Satellite Pro C640 (PSC2VL)

This is file /var/log/Xorg.0.log (full here: http://pastebin.com/VJucuxa2):
[ 13.225] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 13.225] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 13.225] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Synaptics touchpads"
[ 13.225] (II) LoadModule: "synaptics"
[ 13.225] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 13.262] (II) Module synaptics: vendor="X.Org Foundation"
[ 13.262] compiled for 1.12.2, module version = 1.6.2
[ 13.263] Module class: X.Org XInput Driver
[ 13.263] ABI class: X.Org XInput driver, version 16.0
[ 13.263] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 13.263] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13.263] (**) Option "Device" "/dev/input/event7"
[ 13.263] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4680
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 13.263] (**) Option "EmulateTwoFingerMinZ" "40"
[ 13.263] (**) Option "EmulateTwoFingerMinW" "8"
[ 13.263] (**) Option "VertEdgeScroll" "on"
[ 13.263] (**) Option "HorizEdgeScroll" "on"
[ 13.263] (**) Option "HorizTwoFingerScroll" "on"
[ 13.263] (**) Option "TapButton1" "1"
[ 13.263] (**) Option "TapButton2" "2"
[ 13.263] (**) Option "TapButton3" "3"
[ 13.263] (**) Option "CircularScrolling" "on"
[ 13.263] (**) Option "CircScrollTrigger" "2"
[ 13.263] (**) Option "CoastingSpeed" "0"
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 13.263] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13.263] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[ 13.263] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 13.263] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 13.263] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 13.263] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 13.264] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 13.264] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 13.264] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 13.264] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[ 13.264] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13.264] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/mouse0"
[ 13.264] (EE) evdev: SynPS/2 Synaptics TouchPad: ioctl EVIOCGID failed: Inappropriate ioctl for device
[ 13.264] (EE) PreInit returned 8 for "SynPS/2 Synaptics TouchPad"
[ 13.264] (II) UnloadModule: "evdev"
This is file /etc/X11/xorg.conf.d/10-synaptics.conf:
Section "InputClass"
Identifier "Synaptics touchpads"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
EndSection
This is file /etc/X11/xorg.conf.d/10-evdev.conf:
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
# MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Pleases help me, thanks !

# cat /proc/bus/input/devices
# cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input0
U: Uniq=
H: Handlers=kbd event0
B: PROP=0
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
U: Uniq=
H: Handlers=kbd event1
B: PROP=0
B: EV=3
B: KEY=10000000000000 0
I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
U: Uniq=
H: Handlers=event2
B: PROP=0
B: EV=21
B: SW=1
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
U: Uniq=
H: Handlers=kbd event3
B: PROP=0
B: EV=3
B: KEY=10000000000000 0
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input4
U: Uniq=
H: Handlers=kbd event4
B: PROP=0
B: EV=40001
B: SND=6
I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Toshiba input device"
P: Phys=toshiba_acpi/input0
S: Sysfs=/devices/virtual/input/input5
U: Uniq=
H: Handlers=kbd event5 rfkill
B: PROP=0
B: EV=13
B: KEY=40000 10000 1c00000000 0 0 1501f00002000 3809604001 2000000000000 0
B: MSC=10
I: Bus=0001 Vendor=14f1 Product=506e Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card0/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input6
U: Uniq=
H: Handlers=kbd event6
B: PROP=0
B: EV=40001
B: SND=6
I: Bus=0003 Vendor=10f1 Product=1a34 Version=6207
N: Name="TOSHIBA Web Camera"
P: Phys=usb-0000:00:1a.0-1.3/button
S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input8
U: Uniq=
H: Handlers=kbd event8
B: PROP=0
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0003 Vendor=09da Product=054f Version=0111
N: Name="A4TECH USB Device"
P: Phys=usb-0000:00:1d.0-1.1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input9
U: Uniq=
H: Handlers=kbd event9 js0
B: PROP=0
B: EV=12001f
B: KEY=4c37fff072ff32d bf54445600000000 c00000000000001 30c100b17c007 ffa67bfad951dfff febeffdfffefffff fffffffffffffffe
B: REL=40
B: ABS=ffffff01000701ff
B: MSC=10
B: LED=1f
I: Bus=0003 Vendor=09da Product=054f Version=0111
N: Name="A4TECH USB Device"
P: Phys=usb-0000:00:1d.0-1.1/input1
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/input/input10
U: Uniq=
H: Handlers=mouse1 event10
B: PROP=0
B: EV=17
B: KEY=ffff0000 0 0 0 0
B: REL=143
B: MSC=10
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
U: Uniq=
H: Handlers=kbd event11
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0
I: Bus=0003 Vendor=1c4f Product=0003 Version=0110
N: Name="SIGMACHIP Usb Mouse"
P: Phys=usb-0000:00:1d.0-1.2.1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.1/2-1.2.1:1.0/input/input12
U: Uniq=
H: Handlers=mouse2 event12
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=103
B: MSC=10
xinput -list
# xinput -list
No protocol specified
Unable to connect to X server

Similar Messages

  • Upgrading Toshiba Satellite Pro A10 hard drive

    Hi
    I have a Toshiba Satellite Pro A10. It is an old laptop, but rather than change it, I would like to install a new hard drive. I have previously put in new RAM to this laptop, but I know the Hard drive change is more complex, so I need as much help as I can get
    The laptop is running well, but the 20GB HDD is obviously too small. I have an external USB hard drive for multimedia stuff etc, but the main HDD, even with just the Windows XP and other software on it is always near to the 20GB and the time has come to change
    I know I can handle the 'hardware' changeover without much problem. I am intending to get a USB enclosure to allow a clone of the old drive to be copied to the new one, so that when I do install it, the only difference to the laptop will be the larger storage capacity on the internal HDD
    I have read extensively about the variety of issues and I am still quite confused. The main issues for me seem to be
    -Whether the BIOS affects the type of internal HDD I can install
    -I am fairly sure the interface I need is ATA-100/IDE. So does this mean I cannot use SATA?
    -What size of HDD can I install? Is there a limit?
    -Does the current internal HDD have partitions? I am not sure? It is the same as it was when I bought it, so would Toshiba have put a partition on it containing OS or software? I don't know. I have 'recovery discs' but no Specific windows disc, as one did not come with the laptop. So considering this, how do I go about 'cloning' the old drive onto the new, and then installing it 'seamlessly'?
    -Do I need specific software for a 'clone'? Otherwise, how do I do it?
    -What do I need to look for in a HDD, when buying? Some sellers seem to see potential issues to do with the capacity, others do not. Im confused
    So, as I say, all I want, is to get a larger internal HDD and install it without problems. Im willing to do the work involved, but only when Im confident I have all the necessary information and 'boxes ticked'. Otherwise I fear it may be a disaster.
    I am not able to afford to buy a new laptop, so all help is very much appreciated
    All advice welcome. Also, if you have any questions just ask
    Thanks in advance
    Jason

    Can you provide the COMPLETE model number and the part number for that model?  I don't want to give you any incorrect information.  The part number would look like this.  PSA10U-3V1JG8
    But based on what you have stated so far I would say you need an EIDE or ATA hard drive.  Due to bios limitations that I am 95% certain will be in place with your model you will be limited to a 120GB or smaller 9.5mm thick 2.5" ATA/EIDE hard drive.  I recommend Western Digital Scorpio BLue drives for their combination of price, performance, and reliability. 
    Once you post the model and part number I can verify this so you can order the correct drive for you system.
    Western Digital has a free version of Acronis True Image that you can download that you can use to clone your old drive to your new drive if you purchase a WD drive.
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • No Warranty for LCD Pixel dead for a new Laptop Toshiba Satellite Pro L300-EZ152​3

    Hey,
    I bought a Toshiba Satellite Pro L300-EZ1523 Laptop in Oct 2009. In January 2010 My motherboard went dead so I have sent the laptop to the Toshiba Depot Center initially they said they will repair it and send it within 3 - 5 Business day but they took nearly 15 days to ship it back.
    Once I have received there is the big surprise. One of the pixel on my screen is dead and I tired calling the Toshiba customer care at 1-800-457-7777 and the transfer the call to Depot center which takes nearly 40 to 50 mins to get an engineer on the call for which we need so much of patients.
    Today I requested to transfer the call to the Case Manager and when I told her about the problem she again tells me to call the depot and file a case with them and the UPS for the damage and she also mentioned that there is no warranty covered for the LCD Screen.
    But when I shipped the laptop to the Toshiba Depot I don't had any dead pixels. Im tired calling Toshiba can anyone help me out.
    Regards,
    Prem.

    I got problem with my Toshiba tecra A9 laptop. There is thick black line at the corner of LCD, I contacted 2 toshiba service centers but they paased me to the Toshiba support. They said that Toshiba will not pay us for LCD repair and asked me to call toshiba support and ask for their autorisation. I also called toshiba support several times, but they just make me confused. They said randomly some bizzare phrases: the service centers should aks us for autorisation no., LCD did not coverd by warranty, You made a physical damage, contact another service center, we will contact you within this business day...
    The reason I have bought Tecra model was that toshiba called it as bussiness class, and offered a 3 years limited warranty!!! But the warranty is a whole fake to cheat with the clients. They even do not care about business and dont understand how our professional life is depends to our laptop. such a shame for them.
    They pay some employees to talk with you several hours, just to deny their warranty and don't give you a good service!
    I wonder how they calculate the repaire cost of LCD. I already find wensite which offer the LCD just for 95$. There are lots of replacement guide all over internet. I will suggest toshiba that I can service them for LCD replacement for as low as 150$. That would be a good business for me and a big deal for toshiba! At least Toshiba will not loose their clients.
    From my side, I will start to aware all student around me at university to never trust Toshiba quality and warranty services and do not risk their professional life with the toshiba product and services! It seems that Dell is going to be the leader in customer services and hence in future market!

  • Issue Restoring Toshiba Satellite Pro C50-A, Windows 8.1 Pro

    The hard drive that came with my laptop was full so i purchased a new hard drive and i was using the system restore disks that came with my laptop to load windows onto the hard drive, it was working fine up until when i put the third disk in and the disk
    drive didn't activate and it was stuck on the copying files screen, i left it be for half the day when i went to school and when i got back nothing had changed so i hard restarted it and tried again from disk one. same thing happens it worked fine up until
    disk 3 when it just did nothing i had a solid white light (power) and i solid orange light (wifi) and the disk drive light would blink when i inserted the 3rd disk like it was reading it but then it just turned off ( no more light on disk drive)
    Please help
    Win 8.1 Toshiba Satellite Pro C50 - A

    I would suggest you to use some disk checking tool and see if the reading/writing of data is working fine from all the disks. 
    If its fine then you should talk to Toshiba Support on this. 
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.
    If you are talking about the hard drive it works fine, i was running Ubuntu on it before this and i never had a problem, and if you are talking about the actual disks they work fine to i have used them before and they are from manufacturer, but to make sure
    i put my old hard drive back in and made a recovery flash disk and its been stuck at 26% for like an hour now...

  • How to enter BIOS on Satellite Pro NB10-A-100?

    Hello,
    I have a Toshiba Satellite Pro NB10-A-100 laptop and I want to enter to BIOS configuration and I can't.
    What is the button combination to get in?
    Thanks in advance.

    Perform a complete shutdown in Windows 8 - http://aps2.toshiba-tro.de/kb0/TSB2B03EY0002R01.htm
    Restart your machine and try to use F2 or F12. If you use F12 there should be option to enter notebook setup settings.
    Please test it and send some feedback.

  • Toshiba Satellite Pro A10,Windows XP Service Pack 2

    Hi everyone,
    I have a "Toshiba Satellite Pro A10: P4-M 2.2 GHz/XP Pro/15" TFT/40 GB/768 MB".
    I installed the Windows XP Service pack-2 in my notebook.
    After updating to winXP SP2, the only way to start up my comp after putting it in "standby mode" or "hibernation mode" is to witch power off and then start up.
    I reinstalled "Toshiba Power Saver" but nothing came of it.
    What can i do about it?
    Kind regards,
    Krasteff

    Hi Krasteff
    Your problem is difficult. If I had it, I'd try to make the status of the OS as clean as possible.
    Try killing as many of the funny SYSTRAY applications as possible - means the small icons in the SYSTRAY. Some of them will not be killed that easily. Don't spend hours trying...
    Then also try killing any, as You mentioned, antivirus or other services that are not necessary for the system. Check also that You do not have any USB / PC Card devices attached to the system.
    Then try again.
    Works better? Then "walk backwards" means try attaching the devices / starting the applications one by one and retry Hibernating. Keep track of what You reconnect/restart so You know what You did last when the system fails to start up again. There You have the cause of the problem and then You also know where to look for the solution.
    Hope it helps!
    BR Tom

  • TS3212 I have a problem with running the itunes download on my new toshiba satellite pro laptop,

    I have downloaded the iTunes software no problems, but when i come to run it a windows pop up comes up saying,
    "This installation package could not be opened. Verify that the package exists and that you can access it, or contact
    the application verifier to verify that this is a valid window installer package"
    as i mentioned it is a brand new Toshiba satellite pro running windows 7 professional,
    any ideas????????????
    mark

    A lot of people have found this works for them:
    Settings/General/Date and Time   Turn OFF Set Automatically
    Set the date to several years in the future
    Try to update again - you will get a different error message
    Go back and turn ON Set Automatically

  • Toshiba Satellite PRO A60DU - CPU Features Disable execute bit - Firmware updates?

    Hello everyone,
    I have a problem with a laptop that i've recently gotten. It's a rather old model Toshiba Satellite PRO A60DU / Model #: PSA65E- 01K033DU.
    I wanted to install a new operating system on the laptop (the latest Ubuntu desktop version) and after going through the entire setup, and reboot. I got into the front screen for login and it was giving me the following errors.
    Your CPU appears to be lacking expected security protections. Please check your BIOS settings or for more information run: /usr/bin/check-bios-nx --verbose
    0 packages can be updated.
    0 updates are security updates.
    To run a command as administrator (user "root"), use "sudo <command>".
    See "man sudo_root" for details.
    tjuky@tjuky-laptop:~$ /usr/bin/check-bios-nx --verbose
    This CPU is family 15,model 4, and has NX capabilities but is unable to use these protective features because the BIOS is configured to disable the capability. Please enable this in your BIOS for more details, see: https://wiki.ubuntu.com/Security/CPUFeatures
    After a bit of research i figured out that i had to change the NX settings of my device by going into the setup... and according to all the data that i've found out it's suppose to have the options yet it isn't anywhere in there yet.
    So i reckon a Firmware update would do the trick. However, wherever i look i can't find any firmware updates. So my ultimate questions are;
    1) Is it possible for me to change the NX settings in a way without upgrading my firmware?
    2)Are there any actual firmware upgrades for the device? and so yes, where can i find them?
    I'm quite desperate as you can see, i hope someone is able to help me.
    Kind regards,
    Chuck Smits

    Hello everyone,
    I have a problem with a laptop that i've recently gotten. It's a rather old model Toshiba Satellite PRO A60DU / Model #: PSA65E- 01K033DU.
    I wanted to install a new operating system on the laptop (the latest Ubuntu desktop version) and after going through the entire setup, and reboot. I got into the front screen for login and it was giving me the following errors.
    Your CPU appears to be lacking expected security protections. Please check your BIOS settings or for more information run: /usr/bin/check-bios-nx --verbose
    0 packages can be updated.
    0 updates are security updates.
    To run a command as administrator (user "root"), use "sudo <command>".
    See "man sudo_root" for details.
    tjuky@tjuky-laptop:~$ /usr/bin/check-bios-nx --verbose
    This CPU is family 15,model 4, and has NX capabilities but is unable to use these protective features because the BIOS is configured to disable the capability. Please enable this in your BIOS for more details, see: https://wiki.ubuntu.com/Security/CPUFeatures
    After a bit of research i figured out that i had to change the NX settings of my device by going into the setup... and according to all the data that i've found out it's suppose to have the options yet it isn't anywhere in there yet.
    So i reckon a Firmware update would do the trick. However, wherever i look i can't find any firmware updates. So my ultimate questions are;
    1) Is it possible for me to change the NX settings in a way without upgrading my firmware?
    2)Are there any actual firmware upgrades for the device? and so yes, where can i find them?
    I'm quite desperate as you can see, i hope someone is able to help me.
    Kind regards,
    Chuck Smits

  • Toshiba Satellite Pro A100 PSAAPE Need Device Drivers

    Hi, I was wondering if anyone may be able to help. My father has been given a Toshiba Satellite Pro A100 (Model Num PSAAPE-00T00KEN) that someone has tried to do a fresh install of windows XP Professional sp2 on. The problem is all the device drivers have been written over and there is no driver disc with the laptop. After looking on the Toshiba website I'm having trouble locating the drivers for this exact model. Could anyone point me in the direction of said drivers or a link to them and also in what order I should download them.
    Thanks for you help, Mick

    Satellite Pro A100-03R (PSAAPE-00T00KEN)
    Mick, the Toshiba drivers and utilities for that European model are here.
    Be sure to follow the order of installation recommended.
       Installation Instructions for Windows XP
    -Jerry

  • Toshiba Satellite Pro A60 Celeron 2.8GHz 256MB sound volume?

    Hi,
    I've recently bought a Toshiba Satellite Pro A60 and am happy with item, but despite turning the volume full music and even the windows event sounds are very quiet? To me it does seem to be significantly quieter that other notepads I've used. Is this the way the item should be working or could it be a possible issue?
    Thanks for any help or advise you can give.

    Hi again
    Do you have this problem using all players or just using DVD player? Is this situation since you bought notebook or it occur later? Everything is possible but I dont think that something is faulty.
    At the end you can contact Service partner and let them check it up.

  • My Toshiba Satellite Pro c660-1N9 not displaying

    I was using the laptop this morning and then had to restart it after uninstalling my antivirus software. Upon restart, the screen went black. Not even the backlight comes on but the laptop displays as i can hear the sound windows makes while booting. I put it off and then left it for a while (long enough for it to cool down)and switched it on again. It started normally but upon restart again, it didn't show anything for a while then the screen became very bright and the things displayed were kinda blurred. When i restarted it again, it went back to the black screen. I just bought it about a week ago. Any suggestions as to what i can do to it?

    SATELLITE PRO C660-1N9 Specifications
    ...I just bought it about a week ago. Any suggestions as to what i can do to it?
    Three suggestions.
    First, try a proper system reset and see if this helps bring the system back. Power off your system, unplug everything including the AC, remove the battery, press and hold down the power on button for 30 seconds, replace battery and AC, power on, when you hopefully see the Toshiba logo press the 'F2' key to enter BIOS Setup, in setup press 'F9' to load setup defaults, press 'F10' to save and exit, boot into Windows.
    If that doesn't work, try the rest of the steps outlined in this article:
    Computer will not turn on
    If nothing works there time to return it to where you bought it from.
    Let us know what happens. Good luck.
    Mike

  • Toshiba Satellite Pro M30 & Power Saver shutdown error

    hello!
    i am fighting with this problem for months now.. the latest version of power saver on my toshiba sat pro m30 running windows xp with service pack 1 installed gives a message box with an error message on shutdown and i am unable to eliminate this error. unfortunately, i cannot consider re-installing the system from scratch, because there are many other applications installed and i cannot lose settings for them. i've read the forums and realised i am not the first one having problems with toshiba power saver. i am even lucky to have it started successfully at the start-up! yet, it crashes at the shutdown. it's quite annoying. also, i have downloaded all latest updates from this site for my laptop, including even bios update.
    i would love to have the opportunity to be able to download the bug-free version of toshiba power saver from this site, and i am sure many other people would appreciate the fixes too!
    any feedback on that?
    andrew.

    hello Quad,
    > If your Notebook is properly installed it should work
    > well. All delivered software was tested. The only
    > reason for your problem can be some additional
    > software that you installed later.
    my notebook was properly installed and power saver indeed had not been crashing from the very beginning. it started to crash at shutdown after a month of work with my laptop. how can it be that no other application is crashing elsewhere, and only the power saver application does? do you not find it slightly irrelevant to point me again to recovery CD? especially, when i mention that re-installing everything from scratch is not an option for me? moreover, i didn't install anything ultra-specific that loads at startup. in fact, i try to keep my system as clean as possible. no Antivirus, no SP2, no weird background processes.
    > It is also possible that it can be caused by some
    > Antivirus application. Maybe is some application
    > running in background? There are lots of reasons who
    > can be responsible for this issue.
    there is logic in your words, but as i said, there are no specific applications installed to be running in the background, except ASIO drivers for the external sound interface, but they were working fine from the beginning with power saver. no antivirus installed either.
    and please do not refer to your particular configuration as a standard. all configurations become different as time passes from the original installation. :>
    regards,
    andrew

  • Toshiba Satellite Pro C850-006 Session3_Fulure_To_Initialize Error

    Just got my Satellite Pro C850-006 Laptop less than 2 weeks ago. Getting used to it slowly but yesterday I turned it on and I get this message: Session3_Fulure_To_Initialize, its says need to restart and goes through the automatic repair ordeal. It just keeps repeating itself over and over, never getting anywhere. I have look at countless forums but nothing works. Auto repair, recovery, reset, absolutely nothing works. I read it could be a corrupt OS, bad RAM or a bad HDD or even an anti-virus utility which could have deleted the smss file or something like that. Need help please before I ship it off for repairs under warrantee. Thanks.
    Window 8 Pro
    It will not boot into windows.
    Solved!
    Go to Solution.

    Thanks a bunch Jerry, appreciate the help. As soon as I get the touchpad fixed I will do the wipe and load.

  • How to disable touchpad on Satellite L300-19F with WXP?

    Toshiba Satellite L300-19F which was with windows Vista
    I have installed windows XP and everything works fine.
    Since I am using USB mouse for operating I want to deactivate the touch pad but when I press the Fn + deactivate key for touch pad it does not work.
    Need some help.
    Can any tell me what the problem is?

    Hi.
    To disable Mouse Pad, you can go to Control Panel -> Mouse and disable the mouse pad or you can use FN+F9.
    Regards.

  • How to disable accupoint on Satellite Pro 6100?

    Hi
    My mouse stick (accupoint) is suffering from problems which cause the pointer to go side to side and that's it (and even more annoying go down to the bottom of the screen and then do that even when using another mouse).
    How do I disable it?
    Note that I am running WinXP SP2 and had to reinstall the laptop, thus don't have all the Toshiba drivers necessarily installed (just the basics like power management), so let me know if there is a specific driver I should have which allows this.
    For example, Fn+F9 does nothing for me, but that's probably a specific driver.
    Thanks
    Robert

    Buongiorno Robert,
    yes, you are right, normally Fn + F9 disables the Accupoint, but yu have to install some specific drivers.
    I think you have to install the Hotkeyutility, Toshiba Console, Common Module and Utilites. They aredownloadable at http://eu.computers.toshiba-europe.com in the Driver Download section!
    Bye Antoni

Maybe you are looking for

  • To everyone with IOS6 Sound related issues & Others

    If you are facing a problem of not having any system sounds, notification sounds, no calls or other software sound related issues I'd suggest you read below it's a stupidly simple fix and it should solve most software issues after an immediate iOS6 u

  • Optional import parameter in abap webservice

    I am using ECC 6.40. I have generated a webservice for a function module. In this function module i have an import parameter refering to a structure defined in data dictionary (SE11). The import parameter is optional. I see this in the virtual interf

  • Qosmio X500-10W - Can I replace the HDD with another one?

    Hello I have a Qosmio X500-10W with two HDD Toshiba MK5055GSX 500GB 5400RPM 8MB ??SATA II but is one of hs so I wonder if I can be replaced by a more powerful style HDD 750GB 7200tr / min 16MB Toshiba course? merci

  • Shutdown apache http server

    sometimes (one times every week) the apache server shutdown down and then noone can connect to applicatin server. Do you Know something about ? Thank's - il vampiro italiano

  • How To Transfer 8mm film to DVD

    HI, My Mom just gave me a bag of 8mm and super 8mm film reels. I want desperately to figure out how to get them into my mac for editing. She does not have the projector any more. Can anyone advice me on a course of action. I know I can go have them d