shortcut
I like to define shortcuts for some apps for wmaker. The problem is when i use update-menus, my shortcuts are erased. Where can i define them ? For example i want to launch aterm with ctrl+alt+w. Thanks -- Julien MARY. -- mailto:[EMAIL PROTECTED]
XFree on compaq evo n160. (Mouse+Screen)
What about my logitech optic mouse ? What device must i choose ? i have followed exactly what is said in the debian reference manual : create /dev/input/mice with m/M 13/63. And use it in XF86Config-4. Actually , when i'm trying to start it is said : Couldn't open default font 'fixed' Here is my XF86Config-4 Section "Files" FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these FontPath"/usr/lib/X11/fonts/misc" FontPath"/usr/lib/X11/fonts/cyrillic" FontPath"/usr/lib/X11/fonts/100dpi/:unscaled" FontPath"/usr/lib/X11/fonts/75dpi/:unscaled" FontPath"/usr/lib/X11/fonts/Type1" FontPath"/usr/lib/X11/fonts/Speedo" FontPath"/usr/lib/X11/fonts/100dpi" FontPath"/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load"GLcore" Load"bitmap" Load"dbe" Load"ddc" Load"dri" Load"extmod" Load"freetype" Load"glx" Load"int10" Load"pex5" Load"record" Load"speedo" Load"type1" Load"vbe" Load"xie" # Load"xtt" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Rage Mobility M6 Radeon" Driver "radeon" VideoRam8192 VideoRam8192 EndSection Section "Monitor" Identifier "LCD Compaq Evo n160" HorizSync 30-57 VertRefresh 43-72 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Rage Mobility M6 Radeon" Monitor "LCD Compaq Evo n160" DefaultDepth24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
Re: X in Compaq Presario 900
What i have done is not totally clean but works very well. (for evo n160 with Rage Mobility M6 Radeon) I have installed everything i need with version 4.1.0. Then i have downloaded the same packages from the unstable part. Then i have used mc to visit the .deb files. And i have copied everything from mc. For the system, no dependencies are broken. It is believing that it is 4.1.0 but it is 4.2.1. And radeon works with 4.2.1 Now, i'm glad :-) On 14 Nov 2002 01:49:22 +0100 Vicente Aguilar <[EMAIL PROTECTED]> wrote: > El mié, 13-11-2002 a las 17:38, Mattia Dongili escribió: > > > Radeons are supported with X > 4.1.99 :P > > This particular one isn't. :-P > > :) > > These laptops ship with a new integrated chipset by ATI, the IGP320M or > Radeon Mobility U1. A part of this chipset is the graphic card, which > claims to be Radeon 7000 compatible but doesn't work with XFree86 4.2.x > (even forcing drivers with ChipID, all you get is a garbled screen). The > AGP bus, which is also part of the chipset, isn't supported by the > kernel either. > > But both the framebuffer and X work with the VESA drivers. > > -- > Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X in Compaq Presario 900
On Thu, 14 Nov 2002 07:50:16 -0800 Fedor Karpelevitch <[EMAIL PROTECTED]> wrote: > sorry, I did not really understand - >why did you have to bother with the > files and not just upgrade the package? Because to upgrade the package needs to use some packages of the unstable part. Like libc6 and maybe many others. This has prevented me to break some dependencies. > > And so, you say that this radeon (is it really the >same one as in presario 900?) works fine with 4.2.1, > but not yet 4.1 ? From what I heard so far it > was only going to be supported in 4.3 or something... > If that is right, it is great news then! > This is what lspci is saying to me : VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY So this one is working with 4.2.1 > -- > fedor. > > > How do you explain school to a higher intelligence? > -- Elliot, "E.T." > > > > -Original Message- > > From: Julien MARY [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, November 13, 2002 6:43 PM > > To: debian-laptop@lists.debian.org > > Subject: Re: X in Compaq Presario 900 > > > > > > > > What i have done is not totally clean but works very well. > > (for evo n160 with Rage Mobility M6 Radeon) > > > > I have installed everything i need with version 4.1.0. Then > > i have downloaded the same packages from the unstable part. > > > > Then i have used mc to visit the .deb files. > > And i have copied everything from mc. > > For the system, no dependencies are broken. > > It is believing that it is 4.1.0 but it is 4.2.1. > > And radeon works with 4.2.1 > > > > Now, i'm glad :-) > > > > > > > > > > On 14 Nov 2002 01:49:22 +0100 > > Vicente Aguilar <[EMAIL PROTECTED]> wrote: > > > > > El mié, 13-11-2002 a las 17:38, Mattia Dongili escribió: > > > > > > > Radeons are supported with X > 4.1.99 :P > > > > > > This particular one isn't. :-P > > > > > > :) > > > > > > These laptops ship with a new integrated chipset by ATI, > > the IGP320M or > > > Radeon Mobility U1. A part of this chipset is the graphic > > card, which > > > claims to be Radeon 7000 compatible but doesn't work with > > XFree86 4.2.x > > > (even forcing drivers with ChipID, all you get is a garbled > > screen). The > > > AGP bus, which is also part of the chipset, isn't supported by the > > > kernel either. > > > > > > But both the framebuffer and X work with the VESA drivers. > > > > > > -- > > > Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com > > > > > > > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] > >
Re: Touch-pad & external mouse
For me it is ok ( Pour moi c'est ok ) This is the pertinent part of my XF86Config ( Voici la partie pertinente de mon XF86Config ) == Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" Option "SampleRate" "60" Option "BaudRate" "1200" Option "Resolution" "100" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol""PS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" Section "ServerLayout" < Tu ne la faisais pas figurer Identifier "layout0" Screen "screen1" InputDevice "Mouse0" "CorePointer" InputDevice "Mouse1" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection On Fri, 15 Nov 2002 22:03:36 +0100 Remi Suinot <[EMAIL PROTECTED]> wrote: > Hello all; > > (sorry for my english) > > y have Toshiba 2770 with touch-pad (4 buttons), and > external mouse (Imps/2) how to make for automatic switch > the XF86Config-4 with or without the external mouse? > My XF86Config-4 for mouse device: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/mouse" > Option "Protocol" "PS/2" > Option "Emulate3Buttons" > Option "Emulate3Timeout""40" > Option "XaaNoMono8x8PatternFillRect" > EndSection > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "CorePointer" > # Option "SendCoreEvents""true" > Option "Device" "/dev/mouse" > Option "Protocol" "IMPS/2" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > > Mouse0 and Mouse1 do not want to work together > > Thanks for your help. > Rémi. > > -- > R. Suinot: http://rsuinot.free.fr => page perso >http://rsuinux.free.fr => projets: Oups! | >Domotique | domino | Le > jeu idiot > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] with a subject of > "unsubscribe". Trouble? Contact > [EMAIL PROTECTED]
unsubscribe
Raccourci
J'aimerai lancer aterm avec un raccourci clavier dans wmaker. Pour cela j'ai la solution d'ecrire une entree dans le repertoire /etc/menu Mais que dois-je mettre exactement ? Julien
Raccourci
J'aimerai lancer aterm avec un raccourci clavier dans wmaker. Pour cela j'ai la solution d'ecrire une entree dans le repertoire /etc/menu Mais que dois-je mettre exactement ? Julien
hotkeys and poweroff
Hi, I am using compaq evo n160, but your answer can suppose it is evo family. I want to enable a smart "shutdown -h now" at hitting the power button of my laptop. Anyone has already set this correctly ? I don't think the package hotkeys is the solution. Julien
Re: hotkeys and poweroff
Ok, thanks. It works. I have just installed the acpid package and I have obtained what i was expecting without any config. Julien On Sun, 6 Jul 2003 11:32:03 -0700 Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > On Sunday 06 July 2003 11:30, Julien MARY wrote: > > > > I want to enable a smart "shutdown -h now" at hitting the > > power button of my laptop. > > > > I believe this is handled via ACPI. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
shortcut
I like to define shortcuts for some apps for wmaker. The problem is when i use update-menus, my shortcuts are erased. Where can i define them ? For example i want to launch aterm with ctrl+alt+w. Thanks -- Julien MARY. -- mailto:julien.mary@;free.fr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
XFree on compaq evo n160. (Mouse+Screen)
What about my logitech optic mouse ? What device must i choose ? i have followed exactly what is said in the debian reference manual : create /dev/input/mice with m/M 13/63. And use it in XF86Config-4. Actually , when i'm trying to start it is said : Couldn't open default font 'fixed' Here is my XF86Config-4 Section "Files" FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these FontPath"/usr/lib/X11/fonts/misc" FontPath"/usr/lib/X11/fonts/cyrillic" FontPath"/usr/lib/X11/fonts/100dpi/:unscaled" FontPath"/usr/lib/X11/fonts/75dpi/:unscaled" FontPath"/usr/lib/X11/fonts/Type1" FontPath"/usr/lib/X11/fonts/Speedo" FontPath"/usr/lib/X11/fonts/100dpi" FontPath"/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load"GLcore" Load"bitmap" Load"dbe" Load"ddc" Load"dri" Load"extmod" Load"freetype" Load"glx" Load"int10" Load"pex5" Load"record" Load"speedo" Load"type1" Load"vbe" Load"xie" # Load"xtt" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Rage Mobility M6 Radeon" Driver "radeon" VideoRam8192 VideoRam8192 EndSection Section "Monitor" Identifier "LCD Compaq Evo n160" HorizSync 30-57 VertRefresh 43-72 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Rage Mobility M6 Radeon" Monitor "LCD Compaq Evo n160" DefaultDepth24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X in Compaq Presario 900
What i have done is not totally clean but works very well. (for evo n160 with Rage Mobility M6 Radeon) I have installed everything i need with version 4.1.0. Then i have downloaded the same packages from the unstable part. Then i have used mc to visit the .deb files. And i have copied everything from mc. For the system, no dependencies are broken. It is believing that it is 4.1.0 but it is 4.2.1. And radeon works with 4.2.1 Now, i'm glad :-) On 14 Nov 2002 01:49:22 +0100 Vicente Aguilar <[EMAIL PROTECTED]> wrote: > El mié, 13-11-2002 a las 17:38, Mattia Dongili escribió: > > > Radeons are supported with X > 4.1.99 :P > > This particular one isn't. :-P > > :) > > These laptops ship with a new integrated chipset by ATI, the IGP320M or > Radeon Mobility U1. A part of this chipset is the graphic card, which > claims to be Radeon 7000 compatible but doesn't work with XFree86 4.2.x > (even forcing drivers with ChipID, all you get is a garbled screen). The > AGP bus, which is also part of the chipset, isn't supported by the > kernel either. > > But both the framebuffer and X work with the VESA drivers. > > -- > Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X in Compaq Presario 900
On Thu, 14 Nov 2002 07:50:16 -0800 Fedor Karpelevitch <[EMAIL PROTECTED]> wrote: > sorry, I did not really understand - >why did you have to bother with the > files and not just upgrade the package? Because to upgrade the package needs to use some packages of the unstable part. Like libc6 and maybe many others. This has prevented me to break some dependencies. > > And so, you say that this radeon (is it really the >same one as in presario 900?) works fine with 4.2.1, > but not yet 4.1 ? From what I heard so far it > was only going to be supported in 4.3 or something... > If that is right, it is great news then! > This is what lspci is saying to me : VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY So this one is working with 4.2.1 > -- > fedor. > > > How do you explain school to a higher intelligence? > -- Elliot, "E.T." > > > > -Original Message- > > From: Julien MARY [mailto:julien.mary@;free.fr] > > Sent: Wednesday, November 13, 2002 6:43 PM > > To: [EMAIL PROTECTED] > > Subject: Re: X in Compaq Presario 900 > > > > > > > > What i have done is not totally clean but works very well. > > (for evo n160 with Rage Mobility M6 Radeon) > > > > I have installed everything i need with version 4.1.0. Then > > i have downloaded the same packages from the unstable part. > > > > Then i have used mc to visit the .deb files. > > And i have copied everything from mc. > > For the system, no dependencies are broken. > > It is believing that it is 4.1.0 but it is 4.2.1. > > And radeon works with 4.2.1 > > > > Now, i'm glad :-) > > > > > > > > > > On 14 Nov 2002 01:49:22 +0100 > > Vicente Aguilar <[EMAIL PROTECTED]> wrote: > > > > > El mié, 13-11-2002 a las 17:38, Mattia Dongili escribió: > > > > > > > Radeons are supported with X > 4.1.99 :P > > > > > > This particular one isn't. :-P > > > > > > :) > > > > > > These laptops ship with a new integrated chipset by ATI, > > the IGP320M or > > > Radeon Mobility U1. A part of this chipset is the graphic > > card, which > > > claims to be Radeon 7000 compatible but doesn't work with > > XFree86 4.2.x > > > (even forcing drivers with ChipID, all you get is a garbled > > screen). The > > > AGP bus, which is also part of the chipset, isn't supported by the > > > kernel either. > > > > > > But both the framebuffer and X work with the VESA drivers. > > > > > > -- > > > Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com > > > > > > > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > > [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Touch-pad & external mouse
For me it is ok ( Pour moi c'est ok ) This is the pertinent part of my XF86Config ( Voici la partie pertinente de mon XF86Config ) == Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" Option "SampleRate" "60" Option "BaudRate" "1200" Option "Resolution" "100" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol""PS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" Section "ServerLayout" < Tu ne la faisais pas figurer Identifier "layout0" Screen "screen1" InputDevice "Mouse0" "CorePointer" InputDevice "Mouse1" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection On Fri, 15 Nov 2002 22:03:36 +0100 Remi Suinot <[EMAIL PROTECTED]> wrote: > Hello all; > > (sorry for my english) > > y have Toshiba 2770 with touch-pad (4 buttons), and > external mouse (Imps/2) how to make for automatic switch > the XF86Config-4 with or without the external mouse? > My XF86Config-4 for mouse device: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/mouse" > Option "Protocol" "PS/2" > Option "Emulate3Buttons" > Option "Emulate3Timeout""40" > Option "XaaNoMono8x8PatternFillRect" > EndSection > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "CorePointer" > # Option "SendCoreEvents""true" > Option "Device" "/dev/mouse" > Option "Protocol" "IMPS/2" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > > Mouse0 and Mouse1 do not want to work together > > Thanks for your help. > Rémi. > > -- > R. Suinot: http://rsuinot.free.fr => page perso >http://rsuinux.free.fr => projets: Oups! | >Domotique | domino | Le > jeu idiot > > > -- > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] with a subject of > "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
unsubscribe
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Raccourci
J'aimerai lancer aterm avec un raccourci clavier dans wmaker. Pour cela j'ai la solution d'ecrire une entree dans le repertoire /etc/menu Mais que dois-je mettre exactement ? Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Raccourci
J'aimerai lancer aterm avec un raccourci clavier dans wmaker. Pour cela j'ai la solution d'ecrire une entree dans le repertoire /etc/menu Mais que dois-je mettre exactement ? Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
hotkeys and poweroff
Hi, I am using compaq evo n160, but your answer can suppose it is evo family. I want to enable a smart "shutdown -h now" at hitting the power button of my laptop. Anyone has already set this correctly ? I don't think the package hotkeys is the solution. Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: hotkeys and poweroff
Ok, thanks. It works. I have just installed the acpid package and I have obtained what i was expecting without any config. Julien On Sun, 6 Jul 2003 11:32:03 -0700 Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > On Sunday 06 July 2003 11:30, Julien MARY wrote: > > > > I want to enable a smart "shutdown -h now" at hitting the > > power button of my laptop. > > > > I believe this is handled via ACPI. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]