设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
LFS(LinuxfromScratch)
›
XF86配置的问题
1
2
3
4
5
/ 5 页
下一页
返回列表
查看:
3588
|
回复:
40
XF86配置的问题
[复制链接]
hmglll
hmglll
当前离线
积分
635
IP卡
狗仔卡
发表于 2002-12-10 22:34:47
|
显示全部楼层
|
阅读模式
使用教程方法配置,在测试方式下鼠标不会动(我的鼠标是罗技光电无线的USB鼠标),大家帮手看看我的XF86Config,我设到16色它通不过!ection "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "
rotocol" "
S/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
#DisplaySize 300 230 # mm
Identifier "Monitor0"
VendorName "TCL"
ModelName "TCL ML56"
HorizSync 30.0 - 60.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
Identifier "Card0"
Driver "nv"
VendorName "NVidia"
BoardName "GeForce2 MX/MX 400"
BusID "
CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
EndSection
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
tram
tram
当前离线
积分
7281
IP卡
狗仔卡
发表于 2002-12-10 22:42:34
|
显示全部楼层
HorizSync 30.0 - 60.0
VertRefresh 50.0 - 75.0
这个太低了些吧,我的是:
HorizSync 30.0 - 61.0
VertRefresh 50.0 - 120.0
你查一下你显示器的说明书,看看应该是多少?
回复
支持
反对
使用道具
举报
显身卡
hmglll
hmglll
当前离线
积分
635
IP卡
狗仔卡
楼主
|
发表于 2002-12-10 22:48:22
|
显示全部楼层
我的是LCD,这是在RH里的参数!
我用上述的文件启动X,它又报错:
Xauth: error while looding shared libraries:libXmuu.so.1:connot open shared object file:No such file or directory.
回复
支持
反对
使用道具
举报
显身卡
tram
tram
当前离线
积分
7281
IP卡
狗仔卡
发表于 2002-12-10 22:56:48
|
显示全部楼层
你是不是Xfree没有装好啊?你的qt也是它的问题吧,现在重装了,和上次的装法是一样的?可能还是有问题,你再看看Xfree的那章。你装freetype了没?xfree要装freetype2的。
回复
支持
反对
使用道具
举报
显身卡
hmglll
hmglll
当前离线
积分
635
IP卡
狗仔卡
楼主
|
发表于 2002-12-10 23:30:31
|
显示全部楼层
多谢提点
回复
支持
反对
使用道具
举报
显身卡
tram
tram
当前离线
积分
7281
IP卡
狗仔卡
发表于 2002-12-10 23:33:25
|
显示全部楼层
还有一个,就是你的LCD可能和我的配置不太一样。我是普通的彩显,你的LCD问题我也不知道,你问问doooom看,他那的硬件多,呵呵,好嫉妒啊。
回复
支持
反对
使用道具
举报
显身卡
doooom
doooom
当前离线
积分
2954
IP卡
狗仔卡
发表于 2002-12-11 05:04:49
|
显示全部楼层
LCD那么设置应该问题不大,但是如果你觉得屏幕不是很稳定的华,把那个75改成60。
鼠标器那里怎么还是PS/2呢?
你看看前面我那个置顶文章里面有说USB鼠标器。
回复
支持
反对
使用道具
举报
显身卡
tram
tram
当前离线
积分
7281
IP卡
狗仔卡
发表于 2002-12-11 08:07:12
|
显示全部楼层
还有一个,你的nvidia驱动装了没?我是配好了才装的nvidia驱动,而且装的时候还出了点问题,我写过的,在那篇blfs安装里,不知道如果是一开始就装,xfree能不能配置好。
回复
支持
反对
使用道具
举报
显身卡
hmglll
hmglll
当前离线
积分
635
IP卡
狗仔卡
楼主
|
发表于 2002-12-11 08:48:22
|
显示全部楼层
情况仍然
我又重新安装了一遍freetype-2.1.2,安装很顺利,但启动X时情况仍然是那样,我还没有安装显卡的驱动,现在只安装到第九章图形库的所有内容。
呵,我家还有一台阿斯龙800、256MB、GF2的电脑(安装了能与微软同步共进的XP)还没有用上呢?
回复
支持
反对
使用道具
举报
显身卡
tram
tram
当前离线
积分
7281
IP卡
狗仔卡
发表于 2002-12-11 08:52:36
|
显示全部楼层
那我觉得可能是你没有改鼠标,你看看doooom说的,呵呵。我也是光电的鼠标,不过我没有用USB,而是用的PS/2,我觉得USB有点麻烦,懒得配了。你也用插头转成ps/2试试?
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
3
4
5
/ 5 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
Mandriva Linux
内核与驱动开发
PowerPC Linux 讨论区
Slackware Linux
服务器架设、应用、维护
shell进阶应用、shell编程
Linux 基础讨论区(新手速成)
Linux发行版 Turbolinux专题
MySQL
PHP
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表