Portál AbcLinuxu, 26. dubna 2024 01:53


Dotaz: Zaphod mode na Intel® GMA 4500MHD

12.4.2010 17:40 Radek
Zaphod mode na Intel® GMA 4500MHD
Přečteno: 1309×
Odpovědět | Admin
Dobrý den, zkouším rozběhat tzv. zaphod mode pro NT Toshiba Satellite U400-20T s grafikou Intel GMA 4500MHD a externím monitorem 22". Zaphod mod by měl fungovat jako odělení screen-u s tím že lze přecházet myší z jednoho monitoru na druhý..
Konfigurace:
Grafika : Intel GMA 4500MHD
OS : Debian s kernelem 2.6.32-trunk-amd64
Gnome 2.28.2
X.Org X Server : 1.7.4
Externí LCD připojen na VGA
xorg.conf který jsem zbastlil je následující:
Section "ServerLayout"
	Identifier     "Zaphod"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	# Load  "dri"
	Load  "extmod"
	Load  "GLcore"
	Load  "dbe"
	Load  "record"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Interni"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Externi"
	VendorName   "acer"
	ModelName    "p223W"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Screen      0
	Option      "MergedFB" "False"
	Option      "Monitor-DVI-0" "Monitor0"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Screen     1
	Option      "Monitor-VGA-0" "Monitor1"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Externi"
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1680x1050"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Interni"
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1280x800"
	EndSubSection
EndSection
log z Xorg je:
X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.4-dsa-amd64 x86_64 Debian
Current Operating System: Linux C01--104A 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32-trunk-amd64 root=/dev/mapper/sda2_crypt ro splash quiet
Build Date: 20 January 2010  11:36:07PM
xorg-server 2:1.7.4-2 (buildd@brahms.debian.org) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==)  setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.20.log", Time: Thu Feb 25 15:59:05 2010
(II) Loader magic: 0x7c1600
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 9

(--) PCI:*(0:0:2:0) 8086:2a42:1179:ff50 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf4000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
(--) PCI: (0:0:2:1) 8086:2a43:1179:ff50 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf4400000/1048576
(==) Using  built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
	Section "Device"
		Identifier	"Builtin  intel Device 0"
		Driver	"intel"
	EndSection
	Section "Screen"
		Identifier	"Builtin  intel Screen 0"
		Device	"Builtin  intel Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin  vesa Device 0"
		Driver	"vesa"
	EndSection
	Section "Screen"
		Identifier	"Builtin  vesa Screen 0"
		Device	"Builtin  vesa Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin  fbdev Device 0"
		Driver	"fbdev"
	EndSection
	Section "Screen"
		Identifier	"Builtin  fbdev Screen 0"
		Device	"Builtin  fbdev Device 0"
	EndSection
	Section "ServerLayout"
		Identifier	"Builtin  Layout"
		Screen	"Builtin  intel Screen 0"
		Screen	"Builtin  vesa Screen 0"
		Screen	"Builtin  fbdev Screen 0"
	EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin  Layout"
(**) |-->Screen "Builtin  intel Screen 0" (0)
(**) |   |-->Monitor "< monitor>"
(**) |   |-->Device "Builtin  intel Device 0"
(==) No monitor specified for screen "Builtin  intel Screen 0".
	Using a  monitor configuration.
(**) |-->Screen "Builtin  vesa Screen 0" (1)
(**) |   |-->Monitor "< monitor>"
(**) |   |-->Device "Builtin  vesa Device 0"
(==) No monitor specified for screen "Builtin  vesa Screen 0".
	Using a  monitor configuration.
(**) |-->Screen "Builtin  fbdev Screen 0" (2)
(**) |   |-->Monitor "< monitor>"
(**) |   |-->Device "Builtin  fbdev Device 0"
(==) No monitor specified for screen "Builtin  fbdev Screen 0".
	Using a  monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.9.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 2.3.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
	compiled for 1.7.0, module version = 0.4.1
	ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00@00:02:0
(WW) Falling back to old probe method for vesa
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 0.0.2
	ABI class: X.Org Video Driver, version 6.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): Creating  Display subsection in Screen section
	"Builtin  intel Screen 0" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0):  visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
(--) intel(0): Chipset: "GM45"
(II) intel(0): Output VGA1 has no monitor section
(II) intel(0): Output LVDS1 has no monitor section
(II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
(II) intel(0): Output HDMI1 has no monitor section
(II) intel(0): Output DP1 has no monitor section
(II) intel(0): Output DP2 has no monitor section
(II) intel(0): Output TV1 has no monitor section
(II) intel(0): EDID for output VGA1
(II) intel(0): Manufacturer: ACR  Model: e  Serial#: 2181044556
(II) intel(0): Year: 2008  Week: 20
(II) intel(0): EDID Version: 1.3
(II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) intel(0): Sync:  Separate
(II) intel(0): Max Image Size [cm]: horiz.: 47  vert.: 30
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
(II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
(II) intel(0): Supported established timings:
(II) intel(0): 720x400@70Hz
(II) intel(0): 640x480@60Hz
(II) intel(0): 640x480@67Hz
(II) intel(0): 640x480@72Hz
(II) intel(0): 640x480@75Hz
(II) intel(0): 800x600@56Hz
(II) intel(0): 800x600@60Hz
(II) intel(0): 800x600@72Hz
(II) intel(0): 800x600@75Hz
(II) intel(0): 832x624@75Hz
(II) intel(0): 1024x768@60Hz
(II) intel(0): 1024x768@70Hz
(II) intel(0): 1024x768@75Hz
(II) intel(0): 1280x1024@75Hz
(II) intel(0): 1152x864@75Hz
(II) intel(0): Manufacturer's mask: 10
(II) intel(0): Supported standard timings:
(II) intel(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
(II) intel(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) intel(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) intel(0): #3: hsize: 1360  vsize 765  refresh: 60  vid: 49291
(II) intel(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
(II) intel(0): #5: hsize: 1440  vsize 900  refresh: 75  vid: 3989
(II) intel(0): #6: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
(II) intel(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
(II) intel(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
(II) intel(0): Ranges: V min: 56 V max: 77 Hz, H min: 31 H max: 84 kHz, PixClock max 170 MHz
(II) intel(0): Serial No: LAW0C0158610
(II) intel(0): Monitor name: P223W
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff0004720e004c190082
(II) intel(0): 	14120103082f1e78eade95a3544c9926
(II) intel(0): 	0f5054bfef90a940714f81408bc09500
(II) intel(0): 	950f9040010121399030621a274068b0
(II) intel(0): 	3600da2811000019000000fd00384d1f
(II) intel(0): 	5411000a202020202020000000ff004c
(II) intel(0): 	41573043303135383631300a000000fc
(II) intel(0): 	0050323233570a202020202020200064
(II) intel(0): EDID vendor "ACR", prod id 14
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync -vsync (65.3 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
(II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1366x768"x59.8   84.75  1366 1432 1568 1776  768 770 780 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
(II) intel(0): Modeline "1400x1050"x0.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
(II) intel(0): Printing probed modes for output VGA1
(II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync -vsync (65.3 kHz)
(II) intel(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
(II) intel(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz)
(II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1360x765"x59.8   84.50  1366 1432 1568 1776  765 767 772 795 -hsync +vsync (47.6 kHz)
(II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): EDID for output LVDS1
(II) intel(0): Manufacturer: LPL  Model: 2601  Serial#: 0
(II) intel(0): Year: 2007  Week: 0
(II) intel(0): EDID Version: 1.3
(II) intel(0): Digital Display Input
(II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 18
(II) intel(0): Gamma: 2.20
(II) intel(0): No DPMS capabilities specified
(II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.590 redY: 0.343   greenX: 0.327 greenY: 0.539
(II) intel(0): blueX: 0.160 blueY: 0.147   whiteX: 0.312 whiteY: 0.328
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 71.0 MHz   Image Size:  286 x 179 mm
(II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) intel(0): v_active: 800  v_sync: 803  v_sync_end 809 v_blanking: 823 v_border: 0
(II) intel(0): Unknown vendor-specific block 1
(II) intel(0):  LGPhilipsLCD
(II) intel(0):  LP133WX1-TLN3
(II) intel(0): EDID (in hex):
(II) intel(0): 	00ffffffffffff00320c012600000000
(II) intel(0): 	00110103801d12780a3c309757538a29
(II) intel(0): 	25505400000001010101010101010101
(II) intel(0): 	010101010101bc1b00a0502017303020
(II) intel(0): 	36001eb3100000180000000100061020
(II) intel(0): 	00000000000000000a20000000fe004c
(II) intel(0): 	475068696c6970734c43440a000000fe
(II) intel(0): 	004c503133335758312d544c4e33006e
(II) intel(0): Not using  mode "320x175" (doublescan mode not supported)
(II) intel(0): Not using  mode "320x200" (doublescan mode not supported)
(II) intel(0): Not using  mode "360x200" (doublescan mode not supported)
(II) intel(0): Not using  mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using  mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using  mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using  mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using  mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using  mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using  mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using  mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using  mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using  mode "1024x768" (interlace mode not supported)
(II) intel(0): Not using  mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using  mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using  mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using  mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using  mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using  mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using  mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using  mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using  mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using  mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using  mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using  mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using  mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using  mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using  mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using  mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using  mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using  mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using  mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using  mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using  mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using  mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using  mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using  mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using  mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using  mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using  mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using  mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using  mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using  mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using  mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using  mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using  mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using  mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using  mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using  mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using  mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using  mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using  mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using  mode "416x312" (doublescan mode not supported)
(II) intel(0): Not using  mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using  mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using  mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using  mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using  mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using  mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using  mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using  mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using  mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using  mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using  mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using  mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using  mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using  mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using  mode "1360x768" (exceeds panel dimensions)
(II) intel(0): Not using  mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using  mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1440x900" (exceeds panel dimensions)
(II) intel(0): Not using  mode "720x450" (doublescan mode not supported)
(II) intel(0): Not using  mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using  mode "800x512" (doublescan mode not supported)
(II) intel(0): Not using  mode "1680x1050" (monitor doesn't support reduced blanking)
(II) intel(0): Not using  mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1680x1050" (exceeds panel dimensions)
(II) intel(0): Not using  mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using  mode "1920x1080" (monitor doesn't support reduced blanking)
(II) intel(0): Not using  mode "960x540" (doublescan mode not supported)
(II) intel(0): Not using  mode "1920x1200" (monitor doesn't support reduced blanking)
(II) intel(0): Not using  mode "960x600" (doublescan mode not supported)
(II) intel(0): Not using  mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using  mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using  mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using  mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using  mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using  mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using  mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using  mode "1024x768" (doublescan mode not supported)
(II) intel(0): Printing probed modes for output LVDS1
(II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): EDID for output HDMI1
(II) intel(0): EDID for output DP1
(II) intel(0): EDID for output DP2
(II) intel(0): EDID for output TV1
(II) intel(0): Output VGA1 connected
(II) intel(0): Output LVDS1 connected
(II) intel(0): Output HDMI1 disconnected
(II) intel(0): Output DP1 disconnected
(II) intel(0): Output DP2 disconnected
(II) intel(0): Output TV1 disconnected
(II) intel(0): Using fuzzy aspect match for initial modes
(II) intel(0): Output VGA1 using initial mode 1024x768
(II) intel(0): Output LVDS1 using initial mode 1024x768
(II) intel(0): Using  gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(==) intel(0): video overlay key set to 0x101fe
(**) intel(0): Display dimensions: (470, 300) mm
(**) intel(0): DPI set to (55, 65)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) UnloadModule: "vesa"
(II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) UnloadModule: "fbdev"
(II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) UnloadModule: "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/linux/libfbdevhw.so
(==) Depth 24 pixmap format is 32 bpp
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Kernel mode setting active, disabling FBC.
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): No memory allocations
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 270 x 203
(II) config/udev: Adding input device "Power Button" (/dev/input/event4)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event4"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "cz"
(II) config/udev: Adding input device "Video Bus" (/dev/input/event6)
(**) "Video Bus": always reports core events
(**) "Video Bus": Device: "/dev/input/event6"
(II) "Video Bus": Found keys
(II) "Video Bus": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Video Bus"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "cz"
(II) config/udev: Adding input device "Power Button" (/dev/input/event2)
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event2"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "cz"
(II) config/udev: Adding input device "Logitech USB Optical Mouse" (/dev/input/event5)
(**) "Logitech USB Optical Mouse": always reports core events
(**) "Logitech USB Optical Mouse": Device: "/dev/input/event5"
(II) "Logitech USB Optical Mouse": Found 12 mouse buttons
(II) "Logitech USB Optical Mouse": Found scroll wheel(s)
(II) "Logitech USB Optical Mouse": Found relative axes
(II) "Logitech USB Optical Mouse": Found x and y relative axes
(II) "Logitech USB Optical Mouse": Configuring as mouse
(**) "Logitech USB Optical Mouse": YAxisMapping: buttons 4 and 5
(**) "Logitech USB Optical Mouse": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Logitech USB Optical Mouse"" (type: MOUSE)
(**) "Logitech USB Optical Mouse": (accel) keeping acceleration scheme 1
(**) "Logitech USB Optical Mouse": (accel) acceleration profile 0
(II) "Logitech USB Optical Mouse": initialized for relative axes.
(II) config/udev: Adding input device "Logitech USB Optical Mouse" (/dev/input/mouse1)
(**) "Logitech USB Optical Mouse": always reports core events
(**) "Logitech USB Optical Mouse": Device: "/dev/input/mouse1"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Logitech USB Optical Mouse""
(II) config/udev: Adding input device "Chicony USB 2.0 Camera" (/dev/input/event9)
(**) "Chicony USB 2.0 Camera": always reports core events
(**) "Chicony USB 2.0 Camera": Device: "/dev/input/event9"
(II) "Chicony USB 2.0 Camera": Found keys
(II) "Chicony USB 2.0 Camera": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Chicony USB 2.0 Camera"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "cz"
(II) config/udev: Adding input device "AT Translated Set 2 keyboard" (/dev/input/event1)
(**) "AT Translated Set 2 keyboard": always reports core events
(**) "AT Translated Set 2 keyboard": Device: "/dev/input/event1"
(II) "AT Translated Set 2 keyboard": Found keys
(II) "AT Translated Set 2 keyboard": Configuring as keyboard
(II) XINPUT: Adding extended input device ""AT Translated Set 2 keyboard"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "cz"
(II) config/udev: Adding input device "SynPS/2 Synaptics TouchPad" (/dev/input/event8)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.2.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.1
(**) Option "Device" "/dev/input/event8"
(II) "SynPS/2 Synaptics TouchPad": x-axis range 1472 - 5472
(II) "SynPS/2 Synaptics TouchPad": y-axis range 1408 - 4448
(II) "SynPS/2 Synaptics TouchPad": pressure range 0 - 255
(II) "SynPS/2 Synaptics TouchPad": finger width range 0 - 0
(II) "SynPS/2 Synaptics TouchPad": buttons: left right middle
(--) "SynPS/2 Synaptics TouchPad": touchpad found
(**) "SynPS/2 Synaptics TouchPad": always reports core events
(II) XINPUT: Adding extended input device ""SynPS/2 Synaptics TouchPad"" (type: TOUCHPAD)
(**) "SynPS/2 Synaptics TouchPad": (accel) keeping acceleration scheme 1
(**) "SynPS/2 Synaptics TouchPad": (accel) acceleration profile 0
(--) "SynPS/2 Synaptics TouchPad": touchpad found
(II) config/udev: Adding input device "SynPS/2 Synaptics TouchPad" (/dev/input/mouse2)
(**) "SynPS/2 Synaptics TouchPad": always reports core events
(**) "SynPS/2 Synaptics TouchPad": Device: "/dev/input/mouse2"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""SynPS/2 Synaptics TouchPad""
(II) config/udev: Adding input device "Macintosh mouse button emulation" (/dev/input/event0)
(**) "Macintosh mouse button emulation": always reports core events
(**) "Macintosh mouse button emulation": Device: "/dev/input/event0"
(II) "Macintosh mouse button emulation": Found 3 mouse buttons
(II) "Macintosh mouse button emulation": Found relative axes
(II) "Macintosh mouse button emulation": Found x and y relative axes
(II) "Macintosh mouse button emulation": Configuring as mouse
(**) "Macintosh mouse button emulation": YAxisMapping: buttons 4 and 5
(**) "Macintosh mouse button emulation": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Macintosh mouse button emulation"" (type: MOUSE)
(**) "Macintosh mouse button emulation": (accel) keeping acceleration scheme 1
(**) "Macintosh mouse button emulation": (accel) acceleration profile 0
(II) "Macintosh mouse button emulation": initialized for relative axes.
(II) config/udev: Adding input device "Macintosh mouse button emulation" (/dev/input/mouse0)
(**) "Macintosh mouse button emulation": always reports core events
(**) "Macintosh mouse button emulation": Device: "/dev/input/mouse0"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Macintosh mouse button emulation""
(II) config/udev: Adding input device "ACPI Virtual Keyboard Device" (/dev/input/event13)
(**) "ACPI Virtual Keyboard Device": always reports core events
(**) "ACPI Virtual Keyboard Device": Device: "/dev/input/event13"
(II) "ACPI Virtual Keyboard Device": Found keys
(II) "ACPI Virtual Keyboard Device": Configuring as keyboard
(II) XINPUT: Adding extended input device ""ACPI Virtual Keyboard Device"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "cz"
(II) "Power Button": Close
(II) UnloadModule: "evdev"
(II) "Video Bus": Close
(II) UnloadModule: "evdev"
(II) "Power Button": Close
(II) UnloadModule: "evdev"
(II) "Logitech USB Optical Mouse": Close
(II) UnloadModule: "evdev"
(II) "Chicony USB 2.0 Camera": Close
(II) UnloadModule: "evdev"
(II) "AT Translated Set 2 keyboard": Close
(II) UnloadModule: "evdev"
(II) UnloadModule: "synaptics"
(II) "Macintosh mouse button emulation": Close
(II) UnloadModule: "evdev"
(II) "ACPI Virtual Keyboard Device": Close
(II) UnloadModule: "evdev"


Bohužel uvedený xorg.conf nefunguje tak jak bych si představoval. (Dvě nezávislé Screen-y). Máte nějaký nápad jak na to? Resp. zkušenosti s nastavením externího monitoru s interním, aby měl každý své panely nezávisle?
Nástroje: Začni sledovat (0) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

12.4.2010 20:42 Vasek
Rozbalit Rozbalit vše Re: Zaphod mode na Intel® GMA 4500MHD
Odpovědět | | Sbalit | Link | Blokovat | Admin
Nema nahodou gnome sam o sobe klikatko pro nastavovani prave podobnych pripadu? (nebo je to jen zalezitosti ubuntu?) Nebo by to mel umet xrandr.
12.4.2010 21:05 Radek
Rozbalit Rozbalit vše Re: Zaphod mode na Intel® GMA 4500MHD
Klikátko pro gnome sice existuje ale tyto případy neobsluhuje. V klikátku lze nastavit zrcadlení,rozlišení,pozici.. Zkoušel jsem i xrand a nějakou GUI nádstavbu (grandr) ale kýženého efektu nemůžu dosáhnout

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.