LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Screen size in X (https://www.linuxquestions.org/questions/linux-general-1/screen-size-in-x-4124/)

eack911 07-10-2001 10:37 AM

Screen size in X
 
I now have my mouse working in X11, but now when I startx, the top-left corner of the desktop takes up the whole screen. Does anyone know how to fix this problem?

--Ack

trickykid 07-10-2001 10:39 AM

you need to reconfigure X with a different screen size then and change the resolution.

DMR 07-10-2001 05:15 PM

It also sounds as though you have the virtual desktop feature enabled. If you can "push" the mouse against the bottom or right side of the screen and get the screen to move around, that's what is going on. You should be able to find a setting to disable this from within X, but exactly how depends on which desktop environment you're using.
You can also manualy edit out the virtual reference in the Screens section of /etc/X11/XF86Config:
Code:

Section "Screen"
         
Subsection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
      ViewPort    0 0
      Virtual    1600 1280    <<<< remove this for each depth

EndSubsection

If you're using XFree86 v4.x.x, the config file is /etc/X11/XF86Config-4, and the format of file is slightly different. I'm not at my Linux box right now, so I can't verify if it still uses the "Virtual" line.


All times are GMT -5. The time now is 07:14 AM.