SiS650/651/661/741 显卡配置文件xorg.conf

仅供存放个人的配置文件,不要在本版发问。
albatross
帖子: 10
注册时间: 2006-09-06 13:49

SiS650/651/661/741 显卡配置文件xorg.conf

#1

帖子 albatross » 2006-09-06 13:52

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "SiS650/651/661/741"
Driver "sis"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "HP D2821 1024 Low Emissions 14-inch Display"
HorizSync 31.0 - 54.0
VertRefresh 50.0 - 110.0
#modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "SiS650/651/661/741"
Monitor "Monitor0"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "800x600" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
njoy
帖子: 13
注册时间: 2006-08-25 12:51

#2

帖子 njoy » 2006-09-06 17:23

lz,此配置文件有什么作用,能开启sis的3d加速吗?
njoy
帖子: 13
注册时间: 2006-08-25 12:51

#3

帖子 njoy » 2006-09-08 16:19

按你的配置后,播放电影时cpu的占用率降低了很多,但图像质量变得惨不忍睹,最后只好又改回原来的设置

我的是sis760的显卡
iyan84
帖子: 15
注册时间: 2006-10-13 16:00

#4

帖子 iyan84 » 2006-10-22 16:42

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
像这样有3个INPUTDEVICE可不可以删掉就留一个啊
头像
davix
帖子: 274
注册时间: 2005-10-04 16:16
来自: Beijing

#5

帖子 davix » 2006-10-24 11:34

njoy 写了:lz,此配置文件有什么作用,能开启sis的3d加速吗?
我看是不能,而且好像现在在ubuntu下也没什么解决办法

楼主能解释一下配置后效果如何吗?
头像
bones7456
帖子: 8495
注册时间: 2006-04-12 20:05
来自: 杭州
联系:

#6

帖子 bones7456 » 2006-12-04 22:33

我是也是sis651,要在linux下搞定3d加速,难阿!基本上是没希望了!如果有人搞定了告诉我一下!
超级白白痴
帖子: 1
注册时间: 2006-12-10 13:25

#7

帖子 超级白白痴 » 2006-12-10 13:30

:lol:
aicyuan
帖子: 2
注册时间: 2007-01-09 12:24

#8

帖子 aicyuan » 2007-01-09 15:30

关注中。希望有更好的配置方案.....
w185786775
帖子: 12
注册时间: 2007-01-08 18:41

#9

帖子 w185786775 » 2007-01-11 20:36

有intel显卡的么?
头像
jupengfei
帖子: 1258
注册时间: 2006-10-31 11:02
来自: Beijing

#10

帖子 jupengfei » 2007-03-11 10:37

.......
上次由 jupengfei 在 2008-08-06 9:38,总共编辑 1 次。
图片
我也喜欢蓝妹妹......
头像
bones7456
帖子: 8495
注册时间: 2006-04-12 20:05
来自: 杭州
联系:

#11

帖子 bones7456 » 2007-03-11 11:27

哈哈,和我得出的结论是一样的:viewtopic.php?t=26481&highlight=
关注我的blog: ε==3
头像
fallleaf
帖子: 694
注册时间: 2006-12-29 20:13

#12

帖子 fallleaf » 2007-03-19 17:38

iyan84 写了:Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
像这样有3个INPUTDEVICE可不可以删掉就留一个啊
貌似这个wacom是手写板,所以如果你没有的话就可以删掉这三段。不知道对不对。
头像
lhw828
帖子: 2797
注册时间: 2007-03-15 16:58
来自: 湖北武汉
联系:

#13

帖子 lhw828 » 2007-04-25 23:13

强人啊!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Lien.T
帖子: 15
注册时间: 2007-04-27 14:11
来自: 江苏 无锡

#14

帖子 Lien.T » 2007-04-29 14:08

本人是新手
Lz能说明下细节么?
实在渴求的~~~谢谢了啊
头像
雄鸡起舞
帖子: 241
注册时间: 2007-07-24 22:23

#15

帖子 雄鸡起舞 » 2007-08-27 22:23

:D 我的显卡是SiS 661的....看来绝对没有可能开3D了 :shock:
Linux 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686 GenuineIntel GNU/Linux
回复