cannot change display resolution

When I start sax2 and chose another resolution (in the moment 1280x1024), the resolution is not changed (not immediately and also not after reboot).

In the file SaX.log I find the error message:

26-Dec 23:40:33 <I> SCCMonitor::Bootloader setup for fbdev: 16bit 1024x768 791
26-Dec 23:40:33 <E> SCCMonitor::Bootloader update failed

Can someone help me?

Thank you
Neo

Need more info…video card make and type and drivers if any

/Geoff

As root:

lspci

hwinfo --gfxcard

more /etc/X11/xorg.conf

For xorg.conf, you need only post the Device, Screen, Monitor, and Modes sections.

OK, here are the informations.

I can add the information that I made a clean install of opensuse 11.1 64 bit version and the grub boot loader had a problem after the first installation. So I used the repair tool from opensuse DVD and write the boot manager into MBR.

lspci:

00:00.0 Host bridge: nVidia Corporation Device 07c3 (rev a2)
00:00.1 RAM memory: nVidia Corporation nForce 630i memory controller (rev a2)
00:01.0 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.1 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.2 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.3 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.4 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.5 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:01.6 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:02.0 RAM memory: nVidia Corporation nForce 630i memory controller (rev a1)
00:03.0 ISA bridge: nVidia Corporation MCP73 LPC Bridge (rev a2)
00:03.1 SMBus: nVidia Corporation MCP73 SMBus (rev a1)
00:03.2 RAM memory: nVidia Corporation MCP73 Memory Controller (rev a1)
00:03.4 RAM memory: nVidia Corporation MCP73 Memory Controller (rev a1)
00:04.0 USB Controller: nVidia Corporation GeForce 7100/nForce 630i (rev a1)
00:04.1 USB Controller: nVidia Corporation MCP73 [nForce 630i] USB 2.0 Controller (EHCI) (rev a1)
00:08.0 IDE interface: nVidia Corporation MCP73 IDE (rev a1)
00:09.0 Audio device: nVidia Corporation MCP73 High Definition Audio (rev a1)
00:0a.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0b.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0c.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0d.0 PCI bridge: nVidia Corporation MCP73 PCI Express bridge (rev a1)
00:0e.0 SATA controller: nVidia Corporation GeForce 7100/nForce 630i (rev a2)
00:0f.0 Ethernet controller: nVidia Corporation MCP73 Ethernet (rev a2)
00:10.0 VGA compatible controller: nVidia Corporation GeForce 7050/nForce 610i (rev a2)

hwinfo --gfxcard

34: PCI 10.0: 0300 VGA compatible controller (VGA)
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_10de_7e3
Unique ID: 37TO.GJmvnAJ1qJE
SysFS ID: /devices/pci0000:00/0000:00:10.0
SysFS BusID: 0000:00:10.0
Hardware Class: graphics card
Model: “nVidia GeForce 7050/nForce 610i”
Vendor: pci 0x10de “nVidia Corporation”
Device: pci 0x07e3 “GeForce 7050/nForce 610i”
SubVendor: pci 0x1019 “Elitegroup Computer Systems”
SubDevice: pci 0x2145
Revision: 0xa2
Memory Range: 0xfd000000-0xfdffffff (rw,non-prefetchable)
Memory Range: 0xd0000000-0xdfffffff (rw,prefetchable)
Memory Range: 0xfc000000-0xfcffffff (rw,non-prefetchable)
Memory Range: 0xfebc0000-0xfebdffff (ro,prefetchable,disabled)
IRQ: 10 (no events)
I/O Ports: 0x3c0-0x3df (rw)
Module Alias: “pci:v000010DEd000007E3sv00001019sd00002145bc03sc00i00”
Driver Info #0:
Driver Status: nvidiafb is not active
Driver Activation Cmd: “modprobe nvidiafb”
Config Status: cfg=no, avail=yes, need=no, active=unknown

Primary display adapter: #34

xorg.conf

Section “Module”
Load “dri”
Load “dbe”
Load “freetype”
Load “extmod”
Load “glx”
EndSection

Section “InputDevice”
Driver “kbd”
Identifier “Keyboard[0]”
Option “Protocol” “Standard”
Option “XkbLayout” “de”
Option “XkbModel” “microsoftpro”
Option “XkbRules” “xfree86”
Option “XkbVariant” “nodeadkeys”
EndSection

Section “Monitor”
Option “CalcAlgorithm” “XServerPool”
DisplaySize 306 230
HorizSync 30-71
Identifier “Monitor[0]”
ModelName “PHILIPS 107G5”
Option “DPMS”
Option “PreferredMode” “1280x1024”
VendorName “PHL”
VertRefresh 43-160
UseModes “Modes[0]”
EndSection

Section “Screen”
SubSection “Display”
Depth 15
Modes “default”
EndSubSection
SubSection “Display”
Depth 16
Modes “default”
EndSubSection
SubSection “Display”
Depth 24
Modes “default”
EndSubSection
SubSection “Display”
Depth 8
Modes “default”
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSection

Section “Device”
BoardName “Framebuffer Graphics”
Driver “fbdev”
Identifier “Device[0]”
Screen 0
VendorName “VESA”
EndSection

I asked for “Modes” section (if there is one), not “Module”. :wink:

Have you tried to install the nvidia driver? NVIDIA - openSUSE

Problem solved.

After installing the NVIDIA driver again and calling sax2 with option -r everything works fine.

Thank you.

Terrific! You’re welcome. :slight_smile: