Displaying 20 results from an estimated 300 matches similar to: "[ANNOUNCE] xf86-video-s3virge 1.10.1"
2019 Feb 08
0
[ANNOUNCE] xf86-video-s3virge 1.11.0
This is a maintenance release of S3 ViRGE DDX for X.Org X Server.
Please note that the code may not compile against X Server 1.20 since it no longer supports 24-bit color. [1]
The DDX compiles cleanly without compilation warnings on X Server 1.19.6.
Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com
[1]
2015 Sep 26
0
[ANNOUNCE] xf86-video-s3virge 1.10.7
Adam Jackson (3):
Use own thunk function instead of vgaHW*Weak
Fix build against xserver 1.17
Remove call to miInitializeBackingStore
Matt Turner (1):
xf86-video-s3virge 0.10.7
git tag: xf86-video-s3virge-1.10.7
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-s3virge-1.10.7.tar.bz2
MD5: 9d4dd8060544d95a1ce7d0ce0853cbe6 xf86-video-s3virge-1.10.7.tar.bz2
2008 Mar 19
0
[ANNOUNCE] xf86-video-s3virge 1.10.0
Adam Jackson (3):
Death to RCS tags.
Fix distcheck
s3virge 1.10.0
Alan Coopersmith (2):
Replace references to XFree86/XF86Config in man page
renamed: .cvsignore -> .gitignore
Brice Goglin (1):
Define S3VIRGE_VERSION_* using PACKAGE_VERSION*
Dave Airlie (2):
s3virge: pciaccess conversion
oops fixed pointed out by pcpa
Matthieu Herrb (1):
2008 Jan 02
1
[Fwd: Problems with two S3 video devices.]
Please, I need some type of help with this issue.
Thanks!!
---------------------------- Mensaje original ----------------------------
Asunto: Problems with two S3 video devices.
De: "ArcosCom Linux User" <linux at arcoscom.com>
Fecha: Vie, 28 de Diciembre de 2007, 9:48
Para: xorg at lists.freedesktop.org
2009 Feb 13
4
running x.org on powerpc64 with nvidia6200
I am newbie in this topic and I have problems trying to bring x.org up
on the hardware I have:
IBM QS22 BladeServer (PowerPC64 architecture) with PCI-Express connected
nVidia 6200 video card.
OS: Fedora 10-ppc: Linux localhost.localdomain 2.6.27.5aik #1 SMP Tue
Feb 10 14:55:56 EST 2009 ppc64 ppc64 ppc64 GNU/Linux
I downloaded and compiled DRM driver (git clone
2010 Nov 12
2
X11R7.6 Release Candidate 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It's a bit after 11pm, on the 11th day of the 11th month of the year,
so what better time for a new release of X11!
Release Candidate 1 of X11R7.6 has been posted at:
http://www.x.org/releases/X11R7.6-RC1/
This includes all the source tar files for the versions of the modules
currently considered part of the core release set (aka the
2017 Feb 23
0
imap/pop3-login assertion failed in dovecot 2.2.27 (c0f36b0)
Hello,
I have noticed few errors like this. I don't recall seeing that with
version 2.2.10
Feb 23 05:20:03 mail21 dovecot[6569]: imap-login: Panic: file
login-proxy-state.c: line 77 (login_proxy_state_deinit): assertion
failed: (rec->num_waiting_connections == 0)
Feb 23 05:50:03 mail21 dovecot[15044]: pop3-login: Panic: file
login-proxy-state.c: line 77 (login_proxy_state_deinit):
2008 Oct 04
0
Attributes of top level environments clobbered (was Re: [R] possible bug in function 'var' in R 2.7.2?)
On Sat, Oct 4, 2008 at 10:45 AM, laurent <lgautier at gmail.com> wrote:
>
> On Sat, 2008-10-04 at 12:00 +0200, r-devel-request at r-project.org wrote:
>> Message: 18
>> Date: Fri, 3 Oct 2008 15:35:18 -0500 (CDT)
>> From: Luke Tierney <luke at stat.uiowa.edu>
>> Subject: Re: [Rd] Attributes of top level environments clobbered (was
>> Re: [R]
2005 May 22
1
ActiveRecord: can not connect to mysql
Hi
I would like to write my first application with Active
Record:
this is my database table:
id PRIMAREY KEY auto_increment
german_name varchar(50)
english_name varchar(50) |
wingspan
this is my code:
=======================
#!/usr/local/bin/ruby -w
require ''rubygems''
require_gem ''activerecord'', ">= 1.10.1"
2005 Apr 26
2
SQLite error
I have an app that seems to run fine when I develop on windows, but in
my linux deployment environment I get this error:
uninitialized constant SQLite
Here is the stack trace:
/usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/dependencies.rb:183:in
`const_missing''
2005 Jun 13
1
Question on Eager Associations
Hi - I am trying to use eager associations to cut down on database queries.
I have a feeds table, an items table, a categories table, and a
categories_items table.
feeds have items, and items have many categories (and categories can
be assigned to many items), thus the categories_items table which is a
many-many join table.
I do
@feed = Feed.find(1)
which works fine, but now I want to use
2005 Oct 21
1
initialize in helpers
Hi,
I have just upgraded to the latest version of rails and zero arg
initializers in helpers stopped working. ie I previously had something like
module CheeseHelper
def initialize
... init some vars etc ...
end
end
class GobbleController < ApplicationController
helper :cheese
end
But this will generate an exception down in the guts of the framework
because something has a 3-arg initialize
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 11:03 AM, Greg Stark <stark at mit.edu> wrote:
> On Thu, Sep 3, 2015 at 6:54 PM, Kostya Serebryany <kcc at google.com> wrote:
> > Looks correct.
>
> Ah! With a fresh pair of eyes it's obvious what was wrong. I had
> compiled everything with sanitize-coverage except the Fuzzer code
> itself but that included the file with the wrapper
2006 Apr 17
0
RMagick installation error.
Hi everyone,
I don''t know if it''s the right place to ask you this question.
Anyway, now I''m trying to install RMagick, under Ubuntu Linux, in order
to have an image resizing using RubyonRails. I followed the description
how to install RMagic:
http://rmagick.rubyforge.org/install-linux.html
Everything works, as it''s written, but during the last point (Step 3:
2005 Sep 28
0
CentOS-announce Digest, Vol 7, Issue 15
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Jan 11
0
CESA-2007:0011 Moderate CentOS 4 s390(x) libgsf - security update
CentOS Errata and Security Advisory 2007:0011
https://rhn.redhat.com/errata/RHSA-2007-0011.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/libgsf-1.10.1-2.s390.rpm
updates/s390/RPMS/libgsf-devel-1.10.1-2.s390.rpm
s390x:
updates/s390x/RPMS/libgsf-1.10.1-2.s390x.rpm
updates/s390x/RPMS/libgsf-devel-1.10.1-2.s390x.rpm
--
Pasi
2007 Oct 10
0
CentOS-announce Digest, Vol 32, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2005 Apr 26
0
NoMethodError (undefined method `fetch_fields' for nil:NilClass)
Hi
I''m new to Rails (and Ruby) and I can''t get it to work properly.
Every time I want to do something with my database-connection (e.g.
use scaffold) I get this, or something similiar (from development.log):
>> Beneath this code there''s some more text <<
-------
Processing CategoryController#index (for 127.0.0.1 at Tue Apr 26
21:43:45 CEST 2005)
2007 Jan 12
0
CentOS-announce Digest, Vol 23, Issue 3
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Feb 14
8
[Bug 14491] New: enabling randr-1. 2 support causes LVDS unknown config bits error when starting the X server
http://bugs.freedesktop.org/show_bug.cgi?id=14491
Summary: enabling randr-1.2 support causes LVDS unknown config
bits error when starting the X server
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: