yuzhongdeyu 发表于 2005-11-3 16:47:50

本本上装了FC4,但有几个问题!

在benq7000上装了FC4,但现在有点问题,
1.罗技的鼠标(USB)移动极其不流畅,有点像跳帧的感觉~可是触摸板就没事,和在XP下一样灵活,在系统设置里调整灵敏度还是一样,用mouseconfig改了,也没用。
2.声卡认不出来,我在Windows下看过了,是souondmax integrated digital audio的声卡,但在linux下总是认作AC97的,不知这是怎么一回事!
# lspci | grep audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
上面一段是终端的输出。我是越来越看不懂了。为什么Windowns和linux下的显示完全不同啊,我在windows下找了半天,没找到过AC97这几个字。
3.而且有些时候不知为什么网页会自动后退到以前看过的页面,这问题现在不太大了,出现情况不多!
不知有没有人能帮忙指点一下,十分感谢,我是新人,用linux只半个多月,懂的不多,请包含!

积木 发表于 2005-11-3 21:21:26

1. 能让我看看你的 xorg.conf 文件内容么?

2. 请用alsaconf 这个命令重新设置你的声卡驱动。

3. 你可那按了什么按键。比如说偶用micsoroft的五键鼠标,按一下最左面的键就是回退到前一个页面。

多来坛子里面和弟兄讨论问题,不会就问,大家都会帮忙的。
只要别人知道。 :lol:

yuzhongdeyu 发表于 2005-11-4 08:51:56

我不清楚哪些是需要的,我就把xorg.conf上的所有内容都放上来了。
关于看网页回退我也不是很楚,我没办法用鼠标,所以一直用的是触摸屏。刚才一上网,打开了几个网页,就不知怎么的回退了。当时我摸着触摸屏。估计是它的问题,但不知如何解决。
刚才还在终端下用了一下版主说的那个命令,
# alsaconf
bash: alsaconf: command not found
但输出如上。
谢谢积木版主回我的贴,十分感谢。
xorg.conf:
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier   "single head configuration"
        Screen      0"Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "unix/:7100"
EndSection

Section "Module"
        Load"dbe"
        Load"extmod"
        Load"fbdevhw"
        Load"glx"
        Load"record"
        Load"freetype"
        Load"type1"
        Load"synaptics"
        Load"dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier"Keyboard0"
        Driver      "kbd"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
        Identifier"Synaptics"
        Driver      "synaptics"
        Option          "Device" "/dev/input/mice"
        Option          "Protocol" "auto-dev"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1280x1024"
        HorizSync    31.5 - 67.0
        VertRefresh50.0 - 75.0
        Option          "dpms"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "radeon"
        VendorName"Videocard vendor"
        BoardName   "ATI Radeon Mobility 9600 M10"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Viewport   0 0
                Depth   16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth   24
                Modes    "1280x768" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group      0
        Mode         0666
EndSection

积木 发表于 2005-11-4 10:51:17

1。居然没有安装alsa驱动,你去yum一个alsa-utils alsa-lib alsa-driver

2。修改之前首先备份那个文件,尝试以下修改。

不知道鼠标FC4为什么这么配
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes" <-删除这句话。[如果出了问题再加这句话]
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice" <- 这个地方修改为 "/dev/psaux"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes" <-删除这句话。
EndSection

积木 发表于 2005-11-4 10:51:40

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=133117&highlight=
这个帖子作参考。

yuzhongdeyu 发表于 2005-11-4 10:54:44

先不管改了以后会怎么样,都十分感谢积木版主的指点!

积木 发表于 2005-11-4 12:37:04

:wink:
不起作用再说。

yuzhongdeyu 发表于 2005-11-4 16:04:46

好像是不起作用。
声卡到是无所谓,就是鼠标这个问题要搞一下,总觉得触摸屏了鼠标都有点不行。我找过/dev/psaux在FC4下是没有这个文件的,redhat下到还是有这个文件。
声卡问题我主要是不太懂怎么用yum这个命令。
在终端里看了一下man yum,也没看出一点门道来。而且今天事情又多,所以就没再仔细看了。

积木 发表于 2005-11-4 16:15:28

:neutral:
看来偶又要多安装一套系统了。。。
前两天为了一个哥们的问题安装了一套suse.
今天可能要安装一套Fedora core 4.............
对了。
你modprobe psmouse 看看。

yuzhongdeyu 发表于 2005-11-4 18:07:16

# modprobe psmouse
FATAL: Module psmouse not found.
谢谢积木版主了。上面是我敲入modprobe psmouse后的输出。
真是麻烦你了。好人啊!
如果真不行也算了,我不强求的,能在本本上装上linux我己经很感谢老天了,本来本本上有1394的接口,以前装redhat时,总是在开始自检时停在那里,动也不会动。现在FC4能自动关闭IRQ11,跳过1394,我真的很感恩了。

PS:我本想过重装,但将启动光盘放入启动进入图形安装界面后,用usb的鼠标发现它也是一跳一跳的,我估计这个可能是系统的问题!
我的usb鼠标是罗技配笔记本电脑专用的那种,外观上和普通台式机罗技的差不多,就是比一般平时用的罗技小一号。

linky_fan 发表于 2005-11-6 19:46:00


[root@cent ~]# cat /etc/X11/xorg.conf

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
      Identifier   "Default Layout"
      Screen      0"Screen0" 0 0
      InputDevice    "Mouse0" "CorePointer"
      InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
      RgbPath      "/usr/X11R6/lib/X11/rgb"
      FontPath   "unix/:7100"
EndSection

Section "Module"
      Load"dbe"
      Load"extmod"
      Load"fbdevhw"
      Load"glx"
      Load"record"
      Load"freetype"
      Load"type1"
      Load"dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option"Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option"XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option"XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option"XkbLayout"   "de"
# or:
#       Option"XkbLayout"   "de"
#       Option"XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option"XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option"XkbOptions"    "ctrl:nocaps"
#
      Identifier"Keyboard0"
      Driver      "kbd"
      Option      "XkbModel" "pc105"
      Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
      Identifier"Mouse0"
      Driver      "mouse"
      Option      "Protocol" "IMPS/2"
      Option      "Device" "/dev/input/mice"
      Option      "ZAxisMapping" "4 5"
      Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
      Identifier   "Monitor0"
      VendorName   "Monitor Vendor"
      ModelName    "LCD Panel 1024x768"
      HorizSync    31.5 - 48.5
      VertRefresh40.0 - 70.0
      Option      "dpms"
EndSection

Section "Device"
      Identifier"Videocard0"
      Driver      "i810"
      VendorName"Videocard vendor"
      BoardName   "Intel 852"
EndSection

Section "Screen"
      Identifier "Screen0"
      Device   "Videocard0"
      Monitor    "Monitor0"
      DefaultDepth   24
      SubSection "Display"
                Viewport   0 0
                Depth   16
                Modes    "800x600" "640x480"
      EndSubSection
      SubSection "Display"
                Viewport   0 0
                Depth   24
                Modes    "1024x768" "800x600" "640x480"
      EndSubSection
EndSection

Section "DRI"
      Group      0
      Mode         0666
EndSection


Asus s5, use ich4 the same way. I alsouse a wireless usb mouse here. :mrgreen:


[root@cent ~]# lspci | grep Intel
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
01:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)

积木 发表于 2005-11-6 21:43:11

如果没有psmouse这个东西,鼠标很难启动的,
偶的touchpad没有psmouse是一动不动的。

linky_fan 发表于 2005-11-7 09:06:06


如果没有psmouse这个东西,鼠标很难启动的,
偶的touchpad没有psmouse是一动不动的。

偶贴出来的好像没有鸟,可是用的好好滴说 :lol:

jozhu 发表于 2005-11-7 09:46:08

该说的都说了,我记得FC里应该是有mouseconfig还是mouseconf这么个命令的,试一下吧。
还有啊,如果不会yum的话,可以直接从光盘上装alsa的东西。
最后,不推荐FC4,简直就是拿用户当小白鼠呢

yuzhongdeyu 发表于 2005-11-7 09:57:55

谢谢各位版主大人们的回贴,真是十分感谢,虽然还是没有解决这个问题,但现在我也不太用鼠标了,用了一个多月的Linux,装了二十多次系统,编内核也编了十多次,都麻木了,现在看来看去还是用命令行最好,我现在默认启动都改为了命令行,除非是要上个网什么的,还只能用图形界面。
谢谢各位版主大人了。我一个月来学到很多,从Windowns转到Linux的第一步走的好累,好痛苦!但还是蛮好玩的,有机会我还是会经常用Linux,希望有一天能够和Windows说再见。

谢谢!!
页: [1]
查看完整版本: 本本上装了FC4,但有几个问题!