PDA

View Full Version : [SOLVED] Change display setting?



Btheone
November 19th, 2009, 11:15 PM
I have successfully installed ubuntu, but the display setting are not set right, everything is really big? How do i change the display setting, how is this possible?

I'm using the newest version on ubuntu.
Thanks.

wojox
November 19th, 2009, 11:17 PM
Try System > Preferences > Display

Btheone
November 19th, 2009, 11:21 PM
I have tried this, but it says monitor unknown and doesn't allow me to change setting?

wojox
November 19th, 2009, 11:23 PM
Okay go into System > Administration > Hardware Drivers and see if there's a driver for your graphics card.

Btheone
November 19th, 2009, 11:27 PM
Its says; 'No proprietary drivers are in use on this system'?.

Btheone
November 20th, 2009, 12:02 AM
Where can i find drivers or whatever i need to sort this problem out?

Btheone
November 20th, 2009, 12:09 AM
I found the driver i need i have also downloaded it, but im not sure how to install and run it can anyone help please?

wojox
November 20th, 2009, 12:13 AM
Where did you download the driver from and what is it's extension? .bin .deb?

wojox
November 20th, 2009, 12:16 AM
Try:


xrandr -q

And see what it says

Btheone
November 20th, 2009, 12:29 AM
The file i have ends in a .run

Btheone
November 20th, 2009, 12:32 AM
What about using; NVIDIA X Server Settings would that help me? But i not sure how to install that either? :-)

wojox
November 20th, 2009, 12:37 PM
Run update manager again and then check Hardware Drivers.

What does:


lspci | grep VGA

Tell us?

realzippy
November 20th, 2009, 12:54 PM
What about using; NVIDIA X Server Settings would that help me? But i not sure how to install that either? :-)

First install that NVIDIAxxxxx.run file....

To install NVIDIA driver (file is on Desktop):



1. Log out

2. Press Alt+Ctrl+F2

3. Log in at shell

4. Stop X by typing: sudo /etc/init.d/gdm stop

5. Navigate to Desktop: cd Desktop

6. Install driver: sudo sh NV (press Tab to autocomplete NVIDIAfilename)

7. Answer asked questions during installation with "yes"

8. reboot: sudo reboot