我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

CPU/显卡/打印机/USB设备等硬件问题
回复
desperadoshaw
帖子: 12
注册时间: 2006-08-08 21:33

我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

#1

帖子 desperadoshaw » 2008-02-27 21:05

我按照置顶贴装好我的ATI HD2400显卡后,fglrxinfo 输出:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 2400 XT
OpenGL version string: 2.0.6849 Release
正常了,但是我的X Window又不对了,不能移动窗体,任何东东打开后都是往左上角对齐,而且显示桌面也没有用,我不知道我的/etc/X11/xorg.conf有没有设置对,贴上来大家看一下。主要是折腾显卡折腾我够呛,自己安装的话,N次都没有成功,这回我倒是把下来的驱动改成可运行的,让它自己运行,倒是行了。真不知道我哪里做得不对。
我的/etc/X11/xorg.conf:
yingjun@yingjun-laptop:~$ cat /etc/X11/xorg.conf

# 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 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"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
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 "HorizEdgeScroll" "0"
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 "Generic Monitor"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
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 ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
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

我看置顶贴里好像还要加几句话的,而且好像Device里不能有两个同时存在,不知哪位大虾给指点指点,我都快没信心了。。。。。
nixueyin
帖子: 9
注册时间: 2009-08-01 19:47

Re: 我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

#2

帖子 nixueyin » 2009-08-02 4:28

高手,看不大明白,我的显卡和你的一样的。
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: 我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

#3

帖子 hcym » 2009-08-02 9:22

HD2400就老老实实用开源的吧

还能多活几天

:em04
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: 我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

#4

帖子 adagio » 2009-08-02 10:52

代码: 全选

meatcity --replay
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: 我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

#5

帖子 hcym » 2009-08-02 10:56

一眼,这码管用?

2600还开源了
:em04
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: 我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

#6

帖子 adagio » 2009-08-02 13:40

hcym 写了:一眼,这码管用?

2600还开源了
:em04
按照他的描述,就是没有启动wm啊,这个当然管用,跟用什么驱动都无关
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
Super126
帖子: 557
注册时间: 2008-03-30 8:46
来自: 江西吉安

Re: 我的ATI HD2400 显卡驱动装好了,但是我的 X Windows又出毛病了。

#7

帖子 Super126 » 2009-08-02 13:52

X Windows :em20 :em20 :em20 多了个s :em06
回复