[问题]新装了ATI驱动,默认显示成1280了,看配置文件好像没有问题,不知道哪里出错

CPU/显卡/打印机/USB设备等硬件问题
回复
SuMic
帖子: 31
注册时间: 2007-08-30 1:25

[问题]新装了ATI驱动,默认显示成1280了,看配置文件好像没有问题,不知道哪里出错

#1

帖子 SuMic » 2007-10-03 22:09

代码: 全选

# /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      0  "aticonfig-Screen[0]" 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  "dri"
	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   "AS 772T"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies Inc RV350 AS [Radeon 9550]"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc RV350 AS [Radeon 9550]"
	Monitor    "AS 772T"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection
头像
jarryson
帖子: 4002
注册时间: 2005-08-14 19:53

#2

帖子 jarryson » 2007-10-05 0:42

1280应该是你的最佳分辨率。

你需要1024的么?那样你应该认真看看xorg.conf这个文件。

从Section "ServerLayout"可以看出用的用的是: Screen 0 "aticonfig-Screen[0]" 0 0

然后再下面找Section "Screen" Identifier "aticonfig-Screen[0]"

说明需要配置这个section。再这个里面是aticonf自动配置的。没有任何分辨率信息。

需要的话。你可以把
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AS [Radeon 9550]"
Monitor "AS 772T"

改成

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"

也就是相当于把分辨率信息写到了aticonf配置过的screen这个里面

不知道我说的听不听的懂。。反正配置文件就是这样看的。应该不难。用的那个项目,这个项目用什么device,monitor之类的。

这样你也可以删除xorg.conf里面无用信息。就是那些没有用到的section。
头像
walkerinrain314
帖子: 60
注册时间: 2007-09-28 9:33
来自: 广东深圳
联系:

#3

帖子 walkerinrain314 » 2007-10-05 9:07

顶楼上的,涨见识了!
男人无所谓正派,
正派是因为受到的引诱不够;
女人无所谓忠诚,
忠诚是因为背叛的筹码太低!
byunix
帖子: 69
注册时间: 2007-05-23 23:53

#4

帖子 byunix » 2007-10-06 16:48

先把xorg.conf做个备份,然后把下面的几段以前驱动留下的遗留信息,删掉它们
Section "Monitor"
Identifier "AS 772T"
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 AS [Radeon 9550]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AS [Radeon 9550]"
Monitor "AS 772T"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
删完后,你的驱动就是干干净净的fglrx了。你的显示器1024是因为Section "Screen"里面的1024x768在作怪。
其实
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
是全自动的分辨率哈。
SuMic
帖子: 31
注册时间: 2007-08-30 1:25

#5

帖子 SuMic » 2007-10-08 19:15

我按照你们说的修改了,但是还是1280的呢
gmlbh
帖子: 406
注册时间: 2006-03-21 10:47

#6

帖子 gmlbh » 2007-10-09 20:29

有没有备份原来的配置文件啊,我感觉用aticonfig会把配置文件搞得很乱得,经它修改过的配置文件已经变成自动侦测显示器了的,改了分辨率好像没效果了的,一般我都是自己改配置文件的。
你到/etc/X11/文件夹下面找回原来的配置文件,应该有自动备份的,把它覆盖回去,然后直接修改“Device”的驱动,再把不想要的分辨率去掉,就可以了的。
gmlbh
帖子: 406
注册时间: 2006-03-21 10:47

#7

帖子 gmlbh » 2007-10-09 20:35

好像是改成这样子:

代码: 全选

# /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      0  "aticonfig-Screen[0]" 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  "dri" 
   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   "AS 772T" 
   Option       "DPMS" 
EndSection 

Section "Device" 
   Identifier  "ATI Technologies Inc RV350 AS [Radeon 9550]" 
   Driver      "fglrx" 
   BusID       "PCI:1:0:0" 
EndSection 

Section "Screen" 
   Identifier "Default Screen" 
   Device     "ATI Technologies Inc RV350 AS [Radeon 9550]" 
   Monitor    "AS 772T" 
   DefaultDepth     24 
   SubSection "Display" 
      Depth     1 
      Modes    "1024x768" "800x600" "720x400" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth     4 
      Modes    "1024x768" "800x600" "720x400" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth     8 
      Modes    "1024x768" "800x600" "720x400" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth     15 
      Modes    "1024x768" "800x600" "720x400" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth     16 
      Modes    "1024x768" "800x600" "720x400" "640x480" 
   EndSubSection 
   SubSection "Display" 
      Depth     24 
      Modes    "1024x768" "800x600" "720x400" "640x480" 
   EndSubSection 
EndSection 

Section "DRI" 
   Mode         0666 
EndSection

试试看,17寸的1280太难看了。
Zhrmghgws
帖子: 24
注册时间: 2007-04-29 16:47
联系:

#8

帖子 Zhrmghgws » 2007-10-10 18:07

是不是ATI的显卡的问题 昨天有朋友用我的7.04的盘装 可是总是因为显卡不支持而安装失败!!!!
回复