LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   screen maximization problem solution (https://www.linuxquestions.org/questions/linux-newbie-8/screen-maximization-problem-solution-691427/)

gokahd 12-18-2008 04:26 AM

screen maximization problem solution
 
From: LinuxQuestions.org <forum@linuxquestions.org>
Subject: "screen maximization problem" update
To: gokahd@yahoo.com
Date: Thursday, December 18, 2008, 5:03 AM

Dear gokahd,

You are subscribed to the thread "screen maximization problem" by
gokahd, there have been 2 post(s) to this thread, the last poster was SlowCoder.
http://www.linuxquestions.org/questi...d.php?t=691232

These following posts were made to the thread:
************
screen maximization problem
http://www.linuxquestions.org/questi...78#post3378678
Posted by: gokahd
On: 12-17-2008 03:28 PM

Hi i have installed fedora core 5 on vmware to use to learn linux.
My problem is that when i maximise the screen, my working area(i.e
the area in which i work in) is center screened and does not occupy
the whole screen. This makes the writings on the screen look small.
Please how can i maximise the screen and make the writings appear
big. Thanks.
************

http://www.linuxquestions.org/questi...07#post3378807
Posted by: SlowCoder
On: 12-17-2008 05:43 PM

Can you provide machine specifications, including video card and monitor type
and native resolution? What drivers are you using? This will help people help
you diagnose your problem.

I have a Dell Inspiron laptop with an NVidia GeForce2 Go card, and my native
resolution is 1600x1200. Using the native Linux video driver and setting the
resolution lower caused the display to have a bunch of black space around the
desktop. I had to install the OEM NVidia driver to get it to work properly.


All the best,
LinuxQuestions.org

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unsubscription information:

To unsubscribe from this thread, please visit this page:
http://www.linuxquestions.org/questi...5ae194fbc5edfb

*****************************************************************
All right thank you very much. i changed the screen resolution to
1024 by 768 pixels and it is better now. The writings on the screen
is large enough for me to see it. But just that there is a small
bunch of black screen at the left hand side and right hand side
of the screen.

I am using: 1. Dell Trinitron as my monitor,
2. The VGA is Intel(R) 82865G Graphics Controller
version 6.14.10.3762
3. My screen resolution is 1024 by 768 pixels.
Thank you.

arckane 12-18-2008 04:57 AM

/etc/X11/xorg.conf:

Code:

Section "Screen"
        Identifier        "Screen0"
        Device                "Your Device"
        Monitor                "Your Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                24
                Modes                "1600x1200" "1024x768"
        EndSubSection
EndSection

Set the Modes line and reboot the vmware session. With any luck it'll come up full screen ;)


All times are GMT -5. The time now is 12:44 AM.