Re: virtual screen > 2048 pixels, Intel 945

2009-07-29 Thread Colin Guthrie
'Twas brillig, and Michel Dänzer at 29/07/09 11:56 did gyre and gimble:
> On Wed, 2009-07-29 at 09:31 +0100, Colin Guthrie wrote:
>> 'Twas brillig, and McDonald, Michael-p7438c at 28/07/09 21:31 did gyre 
>> and gimble:
>>> Hmm, the abstract for the Linux Plumbers Conference paper to be 
>>> presented in September claims Shatter is an EXA extension and 
>>> IntelLinuxGraphics 2.8 dropped EXA support. Doesn't sound like it'll 
>>> help the 945 guys after all!  :-)
>> Nah, have faith, it will :)
>>
>> Shatter started off as EXA but it will move to UXA (UXA is basically 
>> very similar to EXA but with a different memory manager and some other 
>> gubbins I don't fully appreciate!).
> 
> Sure about that? Comparatively simple EXA improvements (e.g. eliminating
> software fallbacks from exaGlyphs when there's no mask) have yet to be
> ported to UXA after almost half a year.

Well I'm not 100% sure but as it states quite clearly on the 
intellinuxgraphics site's release notes from a week or two back that 
shatter is still going to be the solution here, I'm inferring that it'll 
ultimately work with UXA... if that's wrong, sorry for the FUD or at 
lease for the U bit :p

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: virtual screen > 2048 pixels, Intel 945

2009-07-29 Thread Michel Dänzer
On Wed, 2009-07-29 at 09:31 +0100, Colin Guthrie wrote:
> 'Twas brillig, and McDonald, Michael-p7438c at 28/07/09 21:31 did gyre 
> and gimble:
> > Hmm, the abstract for the Linux Plumbers Conference paper to be 
> > presented in September claims Shatter is an EXA extension and 
> > IntelLinuxGraphics 2.8 dropped EXA support. Doesn't sound like it'll 
> > help the 945 guys after all!  :-)
> 
> Nah, have faith, it will :)
> 
> Shatter started off as EXA but it will move to UXA (UXA is basically 
> very similar to EXA but with a different memory manager and some other 
> gubbins I don't fully appreciate!).

Sure about that? Comparatively simple EXA improvements (e.g. eliminating
software fallbacks from exaGlyphs when there's no mask) have yet to be
ported to UXA after almost half a year.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: virtual screen > 2048 pixels, Intel 945

2009-07-29 Thread Colin Guthrie
'Twas brillig, and McDonald, Michael-p7438c at 28/07/09 21:31 did gyre 
and gimble:
> Hmm, the abstract for the Linux Plumbers Conference paper to be 
> presented in September claims Shatter is an EXA extension and 
> IntelLinuxGraphics 2.8 dropped EXA support. Doesn't sound like it'll 
> help the 945 guys after all!  :-)

Nah, have faith, it will :)

Shatter started off as EXA but it will move to UXA (UXA is basically 
very similar to EXA but with a different memory manager and some other 
gubbins I don't fully appreciate!).

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


RE: virtual screen > 2048 pixels, Intel 945

2009-07-28 Thread Jin, Gordon
Tamas Papp wrote on Tuesday, July 28, 2009 11:21 PM:
> Hi,
> 
> I have an Intel 945 video card in my laptop.  I would like to use an
> external monitor (positioned right of the main screen), but the total
> width exceeds 2048, the virtual screen size, pixels so I can't.  
> 
> My xorg.conf has
> 
> Section "Screen"
> Identifier "Screen"
> Device "Card0"
> Monitor"Monitor0"
> SubSection "Display"
>Viewport   0 0
> Depth 24
> Virtual 2560 1024
> EndSubSection
> EndSection
> 
> so the virtual screen should be big enough, but apparently X ignores
> this.  I found this in the log: 
> 
> (EE) intel(0): Cannot support DRI with frame buffer width > 2048
> 
> Questions:
> 
> 1. Is X ignoring the Virtual setting because of the DRI, or some
> other reason? 
> 2. If it is the DRI, can I disable it somehow?  I tried various
> things (including disabling glx, dri and dri2 in the modules section,
> Option "DRI" "false" for the device), but  
> 
> $ glxinfo | head
> name of display: :0.0
> display: :0  screen: 0
> direct rendering: Yes
> server glx vendor string: SGI
> server glx version string: 1.2
> server glx extensions:
> GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
> GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
> GLX_OML_swap_method, GLX_SGI_make_current_read,
> GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
> GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer 
> 
> and
> 
> $ grep dri /var/log/Xorg.0.log
> X.Org XInput driver : 4.0
> (WW) "dri" will not be loaded unless you've specified it to be loaded
> elsewhere. (WW) "dri2" will not be loaded unless you've specified it
> to be loaded elsewhere. (II) "dri" will be loaded even though the
> default is to disable it. (II) "dri2" will be loaded even though the
> default is to disable it. 
> 
> so I don't think I was successful.
> 
> Any help would be appreciated.  I am happy to run the laptop without
> DRI, but I need that second screen on the right, not below.  It used
> to work fine, but a recent upgrade (I don't know which) changed
> things.  I am using Debian, $ dpkg -l xserver-xorg-video-intel | grep
> ii   
> ii  xserver-xorg-video-intel  2:2.8.0-1
> $ uname -r
> 2.6.31-rc4-686
> 
> Thank you,
> 
> Tamas

A kernel fix is required: https://bugs.freedesktop.org/show_bug.cgi?id=21190#c11
It's in drm-intel-next. I don't know if it's in Linus's tree.

Gordon
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


RE: virtual screen > 2048 pixels, Intel 945

2009-07-28 Thread McDonald, Michael-p7438c


From: xorg-boun...@lists.freedesktop.org
[mailto:xorg-boun...@lists.freedesktop.org] On Behalf Of Tamas Papp
Sent: Tuesday, July 28, 2009 12:14 PM
To: Colin Guthrie
Cc: x...@freedesktop.org
Subject: Re: virtual screen > 2048 pixels, Intel 945


On Tue, Jul 28, 2009 at 8:15 PM, Colin Guthrie
 wrote:


'Twas brillig, and Tamas Papp at 28/07/09 16:20 did gyre
and gimble:

> Any help would be appreciated.  I am happy to run the
laptop without
> DRI, but I need that second screen on the right, not
below.  It used to
> work fine, but a recent upgrade (I don't know which)
changed things.  I
> am using Debian,


This will ultimately be solved by "shatter", but I'm not
sure if there
are recent changes that force the use of DRI? I suspect
this may be the
case considering the info on intellinuxgraphics.org site
which
specifically mentions shatter for the first time.


Shatter looks neat (first time I hear about it), but is there
perhaps a more immediate workaround? It used to work, just a week ago.


Tamas
 

Hmm, the abstract for the Linux Plumbers Conference paper to be
presented in September claims Shatter is an EXA extension and
IntelLinuxGraphics 2.8 dropped EXA support. Doesn't sound like it'll
help the 945 guys after all!  :-)
 
Mike McDonald
 
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: virtual screen > 2048 pixels, Intel 945

2009-07-28 Thread Tamas Papp
On Tue, Jul 28, 2009 at 8:15 PM, Colin Guthrie  wrote:

> 'Twas brillig, and Tamas Papp at 28/07/09 16:20 did gyre and gimble:
> > Any help would be appreciated.  I am happy to run the laptop without
> > DRI, but I need that second screen on the right, not below.  It used to
> > work fine, but a recent upgrade (I don't know which) changed things.  I
> > am using Debian,
>
> This will ultimately be solved by "shatter", but I'm not sure if there
> are recent changes that force the use of DRI? I suspect this may be the
> case considering the info on intellinuxgraphics.org site which
> specifically mentions shatter for the first time.


Shatter looks neat (first time I hear about it), but is there perhaps a more
immediate workaround? It used to work, just a week ago.

Tamas
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: virtual screen > 2048 pixels, Intel 945

2009-07-28 Thread Colin Guthrie
'Twas brillig, and Tamas Papp at 28/07/09 16:20 did gyre and gimble:
> Any help would be appreciated.  I am happy to run the laptop without 
> DRI, but I need that second screen on the right, not below.  It used to 
> work fine, but a recent upgrade (I don't know which) changed things.  I 
> am using Debian,

This will ultimately be solved by "shatter", but I'm not sure if there 
are recent changes that force the use of DRI? I suspect this may be the 
case considering the info on intellinuxgraphics.org site which 
specifically mentions shatter for the first time.

/me really looks forward to it.

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg