On Fri, Jan 23, 2004 at 10:51:24AM -0500, Michael Taylor wrote:
> Sven Luther wrote:
> > On Thu, Jan 22, 2004 at 05:12:28PM -0500, Michael Taylor wrote:
>
> >>I don't understand the Debian policy but it would be nice if at least 4.3.0 was
> >>included in th
Sven Luther wrote:
> On Thu, Jan 22, 2004 at 05:12:28PM -0500, Michael Taylor wrote:
>>I don't understand the Debian policy but it would be nice if at least 4.3.0 was
>>included in their release of sarge as stable next month.
>
>
> A debian/sarge release next
ichel's DRI packages
> deb http://people.debian.org/~daenzer/dri-trunk ./
> deb-src http://people.debian.org/~daenzer/dri-trunk ./
> As backporting 4.3.0 to debian/woody needs that you already have a
> running 4.2.1 backport and some other dependency hell.
Well, he has installe
On Thu, Jan 22, 2004 at 09:00:35PM -0700, Marc Aurele La France wrote:
> On Thu, 22 Jan 2004, Michael Taylor wrote:
>
> > Marc Aurele La France wrote:
> > > This came up while helping some clueless Windows exile(e):
>
> > > So, how come Debian "stable&qu
On Thu, Jan 22, 2004 at 05:12:28PM -0500, Michael Taylor wrote:
> Marc Aurele La France wrote:
> > This came up while helping some clueless Windows exile(e):
> >
> > So, how come Debian "stable" is still at XFree86 4.1?
>
> Because that is what they had i
On Thu, 22 Jan 2004, Michael Taylor wrote:
> Marc Aurele La France wrote:
> > This came up while helping some clueless Windows exile(e):
> > So, how come Debian "stable" is still at XFree86 4.1?
> Because that is what they had in 'testing' when they releas
Marc Aurele La France wrote:
> This came up while helping some clueless Windows exile(e):
>
> So, how come Debian "stable" is still at XFree86 4.1?
Because that is what they had in 'testing' when they released Debian 3.0r0
(woody) back in July 2002. Currently
This came up while helping some clueless Windows exile(e):
So, how come Debian "stable" is still at XFree86 4.1?
Marc.
+--+---+
| Marc Aurele La France | work: 1-780-492-9310 |
| Computing a
David Dawes wrote:
> On Fri, Dec 12, 2003 at 09:57:39AM -0600, Warren Turkal wrote:
>>This changes the configuration, only for Debian, such that the manpages
>>end up in the right places with the right names. I would be wonderful if
>>this could be committed so this happ
On Fri, Dec 12, 2003 at 09:57:39AM -0600, Warren Turkal wrote:
>This changes the configuration, only for Debian, such that the manpages end
>up in the right places with the right names. I would be wonderful if this
>could be committed so this happens automatically for people compiling o
I was messing around with the Debian packages a that are in the 4.3.0 Debian
packages and trying to apply them to 4.3.901. I came across one that
applied that I thought was already done. Does DPMS on ati radeon work in
the 4.3.901? I could not find the bug in bugzilla that used to be
associated
I was messing around with the Debian packages a that are in the 4.3.0 Debian
packages and trying to apply them to 4.3.901. I came across one that
applied that I thought was already done. Does DPMS on ati radeon work in
the 4.3.901? I could not find the bug in bugzilla that used to be
associated
This changes the configuration, only for Debian, such that the manpages end
up in the right places with the right names. I would be wonderful if this
could be committed so this happens automatically for people compiling on
Debian.
Also, is there any chance of that documentation patch I put on the
This is a patch to add sun type6 keyboard support. It comed from the patches
debian puts on the 4.3.0 source before building the packages. I think this
type of info should be passed to the XFree86 core so that everyone who uses
XFree86 can take advantage of this.
Warren Turkal
--- xc/programs
> This is a patch to add sun type6 keyboard support. It comed from the patches
> debian puts on the 4.3.0 source before building the packages. I think this
> type of info should be passed to the XFree86 core so that everyone who uses
> XFree86 can take advantage of this.
Comm
from loading but I still see the same
> messages in the XF86 log file. Maybe I need to do something else to stop
> DRI from trying to load...
Don't worry about the DRI, it shouldn't have any influence on your
problem. It gets disabled with multihead anyway.
--
Earthling Michel Dä
It's not the DRI per se... it's the radeon memory manager. it attempts
to statically allocate offscreen memory for use by the DRI, pixmaps,
etc. It has no effect on modes, so you can safely ignore it.
Alex
--- "Andreakis, Dean (MED)" <[EMAIL PROTECTED]> wrote:
> Alex,
>
> I went ahead and comm
Alex,
I went ahead and commented out the dri section and the Load "dri", Load
"GLcore" and Load "glx" lines in the "Module" section of XF86Config-4 to
try and prevent the DRI drivers from loading but I still see the same
messages in the XF86 log file. Maybe I need to do something else to stop
DRI
this is from the DRI (front, back, and depth buffers) not the 2D driver
I think.
Alex
--- "Andreakis, Dean (MED)" <[EMAIL PROTECTED]> wrote:
>
> (WW) RADEON (0): Static buffer allocation failed -- need at least
> 9216
> kB video memory
> (II) RADEON (0): Memory manager initialzed to (0,0) (10124
Ben,
Thanks again. I see the section in radeonfb.c you mentioned below:
You are probably hitting this:
>
> if ((var->xoffset + var->xres > var->xres_virtual)
> || (var->yoffset + var->yres > var->yres_virtual))
>return -EINVAL;
>
> In radeonfb fb_pan_display()
On Fri, 2003-06-13 at 17:08, Andreakis, Dean (MED) wrote:
> Given this result I tried comparing the sections of code in the kernel
> fbdev driver and the XF86 radeon driver that sets up the PLL and there
> was just a few minor diff's in the default min/max values. I went ahead
> and changed these
Ben,
Thanks for the information. I used fbset -x and updated XF86Config-4
accordingly.
All of the test results from my original post were without using the
kernel fbdev driver. I just now went ahead and added Option "UseFBDev"
to the lcd-related device section in XF86Config-4 and set BusID to
0:1
On Fri, 2003-06-13 at 00:10, Alex Deucher wrote:
> there are alot of issues with dualhead and LCDs on PPC. I believe the
> fix is to use fbdev, but I'm not sure anyone has gotten dualhead to
> work yet. check the archives from last month.
I had it working on the M6 a while ago, I haven't yet tri
> hing is ok.
>
> 2. On the iBook if I set both BusID's in both device sections to 0:10:0
> then X won't startup even though this is the ID reported by lspci for
> the ATI chip. If I just set the BusID in the device section associated
> with the external CRT to 0:10:0 then X will start and the co
I dont really know driver or chipset in detail,
but its the way that it needs programming so
that the timing for the LCD does match. black
or striped or whatever effects do indcate
wront timing for the flat pane display.
If the device is capable of dual head in other
OS condtions then it can do it
ual independent heads on my iBook that has
> Debian(sid) installed and XFree86 4.3.0.
>
> The iBook has an ATI Mobility Radeon 7500 (M7) installed. In order to
> alleviate configuration issues I set the same mode up successfully on
> my
> Dell laptop with RH9 installed that also h
I am trying to enable dual independent heads on my iBook that has
Debian(sid) installed and XFree86 4.3.0.
The iBook has an ATI Mobility Radeon 7500 (M7) installed. In order to
alleviate configuration issues I set the same mode up successfully on my
Dell laptop with RH9 installed that also has
27 matches
Mail list logo