You are not logged in.

#1 2009-06-15 13:04:55

samsu7
Member
Registered: 2009-06-15
Posts: 2

Problem with xorg and ati

Trying to get Arch working on a IBM T41 laptop with Ati Radeon 9000 video card. I installed xorg and ati driver with

pacman -S xorg
pacman -S xf86-video-ati libgl ati-dri

When I try startx the window manager starts but is immediately frozen, no mouse, no keyboard, only plugging the power cord off "helps". When I (after a restart) look at /var/log/Xorg.0.log, there are no errors. What's wrong?

Also, there seems to be no xorgconfig in my installation. Where do I find it?

Thanks,

--
JJ

Last edited by samsu7 (2009-06-15 17:36:23)

Offline

#2 2009-06-17 04:41:09

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Problem with xorg and ati

same here i have HAL radeonhd and no xorg.conf all i get is a frozen kde desktop

Last edited by venky80 (2009-06-17 04:46:02)


Acer Aspire V5-573P Antergos KDE

Offline

#3 2009-06-17 05:50:34

markisthejob
Member
From: Cork, Ireland
Registered: 2008-09-01
Posts: 63

Re: Problem with xorg and ati

samsu7 run as root:


Xorg -configure

Also you need to make sure hal is in the daemon list in /etc/rc.conf

Offline

#4 2009-06-17 14:48:17

samsu7
Member
Registered: 2009-06-15
Posts: 2

Re: Problem with xorg and ati

I did "Xorg -configure" and added hal to the DAEMONS array in rc.conf but it didn't help. I then tried xorg.conf from

http://www.sas.upenn.edu/~vbraun/comput … /xorg.conf

and it solved the problem. So far i haven't figured out what in xorg.conf is causing (or preventing) the freeze.

--
JJ

Offline

#5 2009-06-28 02:21:10

sayems
Member
From: New York, NY
Registered: 2009-02-09
Posts: 11

Re: Problem with xorg and ati

* Configuring Xorg
          o # pacman -S xorg
          o # yaourt -S hwd (Automatic Hardware Detection)
          o # hwd -xa
          o # pacman -S xf86-input-evdev
          o # pacman -S xf86-input-mouse (It wont freeze after installing it)
          o # pacman -S xf86-input-keyboard
          o # /etc/rc.d/hal start
          o # pacman -Rd libgl (Remove it before Installing Catalyst drivers)

    * ATI graphics card
          o # yaourt -S catalyst catalyst-utils
          o # aticonfig --initial
          o # lspci | grep VGA

Last edited by sayems (2009-06-28 02:22:40)

Offline

#6 2009-06-30 15:36:20

oib111
Member
Registered: 2009-06-20
Posts: 87

Re: Problem with xorg and ati

Don't you have to copy xorg.conf.new to /etc/X11/xorg.conf?

cp /root/xorg.conf.new /etc/X11/xorg.conf

Offline

Board footer

Powered by FluxBB