Intel video driver - Acer Aspire 5742 series

For drivers and kernel modules.
Message
Author
autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

Intel video driver - Acer Aspire 5742 series

#1 Post by autumnleaves »

Cannot get anything but modesetting video out of Puppy Tahr. Tried installing xorg-high but no apparent result. Does it have to be run separately from xorg somehow? Or is there another solution? The xserver Intel driver is present according to the PPM. Any help would be appreciated.
Thanks,

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post by 666philb »

in tahrpup the display mode is set by the kernel and there isn't much you can do in xorgwizard.
type

Code: Select all

glxgears
into a terminal, if you see the cogs you've got the fully accelerated graphics driver loaded (meaning modesetting has picked the correct driver )
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#3 Post by autumnleaves »

Thanks very much. I do see the gears, and FPS is in the 500s. However, when I try to run lightworks, which requires a proprietary driver, it won't start.
So I assume that the video driver is not right.Or perhaps the problem lies elsewhere. Any ideas??http://www.lwks.com/index.php?option=co ... Itemid=206

User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

#4 Post by Marv »

autumnleaves wrote:Thanks very much. I do see the gears, and FPS is in the 500s. However, when I try to run lightworks, which requires a proprietary driver, it won't start.
So I assume that the video driver is not right.Or perhaps the problem lies elsewhere. Any ideas??http://www.lwks.com/index.php?option=co ... Itemid=206
You can quickly get some more diagnostics by typing in a terminal the following:
lspci | grep Graphics (I needed the capitol G in Graphics)
glxinfo | grep direct
dmesg | grep drm
dmesg | grep i915
You could copy and paste that block into a reply. Might help see what is going on.

The display section of hardinfo, in the system section of the menu, is also of interest, particularly the last few lines about what Mesa is used.

I have a batch of intel based systems ranging from older 855GM video, through 2007 era Mobile series 4 chipset video to new HD4000 video and actually Tahr-based pups have been the champs on all those, all able to use the intel i915 driver and giving top glxgear FPS so I'm somewhat curious here.
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#5 Post by autumnleaves »

OK, here goes. I appreciate your advice.

lspci | grep Graphics
VGA compatible controller: Intel Corporation Core Processor Integrated Graphics (rev 02)

Direct rendering: yes

Initialized i915 1.6.0 20080730 ... on minor 0

ir1 41 for MSI/MSI/X
fb0: inteldrmfb frame buffer device
registered panic notifier
Initialized i915...

Mesa Project
Software Rasterizer
2.1 Mesa 7.7.1
Direct Rendering: Yes

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#6 Post by bigpup »

From lightworks Help
3. Intel 945/G33/G31 graphics chipsets are no longer supported. If you have one of these graphics cards, please upgrade it to resolve this issue.
So did it ever work in any operating system on this computer?

See what this shows for hardware info.
menu->System->Pup-sysinfo->Devices->Display->Summary
lspci | grep Graphics
VGA compatible controller: Intel Corporation Core Processor Integrated Graphics (rev 02)
This is not really telling us anything specific about the controller, except it is Intel.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#7 Post by autumnleaves »

This is the first time I have tried Lightworks on this laptop. Here is the full info on the display:

Display Specifications:
• Monitor VertRefresh: 60.0 times/s
• Screen Dimensions: 1366x768 pixels (361x203 millimeters)
• Screen Depth: 24 bits (planes)

Xorg Startup Log (/var/log/Xorg.0.log):
• Xorg Driver in use: modesetting
• Loaded Modules: dbe extmod fb glx kbd mouse shadow synaptics
• X.Org version: 1.15.1

OpenGL 2D/3D Rendering:
• Direct Rendering: Yes
• Vendor: Mesa Project
• Renderer: Software Rasterizer
• Version: 2.1 Mesa 7.7.1

VGA controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
• Kernel Driver: i915
• Memory Used: 611.52 KB
• Path: /lib/modules/3.14.20/kernel/drivers/gpu/drm/i915/i915.ko
• Description: Intel Graphics

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#8 Post by autumnleaves »

Skype does not work either, and it used to with Precise on this machine.

User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

#9 Post by Marv »

Interesting. The chipset should be new enough.. Intels HD series though I couldn't find the exact number, Yet it falls back to software rasterizing and the 'modesetting' driver. Have you tried (back up your savefile first if this is a frugal install) logging out and running xorgwizard to see if it will let YOU select the Intel driver? The information provided to the various system tools about the graphics chip is more 'vague' than I'm used to seeing and may not be recognized by Xorg. Just a WAG.
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#10 Post by 666philb »

can you post your /etc/X11/xorg.conf
and /var/log/Xorg.0.log
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#11 Post by autumnleaves »

This is a full install. I've never done a frugal. Is this a problem?
conf files to follow

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#12 Post by autumnleaves »

#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
Load "synaptics" #loadsynaptics

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the font modules
# Load "type1"
# Load "freetype"

# This loads xtrap extension, used by xrandr
# Load "xtrap"

# This loads the GLX module (if present). xorg 7.4/5 need explicit disable to disable...
# Disable "glx" #LOADGLX

# This loads dri module (if present). 7.4 loads it by default, have to disable...
# Load "dri" #LOADDRI
# Disable "dri"

EndSection

# **********************************************************************
# Files section. This allows default font paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

FontPath "/usr/share/X11/fonts/misc/"
FontPath "/usr/share/X11/fonts/Type1/"
FontPath "/usr/share/X11/fonts/TTF/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.

# Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

Option "RandR" "on"

# With this, Xorg won't talk to HAL to add evdev devices and you'll be back
# with the old Xorg behavior (pre-7.4)...

Option "AutoAddDevices" "false"

# For no-Hal, kirk also suggests this...

# Option "AllowMouseOpenFail" "true"

# Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...

Option "DontZap" "false"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "SynapticsMouse" "AlwaysCore" #serverlayoutsynaptics
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "us" #xkeymap0
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2" #mouse0protocol
#Option "Emulate3Buttons"
#Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "InputDevice"
Identifier "SynapticsMouse"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
#HorizSync 31-50
VertRefresh 59-76
#UseModes "Modes0" #monitor0usemodes
Option "PreferredMode" "1366x768"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection

Section "Device"
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
Identifier "Card0"
Driver "modesetting" #card0driver
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#Option "metamodes" "1366x768_60 +0+0" #METAMODES_0
Subsection "Display"
Depth 24
Modes "1366x768"
EndSubsection
EndSection

#PuppyHardwareProfile=Intel_R_Ironlake_Mobile_GraphicsAUO

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#13 Post by autumnleaves »

Log file

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#14 Post by autumnleaves »

[ 25.754]
X.Org X Server 1.15.1
Release Date: 2014-04-13
[ 25.754] X Protocol Version 11, Revision 0
[ 25.754] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu
[ 25.754] Current Operating System: Linux puppypc6205 3.14.20 #1 SMP Wed Oct 22 22:28:14 BST 2014 i686
[ 25.754] Kernel command line: root=/dev/sda1 ro
[ 25.754] Build Date: 16 April 2014 01:40:08PM
[ 25.754] xorg-server 2:1.15.1-0ubuntu2 (For technical support please see http://www.ubuntu.com/support)
[ 25.754] Current version of pixman: 0.30.2
[ 25.754] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 25.754] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 25.754] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 12 18:59:45 2015
[ 25.776] (==) Using config file: "/etc/X11/xorg.conf"
[ 25.776] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 25.779] (==) ServerLayout "Default Layout"
[ 25.779] (**) |-->Screen "Screen0" (0)
[ 25.779] (**) | |-->Monitor "Monitor0"
[ 25.790] (**) | |-->Device "Card0"
[ 25.790] (**) |-->Input Device "Keyboard0"
[ 25.790] (**) |-->Input Device "Mouse0"
[ 25.790] (**) |-->Input Device "SynapticsMouse"
[ 25.790] (**) Option "DontZap" "false"
[ 25.790] (**) Option "RandR" "on"
[ 25.790] (**) Option "AutoAddDevices" "false"
[ 25.790] (**) Not automatically adding devices
[ 25.790] (==) Automatically enabling devices
[ 25.790] (==) Automatically adding GPU devices
[ 25.838] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[ 25.838] Entry deleted from font path.
[ 25.838] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 25.838] Entry deleted from font path.
[ 25.838] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 25.838] Entry deleted from font path.
[ 25.838] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 25.838] Entry deleted from font path.
[ 25.838] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 25.838] Entry deleted from font path.
[ 25.838] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 25.838] Entry deleted from font path.
[ 25.838] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 25.838] Entry deleted from font path.
[ 25.838] (**) FontPath set to:
/usr/share/X11/fonts/misc/,
/usr/share/X11/fonts/Type1/,
/usr/share/X11/fonts/TTF/,
built-ins
[ 25.838] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 25.838] (II) Loader magic: 0xb77546c0
[ 25.838] (II) Module ABI versions:
[ 25.838] X.Org ANSI C Emulation: 0.4
[ 25.838] X.Org Video Driver: 15.0
[ 25.838] X.Org XInput driver : 20.0
[ 25.838] X.Org Server Extension : 8.0
[ 25.838] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 25.841] (--) PCI:*(0:0:2:0) 8086:0046:1025:0487 rev 2, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00003050/8
[ 25.841] Initializing built-in extension Generic Event Extension
[ 25.841] Initializing built-in extension SHAPE
[ 25.841] Initializing built-in extension MIT-SHM
[ 25.841] Initializing built-in extension XInputExtension
[ 25.841] Initializing built-in extension XTEST
[ 25.841] Initializing built-in extension BIG-REQUESTS
[ 25.841] Initializing built-in extension SYNC
[ 25.841] Initializing built-in extension XKEYBOARD
[ 25.841] Initializing built-in extension XC-MISC
[ 25.841] Initializing built-in extension SECURITY
[ 25.841] Initializing built-in extension XINERAMA
[ 25.841] Initializing built-in extension XFIXES
[ 25.841] Initializing built-in extension RENDER
[ 25.841] Initializing built-in extension RANDR
[ 25.841] Initializing built-in extension COMPOSITE
[ 25.841] Initializing built-in extension DAMAGE
[ 25.841] Initializing built-in extension MIT-SCREEN-SAVER
[ 25.841] Initializing built-in extension DOUBLE-BUFFER
[ 25.841] Initializing built-in extension RECORD
[ 25.841] Initializing built-in extension DPMS
[ 25.841] Initializing built-in extension Present
[ 25.841] Initializing built-in extension DRI3
[ 25.841] Initializing built-in extension X-Resource
[ 25.841] Initializing built-in extension XVideo
[ 25.841] Initializing built-in extension XVideo-MotionCompensation
[ 25.841] Initializing built-in extension SELinux
[ 25.841] Initializing built-in extension XFree86-VidModeExtension
[ 25.841] Initializing built-in extension XFree86-DGA
[ 25.842] Initializing built-in extension XFree86-DRI
[ 25.842] Initializing built-in extension DRI2
[ 25.842] (II) "glx" will be loaded by default.
[ 25.842] (WW) "xmir" is not to be loaded by default. Skipping.
[ 25.842] (II) LoadModule: "synaptics"
[ 25.842] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 25.859] (II) Module synaptics: vendor="X.Org Foundation"
[ 25.859] compiled for 1.15.0, module version = 1.7.4
[ 25.859] Module class: X.Org XInput Driver
[ 25.859] ABI class: X.Org XInput driver, version 20.0
[ 25.859] (II) LoadModule: "dbe"
[ 25.859] (II) Module "dbe" already built-in
[ 25.859] (II) LoadModule: "extmod"
[ 25.859] (II) Module "extmod" already built-in
[ 25.859] (II) LoadModule: "glx"
[ 25.859] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 26.012] (II) Module glx: vendor="X.Org Foundation"
[ 26.012] compiled for 1.15.1, module version = 1.0.0
[ 26.012] ABI class: X.Org Server Extension, version 8.0
[ 26.012] (==) AIGLX enabled
[ 26.012] Loading extension GLX
[ 26.012] (II) LoadModule: "modesetting"
[ 26.012] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 26.027] (II) Module modesetting: vendor="X.Org Foundation"
[ 26.027] compiled for 1.15.0, module version = 0.8.1
[ 26.027] Module class: X.Org Video Driver
[ 26.027] ABI class: X.Org Video Driver, version 15.0
[ 26.027] (II) LoadModule: "kbd"
[ 26.027] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
[ 26.028] (II) Module kbd: vendor="X.Org Foundation"
[ 26.028] compiled for 1.15.0, module version = 1.8.0
[ 26.028] Module class: X.Org XInput Driver
[ 26.028] ABI class: X.Org XInput driver, version 20.0
[ 26.028] (II) LoadModule: "mouse"
[ 26.029] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[ 26.030] (II) Module mouse: vendor="X.Org Foundation"
[ 26.030] compiled for 1.15.0, module version = 1.9.0
[ 26.030] Module class: X.Org XInput Driver
[ 26.030] ABI class: X.Org XInput driver, version 20.0
[ 26.030] (II) LoadModule: "synaptics"
[ 26.030] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 26.030] (II) Module synaptics: vendor="X.Org Foundation"
[ 26.030] compiled for 1.15.0, module version = 1.7.4
[ 26.030] Module class: X.Org XInput Driver
[ 26.030] ABI class: X.Org XInput driver, version 20.0
[ 26.030] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 26.030] (--) using VT number 4

[ 26.035] (II) modesetting(0): using drv /dev/dri/card0
[ 26.036] (**) modesetting(0): Depth 24, (--) framebuffer bpp 32
[ 26.036] (==) modesetting(0): RGB weight 888
[ 26.036] (==) modesetting(0): Default visual is TrueColor
[ 26.036] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
[ 26.036] (II) modesetting(0): Output LVDS-0 using monitor section Monitor0
[ 26.036] (**) modesetting(0): Option "PreferredMode" "1366x768"
[ 26.037] (II) modesetting(0): Output VGA-0 has no monitor section
[ 26.038] (II) modesetting(0): Output HDMI-0 has no monitor section
[ 26.038] (II) modesetting(0): Output DisplayPort-0 has no monitor section
[ 26.038] (II) modesetting(0): EDID for output LVDS-0
[ 26.038] (II) modesetting(0): Manufacturer: AUO Model: 26ec Serial#: 0
[ 26.038] (II) modesetting(0): Year: 2009 Week: 1
[ 26.038] (II) modesetting(0): EDID Version: 1.3
[ 26.038] (II) modesetting(0): Digital Display Input
[ 26.038] (II) modesetting(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 26.038] (II) modesetting(0): Gamma: 2.20
[ 26.038] (II) modesetting(0): No DPMS capabilities specified
[ 26.038] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 26.038] (II) modesetting(0): First detailed timing is preferred mode
[ 26.038] (II) modesetting(0): redX: 0.577 redY: 0.333 greenX: 0.333 greenY: 0.554
[ 26.038] (II) modesetting(0): blueX: 0.161 blueY: 0.144 whiteX: 0.313 whiteY: 0.329
[ 26.038] (II) modesetting(0): Manufacturer's mask: 0
[ 26.038] (II) modesetting(0): Supported detailed timing:
[ 26.038] (II) modesetting(0): clock: 71.8 MHz Image Size: 344 x 193 mm
[ 26.038] (II) modesetting(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
[ 26.038] (II) modesetting(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 784 v_border: 0
[ 26.038] (II) modesetting(0): Unknown vendor-specific block f
[ 26.038] (II) modesetting(0): AUO
[ 26.038] (II) modesetting(0): B156XW02 V6
[ 26.038] (II) modesetting(0): EDID (in hex):
[ 26.038] (II) modesetting(0): 00ffffffffffff0006afec2600000000
[ 26.038] (II) modesetting(0): 01130103802213780ad7759355558d29
[ 26.038] (II) modesetting(0): 24505400000001010101010101010101
[ 26.038] (II) modesetting(0): 0101010101010c1c56a0500010303020
[ 26.038] (II) modesetting(0): 360058c1100000180000000f00000000
[ 26.038] (II) modesetting(0): 00000000000000000020000000fe0041
[ 26.038] (II) modesetting(0): 554f0a202020202020202020000000fe
[ 26.038] (II) modesetting(0): 004231353658573032205636200a0065
[ 26.038] (II) modesetting(0): Printing probed modes for output LVDS-0
[ 26.038] (II) modesetting(0): Modeline "1366x768"x60.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz UeP)
[ 26.039] (II) modesetting(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 26.039] (II) modesetting(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 26.039] (II) modesetting(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 26.039] (II) modesetting(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 26.039] (II) modesetting(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 26.039] (II) modesetting(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 26.039] (II) modesetting(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 26.039] (II) modesetting(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 26.039] (II) modesetting(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 26.039] (II) modesetting(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 26.039] (II) modesetting(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 26.039] (II) modesetting(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 26.039] (II) modesetting(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 26.039] (II) modesetting(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 26.039] (II) modesetting(0): Modeline "800x512"x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 26.039] (II) modesetting(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 26.039] (II) modesetting(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 26.039] (II) modesetting(0): Modeline "720x450"x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 26.039] (II) modesetting(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 26.039] (II) modesetting(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 26.039] (II) modesetting(0): Modeline "680x384"x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 26.039] (II) modesetting(0): Modeline "680x384"x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 26.039] (II) modesetting(0): Modeline "576x432"x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 26.039] (II) modesetting(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 26.039] (II) modesetting(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 26.039] (II) modesetting(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 26.039] (II) modesetting(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 26.040] (II) modesetting(0): EDID for output VGA-0
[ 26.041] (II) modesetting(0): EDID for output HDMI-0
[ 26.041] (II) modesetting(0): EDID for output DisplayPort-0
[ 26.041] (II) modesetting(0): Output LVDS-0 connected
[ 26.041] (II) modesetting(0): Output VGA-0 disconnected
[ 26.041] (II) modesetting(0): Output HDMI-0 disconnected
[ 26.041] (II) modesetting(0): Output DisplayPort-0 disconnected
[ 26.041] (II) modesetting(0): Using user preference for initial modes
[ 26.041] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
[ 26.041] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 26.041] (==) modesetting(0): DPI set to (96, 96)
[ 26.041] (II) Loading sub module "fb"
[ 26.041] (II) LoadModule: "fb"
[ 26.041] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 26.045] (II) Module fb: vendor="X.Org Foundation"
[ 26.045] compiled for 1.15.1, module version = 1.0.0
[ 26.045] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.045] (II) Loading sub module "shadow"
[ 26.045] (II) LoadModule: "shadow"
[ 26.045] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 26.057] (II) Module shadow: vendor="X.Org Foundation"
[ 26.057] compiled for 1.15.1, module version = 1.1.0
[ 26.057] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.057] (==) Depth 24 pixmap format is 32 bpp
[ 26.066] (==) modesetting(0): Backing store enabled
[ 26.066] (==) modesetting(0): Silken mouse enabled
[ 26.066] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 26.067] (==) modesetting(0): DPMS enabled
[ 26.067] (WW) modesetting(0): Option "PreferredMode" is not used
[ 26.083] (--) RandR disabled
[ 26.097] (II) SELinux: Disabled on system
[ 26.107] (II) AIGLX: Screen 0 is not DRI2 capable
[ 26.107] (EE) AIGLX: reverting to software rendering
[ 26.155] (II) AIGLX: Loaded and initialized swrast
[ 26.155] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 26.156] (II) modesetting(0): Damage tracking initialized
[ 26.156] (II) modesetting(0): Setting screen physical size to 361 x 203
[ 26.254] (II) XKB: reuse xkmfile /var/lib/xkb/server-5517831893F7E63A5A6D917848C42481F8E4E257.xkm
[ 26.270] (II) Using input driver 'kbd' for 'Keyboard0'
[ 26.270] (**) Option "CoreKeyboard"
[ 26.270] (**) Keyboard0: always reports core events
[ 26.270] (**) Keyboard0: always reports core events
[ 26.270] (**) Option "Protocol" "standard"
[ 26.270] (**) Option "XkbRules" "xorg"
[ 26.270] (**) Option "XkbModel" "pc102"
[ 26.270] (**) Option "XkbLayout" "us"
[ 26.270] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 6)
[ 26.276] (II) XKB: reuse xkmfile /var/lib/xkb/server-1E98292D90C4F55FD33B97814F1C19BE08CADA56.xkm
[ 26.285] (II) Using input driver 'mouse' for 'Mouse0'
[ 26.285] (**) Option "CorePointer"
[ 26.285] (**) Mouse0: always reports core events
[ 26.285] (**) Option "Protocol" "IMPS/2"
[ 26.285] (**) Option "Device" "/dev/input/mice"
[ 26.285] (**) Mouse0: Protocol: "IMPS/2"
[ 26.285] (**) Mouse0: always reports core events
[ 26.326] (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
[ 26.326] (**) Option "ZAxisMapping" "4 5"
[ 26.326] (**) Mouse0: ZAxisMapping: buttons 4 and 5
[ 26.326] (**) Mouse0: Buttons: 9
[ 26.326] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 7)
[ 26.327] (**) Mouse0: (accel) keeping acceleration scheme 1
[ 26.327] (**) Mouse0: (accel) acceleration profile 0
[ 26.327] (**) Mouse0: (accel) acceleration factor: 2.000
[ 26.327] (**) Mouse0: (accel) acceleration threshold: 4
[ 26.559] (II) Mouse0: ps2EnableDataReporting: succeeded
[ 26.559] (II) Using input driver 'synaptics' for 'SynapticsMouse'
[ 26.559] (**) Option "AlwaysCore"
[ 26.559] (**) SynapticsMouse: always reports core events
[ 27.083] (--) synaptics: SynapticsMouse: auto-dev sets device to /dev/input/event11
[ 27.116] (**) Option "Device" "/dev/input/event11"
[ 27.116] (II) synaptics: SynapticsMouse: ignoring touch events for semi-multitouch device
[ 27.116] (--) synaptics: SynapticsMouse: x-axis range 0 - 1408 (res 0)
[ 27.116] (--) synaptics: SynapticsMouse: y-axis range 0 - 640 (res 0)
[ 27.116] (--) synaptics: SynapticsMouse: pressure range 0 - 255
[ 27.116] (--) synaptics: SynapticsMouse: finger width range 0 - 15
[ 27.116] (--) synaptics: SynapticsMouse: buttons: left right double triple
[ 27.116] (--) synaptics: SynapticsMouse: Vendor 0x2 Product 0xe
[ 27.116] (--) synaptics: SynapticsMouse: touchpad found
[ 27.117] (**) SynapticsMouse: always reports core events
[ 27.156] (II) XINPUT: Adding extended input device "SynapticsMouse" (type: TOUCHPAD, id 8)
[ 27.156] (**) synaptics: SynapticsMouse: (accel) MinSpeed is now constant deceleration 2.5
[ 27.156] (**) synaptics: SynapticsMouse: (accel) MaxSpeed is now 1.75
[ 27.156] (**) synaptics: SynapticsMouse: (accel) AccelFactor is now 0.129
[ 27.157] (**) SynapticsMouse: (accel) keeping acceleration scheme 1
[ 27.157] (**) SynapticsMouse: (accel) acceleration profile 1
[ 27.157] (**) SynapticsMouse: (accel) acceleration factor: 2.000
[ 27.157] (**) SynapticsMouse: (accel) acceleration threshold: 4
[ 27.157] (--) synaptics: SynapticsMouse: touchpad found
[ 27.168] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 27.168] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 19358.832] (II) modesetting(0): EDID vendor "AUO", prod id 9964
[ 19358.832] (II) modesetting(0): Printing DDC gathered Modelines:
[ 19358.832] (II) modesetting(0): Modeline "1366x768"x0.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz eP)
[ 19473.798] (II) modesetting(0): EDID vendor "AUO", prod id 9964
[ 19473.798] (II) modesetting(0): Printing DDC gathered Modelines:
[ 19473.798] (II) modesetting(0): Modeline "1366x768"x0.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz eP)
[ 31363.950] (II) modesetting(0): EDID vendor "AUO", prod id 9964
[ 31363.950] (II) modesetting(0): Printing DDC gathered Modelines:
[ 31363.950] (II) modesetting(0): Modeline "1366x768"x0.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz eP)

User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

#15 Post by Marv »

autumnleaves wrote:This is a full install. I've never done a frugal. Is this a problem?
conf files to follow
I have had running xorgwizard on pups with newer kernels bork an install, thus my caution. Never used to worry about it. Recovering is a lot easier with a savefile backed up and with other pups on the computer. Guess I'd let 666philb chase this and try xorgwizard on the full install only if you feel truly bold.
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#16 Post by 666philb »

can you try editing the device section of /etc/X11/xorg.conf

Code: Select all

Section "Device"
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "kmsdev" # <str>
Option "ShadowFB" "False" # [<bool>]
Option "Shadow" "False"
Option "DRI" "True"
Identifier "Card0"
Driver "modesetting" #card0driver
EndSection 
probably try rebooting then
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#17 Post by autumnleaves »

I think I did run the wiz at one point and nothing changed. Thanks for your time and concern.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#18 Post by bigpup »

autumnleaves,

Thanks for sticking with this problem and trying to help figure it out.

666philb is the developer of Tahrpup.

This Xorgwizard and graphics driver selection issue is a strange one, that is trying to be figured out.

Helping you will hopefully produce a resulting cure.

Anything you can do to help,
we thank you!!
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

autumnleaves
Posts: 125
Joined: Sat 08 Jan 2011, 01:24

#19 Post by autumnleaves »

Why do I always end up being the Guinea puppy? :wink:

I do appreciate your help in any event and hope that others will benefit from an eventual solution. I did as instructed. Puppy starts, but Lightworks, Skype and Dropbox do not (I.E., nothing has changed, apparently). The display details below. Cheers,

Code: Select all

Display Specifications:
• Monitor VertRefresh: 60.0 times/s
• Screen Dimensions: 1366x768 pixels (361x203 millimeters)
• Screen Depth: 24 bits (planes)

Xorg Startup Log (/var/log/Xorg.0.log):
• Xorg Driver in use: modesetting
• Loaded Modules: dbe extmod fb glx kbd mouse synaptics
• X.Org version: 1.15.1

OpenGL 2D/3D Rendering:
• Direct Rendering: Yes
• Vendor: Mesa Project
• Renderer: Software Rasterizer
• Version: 2.1 Mesa 7.7.1

VGA controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
• Kernel Driver: i915
• Memory Used: 611.52 KB
• Path: /lib/modules/3.14.20/kernel/drivers/gpu/drm/i915/i915.ko
• Description: Intel Graphics

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#20 Post by bigpup »

but Lightworks, Skype and Dropbox do not
A lot of things can cause a specific program to not work.

Lightworks
From lightworks Help

Quote:
3. Intel 945/G33/G31 graphics chipsets are no longer supported. If you have one of these graphics cards, please upgrade it to resolve this issue.

Still trying to figure out if this is the reason.

Skype
Are you using the version you can get from Quickpet->Internet?

Dropbox
Are you using the version you can get from Quickpet->Internet?
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

Post Reply