Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 3rd November 2006, 06:00 PM
Mixy Offline
Registered User
 
Join Date: Sep 2006
Posts: 52
Hard time enabling FGLRX

Hi

I have a hard time enabling FGRLX. I have it installed. I have dont as the the article written by Firewing1 (i think it is) said. But still, doing "glxinfo" gives me:
Code:
name of display: :0.0
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0  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, GLX_MESA_copy_sub_buffer
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_SGI_video_sync, 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.5 Mesa 6.5.1)
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

   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
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x3b 32 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
glxgears leaves me with about 200 FPS.

Here is my xorg.conf file:
Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
	Load  "glx"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "no"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "vesa"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "VideoOverlay" "on"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "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
I've tried:
"aticonfig --initial" Wich gives me:
Code:
Found fglrx primary device section
Nothing to do, terminating.
I've also tried:
"ati-fglrx-config-display enable" both with x, and after doing init 3.

I dont know how to get my X1900XT card to do the rendering.

I also wanted to ask, is there NO possible workaround that i can use to get AIGLX? Or XGL?

Thanks
Reply With Quote
  #2  
Old 3rd November 2006, 07:03 PM
sturmkim Offline
Registered User
 
Join Date: Aug 2006
Posts: 19
Code:
su -
rpm -Uhv http://rpm.livna.org/livna-release5.rpm
yum install kmod-fglrx
rpm -e rhgb
try this one, this one from Firewing1 at http://forum.fedoraforum.org/forum/s...d.php?t=126525

good luck
Reply With Quote
  #3  
Old 3rd November 2006, 07:23 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
hi try my working fc6 xorg.conf , your xorg.conf is a total mess no dri section two video drivers vesa and fglrx and loads of other mistakes , start again with mine , when you have it working you can set monitor from the menu under display.
Attached Files
File Type: conf xorg.conf (3.1 KB, 130 views)
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 3rd November 2006 at 07:30 PM.
Reply With Quote
  #4  
Old 3rd November 2006, 08:37 PM
Mixy Offline
Registered User
 
Join Date: Sep 2006
Posts: 52
Quote:
Originally Posted by sturmkim
Code:
su -
rpm -Uhv http://rpm.livna.org/livna-release5.rpm
yum install kmod-fglrx
rpm -e rhgb
try this one, this one from Firewing1 at http://forum.fedoraforum.org/forum/s...d.php?t=126525

good luck
Uhm? I said i had already tried that one... I am sorry, i wrote wrong there, it says:
"I have dont as the the article written by Firewing1" Supposed to be "done"
Reply With Quote
  #5  
Old 3rd November 2006, 08:44 PM
Mixy Offline
Registered User
 
Join Date: Sep 2006
Posts: 52
Quote:
Originally Posted by leigh123
hi try my working fc6 xorg.conf , your xorg.conf is a total mess no dri section two video drivers vesa and fglrx and loads of other mistakes , start again with mine , when you have it working you can set monitor from the menu under display.
Thanks alot Direct rendering is now on. Anyway, i cant adjust the resolution to 1280x1024...?

Anyone know if there is any hope of me getting a 3D cube any time before ATI lauches yet another driver that sucks?
Reply With Quote
  #6  
Old 3rd November 2006, 08:53 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
a little change on the modes line will fix that.

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #7  
Old 4th November 2006, 02:07 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Quote:
Originally Posted by Mixy
Thanks alot Direct rendering is now on. Anyway, i cant adjust the resolution to 1280x1024...?

Anyone know if there is any hope of me getting a 3D cube any time before ATI lauches yet another driver that sucks?
If you are using FGLRX drivers, either installed from Livna or the ATI website you will not be able to use FC6 built-in AIGLX/Compiz, but you will have 3D acceleration for games.. For the desktop effects you will need to install XGL separately But if your video card supports the built-in Radeon driver you will be able to use the FC6 built-in desktop effects ie cube, water etc., and only have 2D But if your really lucky you can install the FGLRX drivers, XGL and have 3the best of everything 3D acceleration, and effects. Nope I'm not that lucky......
Reply With Quote
  #8  
Old 4th November 2006, 09:08 AM
Mixy Offline
Registered User
 
Join Date: Sep 2006
Posts: 52
I dont really care for 3D acceleration. The FGLRX drivers srill isen't good enough for my taste. And no, the radeon drivers doesen't support my card. It only supports up to x850 still.

So i will look into XGL then
Reply With Quote
  #9  
Old 4th November 2006, 03:24 PM
Mixy Offline
Registered User
 
Join Date: Sep 2006
Posts: 52
Hmmm... tried updating ur xorg file, with the nem modes line. All it gives me when i boot is a error from my screen, saying "input out of range". Wich really tells me the resolution is too high. This is strange, as my screen totally supports 1280x1024.

Any ideas?
Reply With Quote
  #10  
Old 4th November 2006, 03:46 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
try commenting out (#) the vert & horiz lines and let it auto detect
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #11  
Old 4th November 2006, 03:54 PM
Mixy Offline
Registered User
 
Join Date: Sep 2006
Posts: 52
Totally worked Got XGL working aswell ^^

Thanks alot Leigh123 This is a great community for support
Reply With Quote
Reply

Tags
enabling, fglrx, hard, time

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
enabling quick-time plugin in firefox pcandpc Using Fedora 3 24th July 2009 04:38 PM
Partially working fglrx driver for F9 --- no need to downgrade X11 this time aleph Fedora Focus 1 8th November 2008 08:11 AM
Enabling DualHead on ATI X1300 Mobility, with FGLRX + Gnome vostok4 Hardware & Laptops 0 11th February 2008 06:40 PM
Problems enabling fglrx driver lazerid Using Fedora 28 9th March 2007 02:45 PM
Enabling ASUS AX700Pro *without* fglrx fpoole Hardware & Laptops 1 1st April 2006 12:45 AM


Current GMT-time: 11:29 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat