nvidia screen resolution

2002-09-23 Thread Lance Hoffmeyer

I just install a Elsa Gladiac MX on my system.
I have the nvidia card working but I cannot get
any resolution other than 640x480?

Here is my XF86config-4 file setting:


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

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load  "glx"
#   Load  "pex5"
#   Load  "record"
Load  "extmod"
Load  "dbe"
#   Load  "dri"
#   Load  "xie"
#Load  "nv"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "ImPS/2"
Option  "Device" "/dev/psaux"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "DigitalVibrance"   # 
#Option "PageFlip"  # []
#Option "Dac8Bit"   # []
#Option "NoLogo"# []
#Option "Overlay"   # []
#Option "UBB"   # []
#Option "Stereo"# 
#Option "WindowFlip"# []
#Option "SWcursor"  # []
#Option "HWcursor"  # []
#Option "VideoKey"  # 
#Option "NvAGP" # 
#Option "PixmapCacheLines"  # 
#Option "IgnoreEDID"# []
#Option "NoDDC" # []
#Option "ConnectedMonitor"  # 
#Option "ConnectedMonitors" # 
#Option "TVStandard"# 
#Option "TVOutFormat"   # 
#Option "NoRenderAccel" # []
#Option "CursorShadow"  # []
#Option "CursorShadowAlpha" # 
#Option "CursorShadowXOffset"   # 
#Option "CursorShadowYOffset"   # 
#Option "UseEdidFreqs"  # []
#Option "FlatPanelProperties"   # 
#Option "TwinView"  # []
#Option "TwinViewOrientation"   # 
#Option "SecondMonitorHorizSync"# 
#Option "SecondMonitorVertRefresh"  # 
#Option "MetaModes" # 
#Option "UseInt10Module"# []
#Option "SwapReady" # []
#Option "NoTwinViewXineramaInfo"# []
#Option "NoRenderExtension" # []
#Option "UseClipIDs"# []
Identifier  "Card0"
Driver  "nvidia"
VendorName  "NVidia"
BoardName   "GeForce2 MX"
BusID   "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 16
#   SubSection "Display"
#   Depth 1
#   EndSubSection
#   SubSection "Display"
#   Depth 4
#   EndSubSection
#   SubSection "Display"
#   Depth 8
#   EndSubSection
#   SubSection "Display"
#   Depth 15
#   EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" 
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: nvidia screen resolution

2002-09-23 Thread Bob Proulx

Lance Hoffmeyer <[EMAIL PROTECTED]> [2002-09-24 01:17:58 -0500]:
> I just install a Elsa Gladiac MX on my system.
> I have the nvidia card working but I cannot get
> any resolution other than 640x480?

>   Driver  "nvidia"

You were able to install the nVidia propietary driver "nvidia" instead
of using the "nv" driver.

> DefaultDepth 16
>   SubSection "Display"
>   Depth 16
> Modes "1024x768" 
>   EndSubSection

You included a configuration which only has 1024x768 but you say you
cannot get anything other than 640x480 to work.  I will assume this is
the file that does not work?

In any case, try setting the default depth to 24, change both 16s in
the above to 24 and delete the other section 24 that was also there.
I don't know which depths the nvidia driver supports.  But I had tried
to make it work with 8 (don't ask why, long story) and could only get
a limited set of resolutions to function with certain depths.

This is probably a red herring for you but worth a shot in the off
chance that is it.

Bob



msg03288/pgp0.pgp
Description: PGP signature


Re: nvidia screen resolution

2002-09-24 Thread Warren Dodge

This one time, at band camp, Lance Hoffmeyer said:
(Monday 23 September 2002 11:17 pm)

> I just install a Elsa Gladiac MX on my system.
> I have the nvidia card working but I cannot get
> any resolution other than 640x480?
>
> Here is my XF86config-4 file setting:
>
> 
> Section "Monitor"
>   Identifier   "Monitor0"
>   VendorName   "Monitor Vendor"
>   ModelName"Monitor Model"
> EndSection
>
It looks like you haven't given X enough information about your monitor. You 
should have a couple of additional lines:

Section "Monitor"
Identifier  "InternalLCDPanel"
VendorName  "Samsung"
ModelName   "LTN150P2-L01"
HorizSync   31.5-90.0
VertRefresh 50-100
EndSection

look up the specs for your screen and configure the monitor accordingly.
Good luck.

Warren


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: nvidia screen resolution

2002-09-24 Thread Bijan Soleymani

This might be because you haven't specified
refresh rates for your monitor.

Something like this should work.
HorizSync   31.5 - 57.0

VertRefresh 50-100

That should be in your monitor section
in /etc/X11/XF86config
Use appropriate values for your monitor.

Bijan
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]