Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Ubuntu Hardy: How to span windows over more than 1 screen? Post 302261128 by mcW on Sunday 23rd of November 2008 01:58:58 PM
Old 11-23-2008
Ubuntu Hardy: How to span windows over more than 1 screen?

Hi,

Ive 3 screens, 2 nvidia graphiccards and all works fine with the nvidia binary driver and xinerama. I can maximize all windows an one screen, but now i need to span it over all 3 screens.
Any ideas?

thanks in advance.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Rhel5 with ubuntu and windows xp

hi all.. i need to install RHEL5 on my machine. m having 15gb of primary partition reserved for this..... problem is: i have WindowsXP and Ubuntu 8.10 already running ...... XP on first primary and Ubuntu on logical. Please help me installing RHEL5 without disturbing XP... (0 Replies)
Discussion started by: AVINAZZ
0 Replies

2. UNIX and Linux Applications

xlib: allow overlay of other windows in full-screen

Hi, I am using the feh slideshow program in full-screen mode. While the slide show is in progress I would like to draw some other windows (something like clock or calendar from gdesklets) on top of this slideshow. Currently feh does not allow me to do that. Below is the code that feh uses to... (0 Replies)
Discussion started by: aerosmith
0 Replies

3. Ubuntu

Ubuntu server login screen

Hi, Im running ubuntu server 8.04 LTS, but I want to change the initial login screen message. How can I do this? Which files do I need to change for this? So just to be clear when I reboot the server the login text which is then displayed thats what I want to change not the text that is... (5 Replies)
Discussion started by: jld
5 Replies

4. SuSE

SLES 11 SP1 X windows login screen disappear ..

Dear All I have a problem (please look the attachment picture.) My SLEL 11 SP1 use run-level 5, after I reboot the server. the Ctrl+Alt F7 console only display the wallpaper... (It should display a lprompt to ask username and password, please look the attachment picture. and the... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

5. Linux

Only the terminal(command screen) no GUI, for Windows XP ???

Hi All, Am working in a major IT company, due to security issues, being a fresher am not allowed to install or asking for a specific business reason to install it in my system. The thing is i want to learn Linux, due to the same security issues we need Admin pass to install certain... (6 Replies)
Discussion started by: mr_ganapathy
6 Replies

6. UNIX Desktop Questions & Answers

Boot problem after updates, Ubuntu, black screen and cursor

I hope this is the correct forum, please forgive a newbie. Hi all, New to linux, ubuntu, and this forum. I have enjoyed ubuntu for the past few months, but after my last update installation ubuntu would boot to a black screen and blinking cursor. If I let it sit for a while it would give the... (0 Replies)
Discussion started by: nutoubuntu
0 Replies

7. UNIX for Dummies Questions & Answers

Display IP adresss at login screen (Ubuntu 14.04)

Hi I tried to follow ifconfig - How can I display eth0's IP address at the login screen on Precise Server? - Ask Ubuntu and Show IP address of VM as console pre-login message for some reason the above links did not work as advertised. E.g no ip address was displayed. This is VM... (9 Replies)
Discussion started by: briandanielz
9 Replies

8. Ubuntu

Ubuntu on MacBook 4,1 (2008) Backlight Screen Issue

I cannot get Ubuntu or Ubuntu-based systems to wake from sleep properly on a Macbook 4,1 pre-October 2008. The backlight for the laptop screen does not turn back on after waking and signal does not pass through the Mini-DVI port to my monitor either (monitor says no signal). I have tried to use the... (4 Replies)
Discussion started by: TheOuterLinux
4 Replies
glutPositionWindow(3GLUT)					       GLUT						 glutPositionWindow(3GLUT)

NAME
glutPositionWindow - requests a change to the position of the current window. SYNTAX
#include <GLUT/glut.h> void glutPositionWindow(int x, int y); ARGUMENTS
x New X location of window in pixels. y New Y location of window in pixels. DESCRIPTION
glutPositionWindow requests a change in the position of the current window. For top-level windows, the x and y parameters are pixel offsets from the screen origin. For subwindows, the x and y parameters are pixel offsets from the window's parent window origin. The requests by glutPositionWindow are not processed immediately. The request is executed after returning to the main event loop. This allows multiple glutPositionWindow, glutReshapeWindow, and glutFullScreen requests to the same window to be coalesced. In the case of top-level windows, a glutPositionWindow call is considered only a request for positioning the window. The window system is free to apply its own policies to top-level window placement. The intent is that top-level windows should be repositioned according glut- PositionWindow's parameters. glutPositionWindow disables the full screen status of a window if previously enabled. SEE ALSO
glutInitWindowPosition, glutReshapeWindow AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutPositionWindow(3GLUT)
All times are GMT -4. The time now is 08:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy