You are not logged in.

#1 2005-02-24 22:18:22

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Lots of problems involving X [solved]

Hi there. Pretty much just installed archlinux but i'm fairly familiar with most of linux  big_smile

First of all i thought i'd try kdm. This worked really well but i noticed that just before i would get to kdm i would get some errors on the terminal:

INIT: cannot execute "/usr/X11R6/bin/kdm"

But kdm would work fine so i thought i'd just get it sorted later.

Next i tried to install my nvidia drivers (groan). I pretty much got it all sorted and once i started x (after putting in Load "glx", taking out the DRI bumph and changing nv to nvidia) i was presented with the splash screen which we all love to hate.

Unfortunately the desktop kinda loaded ontop of this. I took this splash off and instead i just get a black screen with some ugly bar at the bottom and no mouse use (although the keyboard works a bit). Its completely un usable.

Now onto the errors.

dmesg | grep nvidia
nvidia: module license 'NVIDIA' taints kernel.
NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module
cat /var/log/Xorg.0.log
(EE) Failed to load module "GLcore" (module does not exist, 0)

But that last one could be due to my using nv just now. I tried to sort the first error with:

ln -s /opt/kde/bin/kdm /usr/X11R6/bin/kdm

and now i get the error:

INIT: Id "x" respawning too fast: disabled for 5 minutes

any pointers guys? i'm really stuck - cheers.  smile

Offline

#2 2005-02-24 23:05:17

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: Lots of problems involving X [solved]

INIT: Id "x" respawning too fast: disabled for 5 minutes

this means that X cannot be started by your graphical daemon. First simply run X. When it works then switch to init 5

Offline

#3 2005-02-24 23:23:53

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

Changed my default runlelvel to 3 in my /etc/inittab and that did the trick as far as that error is concerned.

Still the same behaviour as beofre with the nvidia drive though - anyone?

Cheers  :?  smile

Offline

#4 2005-02-24 23:41:11

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

My (large) xorg.conf

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "GLcore"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap" # bitmap-fonts
    #Load  "speedo"
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "uk"

EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping"    "4 5"
        Option      "ZAxisMapping"    "7 8"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
    Option        "SendCoreEvents"    "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
    Identifier    "Monitor0"
    Option    "DPMS"    "true"
    VendorName    "IQT"
    ModelName    "IQT2790"
    HorizSync 30 - 97 # DDC-probed
    VertRefresh 50 - 150 # DDC-probed
    # These are the DDC-probed settings reported by your monitor.
    # 1600x1200, 75.0Hz; hfreq=93.75, vfreq=75.00
    ModeLine "1600x1200"    202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1280x1024, 85.0Hz; hfreq=91.15, vfreq=85.02
    ModeLine "1280x1024"    157.50 1280 1344 1504 1728 1024 1025 

and so on....

ModeLine "1600x1200"  280.64  1600 1728 1904 2208  1200 1201 1204 1271  -HSync +Vsync
EndSection

Section "Device"
    ### Available Driver options are:-
    # sw_cursor is needed for some ati and radeon cards
Option "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
    Identifier  "Card0"
    Driver      "nv"
    Option      "Nologo" "1"
    VendorName  "All"
    BoardName   "All"
#    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
        Depth     1
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
    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
    SubSection "Display"
        Depth     32
        Modes "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

with it reading nv just now for obvious reasons...

Offline

#5 2005-02-25 01:58:56

cascat
Member
Registered: 2004-02-24
Posts: 62

Re: Lots of problems involving X [solved]

I cannot help with the xorg problems as I have an ATI graphics card.  One thing I noticed in your original post is an incorrect path to kdm.  The line in  /etc/inittab should read:

x:5:respawn:/opt/kde/bin/kdm -nodaemon

Hope this helps.

Offline

#6 2005-02-25 08:47:47

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: Lots of problems involving X [solved]

surfer_rosa wrote:

First of all i thought i'd try kdm. This worked really well but i noticed that just before i would get to kdm i would get some errors on the terminal:

INIT: cannot execute "/usr/X11R6/bin/kdm"

But kdm would work fine so i thought i'd just get it sorted later.

I'm not using kdm but I hope you've read this:
http://wiki2.archlinux.org/index.php/Ad … %20startup

surfer_rosa wrote:

Next i tried to install my nvidia drivers (groan). I pretty much got it all sorted and once i started x (after putting in Load "glx", taking out the DRI bumph and changing nv to nvidia) i was presented with the splash screen which we all love to hate.

Unfortunately the desktop kinda loaded ontop of this. I took this splash off and instead i just get a black screen with some ugly bar at the bottom and no mouse use (although the keyboard works a bit). Its completely un usable.

Sometimes problems are connected with your video card model. Search the forums for more info.

surfer_rosa wrote:
dmesg | grep nvidia
nvidia: module license 'NVIDIA' taints kernel.
NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module

Ignore it. It's just not opensourced.

surfer_rosa wrote:
cat /var/log/Xorg.0.log
(EE) Failed to load module "GLcore" (module does not exist, 0)

But that last one could be due to my using nv just now.

When you install nvidia driver it adds it's own glx libs to X subdir. You can try to reinstall xorg first to clean this up (for nv driver).

Offline

#7 2005-02-25 12:43:20

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

cascat wrote:

I cannot help with the xorg problems as I have an ATI graphics card.  One thing I noticed in your original post is an incorrect path to kdm.  The line in  /etc/inittab should read:

x:5:respawn:/opt/kde/bin/kdm -nodaemon

Hope this helps.

Cheers for that - got that fixed with the symbolic link but i've changed the inittab now.

Offline

#8 2005-02-25 12:47:20

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

Yeah i read the kdm wiki. I've done a search on the forums for my card (Nvidia GeForce4 MX 440) but the results are rather sparse. 2 infact, and both of them are log files which list all the models nv can be used for. I'll vary my search though  wink

I also can't rule out that ive done something stupid. I'll go over the configurations again.

Offline

#9 2005-02-25 13:49:10

fetreney2000
Member
From: Malaysia
Registered: 2005-02-01
Posts: 81

Re: Lots of problems involving X [solved]

I don't know if this can help you but I found this from the Nvidia driver readme /usr/share/doc/NVIDIA_GLX-1.0/

You should also remove the following lines:
         
         Load "dri"
         Load "GLcore"


So I guess you need to remove the GLcore and dri modules from your xorg.conf file. Although you said that you already change nv to nvidia but your xorg.conf file said otherwise. Try changing that thing and see if it help.

Offline

#10 2005-02-27 14:35:49

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

Yeah i'd commented and uncommented them to the same result i'm afraid.

And the nv is there instead of nvidia so i can use x for the time being. When i am testing it working or not i change it.

Cheers!  smile

Offline

#11 2005-03-14 01:16:12

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

Well i just thought i should post these 'warnings' as they seem pretty weird:

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 78.75MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 56.25MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 49.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 50MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 25.17MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 43.16MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 34.96MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 42.93MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 45.51MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 51.84MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 62.57MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 68.18MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 113.31MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 81.62MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 119.65MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 143.47MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 124.54MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 129.86MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 122.61MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 149.34MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 155.85MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 179.26MHz exceeds DDC maximum 0MHz
(WW) (640x350,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x175,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x400,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x200,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (720x400,Monitor0) mode clock 35.5MHz exceeds DDC maximum 0MHz
(WW) (360x200,Monitor0) mode clock 17.75MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 12.6MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 20MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 25MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 24.75MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 28.15MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 22.45MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 32.5MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 37.5MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 39.4MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 47.25MHz exceeds DDC maximum 0MHz
(WW) (576x432,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 67.5MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 78.75MHz exceeds DDC maximum 0MHz
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 0MHz
(WW) (896x672,Monitor0) mode clock 102.4MHz exceeds DDC maximum 0MHz
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 0MHz
(WW) (928x696,Monitor0) mode clock 109.15MHz exceeds DDC maximum 0MHz
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 0MHz
(WW) (960x720,Monitor0) mode clock 117MHz exceeds DDC maximum 0MHz
(WW) (832x624,Monitor0) mode clock 57.284MHz exceeds DDC maximum 0MHz
(WW) (416x312,Monitor0) mode clock 28.642MHz exceeds DDC maximum 0MHz
(WW) (1152x768,Monitor0) mode clock 64.995MHz exceeds DDC maximum 0MHz
(WW) (576x384,Monitor0) mode clock 32.497MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 61MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 77.9MHz exceeds DDC maximum 0MHz
(WW) (1600x1024,Monitor0) mode clock 106.91MHz exceeds DDC maximum 0MHz
(WW) (800x512,Monitor0) mode clock 53.455MHz exceeds DDC maximum 0MHz
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 0MHz
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 78.75MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 56.25MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 49.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 50MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 25.17MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 43.16MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 34.96MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 42.93MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 45.51MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 51.84MHz exceeds DDC maximum 0MHz
(WW) (768x576,Monitor0) mode clock 62.57MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 68.18MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 113.31MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 81.62MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 119.65MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 143.47MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 124.54MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 129.86MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 122.61MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 149.34MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 155.85MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 179.26MHz exceeds DDC maximum 0MHz
(WW) (640x350,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x175,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x400,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x200,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (720x400,Monitor0) mode clock 35.5MHz exceeds DDC maximum 0MHz
(WW) (360x200,Monitor0) mode clock 17.75MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 12.6MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 20MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 25MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 24.75MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 28.15MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 22.45MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 32.5MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 37.5MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 39.4MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 47.25MHz exceeds DDC maximum 0MHz
(WW) (576x432,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 67.5MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 78.75MHz exceeds DDC maximum 0MHz
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 0MHz
(WW) (896x672,Monitor0) mode clock 102.4MHz exceeds DDC maximum 0MHz
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 0MHz
(WW) (928x696,Monitor0) mode clock 109.15MHz exceeds DDC maximum 0MHz
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 0MHz
(WW) (960x720,Monitor0) mode clock 117MHz exceeds DDC maximum 0MHz
(WW) (832x624,Monitor0) mode clock 57.284MHz exceeds DDC maximum 0MHz
(WW) (416x312,Monitor0) mode clock 28.642MHz exceeds DDC maximum 0MHz
(WW) (1152x768,Monitor0) mode clock 64.995MHz exceeds DDC maximum 0MHz
(WW) (576x384,Monitor0) mode clock 32.497MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 61MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 77.9MHz exceeds DDC maximum 0MHz
(WW) (1600x1024,Monitor0) mode clock 106.91MHz exceeds DDC maximum 0MHz
(WW) (800x512,Monitor0) mode clock 53.455MHz exceeds DDC maximum 0MHz
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 0MHz
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8

Offline

#12 2005-03-14 02:12:32

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Lots of problems involving X [solved]

those warnings are from the ddc module - if you know your monitor, you should specify your modes and remove ddc

Offline

#13 2005-03-17 15:16:01

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

Well i've now turned the ddc module off but when i load X i still get the error messages. I've now actually deleted all the

   # These are the DDC-probed settings reported by your monitor.
   # 1600x1200, 75.0Hz; hfreq=93.75, vfreq=75.00
   ModeLine "1600x1200"   202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   # 1280x1024, 85.0Hz; hfreq=91.15, vfreq=85.02
   ModeLine "1280x1024"   157.50 1280 1344 1504 1728 1024 1025 

lines from my xorg.conf because man xorg.conf said i didn't need them and i thought they might be confusing things.

Anyway, i'm going to be annyoing and post a large part of my Xorg.0.log and if someone could tell me whats going on i'd really appreciate it.

(II) NVIDIA(0): Monitor0: Using hsync range of 30.00-97.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 50.00-150.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(WW) (640x350,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x175,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x400,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x200,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (720x400,Monitor0) mode clock 35.5MHz exceeds DDC maximum 0MHz
(WW) (360x200,Monitor0) mode clock 17.75MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 25.2MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 12.6MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 31.5MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 15.75MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
(WW) (320x240,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 36MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 20MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 50MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 25MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 49.5MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 24.75MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 56.3MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 28.15MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 44.9MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 22.45MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 65MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 32.5MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 75MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 37.5MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 78.8MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 39.4MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
(WW) (512x384,Monitor0) mode clock 47.25MHz exceeds DDC maximum 0MHz
(WW) (1152x864,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (576x432,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x960,Monitor0) mode clock 148.5MHz exceeds DDC maximum 0MHz
(WW) (640x480,Monitor0) mode clock 74.25MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 54MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 135MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 67.5MHz exceeds DDC maximum 0MHz
(WW) (1280x1024,Monitor0) mode clock 157.5MHz exceeds DDC maximum 0MHz
(WW) (640x512,Monitor0) mode clock 78.75MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 81MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 175.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 87.75MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 189MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 94.5MHz exceeds DDC maximum 0MHz
(WW) (1600x1200,Monitor0) mode clock 202.5MHz exceeds DDC maximum 0MHz
(WW) (800x600,Monitor0) mode clock 101.25MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,Monitor0) mode clock 204.8MHz exceeds DDC maximum 0MHz
(WW) (896x672,Monitor0) mode clock 102.4MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 0MHz
(WW) (928x696,Monitor0) mode clock 109.15MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 0MHz
(WW) (960x720,Monitor0) mode clock 117MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(WW) (832x624,Monitor0) mode clock 57.284MHz exceeds DDC maximum 0MHz
(WW) (416x312,Monitor0) mode clock 28.642MHz exceeds DDC maximum 0MHz
(WW) (1152x768,Monitor0) mode clock 64.995MHz exceeds DDC maximum 0MHz
(WW) (576x384,Monitor0) mode clock 32.497MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 122MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 61MHz exceeds DDC maximum 0MHz
(WW) (1400x1050,Monitor0) mode clock 155.8MHz exceeds DDC maximum 0MHz
(WW) (700x525,Monitor0) mode clock 77.9MHz exceeds DDC maximum 0MHz
(WW) (1600x1024,Monitor0) mode clock 106.91MHz exceeds DDC maximum 0MHz
(WW) (800x512,Monitor0) mode clock 53.455MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 0MHz
(WW) (1024x768,Monitor0) mode clock 133.475MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "1024x768" (height 1536 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "960x720" (height 1440 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "928x696" (height 1392 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "896x672" (height 1344 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1200)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I)
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 101.2 MHz, 93.8 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 94.5 MHz, 87.5 kHz, 70.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 87.8 MHz, 81.2 kHz, 65.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 77.9 MHz, 81.5 kHz, 74.8 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 78.8 MHz, 91.1 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.9 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (320, 240) mm
(--) NVIDIA(0): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
...
(II) NVIDIA(0): Setting mode "1024x768"
...

thanks in advance. i'm really not sure what to try.

Offline

#14 2005-03-23 08:35:57

surfer_rosa
Member
From: Glasgow, UK
Registered: 2005-02-21
Posts: 43

Re: Lots of problems involving X [solved]

Solved by upgrading to the latest kernel / nvidia modules that came out a couple of days ago

tongue

Offline

Board footer

Powered by FluxBB