Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

View Poll Results: Did it work for you
Yes 450 48.75%
No 336 36.40%
Nearly worked 137 14.84%
Voters: 923. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #826  
Old 28th August 2007, 03:14 PM
Qmark Offline
Registered User
 
Join Date: Aug 2007
Location: The Netherlands
Posts: 7
Can't get the fglrx-driver going

Oops sorry, wrong screendumps.

These are the correct dumps.
__________________


--------------------------------------------------------------------------

OS = Fedora 7
Proc = AMD 64 3700
Mb = MSI K8N Neo4-FI
Mem = 512 Mb DDR-400
Video = Asus Extreme AEX1300 PRO (ATI Radeon X1300)
Monitor = IIyama ProLite 1900WS-S1
Reply With Quote
  #827  
Old 28th August 2007, 03:48 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by Qmark
Hello Leigh,

My xorg.conf :



Try this xorg.conf


Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
	Option	    "AIGLX" "off"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
	Option	    "XkbVariant" "intl"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "monitor"
	ModelName    "monitor auto"
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "fglrx"
	Option	    "OpenGLOverlay" "off"
	Option	    "VideoOverlay" "on"
	Option      "UseFastTLS" "0"
	Option      "BlockSignalsOnLock" "on"
	Option      "ForceGenericCPU" "off"
	Option      "KernelModuleParm" "locked-userpages=0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
        Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
                Modes    "1440x900"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "Disable"
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
  #828  
Old 28th August 2007, 09:35 PM
Qmark Offline
Registered User
 
Join Date: Aug 2007
Location: The Netherlands
Posts: 7
Can't get the fglrx-driver going

Hello Leigh,

Thanks for the adjustments to Xorg.conf.
The monitor is being recognized as "auto" at the correct resolution, see the picture. The problem/glitch to get a correct screen size still exists.

Also fglrxinfo gives following output :

Code:
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
And glxinfo :

Code:
name of 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: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, 
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, 
    GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_ARB_texture_cube_map, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_program, 
    GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_clip_volume_hint, GL_EXT_copy_texture, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_point_parameters, 
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
    GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels, 
    GL_ATI_draw_buffers, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square, 
    GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite, 
    GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_SGI_color_matrix, GL_SGI_color_table, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays

   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 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x32 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x33 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x34 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x35 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x36 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x37 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x38 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x39 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x40 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x41 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x42 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
__________________


--------------------------------------------------------------------------

OS = Fedora 7
Proc = AMD 64 3700
Mb = MSI K8N Neo4-FI
Mem = 512 Mb DDR-400
Video = Asus Extreme AEX1300 PRO (ATI Radeon X1300)
Monitor = IIyama ProLite 1900WS-S1
Reply With Quote
  #829  
Old 30th August 2007, 06:04 PM
PashaP Offline
Registered User
 
Join Date: Aug 2007
Posts: 69
Can I will use other driver for may video card (ATI Technologies Inc Radeon Mobility X1400) with kernel 2.6.22 and have suspend on my laptop?
If I was downgraded to 2.6.21-1.3228.fc7 kernel and I have a problem with my Wi-Fi card and more any problem.
Reply With Quote
  #830  
Old 30th August 2007, 07:20 PM
bgrdlbstr Offline
Registered User
 
Join Date: Jun 2005
Posts: 8
Nice one guys.
Worked first time - always a treat when that happens.

TYVM
Reply With Quote
  #831  
Old 31st August 2007, 03:08 AM
jmbnyc Offline
Registered User
 
Join Date: Jun 2007
Posts: 36
x86-64 on F7 with ATI and 1680x1050 monitor

I wanted to know if anyone has been able to get Fedora 7 x86-64 working with an ATI video card and a native 1680x1050 monitor (I have a radeon 9800 and Samsung 226 and I am getting tired of running it 1280x1024).

/JMB
Reply With Quote
  #832  
Old 31st August 2007, 03:09 AM
jmbnyc Offline
Registered User
 
Join Date: Jun 2007
Posts: 36
Quote:
Originally Posted by jmbnyc
I wanted to know if anyone has been able to get Fedora 7 x86-64 working with an ATI video card and a native 1680x1050 monitor (I have a radeon 9800 and Samsung 226 and I am getting tired of running it 1280x1024).

/JMB
Sorry, that should have read Radeon R580.
Reply With Quote
  #833  
Old 31st August 2007, 06:37 PM
attaros Offline
Registered User
 
Join Date: Aug 2007
Posts: 1
Unhappy Hi

Hi,

When i try to activate XGL in a dual head environment it gets very slow in KDE+XGL and in GNOME+XGL terminal window opening is never finished and misses the top bar.

=> Neither beryl nor compiz work correctly because of this.

fglrxinfo:

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series
OpenGL version string: 2.0.6747 (8.40.4)

cat xorg.conf:

# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "dual head configuration"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Clone" "on"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "Monitor1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
Screen 0
EndSection

Section "Device"
Identifier "Videocard1"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "False"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

Section "DRI"
Mode 0666
EndSection


When i have just one screen things are better.
What do i miss, i read all pages without finding an answer.

Thanks
Attaros
Reply With Quote
  #834  
Old 31st August 2007, 06:53 PM
jmbnyc Offline
Registered User
 
Join Date: Jun 2007
Posts: 36
Quote:
Originally Posted by jmbnyc
I wanted to know if anyone has been able to get Fedora 7 x86-64 working with an ATI video card and a native 1680x1050 monitor (I have a radeon 9800 and Samsung 226 and I am getting tired of running it 1280x1024).

/JMB
Never mind. I followed the instructions in post #2 and everything is now working properly (used 8.40). Thanks for the updated instructions as I can now enjoy the monitor in the manner it was intended.
/JMB
Reply With Quote
  #835  
Old 1st September 2007, 03:56 PM
maitrebart Offline
Registered User
 
Join Date: Jun 2007
Posts: 23
The driver installation and adjustments worked on the first shot! (x86_64 + 8.40.4) For weeks I was trying to get Beryl to work! Thanks a lot!

I noticed that my panels do some kind of reset and behave abnormally few seconds after my session (gnome+xgl) is started; the result is that I lose some of the applets (actually, all of them on the bottom panel; there is no way I can see my minimized programs!). And when I try to add some applets back, they seem to appear as vertical bars???

Anyone experiencing this?
Reply With Quote
  #836  
Old 1st September 2007, 05:06 PM
maitrebart Offline
Registered User
 
Join Date: Jun 2007
Posts: 23
Well, I will kind of answer myself wrt my last post; but for the benifit of all, here is how I solved my problem (gnome panel misbehaviors after installing beryl):
- I exited X (ctl-alt-bs). I entered a text console (ctl-alt-1) and logged as root.
- I removed (you may rename instead) all the .beril*, .emerald*, .gnome* and .gconf* files and dirs in my home dir.
- I did the same in /tmp.
- I rebooted (shutdown -r 0)

I lost my panel customizations, but at least, I have no problem now.

Good luck!
Reply With Quote
  #837  
Old 3rd September 2007, 02:02 AM
truble Offline
Registered User
 
Join Date: Sep 2007
Posts: 3
it worked....kinda

Hey guys, I´ve gone through this step by step, had no errors and everything seemed to work ok. But when I choose Gnome+GLX as my session, my desktop is displayed very strangely. None of the windows I open have their ¨frames¨/Ttitle bars, so I can´t move/resize them, my taskbar down the bottom doesn´t display my open windows on it or have the virtal desktop chooser - itś just like a big blank bar.

If I click to Enable Desktop Effects, it says it fails....but I still have window wobble, can rotate around the ¨cube¨ desktop display etc....

can anyone help?

I using a Dell inspiron 6400/1505 with ATI X1400, Livna driver, and Fedora7
Reply With Quote
  #838  
Old 3rd September 2007, 03:26 AM
truble Offline
Registered User
 
Join Date: Sep 2007
Posts: 3
strange window appearance.

Quote:
Originally Posted by maitrebart
Well, I will kind of answer myself wrt my last post; but for the benifit of all, here is how I solved my problem (gnome panel misbehaviors after installing beryl):
- I exited X (ctl-alt-bs). I entered a text console (ctl-alt-1) and logged as root.
- I removed (you may rename instead) all the .beril*, .emerald*, .gnome* and .gconf* files and dirs in my home dir.
- I did the same in /tmp.
- I rebooted (shutdown -r 0)

I lost my panel customizations, but at least, I have no problem now.

Good luck!
Thanks for this suggestion, it has solved half my problems - my top/bottom task bars with all the icons/minimized windows now appear fine.

But all of my windows still have no frames/title bars, so I still can´t move/minimize/maximize them. Any suggestions for this?

Also, at the login screen, I have Gnome, Gnome+GLX, KDE.....but no KDE+GLX??? Anyone know why?
Reply With Quote
  #839  
Old 3rd September 2007, 03:49 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by truble
Thanks for this suggestion, it has solved half my problems - my top/bottom task bars with all the icons/minimized windows now appear fine.

But all of my windows still have no frames/title bars, so I still can´t move/minimize/maximize them. Any suggestions for this?

Also, at the login screen, I have Gnome, Gnome+GLX, KDE.....but no KDE+GLX??? Anyone know why?
what effects did you install i.e beryl or compiz-fusion because the version of emerald clash ( emerald does the window borders )

su
yum list compiz* beryl* emerald*
__________________
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
  #840  
Old 3rd September 2007, 06:19 AM
truble Offline
Registered User
 
Join Date: Sep 2007
Posts: 3
Quote:
Originally Posted by leigh123@linux
what effects did you install i.e beryl or compiz-fusion because the version of emerald clash ( emerald does the window borders )

su
yum list compiz* beryl* emerald*
Installed Packages
beryl.i386 0.2.1-1.fc7 installed
beryl-core.i386 0.2.1-1.fc7 installed
beryl-gnome.i386 0.2.1-1.fc7 installed
beryl-kde.i386 0.2.1-1.fc7 installed
beryl-manager.i386 0.2.1-1.fc7 installed
beryl-plugins.i386 0.2.1-1.fc7 installed
beryl-settings.i386 0.2.1-1.fc7 installed
beryl-settings-simple.i386 0.2.1-1.fc7 installed
compiz.i386 0.5.2-0.1.fc7 installed
compiz-fusion-plugins-extra.i386 0.5.2-0.2.fc7 installed
compiz-fusion-plugins-main.i386 0.5.2-0.2.fc7 installed
compiz-gnome.i386 0.5.2-0.1.fc7 installed
compizconfig-python.i386 0.5.2-0.1.fc7 installed
emerald.i386 0.5.2-0.1git.fc7 installed
emerald-themes.noarch 0.5.2-0.1.fc7 installed
Available Packages
beryl-core-devel.i386 0.2.1-1.fc7 updates
beryl-plugins-unsupported.i386 0.2.1-1.fc7 updates
compiz-all.i386 0.5.2-0.1.fc7 kagesenshi-compi
compiz-bcop.noarch 0.5.2-0.1.fc7 kagesenshi-compi
compiz-debuginfo.i386 0.5.2-0.1.fc7 kagesenshi-compi
compiz-devel.i386 0.5.2-0.1.fc7 kagesenshi-compi
compiz-fusion-plugins-extra-debuginfo.i3 0.5.2-0.2.fc7 kagesenshi-compi
compiz-fusion-plugins-main-debuginfo.i38 0.5.2-0.2.fc7 kagesenshi-compi
compiz-fusion-plugins-main-devel.i386 0.5.2-0.2.fc7 kagesenshi-compi
compiz-fusion-plugins-unsupported.i386 0.5.2-0.2.fc7 kagesenshi-compi
compiz-fusion-plugins-unsupported-debugi 0.5.2-0.2.fc7 kagesenshi-compi
compiz-kde.i386 0.5.2-0.1.fc7 kagesenshi-compi
compizconfig-backend-gconf.i386 0.5.2-0.2.fc7 kagesenshi-compi
compizconfig-backend-gconf-debuginfo.i38 0.5.2-0.2.fc7 kagesenshi-compi
compizconfig-backend-kconfig.i386 0.5.2-0.2.fc7 kagesenshi-compi
compizconfig-backend-kconfig-debuginfo.i 0.5.2-0.2.fc7 kagesenshi-compi
compizconfig-python-debuginfo.i386 0.5.2-0.1.fc7 kagesenshi-compi
compizconfig-python-devel.i386 0.5.2-0.1.fc7 kagesenshi-compi
emerald-debuginfo.i386 0.5.2-0.1git.fc7 kagesenshi-compi
emerald-devel.i386 0.5.2-0.1git.fc7 kagesenshi-compi
Reply With Quote
Reply

Tags
ati, fglrx, howto

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
ATI Catalyst fglrx driver manual install on Fedora 12 Jeff72 Guides & Solutions (No Questions) 15 13th August 2010 09:17 PM
ATI Catalyst™ Display Driver v9.12 rich52 Hardware & Laptops 1 31st December 2009 04:59 AM
HOWTO - make less noise from video card while using fglrx driver multescugeorge@ Guides & Solutions (No Questions) 2 3rd October 2009 08:02 AM
ATI Catalyst 9.x fglrx driver manual install on Fedora 11 Jeff72 Guides & Solutions (No Questions) 25 30th August 2009 08:29 PM


Current GMT-time: 05:35 (Wednesday, 22-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