I can not get full screen

Asked by dukota

After install ubuntu in my laptop ( Vaio PCG-623L - 12 inch), I can not get full screen, in the config display set up, it show 800 x 600.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Joker Wild (lajjr-deactivatedaccount) said :
#1

In System>Preferences>Screen Resolution .....there might be other options.

Revision history for this message
peter (peter-neuweiler) said :
#2

Hi dukota

Maybe the following helps:

1: Open the file /etc/X11/xorg.conf
2: Update the screen section:

Section "Screen"
 Identifier "Default Screen"
 Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
 Monitor "Generic Monitor"
 DefaultDepth 24
        SubSection "Display" (insert this line)
                   Modes "1280x800" (insert this line, chosse your resoluiton)
        EndSubSection (insert this line)
EndSection

3: Save the file
4: Reboot

Hope it helps.
Peter

Revision history for this message
dukota (duc-home) said :
#3

It doesn't let me save it.

Revision history for this message
peter (peter-neuweiler) said :
#4

You have to login as the root. Because the file has root privileges. I'm sure a command exists to switch to root. But I don't know this command. Try "sudo" or "su" or ask a new question "How can I switch to the root?".

Hope it helps.
Peter

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

Don't login as root please use "sudo"

Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo gedit /etc/X11/xorg.conf

or

sudo nano /etc/X11/xorg.conf

Hope this helps

Revision history for this message
peter (peter-neuweiler) said :
#6

Hy marcobra

Great. Thanks for you hint.

But: why don't login as root? Because you will be able to destroy the system? Thanks for the answer.
Petr

Revision history for this message
dukota (duc-home) said :
#7

Hello guys,

Thanks for your help, I'm totally new with ubuntu, wait for the secure tip :)

Revision history for this message
dukota (duc-home) said :
#8

Hello marcobra,

I don't know how to NOT LOGIN AS ROOT, can you show me step by step, I'm a dummy :)

Revision history for this message
peter (peter-neuweiler) said :
#9

Hi dukota

1: Clck System > Administration > Users and Group
2: Click Add user
3: Add a new user.
4: Reboot the system and log in as the new user or click the icon in the taskbar which is called root.

Hope it helps.
Peter

Revision history for this message
dukota (duc-home) said :
#10

Hi Peter,

Thanks, I will try this weekend with the solution from you and marcobra.

dukota

Revision history for this message
peter (peter-neuweiler) said :
#11

Hi dukota

Hope it helps *l. Enjoy Unbuntu -:)
Peter

Can you help with this problem?

Provide an answer of your own, or ask dukota for more information if necessary.

To post a message you must log in.