Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Another ATi issue :/
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Wojtek_
Guru
Guru


Joined: 28 May 2006
Posts: 397
Location: London

PostPosted: Wed Aug 09, 2006 11:22 am    Post subject: Another ATi issue :/ Reply with quote

Hi!
I am using gentoo-sources-2.6.16, Gnome 2.14, Ati-drivers-8.27.10 and I have a Mobility Radeon X600 card. Unfortunately I have no idea how to get it to work. I followed the ATi-how-to from gentoo-wiki step by step and still some things don't want to work correctly. The problem is - whenever I log into Gnome and enter fglxinfo I get Mesa3d. However when I kill gdm and start it again it seems to work. I am pretty sure my xorg.conf is completely f***ed up but I tried everything and I am pretty lost in repairing it.
Code:

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/75dpi"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/Type1"
EndSection
Section "Module"
#    Load        "type1"
#    Load        "speedo"
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
   Load  "dbe"     # Double buffer extension
   SubSection "extmod"
      Option       "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "freetype"
#    Load        "xtt"
   Load  "dri"
   Load  "glx"
EndSection
Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection
Section "Device"
   Identifier  "Standard VGA"
   Driver      "vga"
   VendorName  "Unknown"
   BoardName   "Unknown"
EndSection
Section "Device"

   # unsupported card
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
   Identifier  "My Video Card"
   Driver      "vga"
EndSection
Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device     "My Video Card"
   Monitor    "My Monitor"
   DefaultDepth     1
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Any ideas what's wrong?
Back to top
View user's profile Send private message
EmperorofUnivrse
n00b
n00b


Joined: 21 Sep 2004
Posts: 58

PostPosted: Wed Aug 09, 2006 12:50 pm    Post subject: Reply with quote

I don't see
Code:

Section "DRI"
        Mode 0666
EndSection


How did you configure this? Do you have agpgart and fglrx as modules? Also, how did you generate this file? I haven't kept up to date with the newest tools, but fglrxconfig and opengl-update ati always do the trick for me! (Old school baby)
Back to top
View user's profile Send private message
Wojtek_
Guru
Guru


Joined: 28 May 2006
Posts: 397
Location: London

PostPosted: Wed Aug 09, 2006 1:08 pm    Post subject: Reply with quote

Section "DRI" was at the top and I forgot to paste it. I used xorgconfig and aticonfig - fglrxconfig and opengl-update are deprecated and gentoo-wiki doesn't recommend using them. Here is the output of fglrxinfo:
Code:

Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Error: unable to open display :0

And glxinfo:
Code:

name of display: :1.0
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
display: :1  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
    GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.2 (1.5 Mesa 6.4.2))
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8  0  0  0  0  1 0 None
0x2d 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  1 0 None
0x2e 32 tc  0 32  0 r  y  .  8  8  8  8  0 16  8  0  0  0  0  1 0 Ncon
0x2f 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  1 0 Ncon
Back to top
View user's profile Send private message
EmperorofUnivrse
n00b
n00b


Joined: 21 Sep 2004
Posts: 58

PostPosted: Wed Aug 09, 2006 5:39 pm    Post subject: Reply with quote

How is your kernel configured? Are the settings correct?

Look for the unofficial ATI How-to by Wedge. It has a ton of information. My guess is that there's an improper configuration that might be covered there.

Beyond that, I don't recognize the error messages and can't help further. Sorry :(
Back to top
View user's profile Send private message
Wojtek_
Guru
Guru


Joined: 28 May 2006
Posts: 397
Location: London

PostPosted: Thu Aug 10, 2006 7:31 pm    Post subject: Reply with quote

I followed the faq and still encounter the same problem. Any ideas?
Back to top
View user's profile Send private message
a7thson
Apprentice
Apprentice


Joined: 08 Apr 2006
Posts: 176
Location: your pineal gland

PostPosted: Thu Aug 10, 2006 9:09 pm    Post subject: Reply with quote

Hmmm...
Code:

Name of display: :1.0
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
display: :1  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2


From the unofficial ATI drivers FAQ...
Quote:

# Device drivers -> Character Devices -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support): DISABLED
This option is not required, and will almost certainly prevent the driver from working if enabled.


Are you sure you've disabled normal DRI support in the kernel? grep your Xorg logfile for "DRI" looking for a string like "DRI Initialization Failed" to be sure. If not you'll need to recompile. The other possibility is that you upgraded or recompiled your kernel but forgot to re-emerge ati-drivers, which I've done numerous times and ended up with either a black screen and frozen system, or the DRI failed message. In that case just re "emerge ati-drivers" and everything should be ok. And, YES, it is annoying to have to re-emerge the drivers.
_________________
i7-3610QM | E5-2670 | FX-8300
Back to top
View user's profile Send private message
Wojtek_
Guru
Guru


Joined: 28 May 2006
Posts: 397
Location: London

PostPosted: Sun Aug 13, 2006 7:36 pm    Post subject: Reply with quote

I've disabled it in the kernel for sure. My log says "DRI initialization successful". I recompiled ati-drivers lots of times and still nothing changed.
Back to top
View user's profile Send private message
Wojtek_
Guru
Guru


Joined: 28 May 2006
Posts: 397
Location: London

PostPosted: Sat Aug 19, 2006 8:47 am    Post subject: Reply with quote

If you still want to help please take a look at:
https://forums.gentoo.org/viewtopic-t-490501-highlight-.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum