Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-04-2010, 09:16 AM
|
#1
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Rep:
|
Low resolution on Ubuntu 9.10 with NVIDIA 8400 GS
Hello,
I am an absolute newbie here. I installed Ubuntu 9.10 on my laptop and worked wonderfully, basically plug and play, so I decided to install 9.10 on a PC that I have connected to a 32 inch 16:9 LCD TV that I use for movies.
This PC is an IBM Netvista 8303 KKU with a 512 MB NVIDIA GeForce 8400.
The TV is a no-name brand (Astar) that I've had for 3 years so far.
Anyway, after I installed Ubuntu I downloaded the latest NVIDIA Linux Driver from nvidia.com and installed it. The screen resolution after the install is so low that I can't get it to work properly on my tv. When I plug a BenQ LCD monitor the NVIDIA X Server Settings utility recognizes that brand and model and I get a bunch of available resolutions. When I connect my TV, the utility detects a CRT monitor and I can't get more than 640x480 on a 4:3 format instead of the 16:9. How do I enable higher resolutions on a 16:9 format for my TV?
Please help!
|
|
|
01-04-2010, 09:17 AM
|
#2
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Original Poster
Rep:
|
OK,
Although I'm a newbie at this, I played with the xorg.conf file and did some changes, after which I got a warning saying that ubuntu was running in low resolution mode. I was given the option to use the backed up xorg file, but that did nothing, so I reinstalled the nvidia driver in verbose without X running (God, it sounds like I know what I'm doing).
If anyone has any idea about how to manipulate xorg.conf, please take a look at what I did here, and please suggest changes. I hope to get it working.
If this helps anyone trying to help me, this is what my original xorg.conf looked like, followed by the one i tried to modify:
<code>Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
THE XORG.CONF I MODIFIED:
Section "Monitor"
Identifier "LVT-32ASB"
VendorName "ASTAR"
ModelName "LVT-32ASB"
HorizSync 28 - 101
VertRefresh 60 - 160
Modeline "1360x768@60" 84.5 1360 1392 1712 1744 768 783 791 807
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Device0"
Monitor "LVT-32ASB"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1360x768@60" 84.50 1360 1392 1712 1744 768 783 791 807
EndSubSection
EndSection<code>
Thanks!
|
|
|
01-04-2010, 12:05 PM
|
#3
|
Senior Member
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369
Rep: 
|
How do you connect to you're TV ?
Using the VGA socket ?
Or the RGB socket ?
|
|
|
01-04-2010, 12:12 PM
|
#4
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by ronlau9
How do you connect to you're TV ?
Using the VGA socket ?
Or the RGB socket ?
|
VGA socket.
|
|
|
01-05-2010, 02:16 AM
|
#5
|
Senior Member
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369
Rep: 
|
Quote:
Originally Posted by c800957276
VGA socket.
|
To my knowledge the maximum of vga 640X480 16 bits color
You can get 24 bits but the resolution goes further down
|
|
|
01-05-2010, 07:26 AM
|
#6
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by ronlau9
To my knowledge the maximum of vga 640X480 16 bits color
You can get 24 bits but the resolution goes further down
|
But how, then, when I had Windows XP on that computer and plugged to the same TV, I was getting 1366*768 connecting through the VGA port?
|
|
|
01-05-2010, 10:08 AM
|
#7
|
Senior Member
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369
Rep: 
|
What do you use VGA or SVGA
The best connection you can get to you're TV is when you're Computer and TV are capable of doing HDMI
|
|
0 members found this post helpful.
|
01-07-2010, 08:21 AM
|
#8
|
LQ Newbie
Registered: Jan 2010
Posts: 12
Original Poster
Rep:
|
Thanks all.
I'm movig back to XP. It worked well at 1366x768.
|
|
0 members found this post helpful.
|
All times are GMT -5. The time now is 05:32 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|