LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 629|回复: 5

刚装完arch,几个问题,求好心人

[复制链接]
发表于 2010-6-27 11:48:13 | 显示全部楼层 |阅读模式
1、显示方面
新版arch2.6.34没有支持的nvidia-173xx的驱动,于是按照官方推荐,选择了xf86-video-nouveau。文件/etc /X11/xorg,是通过Xorg -configure生成的,我根据英文新手指南做了排错。
1.1不管我怎么调整/etc/X11/xorg的参数,桌面的分辨率始终固定在1024x768,而不能改变为其他值;
1.2通常当登陆gdm、打开视频播放器、打开“系统——>monitor”等有关显示的程序时,屏幕总会闪几下黑屏再出现;
2、 firefox
可以将DownThenAll设置为FF的默认下载工具么?


其他问题都解决得差不多了。。。显示这方面好头疼。
贴出我的/etc/X11/xorg.conf文件内容,好心人帮我看看吧
——————————————————————————————
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "extmod"
#Load "dri2"
#Load "dri"
Load "record"
Load "glx"
Load "dbe"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
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 "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
Identifier "Card0"
Driver "nouveau"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID "CI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection


_________________
Linux专用台式机配置如下
————————————————————
CPU:P4 2.8GHZ 超线程
内存:DDR频率忘了 Kingston256M+现代256M
显卡:Nvidia FX 5200 PCI
主板:不知道,同方的机子。。。不过好像很多组件都是SIS的
键盘:US PS2
鼠标:光电 USB
软驱:被我拔了
硬盘:三星80G IDE
光驱:三星DVD刻录机 IDE
声卡是:AC97'
发表于 2010-6-27 11:56:16 | 显示全部楼层
xf86-video-nouveau是开源驱动吧?好像用开源驱动的都不用配置xorg的,只要开dbus和hal就可以了。你把xorg.conf删了试试?
回复 支持 反对

使用道具 举报

发表于 2010-6-27 12:19:13 | 显示全部楼层
Identifier "Card0"
这行改成
Identifier "nvidia"
试试
回复 支持 反对

使用道具 举报

发表于 2010-6-27 12:21:34 | 显示全部楼层
nv有专门生成xorg.conf工具啊,看wiki
黑屏应该还是驱动的问题,换一个驱动试试,用闭源的,aur上有
回复 支持 反对

使用道具 举报

发表于 2010-6-27 13:20:12 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-6-27 14:03:41 | 显示全部楼层
to YZMSQ:
    是开源驱动,但是xorg还是要配置的,只不过不是nvidia-xconfig的方式,删除xorg配置文件,X无法启动的;

  to 白开水隐士:
    这个……貌似没有用;

  to qiang_liu8183:
    呵呵,wiki我看了,只不过我看的是中文的和英文的,没看你发过来的Polsk版本,而且对着xorg的wiki又找不到哪里有问题,机器不一样的么,该排错的我差不多都排了啊;

  to xiele:
    我同意你的,我也觉得是开源驱动的问题,xf86的驱动貌似总是不太好,但是闭源驱动我试了下,似乎不行,已经停止支持了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表