EMGD 1.16 driver on Linux Mint 13 MATE
Re: EMGD 1.16 driver on Linux Mint 13 MATE
ok thanks for the info. what was changed in regarding to the bug mentioned a few posts up you said was fixed ? it was the dkms config ?
Re: EMGD 1.16 driver on Linux Mint 13 MATE
Yes, it was necessary to set the correct KERNELVER parameter in dkms.conf.
Compulab's Linux support
Re: EMGD 1.16 driver on Linux Mint 13 MATE
thanks for the info.
Re: EMGD 1.16 driver on Linux Mint 13 MATE
EMGD 1.16.3228 has just been released by Intel on their web site.
Ferry
Ferry
Re: EMGD 1.16 driver on Linux Mint 13 MATE
Code:
deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
This failed when doing apt-get update. Looks like ubuntu has removed the maverick stuff from their archive. Is there a workaround? Why is it needed to downgrade xorg?
deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse
This failed when doing apt-get update. Looks like ubuntu has removed the maverick stuff from their archive. Is there a workaround? Why is it needed to downgrade xorg?
Re: EMGD 1.16 driver on Linux Mint 13 MATE
Hi,
Xserver-xorg to must be downgraded to 1.9 version because of emgd 1.16 driver requirments. It's just crashes if we use more recent xserver version.
Use 76.73.4.58/ubuntu/ instead of archive.ubuntu.com/ubuntu/
Xserver-xorg to must be downgraded to 1.9 version because of emgd 1.16 driver requirments. It's just crashes if we use more recent xserver version.
Use 76.73.4.58/ubuntu/ instead of archive.ubuntu.com/ubuntu/
Code: Select all
deb http://76.73.4.58/ubuntu/ maverick-updates main restricted universe multiverse
Compulab's Linux support
Re: EMGD 1.16 driver on Linux Mint 13 MATE
Thanks. It works now.
Re: EMGD 1.16 driver on Linux Mint 13 MATE
Hello everybody ! 
I'm trying since many weeks now, to use EMGD on my Acer Aspire One AO751h, and I would known if someone could help me before I put this laptop to the trash ! ^^
I have found your solution for Fit PC, and I have read that we could try on Ubuntu 12.10.
So, I have downgrade xorg, and used your deb packages. I have blacklisted psb/gma500 modules, and added a redirection script for X (because of the "-background" option renamed "-nr").
I have found the exact resolution parameters (for the native 1366x768 resolution), and I have no errors (EE), warnings (WW), failed messages or others problems in the logs.
But, strangly, I still have a blank screen ....
Here is my xorg.conf :
The Xorg.0.log :
A lsmod :
My modules blacklisted :
My Grub important informations
My packages
My kernel is 3.5.0-21-generic from Ubuntu Quantal.
I hope someone could help me ! This will be very very very appreciated !

I'm trying since many weeks now, to use EMGD on my Acer Aspire One AO751h, and I would known if someone could help me before I put this laptop to the trash ! ^^
I have found your solution for Fit PC, and I have read that we could try on Ubuntu 12.10.
So, I have downgrade xorg, and used your deb packages. I have blacklisted psb/gma500 modules, and added a redirection script for X (because of the "-background" option renamed "-nr").
I have found the exact resolution parameters (for the native 1366x768 resolution), and I have no errors (EE), warnings (WW), failed messages or others problems in the logs.
But, strangly, I still have a blank screen ....

Here is my xorg.conf :
Code: Select all
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
# Modeline "1366x768x60" 72.30 1366 1413 1445 1525 768 770 775 789 -HSync +VSync
# HorizSync 60
# VertRefresh 60
# Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "emgd"
VendorName "Intel(R) DEG"
BoardName "Embedded Graphics"
BusID "0:2:0"
Screen 0
Option "PcfVersion" "1792"
Option "ConfigId" "1"
Option "ALL/1/name" "LVDS"
Option "ALL/1/General/PortOrder" "40000"
Option "ALL/1/General/DisplayConfig" "1"
Option "ALL/1/General/DisplayDetect" "1"
Option "ALL/1/General/swcursor" "0"
Option "ALL/1/General/Accel" "1"
Option "ALL/1/General/shadowfb" "1"
Option "ALL/1/General/tearfb" "0"
Option "ALL/1/General/xVideo" "1"
Option "ALL/1/General/XVideoBlend" "0"
Option "ALL/1/General/DRI" "1"
Option "ALL/1/General/DRI2" "1"
Option "ALL/1/General/Refresh" "60"
Option "ALL/1/General/EnableRegOverride" "1"
Option "ALL/1/General/DispARB" "0x00003232"
Option "ALL/1/Port/4/General/name" "LVDS"
Option "ALL/1/Port/4/General/EdidAvail" "0"
Option "ALL/1/Port/4/General/EdidNotAvail" "5"
Option "ALL/1/Port/4/General/Rotation" "0"
Option "ALL/1/Port/4/General/Edid" "0"
Option "ALL/1/Port/4/General/CenterOff" "1"
Option "ALL/1/Port/4/General/MultiDvo" "0"
Option "ALL/1/Port/4/FpInfo/BkltMethod" "1"
Option "ALL/1/Port/4/FpInfo/BkltT1" "60"
Option "ALL/1/Port/4/FpInfo/BkltT2" "200"
Option "ALL/1/Port/4/FpInfo/BkltT3" "200"
Option "ALL/1/Port/4/FpInfo/BkltT4" "50"
Option "ALL/1/Port/4/FpInfo/BkltT5" "400"
Option "ALL/1/Port/4/Dtd/1/PixelClock" "54720" #"72300"
Option "ALL/1/Port/4/Dtd/1/HorzActive" "1366"
Option "ALL/1/Port/4/Dtd/1/HorzSync" "230" #"48"
Option "ALL/1/Port/4/Dtd/1/HorzSyncPulse" "16" #"32"
Option "ALL/1/Port/4/Dtd/1/HorzBlank" "476" #"160"
Option "ALL/1/Port/4/Dtd/1/VertActive" "768"
Option "ALL/1/Port/4/Dtd/1/VertSync" "4" #"3"
Option "ALL/1/Port/4/Dtd/1/VertSyncPulse" "1" #"5"
Option "ALL/1/Port/4/Dtd/1/VertBlank" "8" #"22"
Option "ALL/1/Port/4/Dtd/1/Flags" "0x20000"
Option "ALL/1/Port/4/Attr/27" "0"
Option "ALL/1/Port/4/Attr/26" "24"
Option "ALL/1/Port/4/Attr/18" "1"
Option "ALL/1/Port/4/Attr/60" "1"
Option "PortDrivers" "lvds"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Modes "1366x768" "1280x1024" "1024x768" "800x600"
Depth 24
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Section "ServerFlags"
Option "GlxVisuals" "all"
# Option "IgnoreABI" "true"
Option "AIGLX" "true"
Option "DRM" "true"
Option "Xinerama" "false"
EndSection
Code: Select all
[ 6601.786]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 6601.786] X Protocol Version 11, Revision 0
[ 6601.786] Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
[ 6601.786] Current Operating System: Linux one 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:52:46 UTC 2012 i686
[ 6601.786] Kernel command line: BOOT_IMAGE=/vmlinuz-3.5.0-21-generic root=/dev/mapper/ubuntu-root ro quiet acpi_backlight=vendor acpi_osi=Linux mem=896mb
[ 6601.786] Build Date: 20 October 2011 03:03:54PM
[ 6601.786] xorg-server 2:1.9.0-0ubuntu7.6 (For technical support please see http://www.ubuntu.com/support)
[ 6601.786] Current version of pixman: 0.26.0
[ 6601.786] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6601.786] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6601.787] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 22 13:29:34 2013
[ 6601.787] (==) Using config file: "/etc/X11/xorg.conf"
[ 6601.787] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6601.789] (==) ServerLayout "X.org Configured"
[ 6601.789] (**) |-->Screen "Screen0" (0)
[ 6601.789] (**) | |-->Monitor "Monitor0"
[ 6601.790] (**) | |-->Device "Card0"
[ 6601.790] (**) Option "Xinerama" "false"
[ 6601.790] (**) Option "AIGLX" "true"
[ 6601.790] (**) Option "GlxVisuals" "all"
[ 6601.790] (==) Automatically adding devices
[ 6601.790] (==) Automatically enabling devices
[ 6601.790] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[ 6601.790] Entry deleted from font path.
[ 6601.790] (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[ 6601.791] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/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
[ 6601.791] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 6601.791] (**) Extension "Composite" is enabled
[ 6601.791] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6601.791] (II) Loader magic: 0x81f8e00
[ 6601.791] (II) Module ABI versions:
[ 6601.791] X.Org ANSI C Emulation: 0.4
[ 6601.791] X.Org Video Driver: 8.0
[ 6601.791] X.Org XInput driver : 11.0
[ 6601.791] X.Org Server Extension : 4.0
[ 6601.792] (--) PCI:*(0:0:2:0) 8086:8108:1025:0244 rev 7, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0000000/262144, I/O @ 0x00001800/8
[ 6601.793] (II) Open ACPI successful (/var/run/acpid.socket)
[ 6601.793] (II) LoadModule: "extmod"
[ 6601.794] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 6601.795] (II) Module extmod: vendor="X.Org Foundation"
[ 6601.795] compiled for 1.9.0, module version = 1.0.0
[ 6601.795] Module class: X.Org Server Extension
[ 6601.795] ABI class: X.Org Server Extension, version 4.0
[ 6601.795] (II) Loading extension MIT-SCREEN-SAVER
[ 6601.795] (II) Loading extension XFree86-VidModeExtension
[ 6601.795] (II) Loading extension XFree86-DGA
[ 6601.795] (II) Loading extension DPMS
[ 6601.795] (II) Loading extension XVideo
[ 6601.795] (II) Loading extension XVideo-MotionCompensation
[ 6601.795] (II) Loading extension X-Resource
[ 6601.795] (II) LoadModule: "dbe"
[ 6601.796] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 6601.796] (II) Module dbe: vendor="X.Org Foundation"
[ 6601.796] compiled for 1.9.0, module version = 1.0.0
[ 6601.797] Module class: X.Org Server Extension
[ 6601.797] ABI class: X.Org Server Extension, version 4.0
[ 6601.797] (II) Loading extension DOUBLE-BUFFER
[ 6601.797] (II) LoadModule: "glx"
[ 6601.797] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 6601.798] (II) Module glx: vendor="X.Org Foundation"
[ 6601.798] compiled for 1.9.0, module version = 1.0.0
[ 6601.798] ABI class: X.Org Server Extension, version 4.0
[ 6601.798] (**) AIGLX enabled
[ 6601.798] (II) Loading extension GLX
[ 6601.798] (II) LoadModule: "record"
[ 6601.799] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 6601.799] (II) Module record: vendor="X.Org Foundation"
[ 6601.799] compiled for 1.9.0, module version = 1.13.0
[ 6601.799] Module class: X.Org Server Extension
[ 6601.799] ABI class: X.Org Server Extension, version 4.0
[ 6601.799] (II) Loading extension RECORD
[ 6601.799] (II) LoadModule: "dri"
[ 6601.800] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 6601.800] (II) Module dri: vendor="X.Org Foundation"
[ 6601.801] compiled for 1.9.0, module version = 1.0.0
[ 6601.801] ABI class: X.Org Server Extension, version 4.0
[ 6601.801] (II) Loading extension XFree86-DRI
[ 6601.801] (II) LoadModule: "dri2"
[ 6601.801] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 6601.802] (II) Module dri2: vendor="X.Org Foundation"
[ 6601.802] compiled for 1.9.0, module version = 1.2.0
[ 6601.802] ABI class: X.Org Server Extension, version 4.0
[ 6601.802] (II) Loading extension DRI2
[ 6601.802] (II) LoadModule: "emgd"
[ 6601.802] (II) Loading /usr/lib/xorg/modules/drivers/emgd_drv.so
[ 6601.803] (II) Module emgd: vendor="Intel(R) Corporation"
[ 6601.803] compiled for 1.9.0, module version = 1.16.3196
[ 6601.803] Module class: X.Org Video Driver
[ 6601.803] ABI class: X.Org Video Driver, version 8.0
[ 6601.803] (II) EMGD: Intel(R) Embedded Media and Graphics Driver version 1.16.3196 for:
Intel US15W Class
[ 6601.803] (++) using VT number 7
[ 6601.804] (==) EMGD(0): RGB weight 888
[ 6601.804] (==) EMGD(0): Default visual is TrueColor
[ 6601.805] drmOpenDevice: node name is /dev/dri/card0
[ 6601.805] drmOpenDevice: open result is 9, (OK)
[ 6601.805] drmOpenByBusid: Searching for BusID PCI:00:00:00
[ 6601.805] drmOpenDevice: node name is /dev/dri/card0
[ 6601.805] drmOpenDevice: open result is 9, (OK)
[ 6601.805] drmOpenByBusid: drmOpenMinor returns 9
[ 6601.805] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6601.805] drmOpenDevice: node name is /dev/dri/card1
[ 6601.812] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.812] drmOpenDevice: node name is /dev/dri/card2
[ 6601.818] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.818] drmOpenDevice: node name is /dev/dri/card3
[ 6601.825] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.825] drmOpenDevice: node name is /dev/dri/card4
[ 6601.831] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.831] drmOpenDevice: node name is /dev/dri/card5
[ 6601.838] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.838] drmOpenDevice: node name is /dev/dri/card6
[ 6601.844] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.844] drmOpenDevice: node name is /dev/dri/card7
[ 6601.850] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.851] drmOpenDevice: node name is /dev/dri/card8
[ 6601.857] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.857] drmOpenDevice: node name is /dev/dri/card9
[ 6601.864] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.864] drmOpenDevice: node name is /dev/dri/card10
[ 6601.870] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.870] drmOpenDevice: node name is /dev/dri/card11
[ 6601.876] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.876] drmOpenDevice: node name is /dev/dri/card12
[ 6601.883] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.883] drmOpenDevice: node name is /dev/dri/card13
[ 6601.889] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.890] drmOpenDevice: node name is /dev/dri/card14
[ 6601.896] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.896] drmOpenDevice: node name is /dev/dri/card15
[ 6601.903] drmOpenByBusid: drmOpenMinor returns -1
[ 6601.903] drmOpenDevice: node name is /dev/dri/card0
[ 6601.903] drmOpenDevice: open result is 9, (OK)
[ 6601.903] drmOpenDevice: node name is /dev/dri/card0
[ 6601.903] drmOpenDevice: open result is 9, (OK)
[ 6601.903] drmGetBusid returned ''
[ 6601.903] (II) EMGD(0): Chipset: "Intel SCH US15 Chipset"
[ 6601.904] (II) EMGD(0): Detected kernel module from EMGD build 3196
[ 6601.904] (II) EMGD(0): Checking for new style options
[ 6601.904] (II) EMGD(0): Processing version 7.0 options
[ 6601.904] (II) EMGD(0): Using configuration 1
[ 6601.904] (II) EMGD(0): Checking for US15 specific configuration.
[ 6601.904] (II) EMGD(0): Checking for non-chipset specific configuration.
[ 6601.904] (II) EMGD(0): Setting port_order to 40000
[ 6601.905] (II) EMGD(0): Setting Enable Reg Override
[ 6601.905] (II) EMGD(0): Setting Disp Arb
[ 6601.905] (II) EMGD(0): Allocated local dtd for port=3 dtdid=1
[ 6601.905] (II) EMGD(0): Option processing done!
[ 6602.146] (II) EMGD(0): Valid Display Configurations:
[ 6602.146] (II) EMGD(0): DC: 0x00000041
[ 6602.147] (II) EMGD(0): DC: 0x00000000
[ 6602.147] (II) EMGD(0): Using Display Configuration 0x00000041
[ 6602.147] (**) EMGD(0): Depth 24, (--) framebuffer bpp 32
[ 6602.147] (==) EMGD(0): Using gamma correction (1.0, 1.0, 1.0)
[ 6602.147] (II) EMGD(0): 1 modes passed validation checks
[ 6602.147] (--) EMGD(0): Virtual size is 1366x768 (pitch 0)
[ 6602.147] (**) EMGD(0): *Built-in mode "1366x768": 54.7 MHz (scaled from 0.0 MHz), 29.7 kHz, 38.0 Hz
[ 6602.148] (II) EMGD(0): Modeline "1366x768"x38.0 54.72 1366 1595 1611 1841 768 771 772 775 (29.7 kHz)
[ 6602.148] (==) EMGD(0): DPI set to (96, 96)
[ 6602.148] (II) Loading sub module "fb"
[ 6602.148] (II) LoadModule: "fb"
[ 6602.149] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 6602.150] (II) Module fb: vendor="X.Org Foundation"
[ 6602.150] compiled for 1.9.0, module version = 1.0.0
[ 6602.150] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6602.150] (II) EMGD(0): Rotation, Flip * RenderScale options do not support XVideo, XVideo Disabled.
[ 6602.150] (II) Loading sub module "ramdac"
[ 6602.150] (II) LoadModule: "ramdac"
[ 6602.150] (II) Module "ramdac" already built-in
[ 6602.150] (II) Loading sub module "shadowfb"
[ 6602.150] (II) LoadModule: "shadowfb"
[ 6602.151] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 6602.152] (II) Module shadowfb: vendor="X.Org Foundation"
[ 6602.152] compiled for 1.9.0, module version = 1.0.0
[ 6602.152] ABI class: X.Org ANSI C Emulation, version 0.4
[ 6602.152] (II) EMGD(0): General Driver Configuration Options
[ 6602.152] (II) EMGD(0): PCF Version: 7.00
[ 6602.152] (II) EMGD(0): Configuration ID: 1
[ 6602.152] (II) EMGD(0): Primary Display Configuration Options
[ 6602.152] (II) EMGD(0): VideoRam (Pixmap Cache): 32768
[ 6602.152] (II) EMGD(0): PORT AND DISPLAY OPTIONS
[ 6602.153] (II) EMGD(0): Port Order: 40000
[ 6602.153] (II) EMGD(0): Display Config: Single
[ 6602.153] (II) EMGD(0): Display Detect: On
[ 6602.153] (II) EMGD(0): FB Blend Overlay: Off
[ 6602.153] (II) EMGD(0): Gang DVO: Off
[ 6602.153] (II) EMGD(0): Refresh Rate: 60
[ 6602.153] (II) EMGD(0): Clone Width: 0
[ 6602.153] (II) EMGD(0): Clone Height: 0
[ 6602.153] (II) EMGD(0): Clone Refresh: 0
[ 6602.153] (II) EMGD(0): FRAMEBUFFER OPTIONS
[ 6602.153] (II) EMGD(0): Shadow FB: On
[ 6602.153] (II) EMGD(0): Tear FB: Off
[ 6602.154] (II) EMGD(0): Resize: Off
[ 6602.154] (II) EMGD(0): GL TEXTURE STREAM OUTPUT: Off
[ 6602.154] (II) EMGD(0): FRAMEBUFFER ORIENTATION OPTIONS
[ 6602.154] (II) EMGD(0): Rotation: 0 degrees
[ 6602.154] (II) EMGD(0): Flip: Off
[ 6602.154] (II) EMGD(0): HARDWARE ACCELERATION OPTIONS
[ 6602.154] (II) EMGD(0): HW 2D Accel: On
[ 6602.154] (II) EMGD(0): HW Cursor: On
[ 6602.154] (II) EMGD(0): XVIDEO OPTIONS
[ 6602.154] (II) EMGD(0): XVideo: Off
[ 6602.154] (II) EMGD(0): XVideoBlend: Off
[ 6602.154] (II) EMGD(0): XVideoMC: Off
[ 6602.155] (II) EMGD(0): XVideoKey: 0xff00ff00
[ 6602.155] (II) EMGD(0): Overlay Gamma Red: 0x100
[ 6602.155] (II) EMGD(0): Overlay Gamma Green: 0x100
[ 6602.155] (II) EMGD(0): Overlay Gamma Blue: 0x100
[ 6602.155] (II) EMGD(0): Overlay Brightness: 0x8000
[ 6602.155] (II) EMGD(0): Overlay Contrast: 0x8000
[ 6602.155] (II) EMGD(0): Overlay Saturation: 0x8000
[ 6602.155] (II) EMGD(0): DRI: On
[ 6602.155] (II) EMGD(0): DRI2: On
[ 6602.155] (II) EMGD(0): EDID: On
[ 6602.155] (II) EMGD(0): QUICKBOOT OPTIONS
[ 6602.155] (II) EMGD(0): QuickBoot: 1
[ 6602.156] (II) EMGD(0): Seamless: Off
[ 6602.156] (II) EMGD(0): Video Input: 0
[ 6602.156] (II) EMGD(0): Splash Screen: Off
[ 6602.156] (II) EMGD(0): Freeze FB: Off
[ 6602.156] (II) EMGD(0): INTERRUPT OPTIONS
[ 6602.156] (II) EMGD(0): Polling: Off
[ 6602.156] (II) EMGD(0): GLOBAL PER PORT OPTIONS
[ 6602.156] (II) EMGD(0): Port 2 (null)
[ 6602.156] (II) EMGD(0): Multi-DVO: Off
[ 6602.156] (II) EMGD(0): Rotation: 0 degrees
[ 6602.156] (II) EMGD(0): Flip: Off
[ 6602.157] (II) EMGD(0): Centering: Off
[ 6602.157] (II) EMGD(0): RenderScale: Off
[ 6602.157] (II) EMGD(0): EDID: Off
[ 6602.157] (II) EMGD(0): EDID Avail: 0x5
[ 6602.157] (II) EMGD(0): EDID Not Avail: 0x5
[ 6602.157] (II) EMGD(0): PANEL INFORMATION
[ 6602.157] (II) EMGD(0): FP width: 0
[ 6602.157] (II) EMGD(0): FP height: 0
[ 6602.157] (II) EMGD(0): BKLT Enable: 0
[ 6602.157] (II) EMGD(0): BKLT Method: 0
[ 6602.157] (II) EMGD(0): BKLT T1: 0
[ 6602.157] (II) EMGD(0): BKLT T2: 0
[ 6602.157] (II) EMGD(0): BKLT T3: 0
[ 6602.158] (II) EMGD(0): BKLT T4: 0
[ 6602.158] (II) EMGD(0): BKLT T5: 0
[ 6602.158] (II) EMGD(0): GPIO Pin VDD: 0
[ 6602.158] (II) EMGD(0): GPIO Pin VEE: 0
[ 6602.158] (II) EMGD(0): GPIO Pin BKLT:0
[ 6602.158] (II) EMGD(0): DVO i2c pin: 0
[ 6602.158] (II) EMGD(0): DVO i2c DAB: 0
[ 6602.158] (II) EMGD(0): DVO i2c speed:0
[ 6602.158] (II) EMGD(0): DVO ddc pin: 0
[ 6602.158] (II) EMGD(0): DVO ddc speed:0
[ 6602.158] (II) EMGD(0): Number DTD's: 0
[ 6602.158] (II) EMGD(0): Number Attr's: 0
[ 6602.159] (II) EMGD(0): Port 4 LVDS
[ 6602.159] (II) EMGD(0): Multi-DVO: Off
[ 6602.159] (II) EMGD(0): Rotation: 0 degrees
[ 6602.159] (II) EMGD(0): Flip: Off
[ 6602.159] (II) EMGD(0): Centering: Off
[ 6602.159] (II) EMGD(0): RenderScale: On
[ 6602.159] (II) EMGD(0): EDID: Off
[ 6602.159] (II) EMGD(0): EDID Avail: 0x0
[ 6602.159] (II) EMGD(0): EDID Not Avail: 0x5
[ 6602.159] (II) EMGD(0): PANEL INFORMATION
[ 6602.159] (II) EMGD(0): FP width: 0
[ 6602.159] (II) EMGD(0): FP height: 0
[ 6602.160] (II) EMGD(0): BKLT Enable: 0
[ 6602.160] (II) EMGD(0): BKLT Method: 1
[ 6602.160] (II) EMGD(0): BKLT T1: 60
[ 6602.160] (II) EMGD(0): BKLT T2: 200
[ 6602.160] (II) EMGD(0): BKLT T3: 200
[ 6602.160] (II) EMGD(0): BKLT T4: 50
[ 6602.160] (II) EMGD(0): BKLT T5: 400
[ 6602.160] (II) EMGD(0): GPIO Pin VDD: 0
[ 6602.160] (II) EMGD(0): GPIO Pin VEE: 0
[ 6602.160] (II) EMGD(0): GPIO Pin BKLT:0
[ 6602.160] (II) EMGD(0): DVO i2c pin: 0
[ 6602.160] (II) EMGD(0): DVO i2c DAB: 0
[ 6602.160] (II) EMGD(0): DVO i2c speed:0
[ 6602.160] (II) EMGD(0): DVO ddc pin: 0
[ 6602.161] (II) EMGD(0): DVO ddc speed:0
[ 6602.161] (II) EMGD(0): Number DTD's: 1
[ 6602.161] (II) EMGD(0): 1-width: 1366
[ 6602.161] (II) EMGD(0): 1-height: 768
[ 6602.161] (II) EMGD(0): 1-refresh: 0
[ 6602.161] (II) EMGD(0): 1-dclk: 54720
[ 6602.161] (II) EMGD(0): 1-horz total: 0
[ 6602.161] (II) EMGD(0): 1-horz b_start:1365
[ 6602.161] (II) EMGD(0): 1-horz b_end: 1841
[ 6602.161] (II) EMGD(0): 1-horz s_start:1595
[ 6602.161] (II) EMGD(0): 1-horz s_end: 1611
[ 6602.161] (II) EMGD(0): 1-vert total: 0
[ 6602.161] (II) EMGD(0): 1-vert b_start:767
[ 6602.161] (II) EMGD(0): 1-vert b_end: 775
[ 6602.161] (II) EMGD(0): 1-vert s_start:771
[ 6602.161] (II) EMGD(0): 1-vert s_end: 772
[ 6602.161] (II) EMGD(0): 1-flags: 0x20000
[ 6602.161] (II) EMGD(0): Number Attr's: 4
[ 6602.161] (==) Depth 24 pixmap format is 32 bpp
[ 6602.548] drmOpenDevice: node name is /dev/dri/card0
[ 6602.548] drmOpenDevice: open result is 10, (OK)
[ 6602.549] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.549] drmOpenDevice: node name is /dev/dri/card0
[ 6602.549] drmOpenDevice: open result is 10, (OK)
[ 6602.549] drmOpenByBusid: drmOpenMinor returns 10
[ 6602.549] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.550] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.550] drmOpenDevice: node name is /dev/dri/card0
[ 6602.551] drmOpenDevice: open result is 10, (OK)
[ 6602.551] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.551] drmOpenDevice: node name is /dev/dri/card0
[ 6602.551] drmOpenDevice: open result is 10, (OK)
[ 6602.552] drmOpenByBusid: drmOpenMinor returns 10
[ 6602.552] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.552] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.553] drmOpenDevice: node name is /dev/dri/card0
[ 6602.553] drmOpenDevice: open result is 10, (OK)
[ 6602.553] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.553] drmOpenDevice: node name is /dev/dri/card0
[ 6602.553] drmOpenDevice: open result is 10, (OK)
[ 6602.553] drmOpenByBusid: drmOpenMinor returns 10
[ 6602.553] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.553] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.564] (II) EMGD(0): Rotation : 0 degrees
[ 6602.564] (II) EMGD(0): RendScale: 0
[ 6602.567] (II) EMGD(0): ShadowFB allocated
[ 6602.630] drmOpenDevice: node name is /dev/dri/card0
[ 6602.630] drmOpenDevice: open result is 11, (OK)
[ 6602.630] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.630] drmOpenDevice: node name is /dev/dri/card0
[ 6602.630] drmOpenDevice: open result is 11, (OK)
[ 6602.630] drmOpenByBusid: drmOpenMinor returns 11
[ 6602.630] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.630] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.630] drmOpenDevice: node name is /dev/dri/card0
[ 6602.630] drmOpenDevice: open result is 11, (OK)
[ 6602.630] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.630] drmOpenDevice: node name is /dev/dri/card0
[ 6602.630] drmOpenDevice: open result is 11, (OK)
[ 6602.630] drmOpenByBusid: drmOpenMinor returns 11
[ 6602.631] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.631] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.631] drmOpenDevice: node name is /dev/dri/card0
[ 6602.631] drmOpenDevice: open result is 11, (OK)
[ 6602.631] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.631] drmOpenDevice: node name is /dev/dri/card0
[ 6602.631] drmOpenDevice: open result is 11, (OK)
[ 6602.631] drmOpenByBusid: drmOpenMinor returns 11
[ 6602.631] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.631] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.636] (II) EMGD(0): [DRI2] Setup complete
[ 6602.637] (II) EMGD(0): [DRI2] DRI driver: emgd
[ 6602.637] (II) EMGD(0): DRI2 initialization complete.
[ 6602.637] (II) UXA(0): Driver registered support for the following operations:
[ 6602.637] (II) solid
[ 6602.637] (II) copy
[ 6602.637] (II) composite (RENDER acceleration)
[ 6602.637] (II) EMGD(0): ShadowFB initialization complete
[ 6602.637] (==) EMGD(0): Backing store disabled
[ 6602.656] drmOpenDevice: node name is /dev/dri/card0
[ 6602.656] drmOpenDevice: open result is 12, (OK)
[ 6602.657] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.657] drmOpenDevice: node name is /dev/dri/card0
[ 6602.657] drmOpenDevice: open result is 12, (OK)
[ 6602.657] drmOpenByBusid: drmOpenMinor returns 12
[ 6602.657] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.657] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.657] drmOpenDevice: node name is /dev/dri/card0
[ 6602.657] drmOpenDevice: open result is 12, (OK)
[ 6602.657] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.657] drmOpenDevice: node name is /dev/dri/card0
[ 6602.658] drmOpenDevice: open result is 12, (OK)
[ 6602.658] drmOpenByBusid: drmOpenMinor returns 12
[ 6602.658] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.658] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.659] (II) EMGD(0): Rotation : 0 degrees
[ 6602.659] (II) EMGD(0): RendScale: 0
[ 6602.664] (II) EMGD(0): ShadowFB allocated
[ 6602.671] (II) EMGD(0): Hardware Cursor Initialization complete.
[ 6602.671] (==) EMGD(0): Silken mouse enabled
[ 6602.671] (==) EMGD(0): DPMS enabled
[ 6602.672] (==) RandR enabled
[ 6602.673] (II) Initializing built-in extension Generic Event Extension
[ 6602.673] (II) Initializing built-in extension SHAPE
[ 6602.673] (II) Initializing built-in extension MIT-SHM
[ 6602.673] (II) Initializing built-in extension XInputExtension
[ 6602.673] (II) Initializing built-in extension XTEST
[ 6602.673] (II) Initializing built-in extension BIG-REQUESTS
[ 6602.673] (II) Initializing built-in extension SYNC
[ 6602.673] (II) Initializing built-in extension XKEYBOARD
[ 6602.673] (II) Initializing built-in extension XC-MISC
[ 6602.673] (II) Initializing built-in extension SECURITY
[ 6602.673] (II) Initializing built-in extension XINERAMA
[ 6602.673] (II) Initializing built-in extension XFIXES
[ 6602.673] (II) Initializing built-in extension RENDER
[ 6602.673] (II) Initializing built-in extension RANDR
[ 6602.673] (II) Initializing built-in extension COMPOSITE
[ 6602.673] (II) Initializing built-in extension DAMAGE
[ 6602.673] (II) Initializing built-in extension GESTURE
[ 6602.719] drmOpenDevice: node name is /dev/dri/card0
[ 6602.719] drmOpenDevice: open result is 12, (OK)
[ 6602.719] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.719] drmOpenDevice: node name is /dev/dri/card0
[ 6602.719] drmOpenDevice: open result is 12, (OK)
[ 6602.719] drmOpenByBusid: drmOpenMinor returns 12
[ 6602.719] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.719] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.719] drmOpenDevice: node name is /dev/dri/card0
[ 6602.720] drmOpenDevice: open result is 12, (OK)
[ 6602.720] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.720] drmOpenDevice: node name is /dev/dri/card0
[ 6602.720] drmOpenDevice: open result is 12, (OK)
[ 6602.720] drmOpenByBusid: drmOpenMinor returns 12
[ 6602.720] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.720] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.720] drmOpenDevice: node name is /dev/dri/card0
[ 6602.721] drmOpenDevice: open result is 12, (OK)
[ 6602.721] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.721] drmOpenDevice: node name is /dev/dri/card0
[ 6602.721] drmOpenDevice: open result is 12, (OK)
[ 6602.721] drmOpenByBusid: drmOpenMinor returns 12
[ 6602.721] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.721] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.732] drmOpenDevice: node name is /dev/dri/card0
[ 6602.732] drmOpenDevice: open result is 13, (OK)
[ 6602.732] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.732] drmOpenDevice: node name is /dev/dri/card0
[ 6602.732] drmOpenDevice: open result is 13, (OK)
[ 6602.732] drmOpenByBusid: drmOpenMinor returns 13
[ 6602.733] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.733] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.733] drmOpenDevice: node name is /dev/dri/card0
[ 6602.733] drmOpenDevice: open result is 13, (OK)
[ 6602.733] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.733] drmOpenDevice: node name is /dev/dri/card0
[ 6602.733] drmOpenDevice: open result is 13, (OK)
[ 6602.733] drmOpenByBusid: drmOpenMinor returns 13
[ 6602.733] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.733] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.733] drmOpenDevice: node name is /dev/dri/card0
[ 6602.733] drmOpenDevice: open result is 13, (OK)
[ 6602.733] drmOpenByBusid: Searching for BusID PCI:00:02:00
[ 6602.733] drmOpenDevice: node name is /dev/dri/card0
[ 6602.733] drmOpenDevice: open result is 13, (OK)
[ 6602.734] drmOpenByBusid: drmOpenMinor returns 13
[ 6602.734] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 6602.734] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 6602.750] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 6602.750] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 6602.750] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 6602.750] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 6602.750] (II) AIGLX: Loaded and initialized /usr/lib/dri/emgd_dri.so
[ 6602.750] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6602.850] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 6602.892] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 6602.892] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 6602.893] (II) LoadModule: "evdev"
[ 6602.893] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 6602.894] (II) Module evdev: vendor="X.Org Foundation"
[ 6602.894] compiled for 1.9.0, module version = 2.3.2
[ 6602.894] Module class: X.Org XInput Driver
[ 6602.894] ABI class: X.Org XInput driver, version 11.0
[ 6602.894] (**) Power Button: always reports core events
[ 6602.894] (**) Power Button: Device: "/dev/input/event1"
[ 6602.894] (II) Power Button: Found keys
[ 6602.894] (II) Power Button: Configuring as keyboard
[ 6602.894] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 6602.895] (**) Option "xkb_rules" "evdev"
[ 6602.895] (**) Option "xkb_model" "evdev"
[ 6602.895] (**) Option "xkb_layout" "us"
[ 6602.903] (II) XKB: reuse xkmfile /var/lib/xkb/server-D378AD8F86E560F712A83EE36E4E5E92C595B9BD.xkm
[ 6602.906] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 6602.906] (II) No input driver/identifier specified (ignoring)
[ 6602.907] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 6602.907] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 6602.907] (**) Sleep Button: always reports core events
[ 6602.907] (**) Sleep Button: Device: "/dev/input/event2"
[ 6602.907] (II) Sleep Button: Found keys
[ 6602.907] (II) Sleep Button: Configuring as keyboard
[ 6602.907] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 6602.907] (**) Option "xkb_rules" "evdev"
[ 6602.908] (**) Option "xkb_model" "evdev"
[ 6602.908] (**) Option "xkb_layout" "us"
[ 6602.911] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event5)
[ 6602.911] (II) No input driver/identifier specified (ignoring)
[ 6602.912] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event6)
[ 6602.912] (II) No input driver/identifier specified (ignoring)
[ 6602.919] (II) config/udev: Adding input device WebCam (/dev/input/event4)
[ 6602.920] (**) WebCam: Applying InputClass "evdev keyboard catchall"
[ 6602.920] (**) WebCam: always reports core events
[ 6602.920] (**) WebCam: Device: "/dev/input/event4"
[ 6602.920] (II) WebCam: Found keys
[ 6602.920] (II) WebCam: Configuring as keyboard
[ 6602.920] (II) XINPUT: Adding extended input device "WebCam" (type: KEYBOARD)
[ 6602.920] (**) Option "xkb_rules" "evdev"
[ 6602.920] (**) Option "xkb_model" "evdev"
[ 6602.920] (**) Option "xkb_layout" "us"
[ 6602.929] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 6602.929] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 6602.929] (**) AT Translated Set 2 keyboard: always reports core events
[ 6602.929] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 6602.929] (II) AT Translated Set 2 keyboard: Found keys
[ 6602.929] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 6602.929] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 6602.930] (**) Option "xkb_rules" "evdev"
[ 6602.930] (**) Option "xkb_model" "evdev"
[ 6602.930] (**) Option "xkb_layout" "us"
[ 6602.932] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 6602.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 6602.932] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 6602.932] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event7"
[ 6602.932] (II) SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[ 6602.932] (II) SynPS/2 Synaptics TouchPad: Found absolute axes
[ 6602.933] (II) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[ 6602.933] (II) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[ 6602.933] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
[ 6602.933] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[ 6602.933] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 6602.933] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 6602.933] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[ 6602.934] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 6602.934] (II) No input driver/identifier specified (ignoring)
Code: Select all
# lsmod
Module Size Used by
joydev 17161 0
i2c_isch 12639 0
arc4 12473 2
snd_hda_codec_realtek 63493 1
snd_hda_intel 32515 0
coretemp 13168 0
snd_hda_codec 111547 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13272 1 snd_hda_codec
uvcvideo 71277 0
videobuf2_core 32070 1 uvcvideo
videodev 95841 2 uvcvideo,videobuf2_core
videobuf2_vmalloc 12756 1 uvcvideo
videobuf2_memops 13184 1 videobuf2_vmalloc
kvm 357806 0
snd_pcm 80163 2 snd_hda_intel,snd_hda_codec
microcode 18209 0
snd_seq_midi 13132 0
snd_rawmidi 25382 1 snd_seq_midi
psmouse 84843 0
snd_seq_midi_event 14475 1 snd_seq_midi
serio_raw 13031 0
snd_seq 51255 2 snd_seq_midi,snd_seq_midi_event
rfcomm 37276 0
bnep 17707 2
parport_pc 31968 0
bluetooth 183228 10 rfcomm,bnep
ppdev 12817 0
snd_timer 24411 2 snd_pcm,snd_seq
snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq
mac_hid 13037 0
ath5k 135205 0
ath 19187 1 ath5k
emgd 577343 5
snd 61991 9 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac80211 461161 1 ath5k
lpc_sch 12727 0
cfg80211 175375 3 ath5k,ath,mac80211
ext2 67204 1
soundcore 14599 1 snd
snd_page_alloc 14036 2 snd_hda_intel,snd_pcm
drm_kms_helper 47303 1 emgd
drm 238768 7 emgd,drm_kms_helper
lp 13299 0
parport 40753 3 parport_pc,ppdev,lp
xts 12723 2
gf128mul 14503 1 xts
dm_crypt 22402 1
vesafb 13477 1
pata_sch 12700 2
r8169 55976 0
wmi 18590 0
video 18847 0
Code: Select all
blacklist gma500_gfx
blacklist psb_gfx
blacklist acer_wmi
Code: Select all
GRUB_GFXPAYLOAD_LINUX=1366x768x24
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_backlight=vendor acpi_osi=Linux console=tty1 mem=896mb"
Code: Select all
ii x11-xserver-utils 7.7~3ubuntu1 i386 X server utilities
ii xserver-common 2:1.13.0-0ubuntu6.1 all common files used by various X servers
ii xserver-xephyr 2:1.13.0-0ubuntu6.1 i386 nested X server
ii xserver-xorg 1:7.5+6ubuntu3.1 i386 the X.Org X server
ii xserver-xorg-core 2:1.9.0-0ubuntu7.6 i386 Xorg X server - core server
ii xserver-xorg-input-evdev 1:2.3.2-6ubuntu3.1 i386 X.Org X server -- evdev input driver
ii xserver-xorg-input-wacom 1:0.10.8-0ubuntu1.1 i386 X.Org X server -- Wacom input driver
ii xserver-xorg-video-geode 2.11.11-1~maverick1 i386 X.Org X server -- Geode GX2/LX display driver
rc xserver-xorg-video-intel 2:2.20.9-0ubuntu2 i386 X.Org X server -- Intel i8xx, i9xx display driver
rc xserver-xorg-video-openchrome 1:0.3.1-0ubuntu1 i386 X.Org X server -- VIA display driver
ii xserver-xorg-video-savage 1:2.3.1-2ubuntu2.1 i386 X.Org X server -- Savage display driver
rc xserver-xorg-video-vmware 1:12.0.2+git.e5ac80d8-0ubuntu1 i386 X.Org X server -- VMware display driver
rc libgl1-mesa-dri:i386 9.0-0ubuntu1 i386 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:i386 9.0-0ubuntu1 i386 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:i386 9.0-0ubuntu1 i386 free implementation of the GL API -- shared library
ii libglu1-mesa:i386 9.0.0-0ubuntu1 i386 Mesa OpenGL utility library (GLU)
ii libtxc-dxtn-s2tc0:i386 0~git20110809-3 i386 Texture compression library for Mesa
ii mesa-utils 8.0.1+git20110129+d8f7d6b-0ubuntu2 i386 Miscellaneous Mesa GL utilities
ii emgd-bin 1.16.3196 i386 X11 drivers for Intel E6xx Processor and US15W/US15WP/WPT chipsets.
ii emgd-dkms 1.16.3196 all Intel EMGD driver in DKMS format.
I hope someone could help me ! This will be very very very appreciated !

Re: EMGD 1.16 driver on Linux Mint 13 MATE
This is not working anymore. Any other workaround?Denis wrote:Hi,
Use 76.73.4.58/ubuntu/ instead of archive.ubuntu.com/ubuntu/Code: Select all
deb http://76.73.4.58/ubuntu/ maverick-updates main restricted universe multiverse