You are not logged in.

#1 2006-06-11 14:05:22

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

I can't configure and create xorg.conf [ATI drivers]

Anybody have an idea HELP!!. I cannot create xorg.conf.
Follow this steps, but i can't configure this drivers.  :x
My VGA is ATI 9550.

[root@nube jack]# pacman -Q ati-fglrx ati-fglrx-utils
ati-fglrx 8.25.18-1
ati-fglrx-utils 8.25.18-1
# dmesg
Linux agpgart interface v0.101 (c) Dave Jones
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
[fglrx] module loaded - fglrx 8.25.18 [May 18 2006] on minor 0
[jack@nube ~]$ lsmod | grep fglrx
fglrx                 382828  0
agpgart                27108  2 via_agp,fglrx
[jack@nube ~]$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
[root@nube jack]# glxinfo
glxinfo: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
[root@nube jack]# locate libGL.so
/usr/lib/libGL.so.1.2
/usr/lib/libGL.so
/usr/lib/libGL.so.1
[root@nube X11]# aticonfig --initial --input=/etc/X11/xorg.conf
Warning: Could not find configuration file
Please copy configuration file template to /etc/X11
[root@nube X11]# Xorg -configure

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-ARCH i686
Current Operating System: Linux nube 2.6.16-ARCH #1 SMP PREEMPT Tue Jun 6 08:33:18 UTC 2006 i686
Build Date: 04 May 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 11 10:39:07 2006


List of video drivers:
        voodoo
        apm
        ark
        radeon
        r128
        ati
        atimisc
        chips
        cirrus
        dummy
        vmware
        glint
        i128
        i740
        i810
        imstt
        mga
        neomagic
        newport
        nv
        rendition
        s3
        s3virge
        savage
        siliconmotion
        sis
        sisusb
        tdfx
        trident
        tseng
        via
        v4l
        fglrx
        fbdev
        vesa
        vga


   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: Xorg(xf86SigHandler+0x88) [0x80ba6a8]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(R200Probe+0x124) [0xb72fdbd4]
3: Xorg(DoConfigure+0x140) [0x80ace60]
4: Xorg(InitOutput+0x615) [0x80a2b45]
5: Xorg(main+0x293) [0x806fbf3]
6: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7d9ae00]
7: Xorg(FontFileCompleteXLFD+0x91) [0x806f341]

HELP please!!.

Regards.

Offline

#2 2006-06-11 14:55:37

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: I can't configure and create xorg.conf [ATI drivers]

Well, this one:

[root@nube jack]# glxinfo
glxinfo: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory

Means that mesa is improperly installed.  Try reinstalling it with pacman -S mesa

This:

[jack@nube ~]$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0". 

Generally means you didn't load the dri module in your xorg.conf - look in the modules section and make sure the lines:

    Load  "glx"
    Load  "dri"

are there.

After you check these, try again and see if it helps at all.

Offline

#3 2006-06-11 16:32:27

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

Re: I can't configure and create xorg.conf [ATI drivers]

Cerebral wrote:

This:

[jack@nube ~]$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0". 

Generally means you didn't load the dri module in your xorg.conf - look in the modules section and make sure the lines:

    Load  "glx"
    Load  "dri"

are there.

After you check these, try again and see if it helps at all.

I don't have a file xorg.conf in /etc/X11.
NO EXISTS!!! and i can't create !!!!.

Offline

#4 2006-06-11 16:36:46

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: I can't configure and create xorg.conf [ATI drivers]

Allrighty, calm down there.  I'm trying to help, you're snapping my head off.

Did you try reinstalling mesa like I said?  Did that make any difference? Just FYI: glxinfo and fglrxinfo will only work once you have your x-server running, so they will always report no GL acceleration if you run them without X running.

-edit-  By the way, you can try creating an initial xorg.conf by using

hwd -x

and see if that works.

Offline

#5 2006-06-11 18:23:55

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

Re: I can't configure and create xorg.conf [ATI drivers]

Cerebral wrote:

Allrighty, calm down there. I'm trying to help, you're snapping my head off.

Yeas, you are right. Excuse me.. :oops:

Re/installed mesa and mesa-apps correctly.

But....

[root@nube jack]# hwd -x
bash: hwd: command not found

I don't understand.... :oops:
Sorry.....

Offline

#6 2006-06-11 19:28:14

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: I can't configure and create xorg.conf [ATI drivers]

You need to install hwd:

# pacman -S hwd

You can also use:

# X -configure

to create a xorg.conf

Offline

#7 2006-06-12 00:26:06

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

Re: I can't configure and create xorg.conf [ATI drivers]

Ok, i installed hwd and create in /etc/X11 the file xorg.conf.hwd

Now....

[jack@nube ~]$ sudo X -configure

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-ARCH i686
Current Operating System: Linux nube 2.6.16-ARCH #1 SMP PREEMPT Tue Jun 6 08:33:18 UTC 2006 i686
Build Date: 04 May 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 11 21:21:45 2006

List of video drivers:
        voodoo
        apm
        ark
        radeon
        r128
        ati
        atimisc
        chips
        cirrus
        dummy
        vmware
        glint
        i128
        i740
        i810
        imstt
        mga
        neomagic
        newport
        nv
        rendition
        s3
        s3virge
        savage
        siliconmotion
        sis
        sisusb
        tdfx
        trident
        tseng
        via
        v4l
        fglrx
        fbdev
        vesa
        vga

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Backtrace:
0: X(xf86SigHandler+0x88) [0x80ba6a8]
1: [0xffffe420]
2: /usr/lib/xorg/modules/drivers/fglrx_drv.so(R200Probe+0x124) [0xb7304bd4]
3: X(DoConfigure+0x140) [0x80ace60]
4: X(InitOutput+0x615) [0x80a2b45]
5: X(main+0x293) [0x806fbf3]
6: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7da1e00]
7: X(FontFileCompleteXLFD+0x91) [0x806f341]

Fatal server error:
Caught signal 11.  Server aborting
[jack@nube ~]$ aticonfig --initial --input=/etc/X11/xorg.conf
Warning: Could not find configuration file
Please copy configuration file template to /etc/X11

What's happening.... :?:  :?:  :?:

Offline

#8 2006-06-12 00:44:39

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

Re: I can't configure and create xorg.conf [ATI drivers]

$ sudo cp /etc/X11/xorg.conf.hwd /home
$ sudo mv /home/xorg.conf.hwd /etc/X11/xorg.conf
$ sudo aticonfig --initial --force --input=/etc/X11/xorg.conf

Reboot

[jack@nube ~]$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.5814 (8.25.18)
[jack@nube ~]$ glxinfo | grep direct
direct rendering: Yes
[jack@nube ~]$ fgl_glxgears
Using GLX_SGIX_pbuffer
1861 frames in 5.0 seconds = 372.200 FPS
2195 frames in 5.0 seconds = 439.000 FPS
2278 frames in 5.0 seconds = 455.600 FPS
2269 frames in 5.0 seconds = 453.800 FPS
2274 frames in 5.0 seconds = 454.800 FPS

Many thanxs Snowman and Cerebral.  big_smile

Offline

#9 2006-06-12 18:27:41

whargoul
Member
From: Odense, Denmark
Registered: 2005-04-04
Posts: 546

Re: I can't configure and create xorg.conf [ATI drivers]

And a happy user we have.


Arch - It's something refreshing

Offline

Board footer

Powered by FluxBB