Find the answer to your Linux question:
Results 1 to 9 of 9
Hi can anybody help with my Video problem, I have activated dual screen monitors using the Nvidia driver GUI as Sax2 would not correctly configure it. Now at every boot ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    93

    Nvidia Drivers and dual monitor setup

    Hi can anybody help with my Video problem, I have activated dual screen monitors using the Nvidia driver GUI as Sax2 would not correctly configure it. Now at every boot I get the message "undefined video mode 31a, press [enter] for a list of video modes or [space] to continue. After pressing space the system boots to my liking, how can I get rid of the message at every boot up?

    I am using Suse 11.2 and KDE4.3.1
    My video card is an Nvidia Geforce 7100 GS
    I thought I was using the Nvidia drivers as I have a GUI from Nvidia in my launch menu if I search "Nvidia" and I have completed the one-click installation. Although when I go into "My Computer" it says driver unknown.

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Try renaming the /etc/X11/xorg.conf file so that the system won't see it. Note you will need to be root to rename it.

    In theory you no longer need that file. If you managed to make one working with sax2 it is most likely not correct.

    If you find you need one you can use one created by the NVIDIA configure utility

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    93
    I have tried this, renaming it xorg.conf.old but this has not corrected the problem, after booting the system has not generated a new xorg.conf file but the issue remains

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    that mode is probably for the console which is usually set in the grub config file, post contents of /boot/grub/menu.lst

  5. #5
    Just Joined!
    Join Date
    Mar 2007
    Posts
    93
    Code:
    # Modified by YaST2. Last modification on Thu Dec 10 10:32:25 GMT 2009
    # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
    # Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
    
    default 0
    timeout 8
    gfxmenu (hd0,7)/boot/message
    ##YaST - activate
    
    ###Don't change this comment - YaST2 identifier: Original name: linux###
    title Desktop -- openSUSE 11.2 - 2.6.31.5-0.1
        root (hd0,7)
        kernel /boot/vmlinuz-2.6.31.5-0.1-desktop root=/dev/disk/by-id/ata-ST3250410AS_6RYD3392-part8 resume=/dev/disk/by-id/ata-ST3250410AS_6RYD3392-part7 splash=silent quiet showopts vga=0x31a
        initrd /boot/initrd-2.6.31.5-0.1-desktop
    
    ###Don't change this comment - YaST2 identifier: Original name: failsafe###
    title Failsafe -- openSUSE 11.2 - 2.6.31.5-0.1
        root (hd0,7)
        kernel /boot/vmlinuz-2.6.31.5-0.1-desktop root=/dev/disk/by-id/ata-ST3250410AS_6RYD3392-part8 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x31a
        initrd /boot/initrd-2.6.31.5-0.1-desktop
    
    ###Don't change this comment - YaST2 identifier: Original name: windows###
    title Windows
        rootnoverify (hd0,0)
        chainloader +1

  6. #6
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    just as I expected, on those kernel lines, you need to remove the vga=0x31a or replace 0x31a with a valid resolution identifier

  7. #7
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    i have a similar problem but what i noticed was that this problem occurs when i have a flashdrive plugged into the pc when i boot without the flsh drive it boots normally

  8. #8
    Just Joined!
    Join Date
    Mar 2007
    Posts
    93
    Many thanks removing this line has gotten rid of the wait screen, out of interest how do I enter the correct resolution into the boot loader?

  9. #9
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    it depends on the hardware which modes are supported and what the number is that you will use

    you could put vga=ask, then pick the one you want, note the number you chose, and after it boots you can put vga=<number>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...