symclient does'nt work
Hello out there, I have some trouble with my synaptics-touchpad. To enable my symclient I startet with: synclient -h Hardware properties: Can't detect hardware properties. This is normal if you are running linux kernel 2.6. Check the kernel log for touchpad hardware information. ... so I made this: [EMAIL PROTECTED]:~$ dmesg | grep touchpad 180 degree mounted touchpad I ensured that the device-nodes /dev/input/event0..3 are present. And they are in place. This could be also interesting: more /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 H: Handlers=kbd event0 B: EV=120013 B: KEY=4 200 3802078 f840d001 f2df ffef fffe B: MSC=10 B: LED=7 I: Bus=0011 Vendor=0002 Product=0007 Version= N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio4/input0 H: Handlers=mouse0 event1 B: EV=b B: KEY=6420 0 67 0 0 0 0 0 0 0 0 B: ABS=1103 I: Bus=0003 Vendor=046d Product=c016 Version=0340 N: Name="Logitech Optical USB Mouse" P: Phys=usb-:00:03.2-2/input0 H: Handlers=mouse1 event2 B: EV=17 B: KEY=7 0 0 0 0 0 0 0 0 B: REL=103 B: MSC=10 Ah yes, I use Debian Sarge with an 2.6.11-Kernel Can anybody help me? Thank you Gruss Christian -- Christian Stalp Institut für Medizinische Biometrie, Epidemiologie und Informatik Johannes-Gutenberg-Universität Mainz Tel.: 06131 / 17-3107 E-Mail: [EMAIL PROTECTED]
Screenshots alternatives (was: ImageMagic: Problem with display's grab function)
On Tue, Apr 12, 2005 at 03:16:11PM +0100, Jan T. Kim wrote: > I have a problem with the display program of imagemagick 6.0.6.2-2.2: > I tried to grab a snapshot of a window by using File -> Open... and > clicking the "Grab" button in the file selector, but instead of > proceeding with the "Enter any delay in seconds" dialog, I get a > "unable to open image '/x:': No such file or directory:" > notice. > > It looks to me as though something goes wrong in the display program > internally, it appears to look for a file called "x:" where the string > "x:" is really meant to indicate that the image is to be grabbed rather > than loaded from a file. > > I updated all packages just today, but the problem remains. Unfortunately, the problem persists, even after another update yesterday. I therefore wonder which programs others use for getting screenshots. Any comments? Greetings & thanks in advance, Jan -- +- Jan T. Kim ---+ |*NEW*email: [EMAIL PROTECTED] | |*NEW*WWW: http://www.cmp.uea.ac.uk/people/jtk | *-=< hierarchical systems are for files, not for humans >=-* -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Screenshots alternatives (was: ImageMagic: Problem with display's grab function)
On Tue, 26 Apr 2005, Jan T. Kim wrote: I have a problem with the display program of imagemagick 6.0.6.2-2.2: I tried to grab a snapshot of a window by using File -> Open... and clicking the "Grab" button in the file selector, but instead of proceeding with the "Enter any delay in seconds" dialog, I get a "unable to open image '/x:': No such file or directory:" notice. It looks to me as though something goes wrong in the display program internally, it appears to look for a file called "x:" where the string "x:" is really meant to indicate that the image is to be grabbed rather than loaded from a file. I updated all packages just today, but the problem remains. Unfortunately, the problem persists, even after another update yesterday. So at first I would check the bug tracking system http://bugs.debian.org/imagemagick whether this is a known bug. If not I would use reportbug to report this problem. I therefore wonder which programs others use for getting screenshots. Use Gimp once you reported the bug. Kind regards Andreas. PS: What is the reason for posting this kind of questions on debian-laptop. I would call debian-user as the right list. -- http://fam-tille.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Screenshots alternatives (was: ImageMagic: Problem with display's grab function)
On 4/26/05, Jan T. Kim <[EMAIL PROTECTED]> wrote: I therefore wonder which programs others use for getting screenshots.Any comments? xwd usage: xwd > /tmp/somefile View with 'display' or convert first to some preferred format -- Mark Janssen -- maniac(at)maniac.nl -- pgp: 0x357D2178 | ,''`. | Unix / Linux Open-Source and Internet Consultant @ Snow.nl | : :' : | Maniac.nl MarkJanssen.nl NerdNet.nl Unix.nl | `. `' | Skype: markmjanssen ICQ: 129696007 irc: FooBar on undernet |`-|
Re: symclient does'nt work
have you installed the synaptics package? I got a synaptics touchpad and it never gave me any trouble... Em Seg, 2005-04-25 às 22:59 +0200, Christian Stalp escreveu: > Hello out there, > > I have some trouble with my synaptics-touchpad. To enable my symclient I > startet with: > synclient -h > Hardware properties: > Can't detect hardware properties. > This is normal if you are running linux kernel 2.6. > Check the kernel log for touchpad hardware information. > > ... so I made this: > [EMAIL PROTECTED]:~$ dmesg | grep touchpad > 180 degree mounted touchpad > > I ensured that the device-nodes /dev/input/event0..3 are present. And they > are in place. > > This could be also interesting: > > more /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 > H: Handlers=kbd event0 > B: EV=120013 > B: KEY=4 200 3802078 f840d001 f2df ffef fffe > B: MSC=10 > B: LED=7 > > I: Bus=0011 Vendor=0002 Product=0007 Version= > N: Name="SynPS/2 Synaptics TouchPad" > P: Phys=isa0060/serio4/input0 > H: Handlers=mouse0 event1 > B: EV=b > B: KEY=6420 0 67 0 0 0 0 0 0 0 0 > B: ABS=1103 > > I: Bus=0003 Vendor=046d Product=c016 Version=0340 > N: Name="Logitech Optical USB Mouse" > P: Phys=usb-:00:03.2-2/input0 > H: Handlers=mouse1 event2 > B: EV=17 > B: KEY=7 0 0 0 0 0 0 0 0 > B: REL=103 > B: MSC=10 > > Ah yes, I use Debian Sarge with an 2.6.11-Kernel > > Can anybody help me? > > Thank you > > > Gruss Christian > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:Re: symclient does'nt work
>have you installed the synaptics package? I got a synaptics touchpad and >it never gave me any trouble.. Sure I did. Otherwise i would get the synaptics-driver neighter the symclient and all the goodies for the touchpad. Gruss Christian -- Christian Stalp Institut für Medizinische Biometrie, Epidemiologie und Informatik Johannes-Gutenberg-Universität Mainz Tel.: 06131 / 17-3107 E-Mail: [EMAIL PROTECTED]
Re: Screenshots alternatives (was: ImageMagic: Problem with display's grab function)
On Tue, Apr 26, 2005 at 01:17:07PM +0200, Andreas Tille wrote: > On Tue, 26 Apr 2005, Jan T. Kim wrote: > > >>I have a problem with the display program of imagemagick 6.0.6.2-2.2: > >>I tried to grab a snapshot of a window by using File -> Open... and > >>clicking the "Grab" button in the file selector, but instead of > >>proceeding with the "Enter any delay in seconds" dialog, I get a > >>"unable to open image '/x:': No such file or directory:" > >>notice. > >Unfortunately, the problem persists, even after another update yesterday. > So at first I would check the bug tracking system > > http://bugs.debian.org/imagemagick > > whether this is a known bug. It is indeed, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=293448 > >I therefore wonder which programs others use for getting screenshots. > Use Gimp once you reported the bug. Ok, that's a possibility, thanks... I'd prefer something simpler, though. The xwd program, recommended by Mark Janssen, sounds a bit more like the thing I look for. > PS: What is the reason for posting this kind of questions on debian-laptop. > I would call debian-user as the right list. The perhaps somewhat silly reasons is that (1) I am subscribed to this mailing list but not to debian-user and (2) I encountered this problem on my laptop while I seem to remeber that grabbing worked for me on the desktop which I had until recently. Best regards, Jan -- +- Jan T. Kim ---+ |*NEW*email: [EMAIL PROTECTED] | |*NEW*WWW: http://www.cmp.uea.ac.uk/people/jtk | *-=< hierarchical systems are for files, not for humans >=-* -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Possible ACPI and AC adaptor problem.
In an update from the unstable repository, my computer picked up a bit of a glitch that i've had some trouble tracking down. Every 5 seconds, my computer hangs for a split second. It is most annoying because the touchpad doesn't respond and is therefore quite jumpy.I can see the glitches clearly, every 5 seconds, in my cpu and proc monitors via gkrellm. I think that the problem has to do with ACPI because the problem only occurs when the laptop is plugged into the AC adaptor. If I unplug the computer, after about 10 seconds, the glitches disappear and everything acts like it should. When the adaptor is plugged back in, the problems return. I've tried booting with pci=noacpi boot flag though and it doesn't make any difference. The glitchy behavior remains. I've also updated the BIOS thinking that this might be the source of the problem but that didn't help either. The machine is a sony vaio running a 2.6.11 custom kernel. The kernel is the same as I was using before I updated and the glitches showed up. does anyone have any ideas that I might try to solve the problem? Thanks.
Re: Kernel 2.6 on Inspiron 6000
On Mon, 2005-04-25 at 18:34 +0200, khoueiry wrote: hi Derek, In fact, I installed via apt-get the kernel image 2.6.8 (for i686) but I have the Kernel Panic error for this image... I changed in the grub boot loader /dev/hdax to /dev/sdax but nothing happened. In fact, can I change from 2.4 with i386 to 2.6 with i686 or not ? The error code is 431 with message indicating that /dev/console can't be found ... I make MAKEDEV console but nothing changed Pierre Le lundi 25 avril 2005 à 10:26 -0300, Derek Broughton a écrit : On Friday 22 April 2005 14:27, khoueiry wrote: > Hello everybody, > > Being a fun of Debian, I want to install the sarge release comming with > a Kernel 2.6.8... The problem is that by rebooting with expert26 or > linux26, when i get to the partitionning task, I get the error that no > hard drive is detected... I have an Dell Inspiron 6000 with ATA hard > drive.. I've seen that somebody before me faced the same problem and he > installed the 2.4 kernel instead.. In fact, I prefer to start with the > 2.6 but above all this I want to know, if their is a method to start > with 2.4 without installing the 2.4 before I can't say what exactly you need to do - I've only put ubuntu on this I6000, which got everything right by default - but the hard drive is SATA and recognized as a SCSI. So the drive identifier is /dev/sda -- derek In my experience with Debian installs on systems with IDE hdd's, I had to either re-compile my kernel to build in support for the IDE chipset, or call it in /etc/modules or I would get a kernel panic. You can try putting "ide-disk" in your /etc/modules file and see if it detects properly. I am unsure of what chipset that is running, but I have an Insp 5160 and I could pass you my .config file if you feel like you want to build a custom 2.6.x Kernel.