Displaying 20 results from an estimated 1000 matches similar to: "ATI, Catalyst and a new kernel"
2010 Aug 02
3
OT -- apcupsd messages
Does anyone here have any "feel" for the "Battery disconnected" and
"Battery reattached" log entries?
The rebooting came as a result of me turning off modems, router,
external drives, monitor, cordless phone and finally, the computer,
trying to locate a quiet but annoying "chirp". The "chirps" stopped
when I tilted the UPS to look at the front
2011 Sep 13
2
help with hclust and cutree
Hello,
I would like to cut a hclust tree into several groups at a specific
similarity. I assume this can be achieved by specifying the "h" argument
with the specified similarity, e.g.:
clust<-hclust(dist,"average")
cut<-cutree(clust,h=0.65)
Now, I would like to draw rectangles around the branches of the
dendrogram highlighting the corresponding clusters, as is done by
2011 Sep 13
2
help with hclust
Hello,
how can I get the similarity value (i.e., the inner cluster similarity) that was used to cut a hierarchical tree at a specific height?
I would appreciate your help!
Best regards,
Madeleine
2010 Jan 03
1
Setting CDROM parms
My apologies in advance for asking such an elementary question. I
called myself searching the Installation Guide and Deployment Guide,
with no success.
The situation is that I bought a Lite-On ATAPI iHAP122 that will not
burn DVDs unless I use hdparm to turn dma off. I bought that drive
because it was a rare beige drive. Until I can find a decent DVD burner
and/or get a Windows machine put
2009 Jan 12
1
anyone using an ATI card and fglrx with 5.2?
And does it work ok? any special use cases or installation issues? I'm
thinking of a 64 bit installation with an RV530 chipset.
Dave
--
Canada must refuse to be entangled in any more wars fought to make the world
safe for capitalism.
-- The Regina Manifesto, 1933
2005 Jul 29
10
Rails Wiki down
Howdy -
Someone''s probably already reported this, but anyhow, going here:
http://wiki.rubyonrails.com/rails/show/RailsOnFedora
results in:
====================
> Bad Gateway
> The proxy server received an invalid response from an upstream server.
>
====================
Yours,
Tom
2009 Jan 03
3
WoW with ATI card (running catalyst)
I'm having trouble getting World of Warcraft to run with wine. I have an ATI card and I'm using catalyst drivers. Running with OpenGL gives me the following:
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 144 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 586
Current serial number in output stream: 586
2008 Jul 17
4
Starting DirectX game screws up display (ATI Catalyst 8.6)
Hi,
since installing the new ATI Catalyst 8.6 drivers - starting games (or sometimes even starting winecfg) screws up my display and I have to restart the xserver. (amd x2 4000+, ati hd2600 xt, wine version is 1.1.1
on Ubuntu Hardy updated every day) Looks similar to this photo:
http://i38.tinypic.com/2d0chmc.jpg
However, if i take a screenshot by pressing the "print" key the image
2006 Mar 17
0
Installed Gems on godaddy.com
Hi, is there a core list of gems that one needs to install in a production
environment? Anyways, here''s a current list of installed gems on
godaddy.com:
Gems *actionmailer 1.0.1* [www] <http://www.rubyonrails.org/> - depends on
actionpack <http://www.situationman.com/_h_admin_/gems.html#actionpack>.
Service
layer for easy email delivery and testing.
*actionmailer 1.1.5*
2010 May 28
3
CentOS 5 and seamonkey
Has anyone had any success in rebuilding seamonkey 2.0.4 for CentOS 5
(32-bit)? I'm currently running seamonkey-2.0-1 which I rebuilt last
November. Sadly, I have no idea where the SRPM originated.
I found seamonkey-2.0.4-1.fc12.src.rpm and
seamonkey-2.0.4-1.fc12.src.rpm, downloaded and got to 0th base:
[rj at madeleine Downloads]$ rpmbuild --rebuild
2003 Nov 05
3
map does not display maps, MacOSX
Hi,
I installed the maps and mapdata libraries on my R-1.8.0 on
MacOSX 10.2.8 (jaguar on a powerbook G4), and failed to make the
map function work properly:
R : Copyright 2003, The R Development Core Team
Version 1.8.0 (2003-10-08)
[...]
> library(maps)
> map()
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file
2006 Mar 01
1
Checking out yum localinstall before installing
I want to just see what will happen (ie success, or some dependencies
still cannot be met) with:
yum localinstall whatever.rpm
I ASSuME (I have googled for this, but it is not clear) that
localinstall will take the rpm, install it, and go to the yum repro
to meet any outstanding dependencies.
I just want to test this right now, not actually do it. I want to
know what yum would install from
2012 Jul 23
2
'localyum' alias...
This alias should be a great default addition to the bashrc... as it
helps install packages to a CentOS system from the mounted install CD
before you get networking up and running...
alias localyum='yum --disablerepo=* localinstall'
Does Red Hat care about Requests for Enhancement? or is filing a bug pointless?
FC
2005 Jan 07
5
Instiki 0.9.2
Instiki 0.9.2 has arrived.
* The notorious "rollbacks by crawlers" bug fixed.
* Instiki is distributed as a gem (experimental)
* New maintainer (yours truly)
* Assorted other minor changes
Best regards,
Alexey Verkhovsky
=============
Don''t shoot the pianist, he''s doing his best
README
Path:
README
Last Update:
Fri Jan 07 10:06:43
2006 Jul 26
11
Finding perl-MIME-Base64
I am told by yum localinstall that I need this for TinyCA2.
When I search for it, it seems like it SHOULD be part of basic perl
package, but it is hard to argue with yum on dependencies.....
2006 Jun 06
4
Fedora source packages on Centos -- libtiff again
In my seeking a managable way to build libtiff, on the Asterfax forum
I got the following recommendation (from another fax user that made
the move to libtiff 3.8.2):
================================================================
Hi Robert,
I have compiled libtiff-3.8.2 from the source package for my Fedora
Core 4 machine.
I am not sure about CentOS, but I think you can try to do the same
2005 Oct 11
0
DB in memory...
Hi all,
I''d like to develop an application with an in-memory db.
I''d like to use the same model of Instiki.
Instiki uses Madeleine to work.
I''d like to know what are the basic step I must do to build a model
class to make it "storable" in Madeleine.
I am watching at the Instiki source but ruby is still new to me...and I
have find little comments on
2012 Mar 02
0
Blank screen while loading AMD/ATI graphics driver (fglrx) in Dom0 (Linux 3.0/3.2) with Xen 4.1/4.2
Hi,
Xen wiki states that using linux 3.0 and above as dom0 works with all
graphics cards. I could install the fglrx graphics driver on my desktop
machine with a discrete graphics card (Radeon HD 5870), but I see a blank
screen while loading fglrx on my AMD Fusion E350 machine with integrated
graphics card (Radeon HD 6310). The graphics driver loads fine when the
Linux kernel runs alone not as
2012 Mar 12
1
Xen and ATI Radeon 4200
Hi there,
I''ve been trying to find out why my X server is not working with xen and
my ati radeon driver, this is what I''ve got
uname -a
Linux netwarrior 3.2.4-debian #1 SMP Sun Mar 11 22:50:18 ART 2012 x86_64
GNU/Linux
xorg.conf
Driver "fglrx"
grub config
menuentry ''Debian GNU/Linux, with Linux 3.2.4 Debian'' --class debian
--class gnu-linux
2007 Oct 27
0
How To Run Compiz from KDE or fluxbox with the new fglrx-8.42 driver from ATI
This is just What I need, I get the new fglrx driver working
with 3d accel, but I don't know how to configure the xorg.conf
for this new driver because AIGLX it's supported and I need some help,
I run fluxbox1.0 and kde-3.5.7, any help will be very thankfully appreciated,
thanks a lot.
NOTE: I don't use any official distribution, I run a LFS (Linux From
Scratch ) Linux dist.
olr
===