osdir.com
mailing list archive F.A.Q. -since 2001!



Subject: [ rdesktop-Bugs-1492062 ] rdesktop fullscreen
with Xinerama - msg#00004

List: network.rdesktop.devel

Mail Archive Navigation:
by Date: Prev Next Date Index by Thread: Prev Next Thread Index

Bugs item #1492062, was opened at 2006-05-20 14:42
Message generated for change (Comment added) made by gjasny
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=381347&aid=1492062&group_id=24366

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Visual
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Darkvater (darkvater)
Assigned to: Nobody/Anonymous (nobody)
Summary: rdesktop fullscreen with Xinerama

Initial Comment:
When using RDesktop (1.4.1) with Xinerama or Twinview
enabled the fullscreen spans both 'desktops'. The
desired functionality would be of course to only
fullscreen on one screen.

I see in the patches.txt there is a patch around for
this:
http://bibl4.oru.se/projects/rdesktop/patch19/patches/
spark_xinerama-patch2

Is there a reason this is not yet applied?


----------------------------------------------------------------------

Comment By: Gregor Jasny (gjasny)
Date: 2007-02-07 13:42

Message:
Logged In: YES
user_id=326583
Originator: NO

Hi,

After enhancing the spark_xinerama-patch2 I've noticed this thread:

You can find my patch at:
http://www.htw-dresden.de/~s51213/patches/rdesktop-xinerama.diff

If xinerama is available you can use -f<screenx> for fullscreen on
xinerama screen x.

joycea: Some problems I see in your patch:
* XineramaQueryScreens: You dont check if it is returning NULL or screens
== 0
* while-loop: If none of the screens contains the coordinates you'll get a
SIGSEV.
* It's also impossible to get a fullscreen over all screen with activated
xinerama.

Maybe we can combine our patches into one?

Cheers,
Gregor

----------------------------------------------------------------------

Comment By: Andrew Joyce (joycea)
Date: 2006-07-28 01:09

Message:
Logged In: YES
user_id=1562201

I have further cleaned up this patch to hopefully make it's
application more attractive. The autoconf script has been
patched and the correct screen to maximize to is now determined.

The new patch is at:
http://joyce.webcreations.ca/rdesktop/rdesktop-1.4.1-xinerama.patch

Thanks,
Andrew Joyce
joyce@xxxxxxxxxxxxxxx


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2006-07-27 03:26

Message:
Logged In: NO

I have made a patch against 1.4.1 mostly modeled upon the
patch referenced above. There are a few rough edges, but at
least it fullscreens correctly to a single monitor. If
someone could suggest how I can get the current coordinates
of the active window -- I have virtually no X11 programming
experience -- I will figure out how to update the program so
that it maximizes to the physical screen the window
currently sits on.

The patch can be found at:
http://joyce.webcreations.ca/rdesktop/

Andrew Joyce
joyce@xxxxxxxxxxxxxxx


----------------------------------------------------------------------

Comment By: Darkvater (darkvater)
Date: 2006-05-20 14:44

Message:
Logged In: YES
user_id=996227

Perhaps a cleanup of patches.txt where removing the already
applied patches is done? I see a lot of patches are already
applied.


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=381347&aid=1492062&group_id=24366

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Thread at a glance:

Previous Message by Date:

[ rdesktop-Bugs-1632821 ] An infinite loop happens, while errno=9

Bugs item #1632821, was opened at 2007-01-10 16:09 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381347&aid=1632821&group_id=24366 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: An infinite loop happens, while errno=9 Initial Comment: Dears, An infinite loop happens, while errno=9 resulted from calling a system call "select()" in a file xwin.c. As a temporary measures, I inserted a state "break;" after the state "case -1:" in the source file. Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-02-04 17:27 Message: Logged In: NO Sorry, the previous temporary measures is incorrect. The errno=9 seems to happen for /dev/dsp on RedHat3, though I don't know the issue. I found that any modification as ignoring the error keeps away freeze by the infinite loop. ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2007-01-25 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Peter Ãstrand (astrand) Date: 2007-01-10 22:37 Message: Logged In: YES user_id=344921 Originator: NO errno 9 is typically "Bad file descriptor". Perhaps has something to do with sound or some other device redirection. Which version are you using? Please re-test with the latest CVS snapshot. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381347&aid=1632821&group_id=24366 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ rdesktop-devel mailing list rdesktop-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/rdesktop-devel

Next Message by Date:

[ rdesktop-Patches-1657964 ] Copy causes segfault

Patches item #1657964, was opened at 2007-02-12 13:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381349&aid=1657964&group_id=24366 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jos Dehaes (joske) Assigned to: Nobody/Anonymous (nobody) Summary: Copy causes segfault Initial Comment: Hi, with rdesktop 1.5.0 I always get a segfault (using rdp 5) if I select copy (ctrl-c or right-click copy). The error is here: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1213683232 (LWP 24937)] 0x0805ce6b in xclip_handle_SelectionRequest (event=0xbf94b2d8) at xclip.c:806 806 format = *(uint32 *) prop_return; The pointer prop_return is NULL. The attached patch fixes this for me, but feel free to fix it in a better way if possible :-). ciao, jos ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381349&aid=1657964&group_id=24366 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Previous Message by Thread:

[ rdesktop-Bugs-1632821 ] An infinite loop happens, while errno=9

Bugs item #1632821, was opened at 2007-01-10 16:09 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381347&aid=1632821&group_id=24366 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: An infinite loop happens, while errno=9 Initial Comment: Dears, An infinite loop happens, while errno=9 resulted from calling a system call "select()" in a file xwin.c. As a temporary measures, I inserted a state "break;" after the state "case -1:" in the source file. Thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-02-04 17:27 Message: Logged In: NO Sorry, the previous temporary measures is incorrect. The errno=9 seems to happen for /dev/dsp on RedHat3, though I don't know the issue. I found that any modification as ignoring the error keeps away freeze by the infinite loop. ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2007-01-25 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Peter Ãstrand (astrand) Date: 2007-01-10 22:37 Message: Logged In: YES user_id=344921 Originator: NO errno 9 is typically "Bad file descriptor". Perhaps has something to do with sound or some other device redirection. Which version are you using? Please re-test with the latest CVS snapshot. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381347&aid=1632821&group_id=24366 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ rdesktop-devel mailing list rdesktop-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/rdesktop-devel

Next Message by Thread:

[ rdesktop-Patches-1657964 ] Copy causes segfault

Patches item #1657964, was opened at 2007-02-12 13:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381349&aid=1657964&group_id=24366 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jos Dehaes (joske) Assigned to: Nobody/Anonymous (nobody) Summary: Copy causes segfault Initial Comment: Hi, with rdesktop 1.5.0 I always get a segfault (using rdp 5) if I select copy (ctrl-c or right-click copy). The error is here: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1213683232 (LWP 24937)] 0x0805ce6b in xclip_handle_SelectionRequest (event=0xbf94b2d8) at xclip.c:806 806 format = *(uint32 *) prop_return; The pointer prop_return is NULL. The attached patch fixes this for me, but feel free to fix it in a better way if possible :-). ciao, jos ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=381349&aid=1657964&group_id=24366 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
blog comments powered by Disqus

Home | News | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz is too!