[问题请帮我看看我的xorg.conf那里设得不对?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
ttk
帖子: 3
注册时间: 2008-07-05 12:12

[问题请帮我看看我的xorg.conf那里设得不对?

#1

帖子 ttk » 2008-07-05 12:31

安装ubuntu8.04
ATI9100显卡,显示器LG F700p在桌面设置分辨率为1024*768正常,登录界面分辨率无法调节
两个问题,请大家教我
1 我在桌面下设置的参数,如分辨率,保存到那个文件了?我设置完去看/etc/X11/xorg.conf并没有被改变

2 我尝试设置/etc/X11/xorg.conf如下,但登录界面分辨率人就不正常,是1152*864?,是我xorg.conf写得不对还是其他原因?
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cn"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30-96
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
头像
A-yu
帖子: 127
注册时间: 2008-04-25 23:45

#2

帖子 A-yu » 2008-07-05 15:59

呵,用的N卡……不清楚,飘过……
ttk
帖子: 3
注册时间: 2008-07-05 12:12

#3

帖子 ttk » 2008-07-07 20:44

自顶,大家帮忙呀,linux社区应该互相帮助才对
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#4

帖子 leeaman » 2008-07-07 21:27

试试displayconfig-gtk来配置一下你的显示器
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
dgww
帖子: 60
注册时间: 2008-07-07 11:37
联系:

#5

帖子 dgww » 2008-07-08 8:57

我感觉还是驱动不太对劲~

你可以先看看ATI的驱动是否已经是IN USE~

我刚发的帖子,应该有帮助。
viewtopic.php?t=135191
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

#6

帖子 delectate » 2008-07-08 13:07

感觉挺正常的啊

尤其是

代码: 全选

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
我把我的也贴上,lz可以对比一下

代码: 全选

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
EndSection
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

#7

帖子 delectate » 2008-07-08 13:09

后代 写了:感觉挺正常的啊

尤其是

代码: 全选

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
我把我的也贴上,lz可以对比一下

代码: 全选

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
EndSection
对了,据说可以吧xorg.conf删除,然后系统会重建一个的

这叫置之死地而后生 :em09
dgww
帖子: 60
注册时间: 2008-07-07 11:37
联系:

#8

帖子 dgww » 2008-07-08 13:40

是不正常啊

LZ先lspci|grep VGA,看看正常不

你的xorg.conf

代码: 全选

Section "Device" 
Identifier "Configured Video Device" 
EndSection
这一段缺少Drive,LZ可以对比6楼。Drive指定了所使用的驱动程序。

所以,说嘛,你的Xorg.conf有问题的.

可以到我的blog看看这个文章,
Ubuntu 8.04下ATI Radeon HD2400显卡安装
http://www.letheblog.com/read.php/172.htm
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#9

帖子 eexpress » 2008-07-08 14:01

Option "XkbLayout" "cn"
:?: :?: :?: 自己手动修改的??
● 鸣学
ttk
帖子: 3
注册时间: 2008-07-05 12:12

#10

帖子 ttk » 2008-07-12 0:12

leeaman 写了:试试displayconfig-gtk来配置一下你的显示器
需要配置什么信息?
dgww 写了:我感觉还是驱动不太对劲~

你可以先看看ATI的驱动是否已经是IN USE~

我刚发的帖子,应该有帮助。
viewtopic.php?t=135191
我在帖子里面说了。我的卡是ati Radeon9100没有找到过驱动
回复