我的xorg.conf文件,为什么还是不能实现1024*768分辨率

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

我的xorg.conf文件,为什么还是不能实现1024*768分辨率

#1

帖子 ericlam » 2007-05-24 11:33

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Nov 9 17:55:20 PST 2006

# /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 xorg.conf(5) manual page.
# (Type "man 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 "ServerLayout"
Identifier "Default Layout"
screen "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "105E"
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
Driver "nv"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "105E"
Defaultdepth 24
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

请问是什么原因,怎么解决
我是ubuntu的小白鼠,只有往前跑,才不会闷死。
我的小白鼠 blog

MSN:ericlam@live.com
头像
stlxv
论坛版主
帖子: 8275
注册时间: 2006-05-03 0:39
来自: المريخ

#2

帖子 stlxv » 2007-05-24 11:50

具体?
PHP是最好的语言!不服来战!
zhangqiang
帖子: 70
注册时间: 2007-04-02 12:58

#3

帖子 zhangqiang » 2007-05-24 11:59

你把除了1024×768的分辨率以外的都删掉试一下嘛,注意更改前要备份。
头像
ericlam
帖子: 340
注册时间: 2007-05-06 20:42
来自: Matrix

#4

帖子 ericlam » 2007-05-24 12:00

這樣一個xorg.conf文件,進入X後,分辨只有800*600,我看到NVIDIA所用的程式也是公用程式"NV",為什麽還不能實現1024*768

而前幾天,是可以進入1024*768的,後來異常斷電,然後啟動後,就變成800*600了,怎麽改也變不回去.原來還可以用到3D桌面,現在也不行了.
我是ubuntu的小白鼠,只有往前跑,才不会闷死。
我的小白鼠 blog

MSN:ericlam@live.com
头像
ericlam
帖子: 340
注册时间: 2007-05-06 20:42
来自: Matrix

#5

帖子 ericlam » 2007-05-24 12:35

zhangqiang 写了:你把除了1024×768的分辨率以外的都删掉试一下嘛,注意更改前要备份。
哈哈,删了以后,重新进入X,还是800*600 ,不过到系统-首选项-分辨率里,可以看到选项可以选择了,可以选到1024*768了,应用一下,变成1024*768了
我是ubuntu的小白鼠,只有往前跑,才不会闷死。
我的小白鼠 blog

MSN:ericlam@live.com
头像
ericlam
帖子: 340
注册时间: 2007-05-06 20:42
来自: Matrix

#6

帖子 ericlam » 2007-05-24 13:33

ericlam 写了:
zhangqiang 写了:你把除了1024×768的分辨率以外的都删掉试一下嘛,注意更改前要备份。
哈哈,删了以后,重新进入X,还是800*600 ,不过到系统-首选项-分辨率里,可以看到选项可以选择了,可以选到1024*768了,应用一下,变成1024*768了

我剛才應用了下NVIDIA的受限加速程式,然後重新啟動,現在一直停在"running local boot scripts"的檢測中,進不了X,也進不了命令行格式,
怎樣進入命令行格式中.
我是ubuntu的小白鼠,只有往前跑,才不会闷死。
我的小白鼠 blog

MSN:ericlam@live.com
回复