分页: 2 / 70

发表于 : 2006-10-31 13:49
SuperWar3Fan
lk_517 写了:我是按照楼主方法1做的

但是fglrxinfo 命令 得到的结果不还是这个:
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x TCL
OpenGL version string: 1.2 (1.3 Mesa 6.5.1)
我的也是。

发表于 : 2006-10-31 22:03
lk_517
sudo dpkg-reconfigure xserver-xorg之后才出现的这些信息阿

发表于 : 2006-11-01 0:46
zhuqin_83
如果你sudo dpkg-reconfigure选了fglrx的话,根本不用sudo aticonfig --initial的。
把你的xorg.conf贴出来看看。

发表于 : 2006-11-01 6:49
Amankwah
装上了,驱动对着呢,就是控制面板不能用

发表于 : 2006-11-01 23:37
lk_517
zhuqin_83 写了:如果你sudo dpkg-reconfigure选了fglrx的话,根本不用sudo aticonfig --initial的。
把你的xorg.conf贴出来看看。
确实选择fglrx,但是到了sudo rmmod -f fglrx这一步就不对了

xorg.conf is

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

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
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"
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/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

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

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

Section "Device"
Identifier "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "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

发表于 : 2006-11-02 10:50
szcxgg
按楼主第一个方法出现与16楼一样的问题。
第二个方法出现:该怎么办呀?

ly@ly-desktop:~$ sudo apt-get install module-assistant build-essential
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
有一些软件包无法被安装。如果您用的是不稳定(unstable)发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们还在新到(incoming)目录中。
下列的信息可能会对解决问题有所帮助:

下列的软件包有不能满足的依赖关系:
build-essential: 依赖: libc6-dev 但是它将不会被安装 或
libc-dev
依赖: g++ (>= 4:4.0) 但是它将不会被安装
E: 无法安装的软件包
ly@ly-desktop:~$ sudo apt-get install fakeroot dh-make debconf libstdc++5 linux-headers-$(uname -r)
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
Reading state information... 完成
debconf 已经是最新的版本了。
libstdc++5 已经是最新的版本了。
linux-headers-2.6.17-10-generic 已经是最新的版本了。
有一些软件包无法被安装。如果您用的是不稳定(unstable)发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们还在新到(incoming)目录中。
下列的信息可能会对解决问题有所帮助:

下列的软件包有不能满足的依赖关系:
dh-make: 依赖: debhelper (>= 4.0.0) 但是它将不会被安装
E: 无法安装的软件包

发表于 : 2006-11-08 0:00
shanzhuang
列的软件包有不能满足的依赖关系:
dh-make: 依赖: debhelper (>= 4.0.0) 但是它将不会被安装
如何界绝 ?

发表于 : 2006-11-08 0:48
zhuqin_83
换官方的源。

发表于 : 2006-11-08 10:50
shanzhuang
请问我是教育网用户,在firefox中加了代理,但是昨天添加官方源的时候似乎连接不上,难道还要设置什么才能让源的连接也加代理?多谢!


zhuqin_83 写了:换官方的源。

发表于 : 2006-11-08 10:54
shanzhuang
SuperWar3Fan 写了:
lk_517 写了:我是按照楼主方法1做的

但是fglrxinfo 命令 得到的结果不还是这个:
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x TCL
OpenGL version string: 1.2 (1.3 Mesa 6.5.1)
我的也是。
我的问题也是一样啊,现在是两种方法都有问题,驱动装不上啊,难道西交的源不够新嘛?如果是这样那什么时候能够更新阿 现在装东西依赖关系太麻烦了 解决不了啊.......

发表于 : 2006-11-08 11:14
shanzhuang
zhuqin_83 写了:
lk_517 写了:sudo aticonfig --ovt=Xv,执行到这里的时候,提示

Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.
aticonfig: Writing to '/etc/X11/xorg.conf' failed. No such file or directory.
No ATI fglrx device was found in the file: '/etc/X11/xorg.conf'.
Please run 'aticonfig --initial' or change the 'Driver' part of your configuration
file to "fglrx" and run aticonfig again.


然后我aticonfig --initial,提示
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.original-0
aticonfig: Writing to '/etc/X11/xorg.conf' failed. Bad file descriptor.


我之前没有执行过方法2,我的是笔记本,x300显卡
sudo dpkg-reconfigure xserver-xorg is a better way.

我也是同样的问题 并且在前面sudo apt-get install fakeroot dh-make debconf libstdc++5 linux-headers-$(uname -r)的时候提示dh-make安装不上依赖于debhelper,但是源上的似乎安装不上我用的是西交的源,请问各位安装成功的用的是什么源?这一步有问题吗?我是6.10 x300的显卡

发表于 : 2006-11-08 12:35
zhuqin_83

代码: 全选

deb http://archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn/ edgy main restricted universe multiverse
这些叫官方源。

发表于 : 2006-11-08 12:59
ipv6now
大家最好别用8.30.3,我装好后,如果不用xgl就一切正常.如果进入xgl,对键盘和鼠标的响应就会奇慢无比.
现在只好又退回8.29.6.不过这个驱动好像有一点性能上的提升

发表于 : 2006-11-08 13:19
爱国者黑客
下次试试新驱动!我X550XT属于旧显卡吗?新驱动能用吗? :lol:

发表于 : 2006-11-08 13:22
zhuqin_83
不属于,可以用新的。