LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1332|回复: 3

ATI Mobility 9700 + AIGLX + Beryl,但鼠标有花屏

[复制链接]
发表于 2006-11-25 20:09:35 | 显示全部楼层 |阅读模式
花了一天时间看着wiki的howto及相关资料一步一步搞,看中文的wiki howto用开源Radeon驱动,终于成功。试了一些效果,Blur全开的话会很慢,water好像看不到什么效果。

未开beryl-manager前glxgears 2700FPS,开了之后1700FPS。

Firefox滚屏浏览网页变慢。

但现在……最严重的问题是,鼠标经过的地方会经常出现白色阴影、花屏……不好忍受……大家遇到过么?
 楼主| 发表于 2006-11-25 20:13:53 | 显示全部楼层
贴上xorg.conf

Section "ServerLayout"
        Identifier        "X.Org Configured"
        Screen        0        "Screen0" 0 0
        InputDevice        "Keyboard0" "CoreKeyboard"
        InputDevice        "S/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
# USB Mouse not detected
        InputDevice        "Synaptics" "AlwaysCore"

        Option          "AIGLX" "true"
EndSection

Section "Extensions"
        Option  "Composite" "Enable"
EndSection

Section "ServerFlags"
        Option        "AllowMouseOpenFail" "true"
       
EndSection

Section "Files"
        FontPath        "/usr/share/fonts/util"
        FontPath        "/usr/share/fonts/encodings"
        FontPath        "/usr/share/fonts/misc"
        FontPath        "/usr/share/fonts/local"
        FontPath        "/usr/share/fonts/terminus"
        FontPath        "/usr/share/fonts/corefonts"
        FontPath        "/usr/local/share/fonts"
        FontPath        "/usr/share/fonts/default"
        FontPath        "/usr/share/fonts/TTF"
        FontPath        "/usr/share/fonts/type1"
        FontPath        "/usr/share/fonts/100dpi"
        FontPath        "/usr/share/fonts/75dpi"
        FontPath        "/usr/share/fonts/arphicfonts"
        FontPath        "/usr/share/fonts/jisx0213"
        FontPath        "/usr/share/fonts/shinonome"
        FontPath        "/usr/share/fonts/baekmuk-fonts"
        FontPath        "/usr/share/fonts/kacst-fonts"
        FontPath        "/usr/share/fonts/sgi-fonts"
        FontPath        "/usr/share/fonts/unfonts"
        FontPath        "/usr/share/fonts/default/ghostscript"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
        FontPath        "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
        Load        "ddc"
        Load        "vbe"
#       Load        "GLcore"
        Load        "dbe"
        Load        "dri"
        Load        "extmod"
        Load        "glx"
        Load        "bitmap"
        Load        "type1"
        Load        "freetype"
        Load        "record"
        Load    "drm"
EndSection

Section "InputDevice"
        Identifier        "Keyboard0"
        Driver        "kbd"
        Option        "CoreKeyboard"
        Option        "XkbRules" "xorg"
        Option        "XkbModel" "pc104"
        Option        "XkbOptions" "grp:toggle,grp_led:scroll"
        Option        "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier        "Serial Mouse"
        Driver        "mouse"
        Option        "rotocol" "Microsoft"
        Option        "Device" "/dev/ttyS0"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier        "S/2 Mouse"
        Driver        "mouse"
        Option        "rotocol" "IMPS/2"
        Option        "Device" "/dev/misc/psaux"
        Option        "Emulate3Buttons" "true"
        Option        "Emulate3Timeout" "70"
        Option        "SendCoreEvents"  "true"
        Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier        "USB Mouse"
        Driver        "mouse"
        Option        "Device" "/dev/input/mice"
        Option        "SendCoreEvents" "true"
        Option        "rotocol" "IMPS/2"
        Option        "ZAxisMapping" "4 5"
        Option        "Buttons" "5"
EndSection

Section "InputDevice"
        Identifier        "Synaptics"
        Driver        "synaptics"
        Option        "rotocol" "event"
        Option        "Device" "/dev/input/event1"
        Option        "LeftEdge" "1900"
        Option        "RightEdge" "5400"
        Option        "TopEdge" "1900"
        Option        "BottomEdge" "4000"
        Option        "FingerLow" "25"
        Option        "FingerHigh" "30"
        Option        "MaxTapTime" "180"
        Option        "MaxTapMove" "220"
        Option        "VertScrollDelta" "100"
        Option        "MinSpeed" "0.02"
        Option        "MaxSpeed" "0.10"
        Option        "AccelFactor" "0.0010"
        Option        "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        ### Available Driver options are:-
        # sw_cursor is needed for some ati and radeon cards
        Option "sw_cursor"

        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"

        Option      "AGPMode" "8"
        Option      "AGPFastWrite" "True"
        Option      "AGPSize" "64"
        Option      "EnablePageFlip" "True"
        Option      "XAANoOffscreenPixmaps" "true"
        # This two lines are needed to prevent fonts from being scrambled
        Option      "XaaNoScanlineImageWriteRect"
        Option      "XaaNoScanlineCPUToScreenColorExpandFill"
        Option      "DRI" "true"
       
        Identifier  "ATI"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV350 [Mobility Radeon 9600 M10]
        BusID       "CI:1:0:0"
        Screen      0
EndSection

Section "Screen"
        Identifier        "Screen0"
        Device        "ATI"
        Monitor        "Monitor0"
        DefaultColorDepth 24
       
        SubSection "Display"
                Depth        1
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        4
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        8
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        15
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        32
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-6-13 16:17:18 | 显示全部楼层

我也是这样

没有人碰到同样的问题吗,我的显卡是Nv 6100的,鼠标花屏,滑过的菜单按钮等会有小方块等,有时鼠标会短暂消失,使用非常不便。google,百度了好久,也没搞清楚咋回事。
回复 支持 反对

使用道具 举报

发表于 2007-6-13 22:32:23 | 显示全部楼层
# sw_cursor is needed for some ati and radeon cards
Option "sw_cursor"

#Option "hw_cursor"


开下面的试试。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表