You are not logged in.
I am trying to install Xorg and I am having a couple of problems. This is what I do.
pacman -S xorg
pacman -S hwd
pacman -Sy ati-fglrx
hwd -x
mv /etc/X11/xorg.conf.hwd /etc/X11/xorg.conf
aticonfig --initial
startxMy screen flickers a couple of times and then I get this error:
Fatal: Module fglrx not found.
[drm] failed to load module "fglrx"
Fatal: Module fglrx not found.
[drm] failed to load module "fglrx"
(EE) fglrx(0): Failed to initialize GPS!
(EE) AIGLX: Screen 0 is not DRI capable
/etc/X11/xinit/xinitrc: line 28: twn: command not found
/etc/X11/xinit/xinitrc: line 29: xclock: command not found
/etc/X11/xinit/xinitrc: line 30: xterm: command not found
/etc/X11/xinit/xinitrc: line 31: xterm: command not found
/etc/X11/xinit/xinitrc: line 31: exec: xterm: not found
FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should b e 1;fixing.Help? Thanks.
Offline
xorgconfig #generate xorg.conf with all your settings
aticonfig --initial
vi /etc/rc.conf #find the line MODULES and add fglrx
reboot
startxArch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
With xorgconfig, how can I find out all the settings I need to know. I used hwd because I did't know how to answer all those questions. Thanks Crooks.
Offline
Well, what laptop do you have (google or owners manual for the vert refresh rate) As for keyboard, just choose, and as far as the resolutions go, just choose roughly, aticonfig will do the rest ![]()
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
I did it exactly the way i did it my first try but instead of running startx i ran X and it worked. Does X read from the same config file and if not how can i make the file it reads from my main configuration?
Offline
You'll need to use the open source 'radeon'drivers in order to use AIGLX.
Offline
Does Pacman have an open source Radeon driver available or do you know where you can download one from?
I know X will work because I have ran it before on Ubuntu, and Knoppix. Maybe I can take config file and drivers from that distro? I need help.
Thanks.
Offline
FWIW Killux pastebin'd his xorg.conf:
It looks fine to me but I've never used fglrx. Perhaps someone else could spot a problem?
Offline
can you run "xorgcfg"?
Offline
[drm] failed to load module "fglrx"
What kernel version are you using? You have to make sure your system is entirely up-to-date - the ati-fglrx package is only maintained for the most recent kernel package in the repos.
Offline