设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Gentoo Linux
›
给大家发个xorg.conf文件
1
2
3
/ 3 页
下一页
返回列表
查看:
1877
|
回复:
23
给大家发个xorg.conf文件
[复制链接]
xiaorui
xiaorui
当前离线
积分
933
IP卡
狗仔卡
发表于 2009-2-3 11:49:03
|
显示全部楼层
|
阅读模式
最近修改的一个笔记本的xorg文件。
# /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"
FontPath "/usr/share/fonts/X11/misc"
# 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"
# Disable "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"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "
rotocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "HorizScrollDelta" "0"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ttyS0" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "KeepShape" "on"
# Option "DebugLevel" "10"
Option "TPCButton" "off"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ttyS0" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "KeepShape" "on"
# Option "DebugLevel" "10"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/ttyS0" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "KeepShape" "on"
# Option "DebugLevel" "10"
EndSection
Section "Device"
Identifier "Intel Controller 0"
# Driver "i810"
Driver "intel"
BusID "
CI:0:2:0"
Screen 0
Option "MonitorLayout" "CRT,LFP"
Option "AccelMethod" "exa"
Option "MigrationHeuristic" "greedy"
EndSection
# External VGA device
#Section "Device"
# Identifier "Intel Controller 1"
# Driver "intel"
# BusID "
CI:0:2:0"
# Screen 1
#EndSection
Section "Monitor"
Identifier "LCD Monitor"
Option "DPMS"
DisplaySize 245 184
HorizSync 30-67
VertRefresh 50-75
EndSection
#Section "Monitor"
# Identifier "External Monitor"
# Option "DPMS"
# HorizSync 28-75
# VertRefresh 43-100
#EndSection
#Section "Screen"
# Identifier "External Screen"
# Device "Intel Controller 1"
# Monitor "External Monitor"
# DefaultDepth 24
# SubSection "Display"
# Depth 24
# Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
# Virtual 2432 1824
# EndSubSection
#EndSection
Section "Screen"
Identifier "LCD Screen"
Device "Intel Controller 0"
Monitor "LCD Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
# Virtual 2432 1824
# This size would be nice, but it degrades performance
# Virtual 2688 2080
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "LCD Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
方便大家在本子上使用
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
hezhit
hezhit
当前离线
积分
94
IP卡
狗仔卡
发表于 2009-2-3 14:08:19
|
显示全部楼层
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
FontPath "/usr/share/fonts/75dpi"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "LCD Monitor"
HorizSync 35-75
VertRefresh 50-160
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "NVS 140M"
Driver "nvidia"
Busid "PCI:01:00:0"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen 1"
Device "NVS 140M"
Monitor "LCD Monitor"
DefaultDepth 24
Option "Nologo" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "DPI" "96 x 96"
Subsection "Display"
Depth 24
Modes "1440x900" "nvidia-auto-select"
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen 1"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
复制代码
我的T61上的,inputDevice都交给了hald
回复
支持
反对
使用道具
举报
显身卡
夕角
夕角
当前离线
积分
747
IP卡
狗仔卡
发表于 2009-2-3 15:35:10
|
显示全部楼层
唉,我的xorg.conf太短,都不太好意思贴了...
Section "Monitor"
Identifier "Monitor0"
VendorName "BenQ S41 LCD"
ModelName "AUO"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AccelMethod" "EXA"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x800_60 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
EndSubSection
Option "NoLogo" "true"
EndSection
复制代码
回复
支持
反对
使用道具
举报
显身卡
xiaorui
xiaorui
当前离线
积分
933
IP卡
狗仔卡
楼主
|
发表于 2009-2-3 16:05:28
|
显示全部楼层
这可以帮助很多人配置x的时候使用。
想征集下大家的这个make.conf 还有xorg.conf
方便大家以后安装系统的时候便于配置
回复
支持
反对
使用道具
举报
显身卡
axlrose
axlrose
当前离线
积分
1466
IP卡
狗仔卡
发表于 2009-2-3 18:49:34
|
显示全部楼层
标记先,空了参考加到我的配置上
回复
支持
反对
使用道具
举报
显身卡
flyinflash
flyinflash
当前离线
积分
739
IP卡
狗仔卡
发表于 2009-2-3 18:51:09
|
显示全部楼层
http://docs.google.com/Doc?docid=d3q8n99_30gnnkvvhq&hl=zh_CN
ctrl + f
xorg
回复
支持
反对
使用道具
举报
显身卡
xiaorui
xiaorui
当前离线
积分
933
IP卡
狗仔卡
楼主
|
发表于 2009-2-3 21:53:25
|
显示全部楼层
VIDEO_CARDS="intel vesa fbdev"
ALSA_CARDS="intel8x0"
fbdev your mind !
回复
支持
反对
使用道具
举报
显身卡
kimux
kimux
当前离线
积分
626
IP卡
狗仔卡
发表于 2009-2-3 22:06:38
|
显示全部楼层
楼主是大连的啊... 好巧,我也支持一下
硬件信息见签名
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "SendCoreEvents"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "TapButton1" "1"
# Option "TapButton2" "2"
Option "Device" "/dev/input/mouse0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
Option "DPI" "98 x 98"
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
复制代码
回复
支持
反对
使用道具
举报
显身卡
cheeselee
cheeselee
当前离线
积分
715
IP卡
狗仔卡
发表于 2009-2-3 23:11:26
|
显示全部楼层
提醒一下楼上,签名中"Disktop"拼错了
回复
支持
反对
使用道具
举报
显身卡
xiaorui
xiaorui
当前离线
积分
933
IP卡
狗仔卡
楼主
|
发表于 2009-2-4 09:30:39
|
显示全部楼层
三星的本子可以看看dmesg里的显示器型号吧。
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
3
/ 3 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
LFS(LinuxfromScratch)
Linux 基础讨论区(新手速成)
服务器架设、应用、维护
SuSE Linux
Redhat/Fedora/CentOS Linux
Debian Linux
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表