Search:

Type: Posts; User: pi/roman; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.22 seconds.

  1. Replies
    4
    Views
    530

    [ubuntu] Re: Suspend & Hibernate

    You could try to spam the keyboard shortcuts with your function key that affect your screen and see if that will knock it out of sleep mode. If you have a dim/brighten screen shortcut or video...
  2. [ubuntu] Re: Ubuntu Detect Toshiba L650D System Unit as Desktop

    What specifically is not functioning correctly. Are you able to boot to the graphical interface?
  3. [SOLVED] Re: Disable Touchpad on Sony Vaio E Series (VPCEC2COE)

    Place this script to toggle your touchpad in a file:


    # toggle synaptic touchpad on/off
    SYNSTATE=$(xinput list-props "ImPS/2 Generic Wheel Mouse" | grep Enabled | grep -Eo '.$')
    if [ $SYNSTATE...
  4. [ubuntu] Re: Synaptic trackpad clicking doesn't always work.

    Check your tap settings

    synclient -l | grep -i tapIf fasttaps is 1 it could cause that. Here are mine for reference:
    MaxTapTime = 180
    MaxTapMove = 220
    ...
  5. Replies
    4
    Views
    543

    [SOLVED] Re: USB not recognised.

    Pull it out and reinsert it. Try

    sudo fdisk -l
    If you see it listed there then try mounting it.
  6. Replies
    1
    Views
    379

    [ubuntu] Re: Wireless/Wired Set up Help

    Find what network hardware is installed

    sudo lshw -c networkSee what product it is and look up what driver's it uses online. Check whether the driver's available on your system.

    modprobe -l |...
  7. [ubuntu] Re: touch panel configuration on a ubuntu 10.04 tablet

    You only need one identifier and driver for each input device, you need to place your values in quotes, and you need to place an end for your server layout section so it would look more like this.
    ...
  8. [ubuntu] Re: UBUNTU 10.04 problem with MOUSEPAD stopped working

    It's true that this is a very common problem with touchpads that are not synaptic. It almost seems as though these manufacturers are trying to make equipment that is incompatible with linux and they...
  9. Replies
    10
    Views
    1,905

    [ubuntu] Re: Ubuntu and the core gaming rig

    You should have been ecstatic to receive 2 replies since many questions on this forum go unanswered. There are many very knowledgeable computer techs on these forums that are willing to spend their...
  10. Replies
    48
    Views
    40,845

    [ubuntu] Re: Installing the WiFi Driver (for RTL8192SU)

    Thanks walt, the same is confirmed with mine.
  11. Replies
    48
    Views
    40,845

    [ubuntu] Re: Installing the WiFi Driver (for RTL8192SU)

    Thanks joshruehlig. I just got an rtl8192su usb and this guide worked for me on 10.10. For testing purposes i wanted to see if other methods in this thread worked so i plugged this dongle into...
  12. Replies
    7
    Views
    2,151

    [ubuntu] Re: touchpad issues on macbook

    I'm sorry, i dont; use macs. It's not that i wouldn't like to have one, but i just don't. From the log it appears as though the multitouch driver is having trouble communicating with your device:...
  13. Replies
    10
    Views
    9,118

    [all variants] Re: HP Envy 14 - Touchpad Disable feature

    The device number should work alright too, but if you add another device to your system then it may change.
  14. Replies
    10
    Views
    9,118

    [all variants] Re: HP Envy 14 - Touchpad Disable feature

    It's fairly simple to set up a software toggle for any input device. First look up your device in xinput.

    xinput listIf you're not sure which one it is then run xinput test on one and see if it...
  15. Replies
    7
    Views
    2,151

    [ubuntu] Re: touchpad issues on macbook

    I don't think I would jump to the conclusion that InputClass doesn't work unless you have more evidence of it. The Vim highlighting is normal and has no effect on the boot process. The touchpad might...
  16. Replies
    65
    Views
    17,715

    [ubuntu] Re: Touchpad Vertical Scrolling does not work

    If you want to get vertical scrolling without patching the driver, i believe the goal here will be to force it to take the "imps" protocol which allows for scrolling data. If there is any way to do...
  17. Replies
    7
    Views
    2,151

    [ubuntu] Re: touchpad issues on macbook

    The "InputClass" identifier is applied to an entire class of devices which in this case would be all of the touchpads on your system and should not be listed in "ServerLayout". The identifier for...
  18. Replies
    7
    Views
    2,151

    [ubuntu] Re: touchpad issues on macbook

    The "inputdevice" identifier requires a reference in "serverlayout" like:


    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen "Default Screen"
    ...
  19. Replies
    65
    Views
    17,715

    [ubuntu] Re: Touchpad Vertical Scrolling does not work

    I believe in order to have edge scrolling and regular buttons too your touchpad would need to have hardware driven scrolling and maybe yours does not so then it would be necessary to load the...
  20. Replies
    11
    Views
    1,206

    [ubuntu] Re: Removing Ubuntu..

    I recommend you call Microsoft tech support and give them your torrent pass code so they know how to assist you with your installation.
  21. Replies
    65
    Views
    17,715

    [ubuntu] Re: Touchpad Vertical Scrolling does not work

    I don't believe you will have enough buttons under the mouse driver to have all those options. You could try to run "xinput test" on your device and see how many buttons you can get to register. ...
  22. Replies
    7
    Views
    1,875

    [SOLVED] Re: Mapping Keyboard Keys

    If F2 is registered to a keycode of 68 and pressing F2 gives you a keycode of 246 then something strange is happening. Maybe you have a modifier key stuck.
  23. [ubuntu] Re: Invert Touchpad 2-finger scrolling on asus synaptics touchpad 10.10

    Get the name or number of your device with "xinput list". Then test with "xinput test #device" where #device is the name or number of your device. Look what number it is reporting upon scroll. If it...
  24. Replies
    7
    Views
    1,875

    [SOLVED] Re: Mapping Keyboard Keys

    See what this gives you.

    xmodmap -pke | grep -i f2
  25. Replies
    65
    Views
    17,715

    [ubuntu] Re: Touchpad Vertical Scrolling does not work

    You can comment out the inputclass section so you don't have to worry about changing the protocol in both sections if you want to try a different one. It seems like the inputdevice section is needed...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4