使用道具 举报
Post by cyf3732;1896619 我比较菜的,就会用的这个: alias 2head='xrandr --output LVDS --right-of VGA'复制代码
Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "ServerFlags" #Option "AIGLX" "off" Option "AIGLX" "true" EndSection Section "Module" load "dbe" load "glx" load "drm" load "dri" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbOptions" "ctrl:nocaps" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "rotocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" # Option "rotocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Monitor" Identifier "Integrated LCD" Option "DPMS" EndSection Section "Monitor" Identifier "External VGA" Option "RightOf" "Integrated LCD" Option "DPMS" EndSection Section "Device" Identifier "Generic Video Card" Driver "radeon" # # accelration Option "AGPMode" "4" Option "EnablePageFlip" "on" Option "RenderAccel" "on" Option "AccelMethod" "EXA" # or XXA Option "DynamicClocks" "on" Option "DRI" "true" # Color Tiling Option "ColorTiling" "on" Option "Monitor-VGA-0" "External VGA" Option "Monitor-LVDS" "Integrated LCD" Option "XAANoOffscreenPixmaps" "true" # for composite EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Integrated LCD" DefaultDepth 24 SubSection "Display" Modes "1280x1024" "1024x768" Virtual 2304 1024 EndSubSection EndSection Section "Extensions" #Option "Composite" "Disable" Option "Composite" "enable" EndSection Section "DRI" Group 0 Mode 0666 EndSection
本版积分规则 发表回复 回帖后跳转到最后一页