+ -
当前位置:首页 → 问答吧 → Ubuntu10.10麦克风没声音(ALC892芯片)

Ubuntu10.10麦克风没声音(ALC892芯片)

时间:2011-07-29

来源:互联网

xorg 代码:
代码:
# Xorg configuration created by system-config-display

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "us"
EndSection

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

Section "Device"
   Identifier  "Videocard0"
   Driver      "intel"
   #Option       "Clone" "true"   
   Option       "Clone" "1024x768"
   Option       "MonitorLayout" "CRT,LFP"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Videocard0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x600"
   EndSubSection
EndSection


笔记本是10寸的小本,intel 945GSE芯片组集成显卡;宽屏幕;

外接显示器是17寸4:3的LCD,
现在用这个xorg可以双屏幕显示,但是17的外接显示器分辨率目测只有800x600,有点太低了,我想起码要1024x768的,但是在xorg里面不会修改,即使改了笔记本屏幕的分辨率,外接显示器还是800x600的,怎么办呢?谢谢

作者: amro   发布时间: 2011-07-29

热门下载

更多