Bug 135421

Summary: Monitor goes dark because of too high default resolution
Product: [openSUSE] SUSE Linux 10.1 Reporter: Joel Carlson <Fox7777>
Component: SaX2Assignee: Marcus Schaefer <ms>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P2 - High CC: Fox7777, ms, sndirsch
Version: Alpha 3   
Target Milestone: ---   
Hardware: i686   
OS: SUSE Other   
URL: http://web3.foxinternet.net/fox7777/sig.htm
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Joel Carlson 2005-11-24 02:53:50 UTC
We installed SUSE Linux Alpha 2 and set the resolution to 800x600 but apparently the setting doesn't register & it defaults to 1600x1200 which none of our monitors can read. We can see the cursor error but the screen is black. YaST2 or SaX2 won't work either so we can't use them to change the resolution. Is there a way to change the resolution with the command line?
Comment 1 Joel Carlson 2005-11-24 07:00:06 UTC
We got kdeinit error messages so resolution probably never gets set. Video card is ATI RADEON 7000 64M. Monitor is DRMON17.
Comment 2 Dr. Werner Fink 2005-11-24 10:27:10 UTC
Choose failsafe boot option at the boot menu.
IMHO this is not a bug nor major.
Comment 3 Stefan Dirsch 2005-11-24 10:54:14 UTC
Could you attach /etc/X11/xorg.conf and /var/log/Xorg.0.log? Thanks.
Comment 4 Joel Carlson 2005-11-24 20:44:38 UTC
Here are the files. Couldn't attach so had to copy & paste. This is major bug & problem if you can't get X or run SaX2.

# generic XFree86 4.x configuration file

Section "Files"
  FontPath		"/usr/X11R6/lib/X11/fonts/truetype/"
  FontPath		"/usr/X11R6/lib/X11/fonts/URW/"
  FontPath		"/usr/X11R6/lib/X11/fonts/uni/"
  FontPath		"/usr/X11R6/lib/X11/fonts/misc/"
  ModulePath	"/usr/X11R6/lib/modules"
  RgbPath		"/usr/X11R6/lib/X11/rgb"
  InputDevices	"/dev/ttyS0"
  InputDevices	"/dev/ttyS1"
  InputDevices	"/dev/ttyS2"
  InputDevices	"/dev/ttyS3"
  InputDevices	"/dev/ttyS4"
  InputDevices	"/dev/ttyS5"
  InputDevices	"/dev/ttyS6"
  InputDevices	"/dev/ttyS7"
  InputDevices	"/dev/ttyS8"
  InputDevices	"/dev/psaux"
  InputDevices	"/dev/logibm"
  InputDevices	"/dev/sunmouse"
  InputDevices	"/dev/atibm"
  InputDevices	"/dev/amigamouse"
  InputDevices	"/dev/atarimouse"
  InputDevices	"/dev/inportbm"
  InputDevices	"/dev/gpmdata"
  InputDevices	"/dev/usbmouse"
  InputDevices	"/dev/adbmouse"
  InputDevices	"/dev/input/mice"
  InputDevices	"/dev/input/event0"
EndSection

Section "ServerFlags"
  Option	"AllowMouseOpenFail"
  Option	"BlankTime"	"0"
EndSection

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

Section "InputDevice"
  Driver		"kbd"
  Identifier	"Keyboard[0]"
  Option		"Protocol"		"Standard"
  Option		"XkbRules"		"xfree86"
  Option		"XkbKeycodes"	"xfree86"
  Option		"XkbModel"		"pc104"
  Option		"XkbLayout"		"us"
EndSection

Section "InputDevice"
  Driver     "mouse"
  Identifier "Mouse[1]"
  Option     "Protocol" "explorerps/2"
  Option     "Device"   "/dev/input/mice"
EndSection

Section "Monitor"
  HorizSync		25-40	
  Identifier	"Monitor[0]"
  DisplaySize  330 240
  ModelName		"Initial"
  VendorName	"Initial"
  VertRefresh	47-75
  UseModes		"Modes[0]"
EndSection


Section "Modes"
  Identifier	"Modes[0]"
  Modeline		"640x480" 31.5   640 656 720 840 480 481 484 500 # 6. Try
  Modeline		"640x480" 31.5   640 680 720 864 480 488 491 521 # 5. Try
  Modeline		"640x480" 28     640 664 760 800 480 491 493 525 # 4. Try
  Modeline		"640x480" 28.32  640 664 760 800 480 491 493 525 # 3. Try
  Modeline		"640x480" 25.18  640 664 760 800 480 491 493 525 # 2. Try
  Modeline		"640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
EndSection

Section "Monitor"
  HorizSync		28-33
  Identifier	"Monitor[vmware]"
  ModelName		"Initial"
  VendorName	"Initial"
  VertRefresh	43-72
  UseModes		"Modes[vmware]"
EndSection
    
Section "Modes"
  Identifier	"Modes[vmware]"
  Modeline		"800x600" 29.38 800 816 896 992 600 601 604 617
EndSection

Section "Monitor"
  HorizSync		31-48
  Identifier	"Monitor[vesa]"
  ModelName		"VESA"
  VendorName	"VESA"
  VertRefresh	50-60
EndSection

# Screen Section for module X support
# -------------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		32
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"800x600" 
  EndSubSection
  Device		"Device[0]"
  Identifier	"Screen[0]"
  Monitor		"Monitor[0]"
EndSection

# Screen Section for fbdev support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		15
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		15
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"default"  
  EndSubSection
  SubSection "Display"
    Depth		32
    Modes		"default"  
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"default"  
  EndSubSection
  Device		"Device[fbdev]"
  Identifier	"Screen[fbdev]"
  Monitor		"Monitor[0]"
EndSection

# Screen Section for vesa support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"default"  
  EndSubSection
  Device		"Device[vesa]"
  Identifier	"Screen[vesa]"
  Monitor       "Monitor[vesa]"
EndSection

# Screen Section for vmware support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		8
    Modes		"800x600"
  EndSubSection
  SubSection "Display"
    Depth		16
    Modes		"800x600"
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"800x600"
  EndSubSection
  Device		"Device[vmware]"
  Identifier	"Screen[vmware]"
  Monitor		"Monitor[vmware]"
EndSection

# Device Sections...
# -------------------
Section "Device"
  Driver		"ChangeMe"
  Identifier	"Device[0]"
  # device_options
  Option		"sw_cursor"	"on"
EndSection

Section "Device"
  Driver		"fbdev"
  Identifier	"Device[fbdev]"
  # fbdev_options
  Option		"ShadowFB"	"off"
EndSection

Section "Device"
  Driver		"vesa"
  #Option        "DefaultRefresh"
  Option        "ModeSetClearScreen" "no"
  Identifier	"Device[vesa]"
EndSection

Section "Device"
  Driver		"vmware"
  Identifier	"Device[vmware]"
EndSection

Section "ServerLayout"
  Identifier	"Layout[all]"
  InputDevice	"Keyboard[0]"	"CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option		"Xinerama"		"off"
  Screen   "Screen[fbdev]"
EndSection


This is a pre-release version of the The X.Org Foundation X11.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the The X.Org Foundation "monolithic tree" CVS
repository hosted at http://www.freedesktop.org/Software/xorg/
X Window System Version 6.8.99.900 (6.9.0 RC 0)
Release Date: 01 August 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.900
Build Operating System: SuSE Linux [ELF] SuSE
Current Operating System: Linux linux 2.6.13.3-2-default #1 Fri Oct 7 08:58:58 UTC 2005 i686
Build Date: 16 October 2005
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 24 12:21:45 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[fbdev]" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "Device[fbdev]"
(**) |-->Input Device "Keyboard[0]"
(**) |-->Input Device "Mouse[1]"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/truetype/,/usr/X11R6/lib/X11/fonts/URW/,/usr/X11R6/lib/X11/fonts/uni/,/usr/X11R6/lib/X11/fonts/misc/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) Input device list set to "/dev/ttyS0,/dev/ttyS1,/dev/ttyS2,/dev/ttyS3,/dev/ttyS4,/dev/ttyS5,/dev/ttyS6,/dev/ttyS7,/dev/ttyS8,/dev/psaux,/dev/logibm,/dev/sunmouse,/dev/atibm,/dev/amigamouse,/dev/atarimouse,/dev/inportbm,/dev/gpmdata,/dev/usbmouse,/dev/adbmouse,/dev/input/mice,/dev/input/event0"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(**) Option "BlankTime" "0"
(**) Option "Xinerama" "off"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1106,0000 rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 1106,3043 card 1186,1400 rev 06 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 14f1,8800 card 7063,3000 rev 05 class 04,00,00 hdr 80
(II) PCI: 00:0b:2: chip 14f1,8802 card 7063,3000 rev 05 class 04,80,00 hdr 80
(II) PCI: 00:10:0: chip 1106,3038 card 1462,7120 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1462,7120 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1462,7120 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1462,7120 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1106,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1462,7120 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1462,7120 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1462,712c rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5159 card 1458,4002 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdbe00000 - 0xdbefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xcbd00000 - 0xdbcfffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:11:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xdd000000/24
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] rev 0, Mem @ 0xd0000000/27, 0xdbef0000/16, I/O @ 0xc800/8, BIOS @ 0xdbec0000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[1] -1	0	0xdffffe00 - 0xdffffeff (0x100) MX[B]
	[2] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B]
	[3] -1	0	0xdfffff80 - 0xdfffffff (0x80) MX[B]
	[4] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[5] -1	0	0xdbec0000 - 0xdbedffff (0x20000) MX[B](B)
	[6] -1	0	0xdbef0000 - 0xdbefffff (0x10000) MX[B](B)
	[7] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[10] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[11] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[12] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[13] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[14] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[15] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[16] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[1] -1	0	0xdffffe00 - 0xdffffeff (0x100) MX[B]
	[2] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B]
	[3] -1	0	0xdfffff80 - 0xdfffffff (0x80) MX[B]
	[4] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[5] -1	0	0xdbec0000 - 0xdbedffff (0x20000) MX[B](B)
	[6] -1	0	0xdbef0000 - 0xdbefffff (0x10000) MX[B](B)
	[7] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[9] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[10] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[11] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[12] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[13] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[14] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[15] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[16] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[6] -1	0	0xdffffe00 - 0xdffffeff (0x100) MX[B]
	[7] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B]
	[8] -1	0	0xdfffff80 - 0xdfffffff (0x80) MX[B]
	[9] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
	[10] -1	0	0xdbec0000 - 0xdbedffff (0x20000) MX[B](B)
	[11] -1	0	0xdbef0000 - 0xdbefffff (0x10000) MX[B](B)
	[12] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[13] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[17] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[18] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[19] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[20] -1	0	0x0000e400 - 0x0000e41f (0x20) IX[B]
	[21] -1	0	0x0000e000 - 0x0000e01f (0x20) IX[B]
	[22] -1	0	0x0000ec00 - 0x0000ec7f (0x80) IX[B]
	[23] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "fbdev"
(II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) FBDEV: driver for framebuffer: fbdev, afb
(II) Primary Device is: PCI 01:00:0
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 0.0.2
	ABI class: X.Org Video Driver, version 0.8
(II) FBDEV(0): using default device
(II) Running in FRAMEBUFFER Mode
(==) FBDEV(0): Depth 16, (==) framebuffer bpp 16
(==) FBDEV(0): RGB weight 565
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: VESA VGA (video memory: 10240kB)
(**) FBDEV(0): Option "ShadowFB" "off"
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): 	mode "default" not found
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 1280x1024 (pitch 1280)
(**) FBDEV(0):  Built-in mode "current": 131.1 MHz, 80.3 kHz, 76.6 Hz
(II) FBDEV(0): Modeline "current"  131.09  1280 1312 1472 1632  1024 1028 1032 1048 -hsync -vsync -csync
(**) FBDEV(0): Display dimensions: (330, 240) mm
(**) FBDEV(0): DPI set to (98, 108)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.99.900, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(==) FBDEV(0): Backing store disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "CoreKeyboard"
(**) Keyboard[0]: Core Keyboard
(**) Option "Protocol" "Standard"
(**) Keyboard[0]: Protocol: Standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard[0]: XkbRules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) Keyboard[0]: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard[0]: XkbLayout: "us"
(**) Option "XkbKeycodes" "xfree86"
(**) Keyboard[0]: XkbKeycodes: "xfree86"
(**) Option "CustomKeycodes" "off"
(**) Keyboard[0]: CustomKeycodes disabled
(**) Option "Protocol" "explorerps/2"
(**) Mouse[1]: Device: "/dev/input/mice"
(**) Mouse[1]: Protocol: "explorerps/2"
(**) Option "CorePointer"
(**) Mouse[1]: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse[1]: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse[1]: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse[1]: Buttons: 7
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD)
(II) Mouse[1]: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/truetype/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/URW/, removing from list!
(EE) FBDEV(0): FBIOBLANK: Invalid argument
AUDIT: Thu Nov 24 12:21:46 2005: 8314 X: client 2 rejected from local host
FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.
Comment 5 Stefan Dirsch 2005-11-24 21:47:21 UTC
AFAIK Alpha2 was broken WRT X11 configuration. Please try "sax2 -r". If this doesn't work try Alpha3. Thanks.
Comment 6 Joel Carlson 2005-11-25 04:05:34 UTC
SaX2 -r doesn't work either. We have tried everything we can think of with no success so far.
Comment 7 Stefan Dirsch 2005-11-25 10:09:59 UTC
Ok. In case please try Alpha3. It has already been released. Thanks.
Comment 8 Joel Carlson 2005-12-13 18:36:47 UTC
With SUSE 10.1 A3 we can get X but 800x600 SVGA is not working correctly. On a standard desktop computer we can get it to scale correctly if we uncheck Activate Dual Head Mode. On the HP ZE2113US laptop we don't have that option so we have to use 1024x768 XGA.
Comment 9 Stefan Dirsch 2005-12-13 21:14:11 UTC
Really? You couldn't select 800x600 as resolution on a notebook during installation? This sounds like a SaX2 issue for me.
Comment 10 Joel Carlson 2005-12-13 21:19:42 UTC
We could select 800x600 but we ended up with a wrong scaling screen with a 3/4" black border on all 4 sides.
Comment 11 Stefan Dirsch 2005-12-13 21:25:56 UTC
Where's the problem? Can't this be adjusted by the monitor controls or by the SaX2 test screen buttons?
Comment 12 Joel Carlson 2005-12-13 21:46:56 UTC
We didn't get the options to adjust the screen for 800x600 SVGA. Apparently it is related to the Dual Head Mode default mentioned earlier. We currently don't have a problem because we are using 1024x768 XGA but would have a problem if we had 800x600 SVGA.
Comment 13 Stefan Dirsch 2005-12-13 21:53:35 UTC
I don't understand this all. Maybe Marcus does ...
Comment 14 Joel Carlson 2005-12-13 23:06:58 UTC
Dual Head Mode is checked by default with 800x600 SVGA & there is not a place to uncheck it so we get a dysfunctional screen. Because this problem doesn't occur with 1024x768 XGA, we avoid the problem using that resolution.
Comment 15 Marcus Schaefer 2005-12-14 09:01:25 UTC
This is alpha2 with the completely broken X11 setup during installation.
The config you provided is the default fbdev configuration from the install
system which is copied into the system as fallback only

I strongly recommend to test with alpha4 which is available the next
days. All of the issues mentioned here should be fixed