|
|
我装了beryl 但启动的时候提示
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No composite extension
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: No composite extension
有关的xorg config是
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "opengl"
Load "glx"
Load "aiglx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
Load "synaptics"
EndSection
Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
VideoRam 65536
Option "VBERestore" "true"
Option "DRI" "true"
Option "AGPFastWrite" "true"
Option "XAANoOffscreenPixmaps" "true"
BusID " CI:0:2:0"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
Option "BlankTime" "5"
Option "StandbyTime" "10"
Option "SuspendTime" "20"
Option "OffTime" "30"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "composite" "Enable"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
我用的显卡是intel的 855gm怎么会与Nvidia有关呢?
我原来就是xorg7。1了 是否要use aiglx再编译一次呢? |
|