Find the answer to your Linux question:
Results 1 to 3 of 3
Moderators please do not edit. Ok. Got my laptop working, now kai said something about disabling the touchpad mouse in etc/X11/xorg.conf which part? second with the whole laptop goes blank ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    33

    Need help

    Moderators please do not edit.

    Ok. Got my laptop working, now kai said something about disabling the touchpad mouse in etc/X11/xorg.conf which part?

    second with the whole laptop goes blank thing i shut the laptop, open it back up and then it is a black screen and i can not wake it up.

    third, i dont have any volume.......any way to fix it? speakers are built in

    fourth, i still need some program like wine or another version that will work on a powerpc linux operating system. Wine works with intel I only have 700 mHz cpu and 128 ram so please help

    Thanks

  2. #2
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Quote Originally Posted by NadeMaster View Post
    Moderators please do not edit.

    Ok. Got my laptop working, now kai said something about disabling the touchpad mouse in etc/X11/xorg.conf which part?

    second with the whole laptop goes blank thing i shut the laptop, open it back up and then it is a black screen and i can not wake it up.

    third, i dont have any volume.......any way to fix it? speakers are built in.
    Don't disable touchpad if possible - it's the best bit. Stuff everything into it:

    ~/xorg.conf.html

    Code:
    Section "InputDevice"
      Identifier    "Synaptics Mouse"
      Driver        "synaptics"
      Option        "Device"        "/dev/input/mouse0"
      Option        "Protocol"      "auto-dev"
      Option        "LeftEdge"      "1700"
      Option        "RightEdge"     "5300"
      Option        "TopEdge"       "1700"
      Option        "BottomEdge"    "4200"
      Option        "FingerLow"     "25"
      Option        "FingerHigh"    "30"
      Option        "MaxTapTime"    "180"
      Option        "MaxTapMove"    "220"
      Option        "VertScrollDelta" "100"
      Option        "MinSpeed"      "0.06"
      Option        "MaxSpeed"      "0.12"
      Option        "AccelFactor" "0.0010"
      Option        "SHMConfig"     "on"
    #  Option       "Repeater"      "/dev/ps2mouse"
    EndSection
    Also remember horizscrolldelta 100 is particularly nice.

    Lid thing is probably good news. Try ctrl+F1 twice and stuff like that.

    Sound: unmute all mixers, does it work for root?, add user to audio group, etc..
    All power is violence; all power is evil.
    Money As Debt

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Duplicate Threads/Posts are not allowed. Its against Forum Rules. Please continue here only.
    Thread Locked.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •