Debian Hardware :: Synaptics Settings Missing After Upgrade?

Feb 3, 2010

after an upgrade today (it's been about a week since last upgrade), synaptics forgot all settings I've set in /etc/hal/fdi/policy/11-x11-synaptics.fdi, although the file is still there. I can re-enable the desired settings via gsynaptics (more or less, because gsynaptics doesn't give me the option of two finger horizontal scrolling but that's no big deal), however after a restart it forgets the settings as well. There are some synaptics-related errors in /var/log/Xorg.0.log, but I don't understand them. Here's the snippet (the second half is maybe not synaptics-related but mouse-related, I'm not sure):

(II) config/udev: Adding input device "SynPS/2 Synaptics TouchPad" (/dev/input/event8)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so

[code]..........

View 2 Replies


ADVERTISEMENT

Debian Hardware :: Synaptics Touchpad Settings In Xorg Have No Effect

Feb 16, 2010

I suppose this thread has been created over a hundred times in the history of this forum, but yet it seems like I cannot find any solution to it. Nor has the Debian IRC-channel been able to channel the requiered information to me so I'm comming here as sort of a last resort.So my issue is that, as described in the topic, none of the settings I set in /etc/X11/xorg.conf have any effect on the touchpad. Other settings in xorg.conf such as color-depth for the screen and driver for the graphics card have effect but not the touchpad section. And if I make a syntax-error in the xorg.conf file X doesn't want to start, which is a clear indication that it's using that config file.

View 3 Replies View Related

Debian Configuration :: Synaptics Udev Rules Ignored After Yesterdays Upgrade?

Apr 14, 2010

After yesterdays upgrade of Squeeze, my Synaptics touchpad's udev configuration is ignored on my EeePC. It was working fine before. Are there any changes in how it is supposed to be configured or is it just broken?

View 3 Replies View Related

Fedora Hardware :: Synaptics Settings In Xorg Resetting

Jun 17, 2010

When I reboot, and check "synclient -l" all the options except the last two ("VertTwoFingerScroll","HorizTwo FingerScroll") are configured the way I made it. These keep getting reset to zero and I tried adding this snippet to the end of files in /usr/share/X11/xorg.conf.d but to no avail.If I do "synclient VertTwoFinger Scroll=1" then it my two finger scroll works, but I want it to be permanant. Anyone have a clue why it keeps going back to 0?

View 3 Replies View Related

Debian :: Print Settings Missing - New Installation?

Jun 10, 2015

New netinstall of AMD64 Jessie and using xfce4

I cannot find Print Settings which is usually listed under Settings and I have looked elsewhere in case it has been placed somewhere different and can find no trace of Print Settings.

I have checked synaptic and there are many installed apps listed under 'print' and 'cups'

View 5 Replies View Related

Debian :: XFCE4 Settings Manager Missing An Icon

Mar 11, 2011

I installed Debian Squeeze (6) yesterday and noticed on the XFCE4 Setting Manager screen, there is no icon showing next to the Screensaver item. All other icons are present. Am I missing a file or package perhaps?

View 14 Replies View Related

Debian :: Upgrade Lenny To Squeeze Without Disturbing Settings?

Sep 9, 2010

I have actually done quite a lot with Linux servers over the years. One thing I haven't ever done is upgrade one. At this time, however, it looks like my Lenny server must be upgraded to a newer MySQL, and I'm beginning to think it is easier to upgrade the entire installation.Is there a recommended way to upgrade Debian without disturbing home directories, non-standard directories such as /mystuff, config files such as my.cnf and smb.conf, etc?

View 6 Replies View Related

Debian Multimedia :: Enigmail Missing After Icedove Upgrade

Apr 21, 2010

Aptitude has upgraded Icedove to version 3.0.4 today on my squeeze-amd64 system. Debian's Enigmail package is conflicting with that version of Icedove, though, and won't install therefore. I can't install enigmail as an Icedove add-on either, because the add-on is telling me that the Icedove build type "Linux_x86_64-gcc3" ain't compatible with it.

View 1 Replies View Related

Debian :: HP 8460p Laptop - Configuring Synaptics TouchPad

May 27, 2011

I have an HP 8460p laptop and have installed Debian(!) Squeeze. The Synaptics TouchPad works, but I am unable to adjust the configuration (primarily pointer speed/acceleration). I have installed package xserver-xorg-input-synaptics according to this Debian wiki page: [URl] My Synaptics device: tyler@titanium:~$ egrep -i 'synap|alps|etps' /proc/bus/input/devices N: Name="ImPS/2 Synaptics TouchPad"

Output from synclient and syndaemon: tyler@titanium:~$ synclient -l Couldn't find synaptics properties. No synaptics driver loaded? tyler@titanium:~$ syndaemon Unable to find a synaptics device. I have tried building /etc/X11/xorg.conf.d/synaptics.conf and restarting but nothing changed: Section "InputClass"

[Code]....

I also examined [URL] and I just couldn't get very far to understand what was wrong, or what I needed to do.

View 2 Replies View Related

Debian Multimedia :: Synaptics Touchpad Wont Work ?

Sep 7, 2011

I'm trying to setup X on an old netbook to act kinda like a small backup server for a few VPS servers i own, Anyway so i decided to install X + openbox + Other Programs together to create a basic desktop that i could vnc into if i wish or could use from the main box.

(Heres the problem)

When X starts it says it cannot queary the touchpad and when X loads i have no mouse. The first few times i started X I had no problems. I've looked on a few websites but i cant seem to get the touchpad to work again, Any Ideas?

X Error:

Touchpad:

View 2 Replies View Related

Debian Hardware :: Synaptics Touchpad - Can't Tap (Wheezy 7.2 LXDE)

Feb 4, 2014

I had a question about how to configure wheezy 7.2 on a laptop with a Synaptics touchpad. As installed, the touchpad is recognized; I can move the mouse pointer with it, and even scroll vertically with the touchpad's scroll strip. However, it won't let me tap or double-tap on the pad to emulate mouse clicks, like I can in other OSes. I am running the LXDE desktop on Debian Wheezy 7.2.

And, there is no configuration that I can find for the Synaptics touchpad in the default setup; I looked all through the menus.

So far, I've tried a few suggestions I've found while searching. I installed a GUI-based config program called "GPointing Device Settings", and *some* of the settings in that program seem to work with the Synaptics touchpad, but others, like the tapping settings, don't.

One point of confusion for me is that some of the solutions I've seen mention a folder /etc/X11/xorg.conf.d/synaptics.conf; however, on my system, there is no xorg.conf.d folder underneath /etc/X11, and in fact, I can't find that folder anywhere on the system. The page I was looking at is here: [URL] .... does LXDE use a different X setup than other desktop environments?

View 4 Replies View Related

Debian Hardware :: Synaptics Touchpad Simply Not Working?

May 26, 2015

I recently installed Debian with the Xfce desktop environment on my Toshiba Satellite laptop and my Synaptics touchpad simply does not work. In fact, it was not even working in the Debian graphical installation.

I verified that the touchpad is enabled by going to Applications --> Settings --> Mouse and Touchpad. I also verified that I had the requisite drivers by running Code: Select allsudo apt-get install xserver-xorg-input-synaptics. Finally, /var/log/Xorg.0.log did not reveal anything unusual, though the output is quite long and was difficult to navigate. Here is the output of Code:

Select allcat /var/log/Xorg.0.log | grep Synaptics:

Code: Select all[   464.205] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[   464.205] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   464.205] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   464.205] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   464.205] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   464.205] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   464.260] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[   464.260] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5678 (res 46)
[   464.260] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4732 (res 63)

[code]....

View 7 Replies View Related

Debian Hardware :: Synaptics TouchPad Jumps To Right Edge?

Feb 10, 2010

after finally being able to find the right configuration file for the Synaptics driver (I still think the change from HAL to udev was too silent...), I have gained the ability to configure my TouchPad. One Issue has been bothering me for a long time now: When moving the cursor from left to the right, at a certain position the mouse cursor jumps to the right edge of the screen.Here is the output of synclient while moving the finger constantly from left to right to illustrate the issue:

[code]....

Note that the value of RightEdge was changed by me in order to see if it has something to do with the issue. It has not, the cursor jumps at the same position, regardless of this value.

View 2 Replies View Related

Debian Hardware :: SYnaptics Touchpad - Tapping Not Working

Mar 27, 2011

Since when I installed Debian, I couldn't manage to make the tapping function of this touchpad work on my laptop - a Dell Latitude C610, with Debian squeeze. As suggested on [URL], I created a xorg.conf file with

Xorg :1 -configure

After that, I opened the file for editing it. There was no line regarding the Touchpad. The closest to that I found was

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

I tried adding the lines on [URL] ... C_Xorg_7.5 to the file, but it didn't work. I also tried installing gsynaptics but, even though the tapping function was enabled there, it didn't work. A weird fact is that vertical scrolling with two finger touch is working, but not tapping.

View 5 Replies View Related

Debian Hardware :: PS/2 Synaptics TouchPad Detected As Mouse?

Jun 23, 2011

I'm running Debian Squeeze on an HP Pavilion dv6-6040ca. The touchpad featured is relatively new, which is likely the root of my problem. The touchpad with its winblows driver features a backlight, two mouse buttons (buttons,not dedicated touchpad space), and an 'on/off' switch/zone in the top left of the touchpad. The touchpad zone works well for pointing, but no gesture support. The touchpad's tap/click feature works way too well, which is very frustrating. The touchpad is detected as a mouse, so there is no option in System->Preferences->Mouse for a touchpad. Both mouse buttons function as expected. The 'on/off' switch/zone does not function, nor does the backlight.

The only feature I really need is the ability to turn off the tap/click feature, as it makes typing a nightmare. It's gotten to the point where I wrote a shell script to toggle the loading/unloading of my psmouse module (which isn't a bad solution, but I don't want my general account having access to modprobe).

Here are some details:

/proc/bus/input/devices
cat /proc/bus/input/devices
I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"

[code]....

I'm using the proprietary ATI driver (couldn't do 3D with the open driver), and I'm using a proprietary wireless module for my RaLink wireless adapter.

Passing parameters to the psmouse module
Unloading the psmouse module
Trusting HAL entirely (no xorg)

[code]....

also the xorg input synaptics driver is installed. Now here's the fun part where the obvious things I've overlooked are quickly pointed out to me.

View 9 Replies View Related

Debian Configuration :: Setup Synaptics Tapping - Right Click Button

Jun 4, 2010

Is it possible to setup tapping so that a fast tap with two fingers behaves like the right click button.

View 12 Replies View Related

Debian Multimedia :: Tapping Broken With Synaptics Update (wheezy)

Feb 24, 2011

After the updating the synaptics driver in wheezy, I can no longer tap to click. This includes single-finger taps in the center and corners. Here is the relevant section from my xorg.conf

[Code]...

View 4 Replies View Related

Debian Hardware :: Synaptics Touchpad - Nasty Errors In Xorg Log

Jun 16, 2010

I'm having some trouble with my synaptic touchpad. Actually I think it is kind of working (I only use the trackpoint) but it gives me these nasty errors in Xorg log. I'm running Debian squeeze with 2.6.32-5-686 and Xorg 7.7

I've read some posts concerning touchpads (click) and the links within, but nothing seems to help or I'm doing something wrong. Hope you can bring some light to my darkness. Here some infos (I've renamed some files to .txt to ensure that they will be displayed in the browser): Xorg.0.log /etc/udev/rules.d/66-synaptics.rules xorg.conf /proc/bus/input/devicesCan someone tell me why the touchpad cannot be found by X? I already tried various configurations but nothing solved my problem so far.

View 9 Replies View Related

Debian Hardware :: Acer Aspire One - Synaptics Touchpad Not Working At All?

Apr 1, 2011

I tried to create an xorg.conf because I didn't have one already. I put the configuration for the synaptics touchpad in it and in the gnome preferences/mouse my touchpad actually was recognized by its name. But still it didn't work :/ I tried deleting my xorg.conf and making a xorg.conf.d directory with synaptics.conf because I saw someone recommend it in another thread. But now the gnome/mouse settings doesn't see it and it still doesn't work. I've read several threads from Arch Linux's forums saying it may be that the module is loaded twice, but I really have no idea.

Here's the /proc/bus/input/devices:

I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0

[code].....

View 5 Replies View Related

Debian Hardware :: Synaptics Touchpad Drivers Don't Work On New Laptop?

May 26, 2011

I just installed Debian on my new VAIO VPCS13. It seems to be working for the most part, except it does not recognize my Synaptics touchpad at all.

I've had Ubuntu installed on this computer before and the mousepad worked fine. This being Debian on a new-generation computer, it makes me think that Debian just probably hasn't released the update yet.

View 5 Replies View Related

Debian Hardware :: Standard Xserver-xorg-input-synaptics Is Undergoing Some Weird Changes At The Moment?

Apr 22, 2011

Just did an upgrade in Wheezy and found my synaptics touchpad borked. Easy enough fix, though.aptitude install xserver-xorg-input-synaptics-devRebooted (probably could have just modprobed) and all is wellSo, I guess the standard xserver-xorg-input-synaptics is undergoing some weird changes at the moment.

View 1 Replies View Related

Ubuntu :: Keyboard Settings Missing In 11.05?

May 16, 2011

I just upgraded to 11.04 and i can't see all the tabs in keyboard settings like the options to configure the behaviour of the numeric keypad or the settings to move the mouse pointer with the numeric keypad.Now (in 11.04) i only see two tabs (General and Shortcuts) when before i could see: General, Layouts, Accesibility, Mouse Keys, Typing break. I need to access Layouts -> Options (as in ubuntu 10.10) but in ubuntu 11.04

View 3 Replies View Related

General :: Gconf Settings Missing

Mar 10, 2011

After the successful installation of linux my system was rebooted and opened as root user and got my window with blank screen showing only my computer and trash icons and the rest of the tool bars are invisiblewith an the error like unable to find the Gconf seetings.

View 2 Replies View Related

Ubuntu :: 9.10 - Missing Compiz Config Settings

Nov 22, 2010

Searching for what appears to be "missing" CompizConfig settings in the CompizConfig Settings Manager. How to change the "Cube" into a "Cylinder" and how to enable floating windows (windows that seem to hover just over the cube when it is rotated. Were these eliminated? They were both available in 9.10.

System: Ubuntu Maverick Meerkat
SubSpecifics: SuperOS [URL]

View 2 Replies View Related

Fedora :: GNOME Window Settings - Missing In FC12?

Nov 18, 2009

noticed that Fedora 12 made some odd design decisions for default GNOME settings, and I couldn't locate the System->Preferences->Windows menu item to change them back. The design options I'm talking about:

* No icons in menus (System menu for instance has no icons, though there are icons under the Preferences and Administration sub-menus... the root System menu though has none)

* Icons on toolbars are configured so the label text appears to the right of the buttons, so this makes File Explorer in Nautilus look funny to me. I like the text appearing beneath the icons like it has always been up until now.

why the Windows configuration has been removed from Fedora 12? The control-center package provides the bins for all the preferences items except for gnome-window-settings; so is it upstream that did this? Anyway, I had to dig around in the gconf-editor to find where the window settings are kept so I could change them "manually", since the Windows tool is gone now. For anyone else who wants to know, it's under /desktop/gnome/interface in the gconf-editor (namely, keys toolbar_style, buttons_have_icons, and menus_have_icons are the ones I changed).

View 7 Replies View Related

Ubuntu Security :: Firefox Missing Privacy Settings

Jun 16, 2010

I have LTS 10.04 with firefox 3.63 and the cookie settings are not there. Does anyone else have missing privacy settings. I dont like the idea of tracking cookies and want to do what I can to get rid of them.

View 1 Replies View Related

Ubuntu :: New Compiz Settings Manager Missing Maximumize

Sep 22, 2010

I just updated to Ubuntu 10.04 and am in love with it. However, when I tried to restore everything I had on my compiz, I realized that a integral part for me was missing. The "maximumize" feature is gone. This is the feature that makes a window fill up all the space it can without interfering with other windows, essentially making it like the windows 7 tiling feature, only better since you can do it with multiple windows and in any way you want. This was in the compiz settings manager in 9.10.

View 1 Replies View Related

Ubuntu :: Natty System Settings Missing All But 1 Icon?

Jun 19, 2011

My gnome-control-panel (or System Settings) only shows a 'Users' icon, all the rest are gone. I've tried reinstalling gnome-control-center and all related pkgs, so it's a configuration problem of some sort. I see this if I enter a Unity session, Gnome Classic, or Gnome-Session.Here's a screenshot of what it looks like:

View 1 Replies View Related

Ubuntu Installation :: 10.04 - GNOME Appearance Settings Missing The Interface Tab?

Apr 21, 2010

I tried out the 10.04 beta in VirtualBox, and the tab for Interface in Appearance Settings was gone. This tab allowed you to edit the appearance of Toolbars in Ubuntu. You could edit whether Icons showed up in the toolbar buttons and whether Text shows up beside it. This is kind of a minor annoyance for me; is there any way to edit this option outside of the appearance settings? I'm sure there is (like editing some config file or GConf), but I'm not sure where.

View 5 Replies View Related

Ubuntu :: Missing Graphics Card In Nvidia X Server Settings?

Sep 1, 2010

I have ubuntu 10.4 32 bit. I have 2x gtx 285's in sli that work perfectly fine in sli in windows (so its not a hardware not properly physically installed issue). But in ubuntu in the x server settings only one of the cards shows up. I was wondering if this is a 32 bit issue as in the past running 64 bit they have both shown up fine.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved