LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 11-29-2010, 03:56 PM   #1
BooDaddy
Member
 
Registered: Sep 2010
Location: Chattanooga, TN.
Distribution: Redhat, AIX, CentOS
Posts: 30

Rep: Reputation: 1
Icons not displaying properly and .pngs not loading -- Centos 5.5


I am running Centos 5.5 X86_64 and recently after updating my server, I am having problem loading gnome. When the server boots, and begins to bring up the login screen theme, I get an error that states "Could not recognize the image file format for /usr/share/gdm/themes/TreeFlower/background.png"

I am able to login after clicking ok to this message, and using the "simplistic" login manager. But when the users desktop loads, there are several errors pertaining to "unsupported image format" and none of the icons are displaying correctly. They are just the default "curvy page" icon for an unassociated file type. Some of the icons do not even show up at all.

Another thing I noticed wierd is that when I try to view a png, nothing happens. When I try to open one using gimp, I get an "unsupported file type" error.

When I tried to click on the "add/remove software" button I get prompted for root pass, but nothing happens. So, I tried launching pirut from CLI, and I received the following error:

Quote:
[root@server ~]# pirut
Traceback (most recent call last):
File "/usr/sbin/pirut", line 41, in ?
from pirut import *
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 38, in ?
import GroupSelector
File "/usr/lib/python2.4/site-packages/pirut/GroupSelector.py", line 38, in ?
from PackageList import listEntryString
File "/usr/lib/python2.4/site-packages/pirut/PackageList.py", line 50, in ?
removepb = gtk.gdk.pixbuf_new_from_file(PIRUTPIX + "remove.png")
gobject.GError: Couldn't recognize the image file format for file '/usr/share/pirut/pixmaps/remove.png'

Can anyone give me some suggestions? Is is possible a GTK2 update killed png associations? Is something messed up with libpng?
 
Old 11-30-2010, 04:32 PM   #2
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Is libpng installed? If not, then install it.
 
Old 11-30-2010, 11:52 PM   #3
BooDaddy
Member
 
Registered: Sep 2010
Location: Chattanooga, TN.
Distribution: Redhat, AIX, CentOS
Posts: 30

Original Poster
Rep: Reputation: 1
Yeah, libpng is indeed installed. I have even tried yum reinstall and cleaning up the db but still same problem. here is the paths libpng is located in.... do these seem correct?

Quote:

/usr/bin/libpng-config
/usr/bin/libpng12-config
/usr/include/libpng12
/usr/include/libpng12/png.h
/usr/include/libpng12/pngconf.h
/usr/lib/libpng.so.3
/usr/lib/libpng.so.3.10.0
/usr/lib/libpng12.so.0
/usr/lib/libpng12.so.0.10.0
/usr/lib/vmware/lib/libpng12.so.0
/usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0
/usr/lib64/libpng.a
/usr/lib64/libpng.so
/usr/lib64/libpng.so.3
/usr/lib64/libpng.so.3.10.0
/usr/lib64/libpng12.a
/usr/lib64/libpng12.so
/usr/lib64/libpng12.so.0
/usr/lib64/libpng12.so.0.10.0
/usr/lib64/gthumb/modules/libpngexporter.la
/usr/lib64/gthumb/modules/libpngexporter.so
/usr/lib64/pkgconfig/libpng.pc
/usr/lib64/pkgconfig/libpng12.pc
/usr/local/bin/libpng-config
/usr/local/bin/libpng12-config
/usr/local/directadmin/custombuild/libpng-1.2.44.tar.gz
/usr/local/include/libpng
/usr/local/include/libpng12
/usr/local/include/libpng/libpng12
/usr/local/include/libpng12/png.h
/usr/local/include/libpng12/pngconf.h
/usr/local/lib/libpng.a
/usr/local/lib/libpng.so
/usr/local/lib/libpng.so.3
/usr/local/lib/libpng.so.3.1.2.44
/usr/local/lib/libpng12.a
/usr/local/lib/libpng12.so
/usr/local/lib/libpng12.so.0
/usr/local/lib/libpng12.so.0.1.2.44
/usr/local/lib/pkgconfig/libpng.pc
/usr/local/lib/pkgconfig/libpng12.pc
/usr/local/man/man3/libpng.3
/usr/local/man/man3/libpngpf.3
/usr/share/doc/libpng-1.2.10
/usr/share/doc/libpng-1.2.10/CHANGES
/usr/share/doc/libpng-1.2.10/LICENSE
/usr/share/doc/libpng-1.2.10/README
/usr/share/doc/libpng-1.2.10/TODO
/usr/share/doc/libpng-1.2.10/example.c
/usr/share/doc/libpng-1.2.10/libpng.txt
/usr/share/man/man3/libpng.3.gz
/usr/share/man/man3/libpngpf.3.gz
 
Old 12-02-2010, 08:09 AM   #4
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
I don't have libpng-devel installed, just libpng. Not sure why that should matter. I'm running Fedora Rawhide with LXDE and Compiz - no problems with using a png file as the background.
 
Old 12-04-2010, 10:20 PM   #5
BooDaddy
Member
 
Registered: Sep 2010
Location: Chattanooga, TN.
Distribution: Redhat, AIX, CentOS
Posts: 30

Original Poster
Rep: Reputation: 1
Im still drawing a blank on this one. I am not sure where to go. Is there a way to reset the mimetypes or something?
 
Old 12-05-2010, 09:20 AM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
and recently after updating my server,
??
what did you do ???
just a standard
Code:
yum update
if so look at the yum log and see what was installed in that last round
/var/log/yum.log

5.5 64 bit works fine for me
it looks like you have the std libpng 12 ( and the 11.b ) and do not have libpng14 ( do not install that (png14) unless you KNOW how to work around it . )

if this was just a update and NOT -- NOT-- an upgrade from 5.4
reinstalling png should fix it
Code:
yum reinstall *png*
there will be a bunch

if an upgrade from 5.4 then it is something different


PS
Quote:
I'm running Fedora Rawhide
the ALPHA TESTING of fedora 15( rawhide is the NEXT fedora ) is using libpng14 and not the stable libpng12

Last edited by John VV; 12-05-2010 at 09:22 AM.
 
Old 12-05-2010, 12:03 PM   #7
BooDaddy
Member
 
Registered: Sep 2010
Location: Chattanooga, TN.
Distribution: Redhat, AIX, CentOS
Posts: 30

Original Poster
Rep: Reputation: 1
Checked the yum logs, noticed the following around the same time the problems occured:

Quote:
Nov 27 16:43:40 Updated: gtk2-2.10.4-21.el5_5.6.x86_64
Nov 27 16:43:42 Updated: gtk2-2.10.4-21.el5_5.6.i386
Nov 28 17:49:26 Installed: 1:gdm-2.16.0-56.el5.centos.x86_64
Nov 28 18:33:56 Installed: 2:libpng-1.2.10-7.1.el5_5.3.x86_64
Nov 28 18:33:57 Installed: 2:libpng-1.2.10-7.1.el5_5.3.i386
Nov 28 18:49:14 Installed: 2:libpng-1.2.10-7.1.el5_5.3.x86_64
Nov 28 18:49:15 Installed: 2:libpng-1.2.10-7.1.el5_5.3.i386
Nov 28 18:54:26 Installed: 1:gdm-2.16.0-56.el5.centos.x86_64
Nov 28 18:55:10 Installed: gtk2-2.10.4-21.el5_5.6.x86_64
Nov 28 18:55:14 Installed: gtk2-2.10.4-21.el5_5.6.i386
I am using DirectAdmin for web control panel and Vhosts... I think I installs libpng in /usr/local by default for its custombuild, but I am still researching that. Would be nice to "roll back" those libpng updates from the 28th as seen above, but there are alot of dependancies for libpng.

I did do just a plain yum update and it picked up the new libnpng packages as shown above. I also tried a yum reinstall *png* and still have the issue. It has got to be related to the paths that Directadmin and Centos repos use when they install libpng. I just cant figure out how to get it resolved.

Last edited by BooDaddy; 12-05-2010 at 12:08 PM.
 
Old 12-05-2010, 12:34 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if it worked then did not it is not the file paths
unless you edited the system $PATH in /etc/profile

is there a error logged in boot.log, xorg.0.log , or messages

one thing ? maybe
there was a python update in nov.
cent uses python for a bunch of things including login and root password in the gui
and "pirut" is giving you a python error
try
Code:
yum clean all
rpm --rebuilddb
yum reinstall python python-devel
this can be done in single user text only boot
 
Old 12-05-2010, 07:43 PM   #9
BooDaddy
Member
 
Registered: Sep 2010
Location: Chattanooga, TN.
Distribution: Redhat, AIX, CentOS
Posts: 30

Original Poster
Rep: Reputation: 1
Nothing in the xorg log or boot.log. I have already tried yum cleanall and updatedb.

The path I was referring was the path the the Centos repos and the Directadmin custombuild installed the libraries too. Not the $PATH...sorry for the confusion on that one.
 
Old 12-05-2010, 08:28 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what repos are installed and turned on
the rpmforge(.rf) has some that DO NOT mix with centOS-plus
and therefore needs "prioritys" and possibly "protect base" yum plugins installed AND SET UP
http://wiki.centos.org/AdditionalResources/Repositories
Code:
yum repolist all
that outputs a list of all that are installed and on or off

Last edited by John VV; 12-05-2010 at 08:30 PM.
 
Old 12-05-2010, 08:44 PM   #11
BooDaddy
Member
 
Registered: Sep 2010
Location: Chattanooga, TN.
Distribution: Redhat, AIX, CentOS
Posts: 30

Original Poster
Rep: Reputation: 1
I have them added, but they are disabled. I have only enabled them to grab one package a few months back, then I promptly disabled them after installing the package.

Code:
Loaded plugins: fastestmirror
adobe-linux-i386                                                          18/18
repo id             repo name                                     status
addons              CentOS-5 - Addons                             enabled:     0
adobe-linux-i386    Adobe Systems Incorporated                    enabled:    18
base                CentOS-5 - Base                               enabled: 3,434
c5-media            CentOS-5 - Media                              disabled
centosplus          CentOS-5 - Plus                               enabled:    99
contrib             CentOS-5 - Contrib                            enabled:     0
extras              CentOS-5 - Extras                             enabled:   303
rpmforge            Red Hat Enterprise 5 - RPMforge.net - dag     disabled
rpmforge-testing    Red Hat Enterprise 5 - RPMforge.net - test    disabled
updates             CentOS-5 - Updates                            enabled: 1,076
repolist: 4,930
 
Old 12-11-2010, 02:34 AM   #12
kyser
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Rep: Reputation: 0
Exclamation same prob here!

HI

I got exactly the same prob when I updated centos
I also use Directadmin

look at this when I try to start X


[admin@server ~]$ su root
Password:
[root@server admin]# startx
xauth: creating new authority file /root/.serverauth.3517

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-53.el5 i686 Red Hat, Inc.
Current Operating System: Linux server.XXXXX.com 2.6.18-194.26.1.el5 #1 SMP
Tue Nov 9 12:54:40 EST 2010 i686
Build Date: 17 November 2010
Build ID: xorg-x11-server 1.1.1-48.76.el5_5.2
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: Fri Dec 10 15:20:40 2010
(==) Using config file: "/etc/X11/xorg.conf"

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple symbols for level 1/group 1 on key <I5F>
> Using XF86Sleep, ignoring XF86Standby
> Warning: Symbol map for key <I5F> redefined
> Using last definition for conflicting fields
Errors from xkbcomp are not fatal to the X server
localuser:root being added to access control list
No profile for user 'root' found
Smart Common Input Method 1.4.4

Launching a SCIM daemon with Socket FrontEnd...
Loading simple Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
Launching a SCIM process with x11...
Loading socket Config module ...
/usr/bin/gnome-session: /usr/local/lib/libpng12.so.0: no version information ava
ilable (required by /usr/lib/libcairo.so.2)
Creating backend ...
Loading x11 FrontEnd module ...
/usr/lib/scim-1.0/scim-panel-gtk: /usr/local/lib/libpng12.so.0: no version infor
mation available (required by /usr/lib/libcairo.so.2)
GTK Panel of SCIM 1.4.4

Starting SCIM as daemon ...
SCIM has been successfully launched.
/usr/libexec/gconf-sanity-check-2: /usr/local/lib/libpng12.so.0: no version info
rmation available (required by /usr/lib/libcairo.so.2)
SESSION_MANAGER=local/server.bushi-tech.com:/tmp/.ICE-unix/3538

** (gnome-session:3538): WARNING **: Failed to load image from '/usr/share/pixma
ps/splash/gnome-splash.png': Couldn't recognize the image file format for file '
/usr/share/pixmaps/splash/gnome-splash.png'


** (gnome-session:3538): WARNING **: Failed to load image from '/usr/share/pixma
ps/splash/gnome-splash.png': Couldn't recognize the image file format for file '
/usr/share/pixmaps/splash/gnome-splash.png'

metacity: /usr/local/lib/libpng12.so.0: no version information available (requir
ed by /usr/lib/libcairo.so.2)
gnome-panel: /usr/local/lib/libpng12.so.0: no version information available (req
uired by /usr/lib/libcairo.so.2)
nautilus: /usr/local/lib/libpng12.so.0: no version information available (requir
ed by /usr/lib/libcairo.so.2)
gnome-volume-manager: /usr/local/lib/libpng12.so.0: no version information avail
able (required by /usr/lib/libcairo.so.2)
eggcups: /usr/local/lib/libpng12.so.0: no version information available (require
d by /usr/lib/libcairo.so.2)
gnome-power-manager: /usr/local/lib/libpng12.so.0: no version information availa
ble (required by /usr/lib/libcairo.so.2)
Initializing nautilus-open-terminal extension
bt-applet: /usr/local/lib/libpng12.so.0: no version information available (requi
red by /usr/lib/libcairo.so.2)
krb5-auth-dialog: /usr/local/lib/libpng12.so.0: no version information available
(required by /usr/lib/libcairo.so.2)
psp: /usr/local/lib/libpng12.so.0: no version information available (required by
/usr/lib/libcairo.so.2)
/etc/issue: CentOS release 5.5 (Final)

System is: Red Hat / Fedora
/etc/issue: CentOS release 5.5 (Final)

System is: Red Hat / Fedora
option start-hidden
gnome-volume-manager: /usr/local/lib/libpng12.so.0: no version information avail
able (required by /usr/lib/libcairo.so.2)
terminate called after throwing an instance of 'Gdk::PixbufError'

** (eggcups:3624): WARNING **: IPP request failed with status 1030
nm-applet: /usr/local/lib/libpng12.so.0: no version information available (requi
red by /usr/lib/libcairo.so.2)

(eggcups:3624): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf
!= NULL' failed

(eggcups:3624): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf !
= NULL' failed

(eggcups:3624): GdkPixbuf-CRITICAL **: gdk_pixbuf_new: assertion `width > 0' fai
led

(eggcups:3624): GdkPixbuf-CRITICAL **: gdk_pixbuf_fill: assertion `GDK_IS_PIXBUF
(pixbuf)' failed
** Message: Could not connect to power manager: Could not get owner of name 'org
.gnome.PowerManager': no such name
pam-panel-icon: /usr/local/lib/libpng12.so.0: no version information available (
required by /usr/lib/libcairo.so.2)
** Message: Failed to close thumbnail pixbuf loader for /usr/share/icons/gnome/1
6x16/mimetypes/gnome-fs-regular.png: Unrecognized image file format

** (nm-applet:3674): WARNING **: No connections defined

** (nm-applet:3674): WARNING **: Invalid return value type: GPtrArray_DBusGObjec
tPath_
** Message: Failed to close thumbnail pixbuf loader for /usr/share/icons/Bluecur
ve/16x16/apps/gnome-terminal.png: Unrecognized image file format
** Message: Failed to write /usr/share/icons/Bluecurve/48x48/filesystems/gnome-f
s-client.png to thumbnail pixbuf loader: Unrecognized image file format
** Message: Failed to write /usr/share/icons/Bluecurve/48x48/filesystems/gnome-f
s-home.png to thumbnail pixbuf loader: Unrecognized image file format
** Message: Failed to write /usr/share/icons/Bluecurve/48x48/filesystems/gnome-f
s-trash-empty.png to thumbnail pixbuf loader: Unrecognized image file format
Traceback (most recent call last):
File "/usr/bin/puplet", line 38, in ?
from pirut import *
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 38, in ?
import GroupSelector
File "/usr/lib/python2.4/site-packages/pirut/GroupSelector.py", line 38, in ?
from PackageList import listEntryString
File "/usr/lib/python2.4/site-packages/pirut/PackageList.py", line 50, in ?
removepb = gtk.gdk.pixbuf_new_from_file(PIRUTPIX + "remove.png")
gobject.GError: Couldn't recognize the image file format for file '/usr/share/pi
rut/pixmaps/remove.png'

** (nm-applet:3674): WARNING **: Icon nm-device-wwan missing: Couldn't recognize
the image file format for file '/usr/share/icons/hicolor/22x22/apps/nm-device-w
wan.png'

** (nm-applet:3674): WARNING **: Icon nm-device-wwan missing: Couldn't recognize
the image file format for file '/usr/share/icons/hicolor/22x22/apps/nm-device-w
wan.png'
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------


I try to uninstall libpng and reinstall it ,clean libpng from /usr/local/lib/ nothing works!!!
actually the strange things is that there is libpng files in /usr/local/lib and /usr/lib/
by default when we compile libpng , it is getting installed in /usr/local/lib , however , the centos package of libpng is getting installed in /usr/lib/
the version of centos is 1.2.10 and the version of custumbuild is 1.2.44

I just try to understand, but actually I did nothing special, I just updated Centos via yum!

a bit a help will be appreciated
it s difficult to find some fix trough Google and I guess a lot of people face the same issue

thanks a lot!!!!
 
Old 12-11-2010, 03:04 AM   #13
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I try to uninstall libpng and reinstall it ,clean libpng from /usr/local/lib/ nothing works!!!
actually the strange things is that there is libpng files in /usr/local/lib and /usr/lib/
by default when we compile libpng , it is getting installed in /usr/local/lib , however , the centos package of libpng is getting installed in /usr/lib/
the version of centos is 1.2.10 and the version of custumbuild is 1.2.44
"actually the strange things is that there is libpng files in /usr/local/lib"
---
not so strange i take it you DID NOT read ./configure --help for png ??
it states that /usr/local IS THE DEFAULT
YOU need to add " --prefix=/usr " to the config line


BUT BE 100% sure you use a DIFFERENT NAME than the rpm for png that is installed

-------- edit-----------
seeing as you are both using "directadmin " they must be building a incompatible version of libpng

i would suggest that you uninstall ALL directadmin /usr/local *png programs that "directadmin" installed and ONLY use the cent-update repo for png


the /usr/local folder IS NOT A rhel/centos default folder and is - in all likelyhood-- NOT in the system path in /etc/profile

Last edited by John VV; 12-11-2010 at 03:24 AM.
 
Old 12-12-2010, 01:28 AM   #14
kyser
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Rep: Reputation: 0
Unhappy doesn t work

Quote:
Originally Posted by John VV View Post
"actually the strange things is that there is libpng files in /usr/local/lib"
---
not so strange i take it you DID NOT read ./configure --help for png ??
it states that /usr/local IS THE DEFAULT
YOU need to add " --prefix=/usr " to the config line


BUT BE 100% sure you use a DIFFERENT NAME than the rpm for png that is installed

-------- edit-----------
seeing as you are both using "directadmin " they must be building a incompatible version of libpng

i would suggest that you uninstall ALL directadmin /usr/local *png programs that "directadmin" installed and ONLY use the cent-update repo for png


the /usr/local folder IS NOT A rhel/centos default folder and is - in all likelyhood-- NOT in the system path in /etc/profile
I removed all files that a manual package or directadmin has installed , and reinstall the rpm package via yum (yum install libpng).
I rebooted but nothing solved...

How can I make a diagnostic to identify where is the real prob?

thanks a lot
 
Old 12-12-2010, 01:48 AM   #15
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
it is looking like a "DirectAdmin" problem
that is installing or doing something that is making libpng incompatible with what gdm needs
it is also very very odd that there is no error massage in the boot.log or any other log

i have no issues with gdm on my cent5.5 64 bit install - and i DO NOT use "DirectAdmin"

by chance do you also have KDE installed ? on centos 5.4 and 5.5 ( on an old machine) i used KDM to boot the system into Gnome

At this time i am at a loss .Have you looked on the DirectAdmin forum on there web site .
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] drupal site not loading properly on internet while loading on LAN tkmsr Linux - Software 1 05-12-2010 06:42 AM
themes not displaying properly verbose Linux - General 1 10-08-2007 04:07 PM
not displaying some windows properly mlaymance Mandriva 4 06-16-2007 07:26 AM
Centos OS not loading properly elkikz Linux - Laptop and Netbook 4 09-19-2006 04:06 PM
X not displaying properly spartn119 Fedora 1 05-21-2005 09:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 01:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration