LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 04-08-2007, 04:24 AM   #16
jlconferido
Member
 
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52

Original Poster
Rep: Reputation: 15

Here it is and thanks so much for being patient:

[quote]mapmaker@mapmaker-desktop:~$ su
Password:
root@mapmaker-desktop:/home/mapmaker# lspci
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
05:00.0 VGA compatible controller: nVidia Corporation Unknown device 0392 (rev a1)[/img]
 
Old 04-08-2007, 06:57 AM   #17
jlconferido
Member
 
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52

Original Poster
Rep: Reputation: 15
Thank you so much for the patience. Here it is:

Quote:
mapmaker@mapmaker-desktop:~$ su
Password:
root@mapmaker-desktop:/home/mapmaker# lspci
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)
05:00.0 VGA compatible controller: nVidia Corporation Unknown device 0392 (rev a1)
 
Old 04-08-2007, 11:19 AM   #18
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
OK.. So, the nvidia AGP device is located at "PCI:5:0:0" and while not really necessary when using only one card, you could put a line into the "Device" section of your conf file like:
Code:
BusID "PCI:5:0:0"
Next, here are a few more options you can add to the "Screen" section under the 'DefaultDepth 24' entry; again these may or may not directly fix the problem you are having with the screen size, but can add performance to your setup, and *might* help:
Code:
    Option  "AddARGBGLXVisuals" "True"
    Option  "AllowGLXWithComposite" "True"
    Option  "DamageEvents" "True"
    Option  "RenderAccel" "On"
And have you tried commenting-out the ' Load "DDC" ', and adding this to the 'Screen' section as well yet?:
Code:
Option "UseEDID" "False"
And finally, have you gotten a copy of the nVidia driver tutorial? If not, please read and/or bookmark and/or download the file for reference.
As I said earlier, I don't see a specific problem with your file itself, and provided the driver is correctly installed (which it must be if you are using the 'nvidia' driver) then this should be working quite well.

Last edited by GrapefruiTgirl; 04-08-2007 at 11:26 AM.
 
Old 04-08-2007, 04:53 PM   #19
jlconferido
Member
 
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52

Original Poster
Rep: Reputation: 15
Thanks again. Ubuntu can be daunting for mortals like me but thanks to people like you who are so very helpful.

However, I found something very interesting. So I edited the conf right? Also, I mentioned that I change the settings in applications>systems tools>nvidia settings when I log in because the screen is always small and when I go system>preference>screen resolution the screen resolution is 1024x768 with refresh rate of 50hz and after applying the refresh becomes 53hz. I found this conf file in nvidia settings and it is different from the conf file i edited.

Quote:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder3) Mon Feb 26 23:39:38 PST 2007

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1024x768_75 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Are the two settings in a way, in conflict? Actually, i followed what is written in the guide of Albert Milone and the thing is, the driver was updated but the settings i x server that I saved did not apply. Hope you can give some thoughts. Thanks.

Last edited by jlconferido; 04-08-2007 at 05:42 PM.
 
Old 04-08-2007, 11:45 PM   #20
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
I've lost the problem a bit. If you're current problem is that your refresh rate falls back to 50 Hz, try to add the bold line to the device section:
Code:
Section "Device"
    Identifier     "Generic Video Card"
    Driver         "nvidia"
    Option         "UseEdidFreqs" "false"
EndSection
Once you're not on 50Hz anymore and your screen is still small, we will look at that; as far as I know, you can use modelines to influence the width of the screen.
 
Old 04-09-2007, 06:35 AM   #21
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
And to expand on Wim's input above, in the case of metamodes, the '+0+0' can be used to stretch the screen's appearance. For example, by using "800x600 +100+0" would effectively create a screen width of 900 pixels, even though it is *actually* 800 wide. This is used for example with very wide-screen monitors, like 1440x900 and similar, to fill the screen with keeping the proper aspect ratio.
 
Old 04-09-2007, 04:46 PM   #22
jlconferido
Member
 
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52

Original Poster
Rep: Reputation: 15
Ok this is what happened. So I followed all of your suggestions and like what I said in my previous post I always have to adjust the screen resolution in applications>system tools>nvidia settings to 1024x768 with refresh rate of 75Hz. Whenever I do this the screen becomes small when I restart even if I save the settings in /etc/X11/xorg.conf in the abovementioned menu. When I type sudo gedit /etc/X11/xorg.conf, the settings are different from the one I saved in applications>system tools>nvidia settings. So what I did was this, I copied the settings and typed sudo gedit /etc/X11/xorg.conf once the settings appeared I pasted it. I rebooted and the screen got bigger, looked at the nvidia settings and the resolution reads 1024x768 with refresh rate of 75 Hz but when I go to system>preferences>screen resolution, the refresh rate reads only 50 Hz. Which setting is working? The one I saved in xorg.conf or in the system?
 
Old 04-09-2007, 05:10 PM   #23
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
This is getting a little odd indeed..
But one thing I suggest is this: Until you/we/someone figures out what you need in your xorg.conf file, stop using the nvidia-settings utility. It does not do anything that we need to do under the circumstances. Once you come to understand the config file and the options you need, *then* feel free to experiment with the nvidia-settings tool.

Sure seems odd that you are seeing 2 different resolutions in 2 different areas. But if your monitor has an on screen menu, it should say what resolution/frequency the screen is showing, and I would trust that most.

Xorg.conf is the final word as to options which X can try and use when starting the display, except in the case where the monitor doesn't like any of the chosen settings, and either turns off, or refuses to display anything, or resets to a mode it likes, or X aborts with an error..

Still thinking here and will add anything else I can think of!

Last edited by GrapefruiTgirl; 04-09-2007 at 05:11 PM.
 
Old 04-09-2007, 11:09 PM   #24
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
The OSD of the monitor can probably tell you which refresh rate is used. Most modern monitors have that option (mine as 7 or 8 years old and has it.
And if you really have 50Hz (an unusual frequency to be honest, it will usually be 60HZ), your screen will flicker like made and you will probably have an headache after 10 minutes working with it.
 
Old 04-10-2007, 03:54 PM   #25
jlconferido
Member
 
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52

Original Poster
Rep: Reputation: 15
Thanks to all of your help! I checked the monitor and it says 1024x768 and refresh rate of 75Hz. I find it very odd that after following all the things you suggested, the screen refresh is 50Hz. The color is more sharper and in way cool to the eyes. So does this mean that problem solved?

Last edited by jlconferido; 04-11-2007 at 06:53 AM.
 
Old 04-10-2007, 11:03 PM   #26
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Your monitor can 'measure' the incoming signal and determine the refresh rate; your OS can't. So the monitor has the final say. If the monitor says 75 and your OS says 50, it is 75.
 
Old 04-11-2007, 06:55 AM   #27
jlconferido
Member
 
Registered: Apr 2007
Distribution: Ubuntu Feisty Fawn
Posts: 52

Original Poster
Rep: Reputation: 15
Thanks a lot ladies and gentlemen!
 
  


Reply

Tags
resolution, screen



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can't get screen resolution to 1024x768 marta Debian 18 03-26-2010 04:33 PM
Can't change screen resolution from 1280x1064 to 1024x768 dbayguy Ubuntu 4 03-27-2007 02:45 PM
Can't change screen resolution from 1280x1064 to 1024x768 dbayguy Ubuntu 1 03-18-2007 07:42 PM
larger screen resolution than 1024x768 Crayoneater Slackware - Installation 9 09-13-2005 05:17 PM
Make Screen Resolution 1024x768 gsoft Linux - General 4 03-09-2004 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration