Displaying 20 results from an estimated 54 matches for "younes".
2009 Jun 24
3
[Bug 22460] New: Demos crash with NV40 driver
http://bugs.freedesktop.org/show_bug.cgi?id=22460
           Summary: Demos crash with NV40 driver
           Product: Mesa
           Version: CVS
          Platform: x86-64 (AMD64)
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy:
2009 Apr 14
15
[Bug 21186] New: nouveau very slow with screen size > 1680
http://bugs.freedesktop.org/show_bug.cgi?id=21186
           Summary: nouveau very slow with screen size > 1680
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
  
2008 Apr 27
2
[Bug 15736] New: Account request
...equest
           Product: xorg
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: younes.m at gmail.com
         QAContact: xorg-team at lists.x.org
Created an attachment (id=16206)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=16206)
GPG public key
Account request for GSOC '08 project "Generic GPU-Accelerated Video
Decoding"...
Name: Younes Manton
Email: you...
2009 Dec 04
1
[Bug 25440] New: PATCH: fixes conflicting miptree definitions
http://bugs.freedesktop.org/show_bug.cgi?id=25440
           Summary: PATCH: fixes conflicting miptree definitions
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
     
2009 Apr 17
12
[Bug 21257] New: Qt applications strange behavior
http://bugs.freedesktop.org/show_bug.cgi?id=21257
           Summary: Qt applications strange behavior
           Product: xorg
           Version: 7.4
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: luizluca at
2008 Jul 30
4
[Bug 16897] New: Support for multiple nvidia cards
http://bugs.freedesktop.org/show_bug.cgi?id=16897
           Summary: Support for multiple nvidia cards
           Product: xorg
           Version: unspecified
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2008 May 30
9
[Bug 16165] New: Multi-gpu Quadro NVS 400 (NV17a x2) fails to initialise xserver
http://bugs.freedesktop.org/show_bug.cgi?id=16165
           Summary: Multi-gpu Quadro NVS 400 (NV17a x2) fails to initialise
                    xserver
           Product: xorg
           Version: 7.3
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo:
2009 Jan 10
5
[Bug 19491] New: S-video & composite output
http://bugs.freedesktop.org/show_bug.cgi?id=19491
           Summary: S-video & composite output
           Product: xorg
           Version: 7.4
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: monnier at
2003 Apr 18
1
MCMCpack gelman.plot and gelman.diag
Hi, 
A question. When I run gelman.diag and gelman.plot
with mcmc lists obtained from MCMCregress, the results are following.  
> post.R <- MCMCregress(Size~Age+Status, data = data, burnin = 5000, mcmc = 100000,
+         thin = 10, verbose = FALSE, beta.start = NA, sigma2.start = NA,
+         b0 = 0, B0 = 0, nu = 0.001, delta = 0.001) 
> post1.R <- MCMCregress(Size~Age+Status, data
2009 Apr 11
9
[Bug 21124] New: nouveau: fonts "chipped" on NV44
http://bugs.freedesktop.org/show_bug.cgi?id=21124
           Summary: nouveau: fonts "chipped" on NV44
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
    
2008 Mar 20
2
GSOC '08 hardware accelerated video decoding
Hi,
I'm considering submitting a project for this year's Google Summer of
Code program that would involve making progress on hardware
accelerated video decoding for the nouveau driver and wanted some
feedback.
I know that this isn't a big priority at the moment amongst the
regular contributors, but I think it would make a good GSOC project
because of it's somewhat narrow scope. I
2003 Apr 15
1
Installing RMySQL with MySQL-4.0.12 on Debian Linux
Hi,
I got error messeges when I try to install RMySQL. The version of
MySQL installed on my Debian is 4.0.12. Error messages were about the
location of /include and /lib of MySQL distribution. Final error
messages were;
usr/bin/ld: cannot find -lz 
Any tips or advices?
Thanks
-- 
Sung-youn Kim
--------------
Dept. of Political Science
Stony Brook University (SUNY at Stony Brook)
Office:
2010 Jan 18
2
Gallium - remove DRI1 support
Compilation tested.
-- 
Jabber/XMPP: okias at isgeek.info
SIP VoIP: sip:17474537254 at proxy01.sipphone.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-nouveau-remove-dri1-support.patch
Type: application/octet-stream
Size: 2506 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/nouveau/attachments/20100118/8c3066ac/attachment.obj
2011 Nov 22
0
[PATCH] drm/nouveau: Keep RAMIN heap within the channel.
The entire RAMIN is allocated to be 'size', but the heap is
specified as 'base' + 'size' inside RAMIN, so it will overflow
past RAMIN by 'base' bytes on NV50+ and clobber other allocatons
unless it's size is adjusted.
Signed-off-by: Younes Manton <younes.m at gmail.com>
---
 drivers/gpu/drm/nouveau/nouveau_object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_object.c b/drivers/gpu/drm/nouveau/nouveau_object.c
index 02222c5..960c0ae 100644
--- a/drivers/gpu/drm/nouvea...
2012 Sep 08
2
How to Rename Column Labels?
Hi,
How do I rename the column labels in the table?
For Instance, if I have a table like this, and I want to have the column labels changed from "A1 A2 A3 A4 A5" to "Mike Kate Michelle Paul Young"
      A1     A2     A3    A4    A5
1  33    44      55      66    77
2
3
4
5
6
7
7
8
9
and my text file location is: ""/Users/MAC/Desktop/data.txt"
When I type in
2010 Aug 05
2
Optimus and Nvidia
I need to buy a Sager 5125 laptop immediately and I am concerned about the
Optimus setup in this model.
It comes with a Nvidia 330M/Intel Hybrid.
I want to use this with Fedora 13.  I do not care if I can switch.  I just
want it to work.  I can also deal with only the onboard graphics working in
linux.
Do you think the HDMI output will work or I will need the 330M driver for
that?
I see nvidia
2010 Jun 11
2
Need help getting nouveau drivers working on Fedora 13
My desktop computer uses a GeForce FX 5200 card and, when I was using 
Fedora 11, the kmod-nvidia drivers (a Fedora-specific repackaging of the 
binary blob) worked Just Fine.  Now, even though I've followed all of 
the instructions for them, they don't.  In fact, my system won't even 
complete booting if they're active.  (I'm posting from a laptop, while 
I'm trying to get
1998 May 27
3
Problems with installation
...here... Same error message.
I figured that I did something wrong, but don't know what yet...
Could anyone help pls?
Thanks in advance
Roland
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vcard.vcf
Type: text/x-vcard
Size: 402 bytes
Desc: Card for Roland  Younes
Url : http://lists.samba.org/archive/samba/attachments/19980527/5c818550/vcard.vcf
2010 Aug 03
7
[Bug 29386] New: 2D performance drops drastically when enabling a 2nd monitor
https://bugs.freedesktop.org/show_bug.cgi?id=29386
           Summary: 2D performance drops drastically when enabling a 2nd
                    monitor
           Product: xorg
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo:
2009 Jun 14
3
Syncing to vblank for interlaced video modes
Hello,
I'll start by applauding your efforts to make an open source driver for nv hardware.  I imagine it is a very difficult task trying to reverse engineer hardware and produce something useful and featureful.
I wish to make a change to the nouveau source.  You might say I am considering becoming a nouveau developer.  I am one of those crazy nutters who connects my nvidia card directly to