[CentOS] What is the driver for Intel Corporation Mobile GM965/GL960 Graphics Controller ?

2010-02-17 Thread hce
Hi, What is the driver name for Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) I can download from yum? Thank you. Kind Regards ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to display laptop screen on LCD TV?

2010-02-14 Thread hce
On Sun, Feb 14, 2010 at 9:08 PM, Eero Volotinen wrote: > 2010/2/14 hce : >> Hi, >> >> I am running CentOS 5.2 on Acer laptop, I try to display laptop screen >> on a LCD TV via VGA cable. It was fine while PC was booting in text >> mode, but as soon as I start

[CentOS] How to display laptop screen on LCD TV?

2010-02-13 Thread hce
Hi, I am running CentOS 5.2 on Acer laptop, I try to display laptop screen on a LCD TV via VGA cable. It was fine while PC was booting in text mode, but as soon as I started X Window, the LCD TV has error "Unsupported signal, adjust your PC out". How can I adjust or may be regenerate an xorg.conf

[CentOS] linux/magic.h

2009-10-25 Thread hce
Hi, I had following errors while I was compiling VLC 1.0.2 on CentOS 5.2: modules/access/file.c:52:28: error: linux/magic.h: No such file or directory ../../../modules/access/file.c: In function ‘IsRemote’: ../../../modules/access/file.c:141: error: ‘AFS_SUPER_MAGIC’ undeclared (first use in this

[CentOS] syslog to remote server

2009-08-06 Thread hce
Hi, I set up the syslog.conf to log local0 and local1 to a remote log server: *.info;mail.none;authpriv.none;cron.none;local0.none;local1.none /var/log/messages local0.*;local1.* @192.168.1.2 The messages from local0 worked fine, all sent to the remote log

Re: [CentOS] Send syslog to a remote server

2009-05-24 Thread hce
On Fri, May 22, 2009 at 7:07 PM, Ralph Angenendt wrote: > hce wrote: >> The rsyslog.conf in FC 9 is much easy to be configured, just enable >> the InputTCPServerRun and ModLoad. It is not the problem in FC 9 >> rsyslog server, it is the problem in CentOS syslog, no messages &

Re: [CentOS] Send syslog to a remote server

2009-05-21 Thread hce
On Fri, May 22, 2009 at 12:59 AM, Dag Wieers wrote: > On Wed, 20 May 2009, nate wrote: > >> hce wrote: >> >>> I am running CentOS 5 and I tried to config flowing statement in >>> syslog.conf to send syslog messages to a remote server running on FC >>&

[CentOS] Send syslog to a remote server

2009-05-20 Thread hce
Hi, I am running CentOS 5 and I tried to config flowing statement in syslog.conf to send syslog messages to a remote server running on FC 9, but it did not work. There was nothing send to the FC9. "*.info;mail.none;authpriv.none;cron.none@@192.168.1.5" Could anyone advice whether

[CentOS] Cannot play rmvb video files after burning to DVD

2009-04-12 Thread hce
Hi, I am running CentOS 5.2. I tried to burn rmvb video files to DVD+R disk using Nautilus 2.16.2, the files were burned to the disk, but could not play it back with errors "Unkown file format". It was no problem to play the same file located on the disk. Any advice please? Thank you. Kind Regar

[CentOS] yum search priority protections

2008-10-13 Thread hce
Hi, I am running CentOS 5.2. My yum search used working, but it did not work for any search now due to following problems. Pleae advise what was wrong with it. $ yum search *gtk* Loading "priorities" plugin 0 packages excluded due to repository priority protections No Matches found Thank you. _

[CentOS] Set up Acer laptop web cam on CentOS 5.2

2008-09-26 Thread hce
Hi, I am running CentOS 5.2 on Acer laptop Aspire 5920 with a built in Web Cam. Anyone know how to set up and running the web cam on CentOS 5.2? I can run the VLC to view the video. Thank you. ___ CentOS mailing list CentOS@centos.org http://lists.cento

Re: [CentOS] xulrunner-devel package missing many header files

2008-09-07 Thread hce
On 9/7/08, Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> wrote: > On Sun, 2008-09-07 at 18:01 +1000, hce wrote: > > I've just installed xulrunner-devel from yum, but there are following > > header files cannot be found in xulrunner-sdk-1.9/sdk/include: > > > Did y

[CentOS] xulrunner-devel package missing many header files

2008-09-07 Thread hce
Hi, I've just installed xulrunner-devel from yum, but there are following header files cannot be found in xulrunner-sdk-1.9/sdk/include: mozilla-config.h mozilla-config32.h prtypes.h The include/xulrunner-sdk-1.9 constains those above header files, I did link to them, but xulrunner-sdk-1.9/syste

[CentOS] MySQL in CentOS 5.2

2008-07-06 Thread hce
Hi, I've just installed MySQL (mysql.i386 5.0.45-7.el5) and lighty (lighttpd.i386 1.4.19-1.el5.rf) to the CentOS 5.2, but could not find mysql and lighttpd scripts in /etc/init.d. Also there is no /usr/bin/mysql_install_db. Where can I find mysql and lighttpd scripts for starting the processes in

Re: [CentOS] Acer 5920 audio chip does not work in CentOS 5.2?

2008-07-06 Thread hce
On 7/4/08, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-07-04 at 12:41 +1000, hce wrote: > > On Fri, Jul 4, 2008 at 12:18 AM, William L. Maltby > > <[EMAIL PROTECTED]> wrote: > > > > > > On

Re: [CentOS] Acer 5920 audio chip does not work in CentOS 5.2?

2008-07-03 Thread hce
On Fri, Jul 4, 2008 at 12:18 AM, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Thu, 2008-07-03 at 07:57 -0500, Alex White wrote: >> > >> Not entirely sure what one would glean from /proc other than that >> the card is present and drivers are loaded for it. There's lengthy >> output for my so

Re: [CentOS] Acer 5920 audio chip does not work in CentOS 5.2?

2008-07-02 Thread hce
Thanks both Alex and Willam. On Thu, Jul 3, 2008 at 11:54 AM, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Thu, 2008-07-03 at 10:22 +1000, hce wrote: >> On Wed, Jul 2, 2008 at 9:36 PM, William L. Maltby >> <[EMAIL PROTECTED]> wrote: >> > >> &

Re: [CentOS] Acer 5920 audio chip does not work in CentOS 5.2?

2008-07-02 Thread hce
On Wed, Jul 2, 2008 at 9:36 PM, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-07-02 at 16:52 +1000, hce wrote: >> On Tue, Jul 1, 2008 at 7:20 PM, William L. Maltby >> <[EMAIL PROTECTED]> wrote: >> > >> > On Mon, 2008-06-30 at 23:51 -

Re: [CentOS] Acer 5920 audio chip does not work in CentOS 5.2?

2008-07-01 Thread hce
On Tue, Jul 1, 2008 at 7:20 PM, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-06-30 at 23:51 -0500, Alex White wrote: > hce wrote: >> Hi, >> >> I've installed CentOS 5.2 to a laptop Acer 5920 for dual boot, the >> audio works in Window

[CentOS] why yum cannot find lighttpd?

2008-06-30 Thread hce
Hi, I tried to install lighttpd in CentOS 5.2, but yum list lighttpd returned an error of "no matching packages to list". Should it be installed from source tarball? Thank you. Kind Regards, Jim ___ CentOS mailing list CentOS@centos.org http://lists.c

[CentOS] Acer 5920 audio chip does not work in CentOS 5.2?

2008-06-30 Thread hce
Hi, I've installed CentOS 5.2 to a laptop Acer 5920 for dual boot, the audio works in Window Vista, but does not work in CentOS 5.2. Does CentOS 5.2 support following audio chip or not? Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) Thank you. Kind Regards, J

Re: [CentOS] Minimized Firefox is not visible on panel in CentOS 5.2

2008-06-30 Thread hce
On Mon, Jun 30, 2008 at 11:08 AM, Alex White <[EMAIL PROTECTED]> wrote: > hce wrote: >> >> Hi, >> >> I opened a Firefox on Desktop, but when I clicked Minimize Window >> button, the Firefox disappeared and there was no icon on the panel, I >> simply

Re: [CentOS] Minimized Firefox is not visible on panel in CentOS 5.2

2008-06-29 Thread hce
On Fri, Jun 27, 2008 at 7:28 PM, William L. Maltby <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-06-27 at 12:14 +1000, hce wrote: >> Hi, >> >> I opened a Firefox on Desktop, but when I clicked Minimize Window >> button, the Firefox disappeared and there was no

[CentOS] Minimized Firefox is not visible on panel in CentOS 5.2

2008-06-26 Thread hce
Hi, I opened a Firefox on Desktop, but when I clicked Minimize Window button, the Firefox disappeared and there was no icon on the panel, I simply could not find it any more (it did not close), this was the same for the terminal as well . How can I make the Firefox icon visible on panel (or workpl

[CentOS] Re: Workplaces / Desktop on panel

2008-06-26 Thread hce
Sorry, I found it, please ignore following message. On Fri, Jun 27, 2008 at 11:37 AM, hce <[EMAIL PROTECTED]> wrote: > Hi, > > I've just installed CentOS 5.2, but could not find a workplaces (which > I can switch between them) icon in the panel. I am running in GNOME &g

[CentOS] Workplaces / Desktop on panel

2008-06-26 Thread hce
Hi, I've just installed CentOS 5.2, but could not find a workplaces (which I can switch between them) icon in the panel. I am running in GNOME (it was desktops in KDE). I've looked at References and Administration, but could not find the workplaces to add to the panel. Where can I find it and how

Re: [CentOS] CentOS 5.2 is here!

2008-06-24 Thread hce
Will CentOS 5.2 support Intel GM965 / GL960 graphic shipset? On Tue, Jun 24, 2008 at 2:17 AM, Miguel Medalha <[EMAIL PROTECTED]> wrote: > Let me be the first (maybe): > > CentOS 5.2 is here (at least): > > http://mirror.chpc.utah.edu/pub/centos/5.2/ > > Thank you all who worked on it! > > No virus

Re: [CentOS] Could not start X window

2008-06-23 Thread hce
On Mon, Jun 23, 2008 at 3:04 PM, Frank Cox <[EMAIL PROTECTED]> wrote: > On Mon, 23 Jun 2008 14:56:40 +1000 > hce <[EMAIL PROTECTED]> wrote: > >> I've just installed CentOS version 5 on a laptop Acer ASPIRE 5920. > > I suspect that laptop has one of the "r

[CentOS] Could not start X window

2008-06-22 Thread hce
Hi, I've just installed CentOS version 5 on a laptop Acer ASPIRE 5920. But could not start X window. It got following error message: Using confi file" "/etc/X11/xorg.conf" (EE) VESA(0): No valid modes (EE) Screens(s) found, but none have a usable configuration. Fetal server error: no screens fou