Click to See Complete Forum and Search --> : screen resol. X nvidia 4349


aze
04-03-2003, 09:08 AM
Hi all!
I installed the recently released driver from nvidia for linux but now the screen resolution is always 800x600.
I already tryed change it using mandrake control center and restarting the X but it is always 800x600


XF86Config-4:

# File generated by XFdrake.

# ************************************************** ********************
# Refer to the XF86Config man page for details about the format of
# this file.
# ************************************************** ********************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us_intl"
Option "XkbCompat" ""
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Philips"
ModelName "Philips 105S(15inch/CM2300)"
HorizSync 30.0-60.0
VertRefresh 50.0-120.0

# Philips 105s CM2300
Modeline "1024x768" 78.80 1024 1050 1153 1312 768 769 772 800 +hsync +vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
Option "NvAGP" "3"
Option "DigitalVibrance" "255"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

bwkaz
04-03-2003, 11:27 AM
Can you attach your /var/log/XFree86.0.log file? You'll have to rename it to a .txt extension first, though.

aze
04-03-2003, 11:49 AM
Sure!
Thanks for helping

bwkaz
04-03-2003, 02:18 PM
(WW) NVIDIA(0): Not using mode "1024x768":
(WW) NVIDIA(0): horizontal sync start (1050) not a multiple of 8
(WW) NVIDIA(0): horizontal sync width (1153 - 1050 = 103) not a multiple of
(WW) NVIDIA(0): 8 This is why it won't use 1024x768. Get rid of your mode line(s), since they aren't being used anyway (the other two are getting deleted from the list too).

XFree86, especially 4.3.0, comes with a whole ton of workable modelines for (almost) any conceivable resolution and refresh rate. Assuming your video card's DAC and your monitor can handle them, that is. Try using the default modelines for 1024x768 -- and you do this by deleting your custom mode lines. Actually, commenting them would work as well.

aze
04-03-2003, 06:48 PM
Thanks a lot! :)
It solved!
I just put a # in front of those lines.
I used xvidtune and adjusted the settings to 1024*768 includinfg refresh rate. But I didn´t know it´s unnecessary when installing nvidia driver.

bwkaz
04-04-2003, 11:07 AM
It shouldn't be necessary even without the nVidia drivers. X should choose the highest refresh rate available that it knows about.

If you have to force a certain refresh rate (for example, if you run another OS that's set at some lower rate on the same monitor, and you don't want to bother with reconfiguring the monitor's OSD every time you boot), then you can use the new XFree86 4.3.0 gtf command. Give it a horizontal and vertical resolution, and a vertical refresh rate, and it'll output a usable modeline for that res and rate.

aze
04-04-2003, 06:54 PM
then you can use the new XFree86 4.3.0 gtf command.
How come?

bwkaz
04-04-2003, 07:08 PM
What do you mean "how come"?

I'm not sure what you're asking...

aze
04-04-2003, 08:22 PM
How do I do that?