[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-xorg
Subject:    Xorg does not list all supported resolutions.
From:       Selahattin CILEK <selahattin_cilek () hotmail ! com>
Date:       2022-09-21 19:58:37
Message-ID: AM9P194MB1443F58F7CC9209C39644CC3ED4F9 () AM9P194MB1443 ! EURP194 ! PROD ! OUTLOOK ! COM
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Dear Xorg Community,

I have been struggling with an issue with screen resolution for a few 
days now. I installed FreeBSD 12.3 on a virtual machine on VMWare 16.2, 
which I intend to use for development. I installed Xorg, XFCE and 
open-vm-tools and VMWare drivers on it. Since I don't want to go through 
the pain of logging in and typing the root password each time I'd like 
to try my work, I put these lines in my .xinitrc file:

|exec /usr/local/bin/startxfce4|||

||


Then this line in the crontab file:

|@reboot root /usr/local/bin/startx|

||||

||


|XFCE opens as expected, but does not support my monitor's native 
resolution. I remember having the same issue with my previous virtual 
machine, so I know it should work; but I don't remember how I solved it. 
The reason I have had to create a new VM is because the disk the older 
one is installed on has begun to fail.|

|I am attaching the configuration and log files for Xorg.|

|More detail about the issue can be found on this thread from the 
FreeBSD forum:|

https://forums.freebsd.org/threads/xorg-does-not-detect-the-correct-resolution.86505/#post-582203

I am stuck. Your help will be appreciated.



|
|
||
||
|
|


-- 
This email has been checked for viruses by Avast antivirus software.
www.avast.com
[Attachment #5 (text/html)]

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Dear Xorg Community,</p>
    <p>I have been struggling with an issue with screen resolution for a
      few days now. I installed FreeBSD 12.3 on a virtual machine on
      VMWare 16.2, which I intend to use for development. I installed
      Xorg, XFCE and open-vm-tools and VMWare drivers on it. Since I
      don't want to go through the pain of logging in and typing the
      root password each time I'd like to try my work, I put these lines
      in my <font face="monospace">.xinitrc</font> file:</p>
    <pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" \
data-lang=""><code>exec /usr/local/bin/startxfce4</code><code></code></pre>  \
<code></code>  <p><br>
    </p>
    <p>Then this line in the <font face="monospace">crontab</font>
      file:</p>
    <p><code>@reboot root /usr/local/bin/startx</code></p>
    <p><code></code><code></code></p>
    <font face="Times New Roman, Times, serif"><code></code></font>
    <p><br>
    </p>
    <p><code><font face="Times New Roman, Times, serif">XFCE opens as
          expected, but does not support my monitor's native resolution.
          I remember having the same issue with my previous virtual
          machine, so I know it should work; but I don't remember how I
          solved it. The reason I have had to create a new VM is because
          the disk the older one is installed on has begun to fail.</font></code></p>
    <p><code><font face="Times New Roman, Times, serif">I am attaching
          the configuration and log files for Xorg.</font></code></p>
    <p><code><font face="Times New Roman, Times, serif">More detail
          about the issue can be found on this thread from the FreeBSD
          forum:</font></code></p>
    <p><a class="moz-txt-link-freetext" \
href="https://forums.freebsd.org/threads/xorg-does-not-detect-the-correct-resolution.8 \
6505/#post-582203">https://forums.freebsd.org/threads/xorg-does-not-detect-the-correct-resolution.86505/#post-582203</a></p>
  <p>I am stuck. Your help will be appreciated.</p>
    <p><br>
    </p>
    <p><br>
    </p>
    <font face="Times New Roman, Times, serif"><code><br>
      </code><br>
      <code></code><br>
      <code></code><br>
      <code><br>
      </code></font><br>
    <br>
    <p></p>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br><table style="border-top: 1px \
solid #D3D4DE;"><tr><td style="width: 55px; padding-top: 13px;"><a \
href="https://www.avast.com/sig-email?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" \
target="_blank"><img \
src="https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" \
alt=" width=" 46?="" height="29" style="width: 46px; height: 29px;"></a></td><td \
style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: \
Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free.<a \
href="https://www.avast.com/sig-email?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" \
target="_blank" style="color: #4453ea;">www.avast.com</a></td></tr></table><a \
href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body> \
</html>


["xorg.conf" (text/plain)]

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option		"AutoAddDevices" "Off"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/share/fonts/misc/"
	FontPath     "/usr/local/share/fonts/TTF/"
	FontPath     "/usr/local/share/fonts/OTF/"
	FontPath     "/usr/local/share/fonts/Type1/"
	FontPath     "/usr/local/share/fonts/100dpi/"
	FontPath     "/usr/local/share/fonts/75dpi/"
	FontPath     "catalogue:/usr/local/etc/X11/fontpath.d"
EndSection

Section "Module"
	Load  "glx"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option "XkbLayout" "tr"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "vmmouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "VMWare"
	ModelName    "VMware SVGA"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "HWcursor"           	# [<bool>]
        #Option     "Xinerama"           	# [<bool>]
        #Option     "StaticXinerama"     	# <str>
        #Option     "GuiLayout"          	# <str>
        #Option     "AddDefaultMode"     	# [<bool>]
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "DirectPresents"     	# [<bool>]
        #Option     "HWPresents"         	# [<bool>]
        #Option     "RenderCheck"        	# [<bool>]
	Identifier  "Card0"
	Driver      "vmware"
	BusID       "PCI:0:15:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


["Xorg.0.log" (text/plain)]

[    10.238] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    10.238] Current Operating System: FreeBSD freebsd123 12.3-STABLE FreeBSD \
12.3-STABLE r371091 GENERIC amd64 [    10.238]  
[    10.238] Current version of pixman: 0.40.0
[    10.238] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.238] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.238] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 21 08:00:57 2022
[    10.251] (==) Using config file: "/etc/X11/xorg.conf"
[    10.251] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[    10.253] (==) ServerLayout "X.org Configured"
[    10.253] (**) |-->Screen "Screen0" (0)
[    10.253] (**) |   |-->Monitor "Monitor0"
[    10.253] (**) |   |-->Device "Card0"
[    10.253] (**) |-->Input Device "Mouse0"
[    10.253] (**) |-->Input Device "Keyboard0"
[    10.253] (**) Option "AutoAddDevices" "Off"
[    10.253] (**) Not automatically adding devices
[    10.253] (==) Automatically enabling devices
[    10.253] (==) Not automatically adding GPU devices
[    10.253] (==) Automatically binding GPU devices
[    10.255] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.263] (**) FontPath set to:
	/usr/local/share/fonts/misc/,
	/usr/local/share/fonts/TTF/,
	/usr/local/share/fonts/OTF/,
	/usr/local/share/fonts/Type1/,
	/usr/local/share/fonts/100dpi/,
	/usr/local/share/fonts/75dpi/,
	catalogue:/usr/local/etc/X11/fontpath.d,
	/usr/local/share/fonts/misc/,
	/usr/local/share/fonts/TTF/,
	/usr/local/share/fonts/OTF/,
	/usr/local/share/fonts/Type1/,
	/usr/local/share/fonts/100dpi/,
	/usr/local/share/fonts/75dpi/,
	catalogue:/usr/local/etc/X11/fontpath.d
[    10.263] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[    10.265] (II) Module ABI versions:
[    10.265] 	X.Org ANSI C Emulation: 0.4
[    10.265] 	X.Org Video Driver: 25.2
[    10.265] 	X.Org XInput driver : 24.4
[    10.265] 	X.Org Server Extension : 10.0
[    10.265] (--) PCI:*(0@0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ \
0xe8000000/134217728, 0xfe000000/8388608, I/O @ 0x00001070/16, BIOS @ \
0x????????/65536 [    10.265] (II) "glx" will be loaded. This was enabled by default \
and also specified in the config file. [    10.265] (II) LoadModule: "glx"
[    10.267] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    10.289] (II) Module glx: vendor="X.Org Foundation"
[    10.289] 	compiled for 1.21.1.4, module version = 1.0.0
[    10.289] 	ABI class: X.Org Server Extension, version 10.0
[    10.289] (II) LoadModule: "vmware"
[    10.289] (II) Loading /usr/local/lib/xorg/modules/drivers/vmware_drv.so
[    10.732] (II) Module vmware: vendor="X.Org Foundation"
[    10.732] 	compiled for 1.21.1.4, module version = 13.3.0
[    10.732] 	Module class: X.Org Video Driver
[    10.732] 	ABI class: X.Org Video Driver, version 25.2
[    10.732] (II) LoadModule: "vmmouse"
[    10.733] (II) Loading /usr/local/lib/xorg/modules/input/vmmouse_drv.so
[    10.734] (II) Module vmmouse: vendor="X.Org Foundation"
[    10.734] 	compiled for 1.21.1.4, module version = 13.1.0
[    10.734] 	Module class: X.Org XInput Driver
[    10.734] 	ABI class: X.Org XInput driver, version 24.4
[    10.734] (II) VMWARE(0): VMMOUSE module was loaded
[    10.734] (II) LoadModule: "kbd"
[    10.734] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[    10.734] (II) Module kbd: vendor="X.Org Foundation"
[    10.734] 	compiled for 1.21.1.4, module version = 1.9.0
[    10.734] 	Module class: X.Org XInput Driver
[    10.734] 	ABI class: X.Org XInput driver, version 24.4
[    10.734] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
[    10.734] (--) Using syscons driver with X support (version 2.0)
[    10.734] (--) using VT number 9

[    10.740] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    10.741] (EE) vmware(0): Failed to open drm.
[    10.741] (WW) vmware(0): Disabling 3D support.
[    10.741] (WW) vmware(0): Disabling Render Acceleration.
[    10.741] (WW) vmware(0): Disabling RandR12+ support.
[    10.741] (--) vmware(0): VMware SVGA regs at (0x1070, 0x1071)
[    10.741] (II) Loading sub module "vgahw"
[    10.741] (II) LoadModule: "vgahw"
[    10.741] (II) Loading /usr/local/lib/xorg/modules/libvgahw.so
[    10.742] (II) Module vgahw: vendor="X.Org Foundation"
[    10.742] 	compiled for 1.21.1.4, module version = 0.1.0
[    10.742] 	ABI class: X.Org Video Driver, version 25.2
[    10.761] (--) vmware(0): caps:  0xFDFF83E2
[    10.761] (--) vmware(0): depth: 24
[    10.761] (--) vmware(0): bpp:   32
[    10.761] (--) vmware(0): vram:  4194304
[    10.761] (--) vmware(0): pbase: 0xe8000000
[    10.761] (--) vmware(0): mwidt: 1176
[    10.761] (--) vmware(0): mheig: 885
[    10.761] (--) vmware(0): depth: 24
[    10.761] (--) vmware(0): bpp:   32
[    10.761] (--) vmware(0): w.red: 8
[    10.761] (--) vmware(0): w.grn: 8
[    10.761] (--) vmware(0): w.blu: 8
[    10.761] (--) vmware(0): vis:   4
[    10.761] (==) vmware(0): Depth 24, (==) framebuffer bpp 32
[    10.761] (==) vmware(0): RGB weight 888
[    10.761] (==) vmware(0): Default visual is TrueColor
[    10.761] (==) vmware(0): Using HW cursor
[    10.761] (==) vmware(0): Will set up a driver mode with dimensions 800x600.
[    10.761] (==) vmware(0): Using gamma correction (1.0, 1.0, 1.0)
[    10.761] (II) vmware(0): Clock range:   0.00 to 400000.00 MHz
[    10.762] (II) vmware(0): Not using default mode "320x175" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"320x200" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "360x200" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) [   \
10.762] (II) vmware(0): Not using default mode "320x240" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"320x240" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "320x240" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) [   \
10.762] (II) vmware(0): Not using default mode "400x300" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"400x300" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "400x300" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) [   \
10.762] (II) vmware(0): Not using default mode "1024x768i" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"512x384i" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "512x384" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) [   \
10.762] (II) vmware(0): Not using default mode "512x384" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"512x384" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "576x432" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1280x960" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "640x480" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1280x960" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "640x480" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1280x1024" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "640x512" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1280x1024" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "640x512" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1280x1024" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "640x512" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1600x1200" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "800x600" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1600x1200" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "800x600" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1600x1200" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "800x600" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1600x1200" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "800x600" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1600x1200" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "800x600" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1792x1344" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "896x672" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1792x1344" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "896x672" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1856x1392" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "928x696" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1856x1392" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "928x696" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1920x1440" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "960x720" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1920x1440" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "960x720" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) [   \
10.762] (II) vmware(0): Not using default mode "1400x1050" (insufficient memory for \
mode) [    10.762] (II) vmware(0): Not using default mode "700x525" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1400x1050" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "700x525" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1920x1440" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "960x720" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"2048x1536" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "1024x768" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "2048x1536" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "1024x768" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"2048x1536" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "1024x768" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "320x180" (bad mode clock/interlace/doublescan) [   \
10.762] (II) vmware(0): Not using default mode "320x180" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"720x405" (monitor doesn't support reduced blanking) [    10.762] (II) vmware(0): Not \
using default mode "360x202" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "360x202" (bad mode clock/interlace/doublescan) [   \
10.762] (II) vmware(0): Not using default mode "864x486" (monitor doesn't support \
reduced blanking) [    10.762] (II) vmware(0): Not using default mode "432x243" (bad \
mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"432x243" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "960x540" (monitor doesn't support reduced blanking) [    10.762] \
(II) vmware(0): Not using default mode "480x270" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"480x270" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "1024x576" (monitor doesn't support reduced blanking) [    10.762] \
(II) vmware(0): Not using default mode "512x288" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"512x288" (bad mode clock/interlace/doublescan) [    10.762] (II) vmware(0): Not \
using default mode "1280x720" (width requires unsupported line pitch) [    10.762] \
(II) vmware(0): Not using default mode "640x360" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1280x720" (width requires unsupported line pitch) [    10.762] (II) vmware(0): Not \
using default mode "640x360" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1368x768" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "684x384" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1368x768" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "684x384" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1600x900" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "800x450" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1600x900" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "800x450" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "1920x1080" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "960x540" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"1920x1080" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "960x540" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "2048x1152" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "1024x576" (bad mode \
clock/interlace/doublescan) [    10.762] (II) vmware(0): Not using default mode \
"2048x1152" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "1024x576" (bad mode clock/interlace/doublescan) [    10.762] (II) \
vmware(0): Not using default mode "2560x1440" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "1280x720" (width requires unsupported \
line pitch) [    10.762] (II) vmware(0): Not using default mode "2560x1440" \
(insufficient memory for mode) [    10.762] (II) vmware(0): Not using default mode \
"1280x720" (width requires unsupported line pitch) [    10.762] (II) vmware(0): Not \
using default mode "2880x1620" (insufficient memory for mode) [    10.762] (II) \
vmware(0): Not using default mode "1440x810" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "2880x1620" (insufficient memory for \
mode) [    10.762] (II) vmware(0): Not using default mode "1440x810" (insufficient \
memory for mode) [    10.762] (II) vmware(0): Not using default mode "3200x1800" \
(insufficient memory for mode) [    10.762] (II) vmware(0): Not using default mode \
"1600x900" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "3200x1800" (insufficient memory for mode) [    10.762] (II) vmware(0): \
Not using default mode "1600x900" (insufficient memory for mode) [    10.762] (II) \
vmware(0): Not using default mode "3840x2160" (insufficient memory for mode) [    \
10.762] (II) vmware(0): Not using default mode "1920x1080" (insufficient memory for \
mode) [    10.762] (II) vmware(0): Not using default mode "3840x2160" (insufficient \
memory for mode) [    10.762] (II) vmware(0): Not using default mode "1920x1080" \
(insufficient memory for mode) [    10.762] (II) vmware(0): Not using default mode \
"4096x2304" (insufficient memory for mode) [    10.762] (II) vmware(0): Not using \
default mode "2048x1152" (insufficient memory for mode) [    10.763] (II) vmware(0): \
Not using default mode "4096x2304" (insufficient memory for mode) [    10.763] (II) \
vmware(0): Not using default mode "2048x1152" (insufficient memory for mode) [    \
10.763] (II) vmware(0): Not using default mode "5120x2880" (insufficient memory for \
mode) [    10.763] (II) vmware(0): Not using default mode "2560x1440" (insufficient \
memory for mode) [    10.763] (II) vmware(0): Not using default mode "5120x2880" \
(insufficient memory for mode) [    10.763] (II) vmware(0): Not using default mode \
"2560x1440" (insufficient memory for mode) [    10.763] (II) vmware(0): Not using \
default mode "7680x4320" (insufficient memory for mode) [    10.763] (II) vmware(0): \
Not using default mode "3840x2160" (insufficient memory for mode) [    10.763] (II) \
vmware(0): Not using default mode "7680x4320" (insufficient memory for mode) [    \
10.763] (II) vmware(0): Not using default mode "3840x2160" (insufficient memory for \
mode) [    10.763] (II) vmware(0): Not using default mode "15360x8640" (insufficient \
memory for mode) [    10.763] (II) vmware(0): Not using default mode "7680x4320" \
(insufficient memory for mode) [    10.763] (II) vmware(0): Not using default mode \
"15360x8640" (insufficient memory for mode) [    10.763] (II) vmware(0): Not using \
default mode "7680x4320" (insufficient memory for mode) [    10.763] (II) vmware(0): \
Not using default mode "1280x800" (width requires unsupported line pitch) [    \
10.763] (II) vmware(0): Not using default mode "640x400" (bad mode \
clock/interlace/doublescan) [    10.763] (II) vmware(0): Not using default mode \
"1280x800" (width requires unsupported line pitch) [    10.763] (II) vmware(0): Not \
using default mode "640x400" (bad mode clock/interlace/doublescan) [    10.763] (II) \
vmware(0): Not using default mode "1400x900" (insufficient memory for mode) [    \
10.763] (II) vmware(0): Not using default mode "700x450" (bad mode \
clock/interlace/doublescan) [    10.763] (II) vmware(0): Not using default mode \
"1400x900" (insufficient memory for mode) [    10.763] (II) vmware(0): Not using \
default mode "700x450" (bad mode clock/interlace/doublescan) [    10.763] (II) \
vmware(0): Not using default mode "1680x1050" (insufficient memory for mode) [    \
10.763] (II) vmware(0): Not using default mode "840x525" (bad mode \
clock/interlace/doublescan) [    10.763] (II) vmware(0): Not using default mode \
"1680x1050" (insufficient memory for mode) [    10.763] (II) vmware(0): Not using \
default mode "840x525" (bad mode clock/interlace/doublescan) [    10.763] (II) \
vmware(0): Not using default mode "1920x1200" (insufficient memory for mode) [    \
10.763] (II) vmware(0): Not using default mode "960x600" (bad mode \
clock/interlace/doublescan) [    10.763] (II) vmware(0): Not using default mode \
"1920x1200" (insufficient memory for mode) [    10.763] (II) vmware(0): Not using \
default mode "960x600" (bad mode clock/interlace/doublescan) [    10.763] (II) \
vmware(0): Not using default mode "2560x1600" (insufficient memory for mode) [    \
10.763] (II) vmware(0): Not using default mode "1280x800" (width requires unsupported \
line pitch) [    10.763] (II) vmware(0): Not using default mode "2560x1600" \
(insufficient memory for mode) [    10.763] (II) vmware(0): Not using default mode \
"1280x800" (width requires unsupported line pitch) [    10.763] (II) vmware(0): \
Virtual size is 800x600 (pitch 1176) [    10.763] (**) vmware(0): *Driver mode \
"vmwlegacy-default-800x600": 36.3 MHz, 36.2 kHz, 60.0 Hz [    10.763] (II) vmware(0): \
Modeline "vmwlegacy-default-800x600"x60.0   36.25  800 801 802 1002  600 601 602 603 \
(36.2 kHz ez) [    10.763] (**) vmware(0):  Default mode "1152x864": 108.0 MHz, 67.5 \
kHz, 75.0 Hz [    10.763] (II) vmware(0): Modeline "1152x864"x75.0  108.00  1152 1216 \
1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d) [    10.763] (**) vmware(0):  \
Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz [    10.763] (II) vmware(0): \
Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync \
(68.7 kHz d) [    10.763] (**) vmware(0):  Default mode "1024x768": 78.8 MHz, 60.0 \
kHz, 75.0 Hz [    10.763] (II) vmware(0): Modeline "1024x768"x75.0   78.75  1024 1040 \
1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d) [    10.763] (**) vmware(0):  \
Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz [    10.763] (II) vmware(0): \
Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync \
(56.5 kHz d) [    10.763] (**) vmware(0):  Default mode "1024x768": 65.0 MHz, 48.4 \
kHz, 60.0 Hz [    10.763] (II) vmware(0): Modeline "1024x768"x60.0   65.00  1024 1048 \
1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d) [    10.763] (**) vmware(0):  \
Default mode "1024x576": 46.5 MHz, 35.9 kHz, 59.9 Hz [    10.763] (II) vmware(0): \
[    10.763] (**) vmware(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
[    10.763] (II) vmware(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 \
625 628 667 -hsync -vsync (49.7 kHz d) [    10.763] (**) vmware(0):  Default mode \
"960x540": 40.8 MHz, 33.5 kHz, 59.6 Hz [    10.763] (II) vmware(0): Modeline \
"960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d) \
[    10.763] (**) vmware(0):  Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz [   \
10.763] (II) vmware(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 \
604 631 +hsync +vsync (53.7 kHz d) [    10.763] (**) vmware(0):  Default mode \
"800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz [    10.763] (II) vmware(0): Modeline \
"800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d) \
[    10.763] (**) vmware(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz [   \
10.763] (II) vmware(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 \
643 666 +hsync +vsync (48.1 kHz d) [    10.763] (**) vmware(0):  Default mode \
"800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz [    10.763] (II) vmware(0): Modeline \
"800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d) \
[    10.763] (**) vmware(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz [   \
10.763] (II) vmware(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 \
603 625 +hsync +vsync (35.2 kHz d) [    10.763] (**) vmware(0):  Default mode \
"864x486": 32.5 MHz, 30.3 kHz, 59.9 Hz [    10.763] (II) vmware(0): Modeline \
"864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d) \
[    10.763] (**) vmware(0):  Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz [   \
10.763] (II) vmware(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 \
509 -hsync -vsync (43.3 kHz d) [    10.763] (**) vmware(0):  Default mode "640x480": \
31.5 MHz, 37.5 kHz, 75.0 Hz [    10.763] (II) vmware(0): Modeline "640x480"x75.0   \
31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d) [    10.763] (**) \
vmware(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz [    10.763] (II) \
vmware(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync \
-vsync (37.9 kHz d) [    10.763] (**) vmware(0):  Default mode "640x480": 25.2 MHz, \
31.5 kHz, 59.9 Hz [    10.763] (II) vmware(0): Modeline "640x480"x59.9   25.18  640 \
656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d) [    10.763] (**) vmware(0):  \
Default mode "720x405": 22.5 MHz, 25.1 kHz, 59.5 Hz [    10.763] (II) vmware(0): \
Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 \
kHz d) [    10.763] (**) vmware(0):  Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 \
Hz [    10.763] (II) vmware(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 \
401 404 446 -hsync +vsync (37.9 kHz d) [    10.763] (**) vmware(0):  Default mode \
"640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz [    10.763] (II) vmware(0): Modeline \
"640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d) [ \
10.763] (**) vmware(0):  Default mode "640x360": 18.0 MHz, 22.5 kHz, 59.8 Hz [    \
10.763] (II) vmware(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 \
376 -hsync +vsync (22.5 kHz d) [    10.764] (**) vmware(0):  Default mode "640x360": \
17.8 MHz, 22.2 kHz, 59.3 Hz [    10.764] (II) vmware(0): Modeline "640x360"x59.3   \
17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d) [    10.764] (**) \
vmware(0):  Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz [    10.764] (II) \
vmware(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync \
-vsync (37.9 kHz d) [    10.764] (==) vmware(0): DPI set to (96, 96)
[    10.764] (II) Loading sub module "fb"
[    10.764] (II) LoadModule: "fb"
[    10.764] (II) Module "fb" already built-in
[    10.764] (II) Loading sub module "shadowfb"
[    10.764] (II) LoadModule: "shadowfb"
[    10.764] (II) Loading /usr/local/lib/xorg/modules/libshadowfb.so
[    10.764] (II) Module shadowfb: vendor="X.Org Foundation"
[    10.764] 	compiled for 1.21.1.4, module version = 1.0.0
[    10.764] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.764] (II) Loading sub module "ramdac"
[    10.764] (II) LoadModule: "ramdac"
[    10.764] (II) Module "ramdac" already built-in
[    10.765] (II) vmware(0): Initialized VMWARE_CTRL extension version 0.2
[    10.765] (II) vmware(0): Initialized VMware Xinerama extension.
[    10.765] (II) vmware(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[    10.778] (==) vmware(0): Backing store enabled
[    10.778] (==) vmware(0): Silken mouse enabled
[    10.779] (II) vmware(0): Initialized VMware Xv extension successfully.
[    10.780] (II) Initializing extension Generic Event Extension
[    10.780] (II) Initializing extension SHAPE
[    10.780] (II) Initializing extension MIT-SHM
[    10.780] (II) Initializing extension XInputExtension
[    10.782] (II) Initializing extension XTEST
[    10.782] (II) Initializing extension BIG-REQUESTS
[    10.782] (II) Initializing extension SYNC
[    10.782] (II) Initializing extension XKEYBOARD
[    10.782] (II) Initializing extension XC-MISC
[    10.782] (II) Initializing extension SECURITY
[    10.782] (II) Initializing extension XFIXES
[    10.783] (II) Initializing extension RENDER
[    10.783] (II) Initializing extension RANDR
[    10.783] (II) Initializing extension COMPOSITE
[    10.783] (II) Initializing extension DAMAGE
[    10.783] (II) Initializing extension MIT-SCREEN-SAVER
[    10.783] (II) Initializing extension DOUBLE-BUFFER
[    10.784] (II) Initializing extension RECORD
[    10.784] (II) Initializing extension DPMS
[    10.784] (II) Initializing extension Present
[    10.784] (II) Initializing extension DRI3
[    10.784] (II) Initializing extension X-Resource
[    10.784] (II) Initializing extension XVideo
[    10.784] (II) Initializing extension XVideo-MotionCompensation
[    10.784] (II) Initializing extension GLX
[    10.784] (II) AIGLX: Screen 0 is not DRI2 capable
[    10.880] (II) IGLX: Loaded and initialized swrast
[    10.880] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    10.880] (II) Initializing extension XFree86-VidModeExtension
[    10.880] (II) Initializing extension XFree86-DGA
[    10.880] (II) Initializing extension XFree86-DRI
[    10.880] (II) Initializing extension DRI2
[    10.989] (II) Using input driver 'vmmouse' for 'Mouse0'
[    10.989] (**) Option "CorePointer"
[    10.989] (**) Mouse0: always reports core events
[    10.989] (II) VMWARE(0): vmmouse is available
[    10.990] (**) Option "Device" "/dev/sysmouse"
[    10.990] (**) Option "ZAxisMapping" "4 5 6 7"
[    10.990] (**) Mouse0: ZAxisMapping: buttons 4 and 5
[    10.990] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
[    10.990] (II) VMWARE(0): VMMOUSE DEVICE_INIT
[    10.990] (**) Mouse0: (accel) keeping acceleration scheme 1
[    10.990] (**) Mouse0: (accel) acceleration profile 0
[    10.990] (**) Mouse0: (accel) acceleration factor: 2.000
[    10.990] (**) Mouse0: (accel) acceleration threshold: 4
[    10.990] (II) VMWARE(0): VMMOUSE DEVICE_ON
[    10.990] (II) VMWARE(0): vmmouse enabled
[    10.990] (II) Using input driver 'kbd' for 'Keyboard0'
[    10.990] (**) Option "CoreKeyboard"
[    10.990] (**) Keyboard0: always reports core events
[    10.990] (**) Keyboard0: always reports core events
[    10.990] (**) Option "Protocol" "standard"
[    10.990] (**) Option "XkbRules" "base"
[    10.990] (**) Option "XkbModel" "pc105"
[    10.990] (**) Option "XkbLayout" "tr"
[    10.990] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, \
id 7) [    11.025] (II) config/udev: Adding input device System mouse \
(/dev/input/event0) [    11.025] (II) AutoAddDevices is off - not adding device.
[    11.025] (II) config/udev: Adding input device System keyboard multiplexer \
(/dev/input/event1) [    11.025] (II) AutoAddDevices is off - not adding device.
[    11.025] (II) config/udev: Adding input device AT keyboard (/dev/input/event2)
[    11.025] (II) AutoAddDevices is off - not adding device.
[    11.025] (II) config/udev: Adding input device IntelliMouse (/dev/input/event3)
[    11.025] (II) AutoAddDevices is off - not adding device.
[    17.557] (II) VMWARE(0): vmmouse enable absolute mode



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic