Search : in
By :

Windows XP Desktop Screen Split

Last answer on Aug 6, 2009 11:32:29 am BST breitling09, on Aug 26, 2008 1:21:50 pm BST 
 Report this message to moderators

Hello
After start up the desktop screen is split in half with a black space in the middle. I cannot move the mouse pointer through the black space but if I scroll to the left it connects to the otherside of the split screen . When I start the computer up in Safe mode I do not get a split screen. Any idea on the root cause of this problem and how to fix it?

Configuration: Windows XP
Firefox 2.0.0.16

Best answers for « Windows XP Desktop Screen Split » in :
Booting Windows XP in Safe Mode ShowBooting Windows XP in Safe Mode What is Safe Mode? How to get into Safe Mode with Windows XP How to get into Safe Mode with Windows XP Home edition How to get into Safe mode by the System Configuration Utility What is Safe...
Removing the welcome logo when starting Windows XP ShowRemoving the welcome logo when starting Windows XP Here is a simple tip on how removing the XP logo and speeding up Windows XP booting time. 1.Select My Computer icon and right click on it. 2.On the menu select the Properties...
Lock the Windows XP session :go instantly to login screen ShowLock the Windows XP session :go instantly to login screen Under Windows XP, it is possible to quickly lock the current session by pressing the keys simultaneously on Windows + L! This will bring you back to your login screen (better have...
Download Windows XP SP2 ShowWindows XP SP2 Pack services constitute a practical means, everything in one, to reach the last drivers, the tools and the improvement in security as well as the other critical updates. Windows XP SP2 (Pack 2 service), the last Pack service for...
Download Windows XP SP3 Service Pack ShowThe service pack 3 of Windows XP (XP SP3) is a major update for Windows XP which has more than 1000 corrective softwares with numerous corrections for security problems as well as some supplementary features. The new features of the Service Pack...

1

JeromeRM, on Aug 26, 2008 2:49:03 pm BST
  • +6

Have you checked in the properties option if its well configured on the strech option?

Reply to JeromeRM

5

 don, on Aug 6, 2009 11:32:29 am BST
  • +2

Intro
Opening a screen session
Seperating a screen session
Return to a screen session
Closing a screen session
Seperating a window into several parts
Splitting the terminal
Switch to the new window
Open a new terminal
Managing the different windows
Select a particular window
Resizing a window
Renaming a window
Making use of screen





Intro

Screen is a full screen window manager, which divide a terminal between several processes. Using screen you can handle a task from on a PC, by detaching the terminal to which it is bound and resume it on another terminal or PC.

Screen read all typed commands through the shell from which it was launched. In order to interact directly with its window manager, it must automatically be launched using the sequence of keys "CTRL-a" followed by a key or another key sequence.

Opening a screen session

To open a screen session from a terminal (or Xterm) type the following command:


screen -r
Seperating a screen session
To detach a screen session and return to his connection shell, simply type:

CTRL-a d
Return to a screen session
To return to a screen session, type:


screen –r

Closing a screen session

To close a screen session, simply type:

CTRL-a \

Note that :"\" (backslash) is obtained using the following combination of keys "Alt Gr +8".

Seperating a window into several parts

The separation of your terminal into two parts is done in three phases. Note that you can repeat the procedure, split screen in more than two parts.
Splitting the terminal

CTRL-a MAJ-s
Switch to the new window

CTRL-a TAB
Open a new terminal

CTRL-a c

Managing the different windows

Select a particular window
If several active windows:


CTRL-a "
or

CTRL-a n
or


CTRL-a '
Resizing a window
To modify the size of a window, just:

To extend it:

CTRL-a :resize + n

To decrease the size:

CTRL-a :resize – n

Adjust all windows to the same size:

CTRL-a :resize =
Renaming a window
To rename a window, simply type:


CTRL-a MAJ-a

Enter the new name for the window, and then validate using the Enter key.

Making use of screen

Connecting via ssh on machine B
Launch screen

screen

Launching a command for an active task
Hold task (suspending it)


CTRL + Z
Set to background


bg% 1

Protection of the task using nohup

nohup top &

Seperating the screen


CTRL + a => d

Disconnect


exit

Launching screen on the machine B from a shell
Recovering the screen


screen-r

Verifying the task


jobs

Setting task as priority

fg %1

Reply to don

2

breitling09, on Aug 26, 2008 5:44:22 pm BST
  • +5

Where do I find the properties option for the desktop so I can check? And what exactly should I be checkin i'm not clear.

Reply to breitling09

3

boersnoes, on Sep 18, 2008 6:47:08 am BST
  • +2

Since you don't have the problem in safe mode, I'm guessing your video driver is wonky.
Try updating it to the newest version from the site of your gfx card's manufacturer.

Reply to boersnoes