帮我看下我的XORG.CONF

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

帮我看下我的XORG.CONF

#1

帖子 躺在桌子上 » 2009-03-30 14:03

升级内核到了2.6.29后,显示上面就是一塌糊涂,好不容易现在可以有个正常的分辨率了,但是3D特效开不了,大家帮我看看我的xorg.conf, 看看是哪里出问题了。
我装的是N卡最新的180.41
详情见http://forum.ubuntu.org.cn/viewtopic.php?f=77&t=191684

我的/etc/x11/xorg.conf

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
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"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "nvidia"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Dell"
Modelname "Dell E198WFP(Digital)"
Horizsync 24.0-83.0
Vertrefresh 50.0-76.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1152x768@54" 64.995 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
modeline "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@75" 107.21 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
modeline "1280x768@75" 102.98 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
modeline "1280x720@50" 60.47 1280 1328 1456 1632 720 721 724 741 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
modeline "1440x900@75" 136.49 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
modeline "1680x1050@75" 188.07 1680 1800 1984 2288 1050 1051 1054 1096 -hsync +vsync
modeline "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1280x720@60" "1280x800@75" "1280x768@60" "1280x768@75" "1280x854" "1280x720@50" "1152x768@54" "1280x800@60" "800x600@60" "1440x900@75" "800x600@75" "1440x900@60" "800x600@72" "1600x1024@60" "800x600@56" "1680x1050@60" "1680x1050@75" "1920x1200@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "nvidia"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 帮我看下我的XORG.CONF

#2

帖子 leeaman » 2009-03-30 14:11

没有看出来什么问题,你的内核是什么升级的,nvidia的驱动是什么装的?说说看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
wzssyqa
帖子: 4010
注册时间: 2008-04-07 17:36
来自: 泰安人在阜新

Re: 帮我看下我的XORG.CONF

#3

帖子 wzssyqa » 2009-03-30 14:13

Section "Device"
Identifier "Configured Video Device"
Boardname "nvidia"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection


Driver "vesa",是这句的问题吗?
躺在桌子上
帖子: 405
注册时间: 2008-10-27 22:28

Re: 帮我看下我的XORG.CONF

#4

帖子 躺在桌子上 » 2009-03-30 14:26

我从2.6.24-19升级到2.6.29,内核升级应该没有问题。

升级好后发现显示有问题,于是下载N卡最新驱动RUN文件。安装后还是不行。

但是我进入系统-首选项-外观,能开扩展,特效都没有问题。

后来发现是显示器不认,于是在启动时弹出的低图形模式配置中,确认了下显示器,然后进去就花屏,感觉是分辨率太高,于是进入命令行修改:Virtual 1024 768

进去后就OK了,分辨率舒服了,但是特效又没有了,NVIDIA X SERVER SETTINGS中说我的驱动没有打开?(You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. )
躺在桌子上
帖子: 405
注册时间: 2008-10-27 22:28

Re: 帮我看下我的XORG.CONF

#5

帖子 躺在桌子上 » 2009-03-30 14:27

wzssyqa 写了:Section "Device"
Identifier "Configured Video Device"
Boardname "nvidia"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection


Driver "vesa",是这句的问题吗?
我倒感觉是Identifier "Configured Video Device"这句,我看了些资料,说这里应该是显卡的型号。
头像
wzssyqa
帖子: 4010
注册时间: 2008-04-07 17:36
来自: 泰安人在阜新

Re: 帮我看下我的XORG.CONF

#6

帖子 wzssyqa » 2009-03-30 14:30

我倒感觉是Identifier "Configured Video Device"这句,我看了些资料,说这里应该是显卡的型号。


这应该就是一名字,应该是driver那句,那句指定驱动程序
楼主的指定的是vesa,是最基本的驱动,楼主试试改成nvidia,要备份哦
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 帮我看下我的XORG.CONF

#7

帖子 leeaman » 2009-03-30 14:32

你这个比较乱的,备份一下,删除,然后sudo nvidia-xconfig生成一个新的,或者把vesa改成nvidia看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
躺在桌子上
帖子: 405
注册时间: 2008-10-27 22:28

Re: 帮我看下我的XORG.CONF

#8

帖子 躺在桌子上 » 2009-03-30 14:39

可以了,特效打开了。

但是只能是1024x768。我的是19宽屏哦。

是不是要把Virtual 1024 768 中的指定数值去掉啊?
躺在桌子上
帖子: 405
注册时间: 2008-10-27 22:28

Re: 帮我看下我的XORG.CONF

#9

帖子 躺在桌子上 » 2009-03-30 14:40

leeaman 写了:你这个比较乱的,备份一下,删除,然后sudo nvidia-xconfig生成一个新的,或者把vesa改成nvidia看看
那我生成新的看看先。
躺在桌子上
帖子: 405
注册时间: 2008-10-27 22:28

Re: 帮我看下我的XORG.CONF

#10

帖子 躺在桌子上 » 2009-03-30 14:48

感谢楼上的兄弟们,搞定了。

非常感谢!
回复