LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xorg.conf and nvidia (https://www.linuxquestions.org/questions/linux-software-2/xorg-conf-and-nvidia-809947/)

johnh10000 05-25-2010 11:43 AM

Quote:

Originally Posted by johnsfine (Post 3980780)
See my post #28 if you missed it (we were posting at the same time).

Notice in the log attached to post #29 it says
Code:

(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "ModeDebug" is not used

So this nvidia driver cannot understand ModeDebug in the Device section. (I don't know whether it will understand ModeDebug in the Monitor section).

I have email notification. I put in both devices and the other

will try again, just devices

LouRobytes 05-25-2010 11:43 AM

From johnsfine
Quote:

The log file last posted has no evidence of ModeDebug, maybe because it wasn't from a run using ModeDebug, maybe because ModeDebug didn't work.
I think if ModeDebug is an invalid here, that should get logged.

Cheers, Lou

EDIT: Seems like we're playing response tag. Missed that warning.

johnh10000 05-25-2010 11:51 AM

Quote:

Originally Posted by LouRobytes (Post 3980794)
From johnsfine


I think if ModeDebug is an invalid here, that should get logged.

Cheers, Lou

EDIT: Seems like we're playing response tag. Missed that warning.

well there it is in the monitors section

johnsfine 05-25-2010 12:07 PM

Are you sure it was in the Monitor section for that one? The error message in the log file didn't change from when it was in the Device section?

johnh10000 05-25-2010 12:14 PM

Quote:

Originally Posted by johnsfine (Post 3980819)
Are you sure it was in the Monitor section for that one? The error message in the log file didn't change from when it was in the Device section?

fairly sure. might have got the logs mixed up mind

LouRobytes 05-25-2010 12:21 PM

Sorry, can't think of anything else to try. Will keep watching to see what you come up with.

Observing, Lou

johnsfine 05-25-2010 12:23 PM

I think this line in the xorg.conf may be causing the undesired switch to 1024x768
Code:

    Option        "metamodes" "nvidia-auto-select +0+0"
Try removing it.

See the explanation in
http://us.download.nvidia.com/XFree8...hapter-19.html

annekaelber 06-16-2010 02:22 AM

2 Attachment(s)
I'm following the conversation, having just connected a Samsung widescreen monitor. I've taken the advice of using the ModeDebug and am attaching my Xorg.0.log. What I can't figure out is why it's defaulting to 1280x1024:

Code:

(II) Jun 15 23:52:18 NVIDIA(0):
(II) Jun 15 23:52:18 NVIDIA(0): Assigned Display Device: CRT-0
(II) Jun 15 23:52:18 NVIDIA(0): Validated modes:
(II) Jun 15 23:52:18 NVIDIA(0): Virtual screen size determined to be 1280 x 1024

Currently, I have this in my xorg.conf file:

Code:


Section "Screen"
    Identifier    "Screen 1"
    Device        "VESA Framebuffer"
    Monitor        "My Monitor"
    DefaultDepth    24
    SubSection    "Display"
        Depth      8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection    "Display"
        Depth      16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection    "Display"
        Depth      24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection    "Display"
        Depth      32
#        Modes      "1280x1024" "1024x768" "800x600" "640x480"
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

If I'm able to attach 2 files, I'll attach both the log and the full xorg.conf. I welcome any advice as I'm really new (!) to widescreens.

Thanks!

Anne.

craigevil 06-16-2010 10:55 AM

Graphics: Card nVidia G96 [GeForce 9400 GT] X.Org 1.7.7 Res: 1280x1024@50.0hz
GLX Renderer GeForce 9400 GT/PCI/SSE2 GLX Version 3.2.0 NVIDIA 195.36.24 Direct Rendering Yes

my xorg.conf
Code:

Section "ServerFlags"
        Option                "AllowMouseOpenFail"        "true"
        Option          "DontZap"              "off"
EndSection


Section "Device"
        Identifier  "Configured Video Device"
        Driver            "nvidia"
        Option      "Coolbits"        "1"
        Option      "AddARGBGLXVisuals"        "true"
        Option      "TripleBuffer"        "false"
EndSection

Section "Module"
  Load  "dbe"
  Load  "extmod"
  Load          "glx"
  Load  "bitmap"
EndSection

Section "DRI"
  Mode  0666
EndSection

Section "Extensions"
        Option      "Composite"        "enable"
EndSection

I have never had to set modlines using Nvidia or Intel.


All times are GMT -5. The time now is 09:42 PM.