Displaying 20 results from an estimated 4000 matches similar to: "Display resolution problem on Centos 4.5"
2018 Jul 04
2
Why SI.isSigned() is not equals to E->getType()->isSignedIntegerOrEnumerationType()?
Hi LLVM developers,
I am implementing Loong Language[1] using Clang FrontEnd and LLVM
MiddleEnd. I add `wire`[2] Builtin Type, and clang is able to parse very
small testcase fulladder[3] but failed to work for 10+K loc RISCV E203
project[4]:
Loongson clang version 7.0.0
(git at github.com:Loong-Language/loong-clang.git
8f7e826f27abbe12ea08d9563490298c38d3adc1)
(git at
2019 Aug 12
0
limited resolution on DVI and HDMI at the same time
I got 1920x1200 at 59.95Hz via DVI and 3840x2160 at 60.00Hz via HDMI at the
same time with the proprietary nvidia driver.
I get flickering on the 1920x1200 at 59.95 with the nouveau driver (it
doesn't flicker if I lower it to 1920x1080 at 59.96).
Any idea why?
proprietary:
$ xrandr
Screen 0: minimum 8 x 8, current 5760 x 2160, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1200+0+0
2017 Mar 18
3
frozen bubble for C7
Hi all!
I'm looking for a frozen-bubble that works on C7.
I've tried installing the one in the Nux C7 archive, and the
installation dies with:
Error: Package: frozen-bubble-2.2.1-0.10.beta1.el7.nux.x86_64 (nux-dextop)
Requires: perl(Compress::Bzip2)
Can't find perl(compress::bzip2) anywhere.
thansk in advance!
Fred
--
---- Fred Smith -- fredex at
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi HotSpot and LLVM developers,
I am building OpenJDK8[1] with LLVM toolchain[2] for mips64el, it failed
to build:
/home/loongson/jdk8-mips/hotspot/src/share/vm/opto/lcm.cpp:52:35: error:
ordered comparison between pointer and zero ('address' (aka 'unsigned
char *') and 'int')
if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops.
2007 Jun 05
2
Yum (dependency) problem on latest 4.5 updates
Hi!
running a Centos 4.5 system here. This week when I do "yum update" I get
this output:
# yum update
Loading "protectbase" plugin
Setting up Update Process
Setting up repositories
kbs-CentOS-Extras 100% |=========================| 951 B 00:00
update 100% |=========================| 951 B 00:00
pidgin 100%
2023 May 09
2
MacOS clients - best options
Hi list,
we have migrated a single node Samba server from Ubuntu Trusty to a
3-node CTDB Cluster on Debian Bullseye with Sernet packages. Storage is
CephFS. We are running Samba in Standalone Mode with LDAP Backend.
Samba Version: sernet-samba 99:4.18.2-2debian11
I don't know if it is relevant here's how we have mounted CephFS on the
samba nodes:
(fstab):/samba /srv/samba ceph
2012 May 04
1
NV43: Native resolution not available on Dell 2007FP
I have a Dell 2007FP monitor. NV43 (GeForce 6600) can not use the native
resolution.
1600x1200 is listed under "DDC gathered Modelines" with the rest of the
info, but then is missing from "probed modes".
I have a secondary card, NV4a (GeForce 6200, PCI). It works with this
card. This card does not show "DDC gathered modelines" at all, and
1600x1200 is listed
2015 Apr 15
1
Related to the new laptop question: CentOS on a netbook?
On Wed, Apr 15, 2015 at 02:52:51PM -0600, Frank Cox wrote:
> On Wed, 15 Apr 2015 15:55:26 -0400
> m.roth at 5-cent.us wrote:
>
> > I've got a netbook, circe 2009. When I got it, not that I was wild about
> > ubuntu, but there was specifically an ubuntu netbook remix. Well, it's a
> > few years later - has anyone put CentOS (6, preferably) on a netbook, and
>
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi Thomas,
Looks good.
Your changes in loopPredicate.cpp does not match original changes - they
miss iff->is_RangeCheck() check [1]. But in JDK8 we did not have
specialized RangeCheckNode class in C2. Suggested fix should be fine fro
jdk 8u.
Reviewed.
Please, when sending RFA ( approval request) use original 8174050 bug id.
Thanks,
Vladimir
[1]
2018 Jul 20
3
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi Thomas,
Thanks for your kind response!
Please review my backport for hs25, thanks a lot!
diff -r 3544d85cfe11 src/share/vm/opto/lcm.cpp
--- a/src/share/vm/opto/lcm.cpp Thu Jul 19 10:00:36 2018 +0100
+++ b/src/share/vm/opto/lcm.cpp Fri Jul 20 10:06:37 2018 +0800
@@ -49,7 +49,7 @@
// Check whether val is not-null-decoded compressed oop,
// i.e. will grab into the base of the heap
2006 Jul 27
1
Weird issue with editing data.
Hi all.
Ive got a small CRUD app that is giving me some weird isuses.
If I add/create an entry that works fine, the data goes into the db. I
can later show the data, but when I edit it, no data is displayed in the
form for me to edit.
Here is the bits from the controller.
def new
@kb=Knowledgebase.new
end
def create
@kb= Knowledgebase.new(params[:kb])
if @kb.save
2019 Sep 19
5
deprecations leading up to C8
Was reading the long list of things being deprecated in the RHEL 8
release notes t'other day, and saw my old friend sendmail on the list.
I've stuck by her because I've learned how she likes to be stroked to
get the best out of her, and quail at the thought of taking on a new
MTA and having to learn it all all over again.
But I guess I'm going to have to, soon or late, probably
2013 Mar 10
3
frozen-bubble for el6-64??
anybody know of a frozen-bubble package for el6 x86_64? I've been reduced
to trying to build from source, and it ain't going very well. :(
Thanks!
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
I can do all things through Christ
who strengthens me.
------------------------------ Philippians 4:13
2008 Jul 10
2
yum dependency problem
Hi:
Today when I do yum update I get this:
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: libdirectfb-0.9.so.25 for package: mplayer
---> Package directfb.i386 0:1.0.1-1.el5.rf set to be updated
---> Package amrnb.i386 0:7.0.0.2-1.el5.rf set to be updated
---> Package gsm.i386 0:1.0.12-1.el5.rf set to be updated
--> Finished Dependency
2008 Nov 06
1
OTR plugin for Pidgin?
Looking for the OTR plugin for Pidgin.
We can get libotr from rpmforge, but I can't find the actual OTR plugin
anywhere.
Can't compile it on centos 5.2 because it wants a bunch of newer libraries
than we have (GTK+ and others).
Guidance?
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
I can do all things through Christ
2010 Nov 27
1
centos-5.5 VS Firefox 3.6.12
My firefox auto-installed an update from 3.6.11 to 3.6.12 this morning,
after which it gives this upon a restart attempt:
Program received signal SIGBUS, Bus error.
0x00123c47 in memset () from /lib/ld-linux.so.2
while I dig deeper, wondering if anyone else has seen it and/or can suggest
a fix.
Thanks!
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
2014 Jun 03
0
external esata RAID box, how to spin down drives when idle?
I've posted before about my Venus DS3R Pro2, specifically in relation to
using USB3.
But this a different topic about the same device.
It doesn't seem to do any power-saving on its own, i.e, the drives stay
spinning continuosuly, 24X7. Setting the appropriate power-save options
in the screen saver or power manager screens doesn't seem to have any
effect on these drives.
Wondering
2015 Jun 10
0
Centos7 - Mate - Zombie printer icon remains after printing
On Wed, Jun 10, 2015 at 01:20:34PM +0000, Richard wrote:
>
>
> ------------ Original Message ------------
> > Date: Wednesday, June 10, 2015 09:05:50 AM -0400
> > From: Fred Smith <fredex at fcshome.stoneham.ma.us>
> >
> > On Wed, Jun 10, 2015 at 11:09:58AM +0200,
> > johan.vermeulen7 at telenet.be wrote:
> >> Hello All,
> >>
>
2015 Dec 17
0
getting Google Earth to work.
On Thu, Dec 17, 2015 at 03:14:06AM +0000, Richard wrote:
>
>
> > Date: Wednesday, December 16, 2015 21:30:31 -0500
> > From: Fred Smith <fredex at fcshome.stoneham.ma.us>
> >
> > is a continual pain.
> >
> > I'm attempting to follow the instructions here:
> > http://forums.fedoraforum.org/showpost.php?p=1650497&postcount=27
> >
2016 Mar 06
0
6.7 netinstall fails at insert cd to continue
On Sat, Mar 05, 2016 at 12:48:17PM -0600, g wrote:
>
>
> On 03/05/16 09:04, Chris Murphy wrote:
> > You don't say how you created the media.
> >
> --
>
> true, i did not say how i created cd's.
<snip>
> so you are saying that netinstall is incorrectly written because it ask
> for a cd and not an internet connection? i would think that the