Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-13-2006, 07:38 AM
|
#16
|
Member
Registered: Jul 2006
Posts: 84
Original Poster
Rep:
|
i have changed some things
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
# Option "Protocol" "Auto"
# The available mouse protocols types that you can set below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThinkingMousePS/2 Xqueue
# Option "Protocol" "PS/2"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
# The mouse device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.
Option "Device" "/dev/input/mice"
# Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
# Option "Device" "/dev/ttyS0"
# Option "Device" "/dev/ttyS1"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate5Buttons"
# Option "Emulate5Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
# Some examples of extended input devices
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
|
|
|
08-13-2006, 07:40 AM
|
#17
|
Member
Registered: Jul 2006
Posts: 84
Original Poster
Rep:
|
i cannot send u my slackwares "lsmod" and "dmesg | grep -i mouse" so ill pick them from ubunt
lsmod
j
Code:
an@jan-desktop:~$ lsmod
Module Size Used by
rfcomm 40216 0
l2cap 26244 5 rfcomm
bluetooth 49892 4 rfcomm,l2cap
ppdev 9220 0
cpufreq_userspace 4696 0
cpufreq_stats 5636 0
freq_table 4740 1 cpufreq_stats
cpufreq_powersave 1920 0
cpufreq_ondemand 6428 0
cpufreq_conservative 7332 0
video 16260 0
tc1100_wmi 6916 0
sony_acpi 5644 0
pcc_acpi 12416 0
hotkey 11556 0
dev_acpi 11140 0
container 4608 0
button 6672 0
acpi_sbs 19980 0
battery 9988 1 acpi_sbs
i2c_acpi_ec 5120 1 acpi_sbs
ac 5252 1 acpi_sbs
ipv6 265600 12
nls_cp437 5888 1
ntfs 103536 1
dm_mod 58936 2
md_mod 72532 0
lp 11844 0
af_packet 22920 2
tsdev 8000 0
snd_seq_dummy 3844 0
snd_seq_oss 33536 0
snd_seq_midi 9376 0
snd_seq_midi_event 7552 2 snd_seq_oss,snd_seq_midi
snd_seq 51984 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
pcspkr 2180 0
usbhid 38368 0
floppy 62148 0
via_agp 9856 1
analog 12320 0
nvidia 4550772 0
agpgart 34888 2 via_agp,nvidia
rtc 13492 0
snd_via82xx 28824 1
gameport 15496 2 analog,snd_via82xx
snd_ac97_codec 92704 1 snd_via82xx
snd_ac97_bus 2304 1 snd_ac97_codec
usblp 13056 0
snd_pcm_oss 53664 0
snd_mixer_oss 18688 1 snd_pcm_oss
snd_pcm 89864 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_timer 25220 2 snd_seq,snd_pcm
snd_page_alloc 10632 2 snd_via82xx,snd_pcm
snd_mpu401_uart 7808 1 snd_via82xx
snd_rawmidi 25504 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 8716 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
i2c_viapro 8980 0
snd 55268 13 snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
i2c_core 21904 3 i2c_acpi_ec,nvidia,i2c_viapro
parport_pc 35780 1
parport 36296 3 ppdev,lp,parport_pc
psmouse 36228 0
serio_raw 7300 0
via_ircc 26900 0
irda 186940 1 via_ircc
crc_ccitt 2304 1 irda
via_rhine 23940 0
mii 5888 1 via_rhine
shpchp 45632 0
pci_hotplug 29236 1 shpchp
soundcore 10208 1 snd
evdev 9856 2
ext3 135688 2
jbd 58772 1 ext3
ide_generic 1536 0
ehci_hcd 32008 0
uhci_hcd 33680 0
usbcore 129668 5 usbhid,usblp,ehci_hcd,uhci_hcd
ide_cd 33028 0
cdrom 38560 1 ide_cd
ide_disk 17664 7
via82cxxx 9988 0 [permanent]
generic 5124 0
thermal 13576 0
processor 23360 1 thermal
fan 4868 0
fbcon 42784 0
tileblit 2816 1 fbcon
font 8320 1 fbcon
bitblit 6272 1 fbcon
softcursor 2304 1 bitblit
capability 5000 0
commoncap 7296 1 capability
jan@jan-desktop:~$
dmesg | grep -i mouse
j
Code:
an@jan-desktop:~$ dmesg | grep -i mouse
[4294672.076000] mice: PS/2 mouse device common for all mice
[4294690.701000] input: USB HID v1.00 Mouse [Genius Wireless NetScroll+ Superior ] on usb-0000:00:10.0-2
jan@jan-desktop:~$
|
|
|
08-13-2006, 12:26 PM
|
#18
|
Member
Registered: Jul 2006
Posts: 84
Original Poster
Rep:
|
ok i decided to buy a ps 2 adapter which converts your mice from usb to ps/2 if that will help
|
|
|
08-13-2006, 06:47 PM
|
#19
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep: 
|
I don't think that will help, and your list of modules (lsmod)
from Ubuntu is useless for your Slackware problem. You can save
some lines and issue "lsmod | grep -i usb" but we really need
to see that output from Slackware.
Do you have a USB flash disk or some media where you could save
it? Perhaps you could cp it from Ubuntu to Slackware?
|
|
|
08-14-2006, 06:00 AM
|
#20
|
Member
Registered: Jul 2006
Posts: 84
Original Poster
Rep:
|
i have mounted slackware partition.Is it possible to find that data with ubuntu.I mean if i type lsmod | grep -i usb it comes from somewhere.So i would find that document and copy it here
|
|
|
08-14-2006, 06:12 AM
|
#21
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep: 
|
You cannot find data about modules of an OS that is not running.
You could do several things. One of which would be to make a file
of the "lsmod" output in Slackware. Then if you can mount that part
in Ubuntu, you can open the file and copy and paste the contents.
When you type "lsmod" it list the modules for the operating system
which you are running. Hence, if you boot Ubuntu it gives the list
of modules for Ubuntu.
You need to same modules in Slackware, and you also need the same
options in /etc/X11/xorg.conf for the mouse to work.
|
|
|
08-14-2006, 07:08 AM
|
#22
|
Member
Registered: Jul 2006
Posts: 84
Original Poster
Rep:
|
Just tell me how to open main menu with keyboard(in KDE)
|
|
|
08-14-2006, 07:43 AM
|
#23
|
LQ Newbie
Registered: Aug 2006
Distribution: Slackware
Posts: 9
Rep:
|
jan1024188,
Are you using a mouse + keyboard set? Is the mouse and the keyboard using one common USB receiver? I'm asking as I had a Logitech keyboard & mouse set and I used to encounter the same problem.
I know no solution to this, but I hope it may clear things up a bit.
a.malich
|
|
|
08-14-2006, 08:32 AM
|
#24
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep: 
|
Quote:
Originally Posted by jan1024188
Just tell me how to open main menu with keyboard(in KDE)
|
I don't use KDE anymore, so I don't know. But if you are trying to get
a program to run, such as konsole, issue Alt+F2 and you'll get a run
command dialog box. Then you can enter "konsole" for instance and it
will launch the app. NB: If the app is not in the user's $PATH, you
will have to give the full path, i.e., /opt/kde/bin/konqueror
|
|
|
08-14-2006, 10:02 AM
|
#25
|
Member
Registered: Jul 2006
Posts: 84
Original Poster
Rep:
|
how did you make |? I dont have this on my keyboard
|
|
|
08-14-2006, 10:07 AM
|
#26
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep: 
|
That is the pipe, and it is on all keyboards afaik.
On mine it is above the \ (backslash), so use Shift+\ (backslash).
If you have a different keymap it could be different. And if you would put
your location in your LQ UserCP, it would help people understand some things
and make allowances for such things as, "Perhaps English isn't his/her first
language." And putting your distribution tells people what operating system
than can expect to know to help you.
For instance, if the poster is interested in help with Fedora Core x, I usually
have to pass them by, because I never saw that OS.
|
|
|
08-14-2006, 12:14 PM
|
#27
|
Member
Registered: Jul 2006
Posts: 84
Original Poster
Rep:
|
it doesnt help i tyed everything.Ihave a fres install..but i didnt find terminal...how to open it whit keyboard
|
|
|
08-14-2006, 06:52 PM
|
#28
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep: 
|
I'm sorry but I'm a bit confused by "i didnt find terminal".
If you have Slackware starting in the default runlevel 3, it
is bringing you to a "terminal" with a login prompt. You need
go no further to use a terminal. Just login and then do not
issue "startx" to start the X server. You will have full use
of your Slackware system right there.
If you are opening Slackware in runlevel 4 or whatever is the
one which boots to GUI, then you should be able to launch an
app by pressing "Alt+F2" to open the "Run command" dialog. At
that point you may enter "konsole" to launch that app. Or if you
prefer, you can issue "Ctrl+Alt+F2" to get to another terminal
(tty2), and login and work there. Then "Ctrl+Alt+F7" will get
you back to the GUI.
|
|
|
08-14-2006, 06:59 PM
|
#29
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Quote:
Originally Posted by Chinaman
I'm sorry but I'm a bit confused by "i didnt find terminal".
If you have Slackware starting in the default runlevel 3, it
is bringing you to a "terminal" with a login prompt. You need
go no further to use a terminal. Just login and then do not
issue "startx" to start the X server. You will have full use
of your Slackware system right there.
If you are opening Slackware in runlevel 4 or whatever is the
one which boots to GUI, then you should be able to launch an
app by pressing "Alt+F2" to open the "Run command" dialog. At
that point you may enter "konsole" to launch that app. Or if you
prefer, you can issue "Ctrl+Alt+F2" to get to another terminal
(tty2), and login and work there. Then "Ctrl+Alt+F7" will get
you back to the GUI.
|
If booting with init 4 (GUI login) the only console open is 6. So open it with ctrl+alt+F6
|
|
|
08-14-2006, 07:02 PM
|
#30
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep: 
|
Thanks for the correction cwwilson721. Perhaps it's now obvious
that Chinaman never boots to a GUI. I tried my advice from Xfce,
but my boxen only use runlevel 3. 
|
|
|
All times are GMT -5. The time now is 09:05 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|