LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Monitor Resolution (https://www.linuxquestions.org/questions/linux-newbie-8/monitor-resolution-898957/)

Aidan_H 08-23-2011 09:09 AM

Monitor Resolution
 
Hi I am new to Linux but have many years experience on Windows. I have a full HD monitor 1920x1080 which just works automatically on Windows 7 however under Ubuntu 11.04 the only options I get are 1024x768, 800x600, 848x480 and 640x480. It has defaulted at the highest 1024x768 but this is distorted and the presentation is too big leading to insuffient data on a single display. My graphics card is Nvidia NV28 GeForce T1 4200 AGPx8 rev A1. I would very much like to get a higher resolution in the proper aspect ratio. Any help will be greatly appreciated.Regards Aidan_H

Arelatensis 08-23-2011 06:27 PM

You need install proprietary (but free of charge) driver "nv" or its clone "nouveau" for graphic card. Brows ubuntu repositories. Use synaptic or another PackageKit. Ubuntu isn't a disto, that well equipped with drivers and firmware by default. The packet must be named nvidea173* or nvidia 195*. You can also download official driver from http://www.nvidia/Download/index.aspx? for you model of graphic card. But installation in the latter case must be done manually.

P. S. May be it need be done some customization in tuning of the graphic adapter and monitor.

cascade9 08-23-2011 06:48 PM

Getting the derivers might help, its worth a try. If its not the drivers, then its EDID.

Quote:

Originally Posted by Arelatensis (Post 4451518)
You need install proprietary (but free of charge) driver "nv" or its clone "nouveau" for graphic card.

No. Neither the .nv driver, or nouveau driver are proprietary.

Quote:

Originally Posted by Arelatensis (Post 4451518)
The packet must be named nvidea173* or nvidia 195*. .

No. nVidia-current did have the 195.XX drivers with earlier versions of ubuntu, but with 11.04 nvidia-current is 270.41.06-

http://packages.ubuntu.com/natty/nvidia-current

nVidia-current, or the 173.XX drivers will NOT work with the Gf Ti 4200. That card needs the 96.XX drivers.

@ Aidan_H- if only the 96.XX drivers that ubuntu packaged worked with 11.04, things would be eaiser. But as far as I know, the packaged version with 11.04 will not work, you need to either add a PPA or manually install the the drivers. If you get the drivers manually, then make sure you get version 96.43.20 or higher.

Maunal install instructions-
https://help.ubuntu.com/community/NvidiaManual

Aidan_H 08-24-2011 03:39 AM

Aidan_H
 
Hi Thank you for your reply, but it sounds too involved for me at this time as I only started to use Linux in May this year. I guess I am stuck with the current situation until it becomes available as a standard downloadable from Ubuntu software or from some other easier method other than the manual system which I looked at.
Regards Aidan_H

Arelatensis 08-24-2011 05:39 AM

Quote:

Originally Posted by Aidan_H (Post 4451878)
I only started to use Linux in May this year. I guess I am stuck with the current situation until it becomes available as a standard downloadable from Ubuntu software or from some other easier method other than the manual system which I looked at.
Regards Aidan_H

May be you try another distro, with better hardware support. I also used ubuntu for a year in pure iron with the similiar problems, but after understoos, that it is not mine. Now I vote for Open Suse Mandriva? or pure Debian.
And let's me a question. Where are you from? Some Local Communities make respines of Ubuntu. So Russian respine, named Runtu is distinguished by better support of hardware and media codecs out of the box, than original Ubuntu.

cascade9 08-25-2011 04:55 AM

There is a way to get the EDID info, but its not much easier than doing a manual nVidia install (which I dont think is that hard, the ubuntu site makes it seem more complex than it is)

Probably what would be easiest is to make a xorg.conf and then put 1920x1080 into the xorg.conf file-

http://ubuntuforums.org/showthread.php?t=1755586

http://www.grenage.com/xorg.html

Aidan_H 08-29-2011 06:53 AM

Hi Thank you for your efforts, however I still didn't get it to work as I don't understand most of the text and commands that are perhaps normal to Linux guys. What I did try was to connect my monitor direct to the Linux PC and bingo it automatically came up in 1920x1024. I have a KLKvmUSB2 by NEWLINK for switching between Windows 7 and Ubuntu Linux and I discovered that the Monitor type was only passed through one of the VGA ports making Windows work fine and Linux with the resolution problem. When I reversed the connections Linux work fine @ 1920x1024 and windows didn't work at all so I am back to the same problem. QUESTION does anyone know of a VGA usb switch that passes the Monitor type through ports so I might have both my systems working at the 1920x1024 resolution.
Regards Aidan_H

cascade9 08-30-2011 12:42 AM

1920x1080,not 1920x1024.

KVMs have been known to cause that problem. The easiest solution I know is to create an xorg.conf file. Just hook up the monitor (without the KVM), then run this command-

sudo Xorg -configure

Once you have saved yoru resolution, it should work even going through the KVM.

Aidan_H 09-19-2011 08:43 AM

Hello I have now upgraded to Ubuntu 11.10 with the hope of getting my screen resolution sorted but the Xorg command didn't do the trick as I got the sane response as with 11.04. as below;-


aidan@aidan-Linux:~$ Xorg -configure

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


Please consult the The X.Org Foundation support
at http://wiki.x.org
The instruction to remove /tmp/.X0-lock is something I don't know how to do as I can't find any remove command.
Any help would be greatly appreciated.
Regards Aidan_H

cascade9 09-19-2011 03:33 PM

Hmm....seems you have shut down xserver for Xorg -configure to work.

Try hitting Ctrl+Alt+F1 to drop back to terminal only, then run Xorg -configure

After that, either 'startx' to restart xserver or reboot.

TobiSGD 09-19-2011 03:52 PM

Changing to a VT with Ctrl+Alt*F1 will not stop the X-server, you have to actually really stop it. Since Ubuntu uses upstart it should be this commands to make that working
Code:

sudo service gdm stop
sudo Xorg -configure
sudo cp xorg.conf.new /etc/X11/xorg.conf
sudo service gdm start


cascade9 09-19-2011 04:07 PM

Opps.

Thanks for that TobiSGD, I should remember that at 6:30 AM after a sleepness night I'm technically incompetent. ;)

Aidan_H 09-20-2011 06:08 AM

Thanks for your efforts, however I seem to be still out of luck as I get unrecognised service to gdm.
see terminal text below.


aidan@aidan-Linux:~$ sudo service gdm stop
[sudo] password for aidan:
gdm: unrecognized service
aidan@aidan-Linux:~$ sudo Xorg -configure

Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.

ddxSigGiveUp: Closing log
aidan@aidan-Linux:~$
Regards AidanH

TobiSGD 09-20-2011 09:56 AM

Sorry, I forgot that 11.10 has changed to LighDM, so try it again, but use lightdm instead of gdm in those commands.

Aidan_H 09-20-2011 10:42 AM

Thank you for the revised input, however I think I am going down hill and gathering speed as when I did the recommended commands the system crashed giving the following messages:-

* Starting kernel Oops catching service kernel Oops
* Starting CPU interrupts balancing daemon
* Speech-dispatcher disabled ; edit/etc/default/speech-dispatcher
Checking for running unattended upgrades:
* Stopping anac(h)ronistics cron
* Stopping kernel messages
* Starting CUPS printing spooler/service
* Starting bluetooth
* PulseAudio configured for per user sessions
saned disabled; edit/stc/default/saned
*starting mount network filesystem
* Stopping mount network filesystem
* checking battery system state

The only way way I could get the system back was to do ctr alt del which restarted the system

Regards Aidan_H


All times are GMT -5. The time now is 01:36 AM.