Lan Barnes wrote:
> On Mon, December 24, 2007 9:27 am, Lan Barnes wrote:
> 
>>> Next, examine your /etc/X11/xorg.conf file and see what it has in the
>> Device section. For example, in mine I have:
>>> Section "Device"
>>>         Identifier  "Videocard0"
>>>         Driver      "nvidia"
>>> EndSection
>>>
>>> This is for a preliminary installation, and indicates it is using the
>> proprietary nvidia driver. The open source driver is called nv for an
>> nVidia card. Post your xorg.conf so we can see how you are set up.
>> Attached
>>
>>
> 
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Wed Sep  5
> 19:29:10 PDT 2007
> 
> # Xorg configuration created by system-config-display
> 
> Section "ServerLayout"
>     Identifier     "single head configuration"
>     Screen      0  "Screen0" 0 0
>     InputDevice    "Mouse0" "CorePointer"
>     InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
> 
> Section "ServerFlags"
>         Option "BlankTime" "0"
>         Option "StandbyTime" "0"
>         Option "SuspendTime" "0"
>         Option "OffTime" "0"
> EndSection
> 
> Section "Files"
>     ModulePath      "/usr/lib/xorg/modules/extensions/nvidia"
>     ModulePath      "/usr/lib/xorg/modules/extensions"
>     ModulePath      "/usr/lib/xorg/modules"
> EndSection
> 
> Section "Module"
>     Load           "glx"
> EndSection
> 
> Section "InputDevice"
>     # generated from default
>     Identifier     "Mouse0"
>     Driver         "mouse"
>     Option         "Protocol" "auto"
>     Option         "Device" "/dev/input/mice"
>     Option         "Emulate3Buttons" "no"
>     Option         "ZAxisMapping" "4 5"
> EndSection
> 
> Section "InputDevice"
>     Identifier     "Keyboard0"
>     Driver         "kbd"
>     Option         "XkbModel" "pc105"
>     Option         "XkbLayout" "us"
> EndSection
> 
> Section "Monitor"
> 
>  ### Comment all HorizSync and VertSync values to use DDC:
>     Identifier     "Monitor0"
>     ModelName      "Monitor 640x480"
>     HorizSync       31.4 - 31.6
>     VertRefresh     50.0 - 61.0
>     Option         "dpms"
>     Option         "TVStandard" "NTSC"
>     Option         "TVOutFormat" "SVIDEO"
> EndSection

The options for TVStandard and TVOutFormat are in the wrong place. They
should be under the Device heading with the video card.

> Section "Device"
>     Identifier     "Videocard0"
>     Driver         "nvidia"
> EndSection
> 
> Section "Screen"
>     Identifier     "Screen0"
>     Device         "Videocard0"
>     Monitor        "Monitor0"
>     DefaultDepth    16
>     SubSection     "Display"
>         Viewport    0 0
>         Depth       24
>         Modes      "800x600"
>     EndSubSection
>     SubSection     "Display"
>         Viewport    0 0
>         Depth       16
>     EndSubSection
> EndSection

You have a potential problem here. The default depth is 16 and there is
no resolution setting for that depth. That means the system will pick
whatever it feels is "best" for that setting. If you want the display to
be 800x600 then you should add a mode of "800x600" to make sure you get
what you want.

Gus


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to