ATi Mobility Radeon 9700本本外接显示器问题~

CPU/显卡/打印机/USB设备等硬件问题
回复
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

ATi Mobility Radeon 9700本本外接显示器问题~

#1

帖子 donaldz » 2007-08-12 10:31

因为现在在家,本子还是接到大的显示器上爽啊。
家里的显示器是ViewSonic VG1930wm,分辨率是1440x900,

Ubuntu7.04倒是很顺利的就就能把本子的1280x800识别,但是没有其他分辨率的选项,简单的添加1440x900到xorg.conf中也不起作用,使用aticonfig往里面添也是一样=。=已经安装了Ati官方的那个闭源驱动,一切正常,声音鼠标一切一切都很正常,除了怎么让它识别这大显示器,还有设置分辨率得问题^^

因为不需要两个屏幕都显示(本本的屏幕就让它歇着吧...),所以...

只是不知道怎么才能让ubuntu识别到这19寸宽屏显示器顺便能将其设置为1440x900,请教各位。

能否给我一个xorg.conf这部分的设置的例子之类...刚用ubuntu没两天...一头雾水中
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#2

帖子 zhuqin_83 » 2007-08-12 11:24

仅供参考

代码: 全选

# /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 "Files"
#       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"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "v4l"
        Load    "vbe"
EndSection

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

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
        Option          "Buttons"               "7"
        Option          "ButtonMapping"         "1 2 3 6 7"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
#       Option          "TouchpadOff"           "1"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

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

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

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

Section "Device"
        Identifier      "ATI Technologies Inc M24 [Radeon Mobility X600]"
        Driver          "fglrx"
        BusID           "PCI:1:0:0"
#       Option          "UseFBDev"      "true"
        Option          "VideoOverlay"  "on"
        Option          "OpenGLOverlay" "off"
        Option          "DesktopSetup"  "single,reverse"
EndSection

Section "Extensions"
        Option          "Composite"     "0"
EndSection

Section "Monitor"
        Identifier      "通用显示器"
        DisplaySize     409     256
        Option          "DPMS"
        HorizSync       30-81
        VertRefresh     56-75
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc M24 [Radeon Mobility X600]"
        Monitor         "通用显示器"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
#       InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
        Option          "AIGLX"         "off"
#       Option          "BlankTime"     "0"
#       Option          "StandbyTime"   "0"
#       Option          "SuspendTime"   "0"
#       Option          "OffTime"       "0"
EndSection
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

#3

帖子 donaldz » 2007-08-12 18:25

谢谢楼上~

很奇怪,参照这个对我的xorg.conf做出修改后,登录画面那里分辨率显示很正常(就是1440x900),但是继续前进进入到桌面后...又回到1280x800了=。=
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#4

帖子 zhuqin_83 » 2007-08-13 2:22

你进去之后把分辨率改过来阿
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
Beetle
帖子: 1637
注册时间: 2005-10-14 16:55
系统: OS X
来自: 江苏
联系:

#5

帖子 Beetle » 2007-08-13 8:56

第一次在xorg.conf看见中文…………是系统翻译的还是自己改的?
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#6

帖子 zhuqin_83 » 2007-08-13 9:05

系统自动的。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

#7

帖子 donaldz » 2007-08-13 9:06

回楼上,在X下dpkg-reconfigure xserver-xorg就是中文的~呵呵...

回亲爱的楼上的楼上的,所以我觉得奇怪啊...登录分辨率正常,再进入桌面后,看桌面分辨率那里,还是没有1440x900...=.=
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

#8

帖子 donaldz » 2007-08-13 9:07

啊,楼层变动 :D
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#9

帖子 zhuqin_83 » 2007-08-13 9:09

不要装最新的驱动,退回上一次的版本,这次的确实不行,尤其是外接显示器的。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

#10

帖子 donaldz » 2007-08-13 10:23

谢谢楼上~
恩..我刚刚将ubuntu又重装了一遍,不知道怎样才能使用上一版本的驱动呢?
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#11

帖子 zhuqin_83 » 2007-08-13 10:25

一样的阿,下载,编译,安装。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

#12

帖子 donaldz » 2007-08-13 10:36

^^我的意思是,去哪儿下载...嘿嘿...
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

#13

帖子 donaldz » 2007-08-13 10:46

搜索回来,最新的是8.39.4,那就应该是退回到8.38.6吧?^^
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#14

帖子 zhuqin_83 » 2007-08-13 10:56

嗯~
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
donaldz
帖子: 8
注册时间: 2007-08-12 10:18

#15

帖子 donaldz » 2007-08-13 23:43

折腾了一天,现在VG1930wm这边能够完整显示桌面了,但是分辨率只有1024x768...各种东西都有点变形...如果设置1440x900则在进入桌面前显示器显示“频率超出范围”=.=驱动最新的和之前的都试过,没有什么效果...

现在的看起来就是1440x900无效后ubuntu自己选择的1024x768...不知道如何解决..

贴上来xorg.conf,希望能对问题有所帮助。

# /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 "Files"
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"
# path to defoma fonts
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 "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

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

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

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

Section "Device"
Identifier "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Driver "fglrx"
Busid "PCI:1:0:0"
# Option "UseFBDev" "true"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "DesktopSetup" "single,reverse"
EndSection

Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
HorizSync 30-82
VertRefresh 50-75
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
Modeline "1440x900_60.00" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor "通用显示器"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768"
EndSubSection

SubSection "Display"
Depth 1
Modes "1440x900" "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
回复