[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#614022: xserver-xorg-video-openchrome: gdm fails to start X



Package: xserver-xorg-video-openchrome
Version: 1:0.2.904+svn891-1
Severity: grave
Tags: upstream patch
Justification: renders package unusable

(Reportbug didn't tell me where exactly I should type my explanation/report.
I hope right here -- after the headers -- is correct.)

I did an update to sid today and after rebooting, my gdm/X didn't come up.  
Just a black/black screen was shown.  No fallback to VESA either.
(However, I realized later that if I uninstall the openchrome driver package, 
then VESA works.)

At X failure, when I pressed tab at the black/blank screen, I was told that
X failed and given the choice to see the gdm log file, followed by the X log 
file.  The gdm log file, included below, showed a symbol lookup error, so I 
got the source package and poked around.  The patch below seems to solve
the problem.  (Apologies if the format isn't great.  I haven't made a patch
file before.)  (I also am not sure if I should be attaching the patch instead 
of including it inline.  Is there a preference?)

As far as I could tell by browsing the upstream source repository, the same
bug is there too.

Diff of original and changed versions of file (via_panel.c):
---------------------------------------------------------------------
--- openchrome-original/xserver-xorg-video-openchrome-0.2.904+svn891/src/via_panel.c	2010-12-21 17:12:42.000000000 +0200
+++ openchrome-changed/xserver-xorg-video-openchrome-0.2.904+svn891/src/via_panel.c	2011-02-19 01:46:25.000000000 +0200
@@ -307,7 +307,7 @@
         int width, height;
         Bool ret;
 
-        ret = ViaPanelGetSizeFromDDC(pScrn, &width, &height);
+        ret = ViaPanelGetSizeFromDDCv1(pScrn, &width, &height);
 /*
         if (!ret)
             ret = ViaPanelGetSizeFromDDCv2(pScrn, &width);
@@ -411,7 +411,7 @@
 }
 
 Bool
-ViaPanelGetSizeFromDDC(ScrnInfoPtr pScrn, int *width, int *height)
+ViaPanelGetSizeFromDDCv1(ScrnInfoPtr pScrn, int *width, int *height)
 {
     VIAPtr pVia = VIAPTR(pScrn);
     xf86MonPtr pMon;

Contents of gdm log file (/var/log/gdm/:0.log):
---------------------------------------------------------------------
X.Org X Server 1.9.4
Release Date: 2011-02-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.28-dsa-ia32 i686 Debian
Current Operating System: Linux bodrum 2.6.37-1-686 #1 SMP Tue Feb 15 18:21:50 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-1-686 root=UUID=fd16510f-8930-4b27-808e-b9174369c2d4 ro quiet
Build Date: 17 February 2011  01:25:01AM
xorg-server 2:1.9.4-2 (Cyril Brulebois <kibi@debian.org>) 
Current version of pixman: 0.21.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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: Sat Feb 19 02:06:57 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Failed to load module "fbdev" (module does not exist, 0)
/usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/drivers/openchrome_drv.so: undefined symbol: ViaPanelGetSizeFromDDCv1


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Aug 12  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1771432 Feb 17 03:30 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] [1106:7205] (rev 01)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.37-1-686 (Debian 2.6.37-1) (ben@decadent.org.uk) (gcc version 4.4.5 (Debian 4.4.5-10) ) #1 SMP Tue Feb 15 18:21:50 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 12514 Feb 19 02:06 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[  5578.103] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[  5578.104] X Protocol Version 11, Revision 0
[  5578.104] Build Operating System: Linux 2.6.32.28-dsa-ia32 i686 Debian
[  5578.104] Current Operating System: Linux bodrum 2.6.37-1-686 #1 SMP Tue Feb 15 18:21:50 UTC 2011 i686
[  5578.104] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-1-686 root=UUID=fd16510f-8930-4b27-808e-b9174369c2d4 ro quiet
[  5578.105] Build Date: 17 February 2011  01:25:01AM
[  5578.105] xorg-server 2:1.9.4-2 (Cyril Brulebois <kibi@debian.org>) 
[  5578.105] Current version of pixman: 0.21.4
[  5578.105] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  5578.105] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  5578.106] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 19 02:06:57 2011
[  5578.106] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5578.107] (==) No Layout section.  Using the first Screen section.
[  5578.108] (==) No screen section available. Using defaults.
[  5578.108] (**) |-->Screen "Default Screen Section" (0)
[  5578.108] (**) |   |-->Monitor "<default monitor>"
[  5578.109] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  5578.109] (==) Automatically adding devices
[  5578.109] (==) Automatically enabling devices
[  5578.110] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  5578.110] 	Entry deleted from font path.
[  5578.110] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  5578.110] 	Entry deleted from font path.
[  5578.110] (==) 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,
	built-ins
[  5578.110] (==) ModulePath set to "/usr/lib/xorg/modules"
[  5578.110] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  5578.111] (II) Loader magic: 0x81f7140
[  5578.111] (II) Module ABI versions:
[  5578.111] 	X.Org ANSI C Emulation: 0.4
[  5578.111] 	X.Org Video Driver: 8.0
[  5578.111] 	X.Org XInput driver : 11.0
[  5578.111] 	X.Org Server Extension : 4.0
[  5578.113] (--) PCI:*(0:1:0:0) 1106:7205:14ff:030d rev 1, Mem @ 0xd8000000/67108864, 0xde000000/16777216, BIOS @ 0x????????/65536
[  5578.115] (II) Open ACPI successful (/var/run/acpid.socket)
[  5578.115] (II) LoadModule: "extmod"
[  5578.117] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  5578.119] (II) Module extmod: vendor="X.Org Foundation"
[  5578.119] 	compiled for 1.9.4, module version = 1.0.0
[  5578.119] 	Module class: X.Org Server Extension
[  5578.119] 	ABI class: X.Org Server Extension, version 4.0
[  5578.120] (II) Loading extension SELinux
[  5578.120] (II) Loading extension MIT-SCREEN-SAVER
[  5578.120] (II) Loading extension XFree86-VidModeExtension
[  5578.120] (II) Loading extension XFree86-DGA
[  5578.120] (II) Loading extension DPMS
[  5578.120] (II) Loading extension XVideo
[  5578.120] (II) Loading extension XVideo-MotionCompensation
[  5578.120] (II) Loading extension X-Resource
[  5578.120] (II) LoadModule: "dbe"
[  5578.122] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  5578.122] (II) Module dbe: vendor="X.Org Foundation"
[  5578.122] 	compiled for 1.9.4, module version = 1.0.0
[  5578.122] 	Module class: X.Org Server Extension
[  5578.122] 	ABI class: X.Org Server Extension, version 4.0
[  5578.122] (II) Loading extension DOUBLE-BUFFER
[  5578.122] (II) LoadModule: "glx"
[  5578.124] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  5578.124] (II) Module glx: vendor="X.Org Foundation"
[  5578.125] 	compiled for 1.9.4, module version = 1.0.0
[  5578.125] 	ABI class: X.Org Server Extension, version 4.0
[  5578.125] (==) AIGLX enabled
[  5578.125] (II) Loading extension GLX
[  5578.125] (II) LoadModule: "record"
[  5578.126] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  5578.127] (II) Module record: vendor="X.Org Foundation"
[  5578.127] 	compiled for 1.9.4, module version = 1.13.0
[  5578.127] 	Module class: X.Org Server Extension
[  5578.127] 	ABI class: X.Org Server Extension, version 4.0
[  5578.127] (II) Loading extension RECORD
[  5578.127] (II) LoadModule: "dri"
[  5578.129] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  5578.130] (II) Module dri: vendor="X.Org Foundation"
[  5578.130] 	compiled for 1.9.4, module version = 1.0.0
[  5578.130] 	ABI class: X.Org Server Extension, version 4.0
[  5578.130] (II) Loading extension XFree86-DRI
[  5578.130] (II) LoadModule: "dri2"
[  5578.131] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  5578.132] (II) Module dri2: vendor="X.Org Foundation"
[  5578.132] 	compiled for 1.9.4, module version = 1.2.0
[  5578.132] 	ABI class: X.Org Server Extension, version 4.0
[  5578.132] (II) Loading extension DRI2
[  5578.132] (==) Matched openchrome as autoconfigured driver 0
[  5578.132] (==) Matched vesa as autoconfigured driver 1
[  5578.132] (==) Matched fbdev as autoconfigured driver 2
[  5578.132] (==) Assigned the driver to the xf86ConfigLayout
[  5578.133] (II) LoadModule: "openchrome"
[  5578.134] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[  5578.134] (II) Module openchrome: vendor="http://openchrome.org/";
[  5578.135] 	compiled for 1.9.4, module version = 0.2.904
[  5578.135] 	Module class: X.Org Video Driver
[  5578.135] 	ABI class: X.Org Video Driver, version 8.0
[  5578.135] (II) LoadModule: "vesa"
[  5578.136] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  5578.136] (II) Module vesa: vendor="X.Org Foundation"
[  5578.136] 	compiled for 1.9.4, module version = 2.3.0
[  5578.137] 	Module class: X.Org Video Driver
[  5578.137] 	ABI class: X.Org Video Driver, version 8.0
[  5578.137] (II) LoadModule: "fbdev"
[  5578.139] (WW) Warning, couldn't open module fbdev
[  5578.139] (II) UnloadModule: "fbdev"
[  5578.139] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  5578.139] (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
	K8M800/K8N800, PM800/PM880/CN400, VM800/P4M800Pro/VN800/CN700,
	CX700/VX700, K8M890/K8N890, P4M890, P4M900/VN896/CN896, VX800/VX820,
	VX855/VX875, VX900
[  5578.140] (II) VESA: driver for VESA chipsets: vesa
[  5578.140] (++) using VT number 8

[  5578.143] (!!) VIA Technologies does not support this driver in any way.
[  5578.143] (!!) For support, please refer to http://www.openchrome.org/.
[  5578.143] (!!) (development build, compiled on Wed Feb  9 23:15:53 2011)
[  5578.143] (WW) Falling back to old probe method for vesa
[  5578.144] (II) CHROME(0): VIAPreInit
[  5578.144] (II) Loading sub module "vgahw"
[  5578.144] (II) LoadModule: "vgahw"
[  5578.145] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[  5578.145] (II) Module vgahw: vendor="X.Org Foundation"
[  5578.145] 	compiled for 1.9.4, module version = 0.1.0
[  5578.145] 	ABI class: X.Org Video Driver, version 8.0
[  5578.146] (II) CHROME(0): VIAGetRec
[  5578.146] (II) CHROME(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  5578.146] (==) CHROME(0): Depth 24, (--) framebuffer bpp 32
[  5578.146] (==) CHROME(0): RGB weight 888
[  5578.146] (==) CHROME(0): Default visual is TrueColor
[  5578.146] (--) CHROME(0): Chipset: KM400/KN400
[  5578.146] (--) CHROME(0): Chipset revision: 132
[  5578.147] (--) CHROME(0): Probed amount of VideoRAM = 65536 kB
[  5578.147] (II) CHROME(0): VIASetupDefaultOptions - Setting up default chipset options.
[  5578.147] (==) CHROME(0): Shadow framebuffer is disabled.
[  5578.147] (==) CHROME(0): Hardware acceleration is enabled.
[  5578.147] (==) CHROME(0): Using XAA acceleration architecture.
[  5578.147] (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
[  5578.147] (==) CHROME(0): GPU virtual command queue will be enabled.
[  5578.147] (==) CHROME(0): DRI IRQ will be disabled if DRI is enabled.
[  5578.147] (==) CHROME(0): AGP DMA will be enabled if DRI is enabled.
[  5578.148] (==) CHROME(0): AGP DMA will be used for 2D acceleration.
[  5578.148] (==) CHROME(0): PCI DMA will be used for XV image transfer if DRI is enabled.
[  5578.148] (==) CHROME(0): Will not enable VBE modes.
[  5578.148] (==) CHROME(0): VBE VGA register save & restore will not be used
	if VBE modes are enabled.
[  5578.148] (==) CHROME(0): Xv Bandwidth check is enabled.
[  5578.148] (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
[  5578.148] (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
[  5578.148] (==) CHROME(0): Digital output bus width is 12 bits.
[  5578.148] (==) CHROME(0): DVI Center is disabled.
[  5578.148] (==) CHROME(0): Panel size is not selected from config file.
[  5578.149] (==) CHROME(0): Panel will not be forced.
[  5578.149] (==) CHROME(0): TV dotCrawl is disabled.
[  5578.149] (==) CHROME(0): TV deflicker is set to 0.
[  5578.149] (==) CHROME(0): No default TV type is set.
[  5578.149] (==) CHROME(0): No default TV output signal type is set.
[  5578.149] (==) CHROME(0): No default TV output port is set.
[  5578.149] (II) CHROME(0): VIAMapMMIO
[  5578.149] (--) CHROME(0): mapping MMIO @ 0xde000000 with size 0x9000
[  5578.149] (--) CHROME(0): mapping BitBlt MMIO @ 0xde200000 with size 0x200000
[  5578.151] (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
[  5578.151] (==) CHROME(0): Will not print VGA registers.
[  5578.151] (==) CHROME(0): Will not scan I2C buses.
[  5578.151] (II) CHROME(0): ...Finished parsing config file options.
[  5578.151] (--) CHROME(0): Detected Averatec 322x. Card-Ids (14FF| 30D)
[  5578.151] (II) CHROME(0): Detected MemClk 5
[  5578.151] (II) CHROME(0): ViaGetMemoryBandwidth. Memory type: 5
[  5578.151] (II) CHROME(0): Detected TV standard: PAL.
[  5578.152] (==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0)
[  5578.152] (II) Loading sub module "i2c"
[  5578.152] (II) LoadModule: "i2c"
[  5578.152] (II) Module "i2c" already built-in
[  5578.152] (II) CHROME(0): ViaI2CInit
[  5578.152] (II) CHROME(0): ViaI2CBus1Init
[  5578.152] (II) CHROME(0): I2C bus "I2C bus 1" initialized.
[  5578.152] (II) CHROME(0): ViaI2cBus2Init
[  5578.152] (II) CHROME(0): I2C bus "I2C bus 2" initialized.
[  5578.152] (II) CHROME(0): ViaI2CBus3Init
[  5578.153] (II) CHROME(0): I2C bus "I2C bus 3" initialized.
[  5578.153] (II) Loading sub module "ddc"
[  5578.153] (II) LoadModule: "ddc"
[  5578.153] (II) Module "ddc" already built-in
[  5578.153] (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
[  5578.157] (II) CHROME(0): ViaOutputsDetect
[  5578.157] (II) CHROME(0): Enabling panel from PCI-subsystem ID information.
[  5578.157] (II) CHROME(0): VIATVDetect
[  5578.158] (II) CHROME(0): ViaOutputsSelect
[  5578.159] (II) CHROME(0): ViaOutputsSelect: X Configuration: 0x00
[  5578.159] (II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0x07
[  5578.159] (II) CHROME(0): ViaOutputsSelect: Panel.
[  5578.159] (II) CHROME(0): ViaModesAttach
[  5578.159] (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.lo to 29.677456
[  5578.159] (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 48.383930
[  5578.159] (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 53.692764
[  5578.159] (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 60.155556
[  5578.159] (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 64.146919
[  5578.159] (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 65.279785
[  5578.159] (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 74.904167
[  5578.160] (II) CHROME(0): <default monitor>: Using hsync range of 29.68-74.90 kHz
[  5578.160] (II) CHROME(0): <default monitor>: Using vrefresh range of 50.00-70.00 Hz
[  5578.160] (WW) CHROME(0): Unable to estimate virtual size
[  5578.160] (II) CHROME(0): Clock range:  20.00 to 230.00 MHz
[  5578.160] (II) CHROME(0): ViaValidMode: Validating 640x350 (Clock: 31500)
[  5578.160] (II) CHROME(0): ViaFirstCRTCModeValid
[  5578.160] (II) CHROME(0): ViaPanelGetIndex
[  5578.160] (II) CHROME(0): VIAGetPanelSize (UseLegacyModeSwitch)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=tr
E: DMI_VENDOR=AVERATEC

P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:06/LNXVIDEO:00/input/input6/event6
N: input/event6
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:06/LNXVIDEO:00/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=tr
E: DMI_VENDOR=AVERATEC

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=tr
E: DMI_VENDOR=AVERATEC

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=AVERATEC

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=tr
E: DMI_VENDOR=AVERATEC

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=tr
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DMI_VENDOR=AVERATEC

P: /devices/platform/i8042/serio4/input/input7/event7
N: input/event7
S: input/by-path/platform-i8042-serio-4-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio4/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-4
E: DMI_VENDOR=AVERATEC
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse

P: /devices/platform/i8042/serio4/input/input7/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-4-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio4/input/input7/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-4
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse

P: /devices/platform/pcspkr/input/input5/event5
N: input/event5
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=AVERATEC
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/virtual/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=tr
E: DMI_VENDOR=AVERATEC


DRM Information from dmesg:
---------------------------
[    0.039100] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.868826] Linux agpgart interface v0.103
[    0.869011] agpgart: Detected VIA KM400/KM400A chipset
[    0.874347] agpgart-via 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[ 4475.039817] [drm] Initialized drm 1.1.0 20060810
[ 4475.075764] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[ 4475.079308] agpgart-via 0000:00:00.0: AGP 3.5 bridge
[ 4475.079337] agpgart: BIOS bug. AGP bridge claims to only support x4 rateFixing up support for x2 & x1
[ 4475.079346] agpgart-via 0000:00:00.0: bridge is in legacy mode, falling back to 2.x
[ 4475.079357] agpgart-via 0000:00:00.0: putting AGP V2 device into 4x mode
[ 4475.079431] pci 0000:01:00.0: putting AGP V2 device into 4x mode
[ 5143.826539] agpgart-via 0000:00:00.0: AGP 3.5 bridge
[ 5143.826566] agpgart: BIOS bug. AGP bridge claims to only support x4 rateFixing up support for x2 & x1
[ 5143.826575] agpgart-via 0000:00:00.0: bridge is in legacy mode, falling back to 2.x
[ 5143.826584] agpgart-via 0000:00:00.0: putting AGP V2 device into 4x mode
[ 5143.826655] pci 0000:01:00.0: putting AGP V2 device into 4x mode


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-1-686 (SMP w/1 CPU core)
Locale: LANG=tr_TR.UTF-8, LC_CTYPE=tr_TR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-openchrome depends on:
ii  libc6                         2.11.2-11  Embedded GNU C Library: Shared lib
ii  libdrm2                       2.4.23-3   Userspace interface to kernel DRM 
ii  libx11-6                      2:1.4.1-4  X11 client-side library
ii  libxext6                      2:1.2.0-2  X11 miscellaneous extension librar
ii  libxv1                        2:1.0.6-1  X11 Video extension library
ii  libxvmc1                      2:1.0.6-1  X11 Video extension library
ii  xserver-xorg-core [xorg-video 2:1.9.4-2  Xorg X server - core server

xserver-xorg-video-openchrome recommends no packages.

xserver-xorg-video-openchrome suggests no packages.

-- no debconf information



Reply to: