You are not logged in.
I have an ATI Radeon X1300 that I salvaged from an old XP computer. It previously ran dual monitors for months on end, but now it doesn't output DVI at all. I used an nVidia GeForce 6200 with proprietary drivers before switching to this card and am now using xf86-video-ati-git. I don't think this is an Arch problem, but it doesn't hurt to post it here. The monitors that I am using both work (Dell SE198WFP and SE198WEP) and I have tried switching thme around to no avail. Any help is great.
lspci
[...]
01:00.0 VGA compatible controller: ATI Technologies Inc RV515 [Radeon X1300]
01:00.1 Display controller: ATI Technologies Inc RV515 [Radeon X1300] (Secondary)
[...]
archey
+ OS: Arch Linux x86_64
# Hostname: arch
### Kernel: 2.6.34-ARCH
##### Uptime: 6:10
###### Window Manager: xmonad
; #####; Packages: 720
+##.##### RAM: 507 MB / 3895 MB
+########## CPU: Intel(R) Pentium(R) D CPU 3.00GHz
#############; Shell: Zsh
###############+ Terminal: Rxvt-256color
####### ####### Root FS: 9.3G / 193G (ext4)
.######; ;###;`". Boot FS: 16M / 99M (ext2)
.#######; ;#####. Home FS: 707M / 175G (ext4)
#########. .########`
######' '######
;#### ####;
##' '##
#' `#
.xinitrc
xrandr --output DVI-0 --auto --right-of VGA-0 &
urxvtd -q -f
unclutter -idle 4&
xset m 1 1 &
xsetroot -bg "#121212" -mod 3 3 &
setxkbmap us &
xrdb $HOME/.Xresources &
zsh $HOME/bin/xmodshit &
exec ck-launch-session dbus-launch xmonad
# vim: ft=conf:
xorg.conf
Section "Device"
Identifier "radeon0"
Option "ColorTiling" "on"
Driver "radeon"
Option "DRI" "on"
Option "DynamicPM" "on" # Dynamic powersaving.
Option "ClockGating" "on" # Assisting option for powersaving.
Option "AccelMethod" "EXA" # EXA should fit most cases.
Option "EXAVSync" "on" # EXAVSync is explained above.
Option "DMAForXv" "on" # Forced option in order to enable Xv overlay.
Option "ScalerWidth" "2048" # That should fix some very rare bugs.
Option "EnablePageFlip" "on" # It will not be enabled on R5xx cards.
Option "RenderAccel" "on" # Optional. It should be enabled by default.
Option "AccelDFS" "on" #Optional. See the man page.
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "VGA-0"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "DVI-0"
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "radeon0"
Monitor "VGA-0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1050x1680" "1280x1024" "1440x900" "1280x800" "1152x864" "1280x720" "1280x768" "832x624" "800x600" "640x480" "720x400"
Virtual 2960 2960
EndSubSection
EndSection
Last edited by burninating__absol (2010-07-12 23:19:33)
currentproblem: none.
Offline
*bump*
currentproblem: none.
Offline
What happens if you change
Monitor "VGA-0"
to
Monitor "DVI-0"
Offline
It stays the same. I suspect I must have damaged the card somehow after moving it, but I don't know how to tell if that's the case.
currentproblem: none.
Offline
*re-bump*
I'd also like to mention that the screen shows nothing while starting up or while it is outside of X, which is why I think it is not Arch-specific.\
EDIT: I switched back to my nVidia card. Problem still exists on that card, though.
Last edited by burninating__absol (2010-07-20 23:07:32)
currentproblem: none.
Offline
Maybe the cable is damaged?
Can you post /var/log/dmesg.log ?
Offline
I meant to say that card, this nvidia one works fine. I am going to say that it is almost undoubtably the card that is damaged. If there would be anything in my dmesg.log that could confirm this, I'll post it. I only get around 30 fps in Quake Live on this card, though........
Last edited by burninating__absol (2010-07-20 23:10:49)
currentproblem: none.
Offline