LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-07-2013, 09:13 AM   #16
loper43
LQ Newbie
 
Registered: Aug 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled

and how do i do that? should i comment all other devices?
 
Old 08-07-2013, 09:19 AM   #17
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Cool

Quote:
Originally Posted by loper43 View Post
Hello guys,

I installed Slackware 14.0 and have a problem installing my gpu driver. I have an i5 3570k so i am trying to install the drivers for HD4000. I tried using the drivers from intel's site but they dont seem to work. I run them but nothing happens.

Also i cant seem to change my resolution to 1280x1024, it stays on 1024x768. I tried checking my xorg.conf file but i find 3 different cards, but i only have 1.

Is there any way to check if my gpu is properly installed?

I am new with linux so a little help will be appreciated.

Thanks a lot.
First of all, that is not a GPU problem. Technically, you have a little but very common defect at you monitor. It do not send a right EDID via I2C from its cable. And DRM use its default 1024x768.

But, with the modern kernels, like 3.10.5, you have the possibility to correct the problem.

First, you have to recompile the kernel, because (even) the current Slackware kernel missed that simple but required configuration. You need

Code:
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
Second, you have to configure the DRM, using an /etc/modprobe.d/drm-kms-helper.conf file with the content:

Code:
options drm_kms_helper edid_firmware=VGA-1:edid/1280x1024.bin
Reboot and enjoy!

More details about that thing on the current /usr/src/linux-3.10.5/Documentation/EDID .

BTW, will be nice if the Slackware team will enable that CONFIG_DRM_LOAD_EDID_FIRMWARE as default, because it do not have any collateral effects.

I known, in a perfect World, the monitors works perfectly, but, we live in a imperfect World and even the monitors react crazy...

Last edited by Darth Vader; 08-07-2013 at 09:46 AM.
 
Old 08-07-2013, 09:30 AM   #18
loper43
LQ Newbie
 
Registered: Aug 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Well i guess this means im stuck with 1024x768, there is no way i manage to do all these steps you said

Just a thought, i have another monitor, is there a chance i switch to that monitor (with the hope it will work ok), install linux again with that monitor pluged in, and then switch to this monitor and work ok?

Last edited by loper43; 08-07-2013 at 09:32 AM.
 
Old 08-07-2013, 09:32 AM   #19
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by loper43 View Post
Well i guess this means im stuck with 1024x768, there is no way i manage to do all these steps you said
The most difficult step is to (re)build and replace the current kernel. You do not know how to do that? There it's plenty of documentation on how to do it...

Last edited by Darth Vader; 08-07-2013 at 09:35 AM.
 
Old 08-07-2013, 09:34 AM   #20
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by loper43 View Post
Just a thought, i have another monitor, is there a chance i switch to that monitor (with the hope it will work ok), install linux again with that monitor pluged in, and then switch to this monitor and work ok?
You have just to plug in that another monitor, then reboot, and everything will be fine, if it works properly, even as EDID sending...
 
Old 08-07-2013, 09:36 AM   #21
loper43
LQ Newbie
 
Registered: Aug 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
hmm ok i will try that, and there is no need to run xorgsetup to create a conf file? should i delete those?

Oh and another question, is there a chance that my vga cable is causing this problem?
 
Old 08-07-2013, 09:38 AM   #22
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by loper43 View Post
hmm ok i will try that, and there is no need to run xorgsetup to create a conf file? should i delete those?
There is no need for fancy conf files. If you have any decent hardware, just cancel them, to let the X.org server to autoconfigure properly.

Last edited by Darth Vader; 08-07-2013 at 09:43 AM.
 
Old 08-07-2013, 09:42 AM   #23
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by loper43 View Post
Oh and another question, is there a chance that my vga cable is causing this problem?
Yes. An bad and/or cheaper VGA cable can cause that problem. I even have one which work perfectly but do not send the EDID data properly.

Last edited by Darth Vader; 08-07-2013 at 09:45 AM.
 
Old 08-07-2013, 09:45 AM   #24
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Rep: Reputation: 72
Leave xorgsetup alone, and no need to delete anything. Just power down the system, re-attach the other monitor, then boot back up and see what happens. Hopefully the other monitor will be found and all should work fine.
 
Old 08-07-2013, 10:08 AM   #25
loper43
LQ Newbie
 
Registered: Aug 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Darth Vader View Post
Yes. An bad and/or cheaper VGA cable can cause that problem. I even have one which work perfectly but do not send the EDID data properly.
Hmmm, i do have a cheap vga cable and it misses the second pin on the middle row... (my old vga cable that came with the monitor had that pin, but it had other problems so i had to switch).

Ok i will go buy a new vga cable and get back to you guys.
 
Old 08-07-2013, 11:08 AM   #26
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Yikes... We have not confirmed that this is a problem with the monitor or cable.... We need to take this one step at a time and focus on making sure Xorg is starting with the intel driver, which is clearly not the case based on the Xorg log file. Till it's using the intel driver, we can not expect Xorg to use the correct resolution.

loper43, just take the Device section I gave above and create a new xorg.conf file that contains *only* that text. Then try to start X.

Adam
 
Old 08-07-2013, 11:57 AM   #27
loper43
LQ Newbie
 
Registered: Aug 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Ok i tried something similar, i deleted all those conf files that i created and i checked the log file and it appears that now it does contain some intel entries.

Here it is

Code:
[    67.303] 
X.Org X Server 1.12.3
Release Date: 2012-07-09
[    67.304] X Protocol Version 11, Revision 0
[    67.305] Build Operating System: Slackware 14.0 Slackware Linux Project
[    67.305] Current Operating System: Linux pc0928 3.2.29 #2 SMP Mon Sep 17 14:19:22 CDT 2012 x86_64
[    67.305] Kernel command line: BOOT_IMAGE=Linux ro root=804 vt.default_utf8=0
[    67.306] Build Date: 23 August 2012  02:03:27PM
[    67.306]  
[    67.306] Current version of pixman: 0.26.2
[    67.307] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    67.307] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    67.309] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug  7 19:49:11 2013
[    67.369] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    67.369] (==) No Layout section.  Using the first Screen section.
[    67.369] (==) No screen section available. Using defaults.
[    67.369] (**) |-->Screen "Default Screen Section" (0)
[    67.369] (**) |   |-->Monitor "<default monitor>"
[    67.370] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    67.370] (==) Automatically adding devices
[    67.370] (==) Automatically enabling devices
[    67.371] (WW) The directory "/usr/share/fonts/local" does not exist.
[    67.371] 	Entry deleted from font path.
[    67.371] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    67.371] 	Entry deleted from font path.
[    67.396] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/misc,
	/usr/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/100dpi/:unscaled,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/cyrillic
[    67.396] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    67.396] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    67.396] (II) Loader magic: 0x7c48e0
[    67.396] (II) Module ABI versions:
[    67.396] 	X.Org ANSI C Emulation: 0.4
[    67.396] 	X.Org Video Driver: 12.0
[    67.396] 	X.Org XInput driver : 16.0
[    67.396] 	X.Org Server Extension : 6.0
[    67.397] (--) PCI:*(0:0:2:0) 8086:0162:1458:d000 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[    67.397] (II) Open ACPI successful (/var/run/acpid.socket)
[    67.397] (II) LoadModule: "extmod"
[    67.429] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[    67.438] (II) Module extmod: vendor="X.Org Foundation"
[    67.438] 	compiled for 1.12.3, module version = 1.0.0
[    67.438] 	Module class: X.Org Server Extension
[    67.438] 	ABI class: X.Org Server Extension, version 6.0
[    67.438] (II) Loading extension MIT-SCREEN-SAVER
[    67.438] (II) Loading extension XFree86-VidModeExtension
[    67.438] (II) Loading extension XFree86-DGA
[    67.438] (II) Loading extension DPMS
[    67.438] (II) Loading extension XVideo
[    67.438] (II) Loading extension XVideo-MotionCompensation
[    67.438] (II) Loading extension X-Resource
[    67.438] (II) LoadModule: "dbe"
[    67.438] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[    67.438] (II) Module dbe: vendor="X.Org Foundation"
[    67.438] 	compiled for 1.12.3, module version = 1.0.0
[    67.438] 	Module class: X.Org Server Extension
[    67.438] 	ABI class: X.Org Server Extension, version 6.0
[    67.438] (II) Loading extension DOUBLE-BUFFER
[    67.438] (II) LoadModule: "glx"
[    67.438] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    67.442] (II) Module glx: vendor="X.Org Foundation"
[    67.442] 	compiled for 1.12.3, module version = 1.0.0
[    67.442] 	ABI class: X.Org Server Extension, version 6.0
[    67.442] (==) AIGLX enabled
[    67.442] (II) Loading extension GLX
[    67.442] (II) LoadModule: "record"
[    67.442] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[    67.443] (II) Module record: vendor="X.Org Foundation"
[    67.443] 	compiled for 1.12.3, module version = 1.13.0
[    67.443] 	Module class: X.Org Server Extension
[    67.443] 	ABI class: X.Org Server Extension, version 6.0
[    67.443] (II) Loading extension RECORD
[    67.443] (II) LoadModule: "dri"
[    67.443] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[    67.456] (II) Module dri: vendor="X.Org Foundation"
[    67.456] 	compiled for 1.12.3, module version = 1.0.0
[    67.456] 	ABI class: X.Org Server Extension, version 6.0
[    67.456] (II) Loading extension XFree86-DRI
[    67.456] (II) LoadModule: "dri2"
[    67.456] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[    67.457] (II) Module dri2: vendor="X.Org Foundation"
[    67.457] 	compiled for 1.12.3, module version = 1.2.0
[    67.457] 	ABI class: X.Org Server Extension, version 6.0
[    67.457] (II) Loading extension DRI2
[    67.457] (==) Matched intel as autoconfigured driver 0
[    67.457] (==) Matched vesa as autoconfigured driver 1
[    67.457] (==) Matched fbdev as autoconfigured driver 2
[    67.457] (==) Assigned the driver to the xf86ConfigLayout
[    67.457] (II) LoadModule: "intel"
[    67.457] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    67.481] (II) Module intel: vendor="X.Org Foundation"
[    67.481] 	compiled for 1.12.1, module version = 2.19.0
[    67.481] 	Module class: X.Org Video Driver
[    67.481] 	ABI class: X.Org Video Driver, version 12.0
[    67.481] (II) LoadModule: "vesa"
[    67.481] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    67.482] (II) Module vesa: vendor="X.Org Foundation"
[    67.482] 	compiled for 1.12.1, module version = 2.3.1
[    67.482] 	Module class: X.Org Video Driver
[    67.482] 	ABI class: X.Org Video Driver, version 12.0
[    67.482] (II) LoadModule: "fbdev"
[    67.482] (WW) Warning, couldn't open module fbdev
[    67.482] (II) UnloadModule: "fbdev"
[    67.482] (II) Unloading fbdev
[    67.482] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    67.482] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2)
[    67.482] (II) VESA: driver for VESA chipsets: vesa
[    67.482] (--) using VT number 7

[    67.485] (WW) Falling back to old probe method for vesa
[    67.485] drmOpenDevice: node name is /dev/dri/card0
[    67.485] drmOpenDevice: open result is 11, (OK)
[    67.485] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    67.485] drmOpenDevice: node name is /dev/dri/card0
[    67.485] drmOpenDevice: open result is 11, (OK)
[    67.485] drmOpenByBusid: drmOpenMinor returns 11
[    67.485] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    67.485] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    67.485] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    67.485] (==) intel(0): RGB weight 888
[    67.485] (==) intel(0): Default visual is TrueColor
[    67.485] (II) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Desktop (GT2)
[    67.485] (--) intel(0): Chipset: "Ivybridge Desktop (GT2)"
[    67.485] (**) intel(0): Relaxed fencing enabled
[    67.485] (**) intel(0): Wait on SwapBuffers? enabled
[    67.485] (**) intel(0): Triple buffering? enabled
[    67.485] (**) intel(0): Framebuffer tiled
[    67.485] (**) intel(0): Pixmaps tiled
[    67.485] (**) intel(0): 3D buffers tiled
[    67.485] (**) intel(0): SwapBuffers wait enabled
[    67.485] (==) intel(0): video overlay key set to 0x101fe
[    67.496] (II) intel(0): Output VGA1 has no monitor section
[    67.518] (II) intel(0): Output HDMI1 has no monitor section
[    67.530] (II) intel(0): Output DP1 has no monitor section
[    67.551] (II) intel(0): Output HDMI2 has no monitor section
[    67.573] (II) intel(0): Output HDMI3 has no monitor section
[    67.586] (II) intel(0): Output DP2 has no monitor section
[    67.598] (II) intel(0): Output DP3 has no monitor section
[    67.609] (II) intel(0): EDID for output VGA1
[    67.609] (II) intel(0): Printing probed modes for output VGA1
[    67.609] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    67.609] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    67.609] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    67.609] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    67.609] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    67.630] (II) intel(0): EDID for output HDMI1
[    67.643] (II) intel(0): EDID for output DP1
[    67.664] (II) intel(0): EDID for output HDMI2
[    67.686] (II) intel(0): EDID for output HDMI3
[    67.699] (II) intel(0): EDID for output DP2
[    67.711] (II) intel(0): EDID for output DP3
[    67.711] (II) intel(0): Output VGA1 connected
[    67.711] (II) intel(0): Output HDMI1 disconnected
[    67.711] (II) intel(0): Output DP1 disconnected
[    67.711] (II) intel(0): Output HDMI2 disconnected
[    67.711] (II) intel(0): Output HDMI3 disconnected
[    67.711] (II) intel(0): Output DP2 disconnected
[    67.711] (II) intel(0): Output DP3 disconnected
[    67.711] (II) intel(0): Using fuzzy aspect match for initial modes
[    67.711] (II) intel(0): Output VGA1 using initial mode 1024x768
[    67.711] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    67.711] (II) intel(0): Kernel page flipping support detected, enabling
[    67.711] (==) intel(0): DPI set to (96, 96)
[    67.711] (II) Loading sub module "fb"
[    67.711] (II) LoadModule: "fb"
[    67.711] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    67.724] (II) Module fb: vendor="X.Org Foundation"
[    67.724] 	compiled for 1.12.3, module version = 1.0.0
[    67.724] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    67.724] (II) Loading sub module "dri2"
[    67.724] (II) LoadModule: "dri2"
[    67.724] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[    67.724] (II) Module dri2: vendor="X.Org Foundation"
[    67.724] 	compiled for 1.12.3, module version = 1.2.0
[    67.724] 	ABI class: X.Org Server Extension, version 6.0
[    67.724] (II) UnloadModule: "vesa"
[    67.724] (II) Unloading vesa
[    67.724] (==) Depth 24 pixmap format is 32 bpp
[    67.724] (II) intel(0): [DRI2] Setup complete
[    67.724] (II) intel(0): [DRI2]   DRI driver: i965
[    67.724] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[    67.726] (II) UXA(0): Driver registered support for the following operations:
[    67.726] (II)         solid
[    67.726] (II)         copy
[    67.726] (II)         composite (RENDER acceleration)
[    67.726] (II)         put_image
[    67.726] (II)         get_image
[    67.726] (==) intel(0): Backing store disabled
[    67.726] (==) intel(0): Silken mouse enabled
[    67.727] (II) intel(0): Initializing HW Cursor
[    67.727] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    67.727] (==) intel(0): DPMS enabled
[    67.727] (==) intel(0): Intel XvMC decoder enabled
[    67.727] (II) intel(0): Set up textured video
[    67.727] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    67.727] (II) intel(0): direct rendering: DRI2 Enabled
[    67.727] (==) intel(0): hotplug detection: "enabled"
[    67.780] (--) RandR disabled
[    67.780] (II) Initializing built-in extension Generic Event Extension
[    67.780] (II) Initializing built-in extension SHAPE
[    67.780] (II) Initializing built-in extension MIT-SHM
[    67.780] (II) Initializing built-in extension XInputExtension
[    67.780] (II) Initializing built-in extension XTEST
[    67.780] (II) Initializing built-in extension BIG-REQUESTS
[    67.780] (II) Initializing built-in extension SYNC
[    67.780] (II) Initializing built-in extension XKEYBOARD
[    67.780] (II) Initializing built-in extension XC-MISC
[    67.780] (II) Initializing built-in extension XINERAMA
[    67.780] (II) Initializing built-in extension XFIXES
[    67.780] (II) Initializing built-in extension RENDER
[    67.780] (II) Initializing built-in extension RANDR
[    67.780] (II) Initializing built-in extension COMPOSITE
[    67.780] (II) Initializing built-in extension DAMAGE
[    67.861] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    67.861] (II) AIGLX: enabled GLX_INTEL_swap_event
[    67.861] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    67.861] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    67.861] (II) AIGLX: Loaded and initialized i965
[    67.861] (II) GLX: Initialized DRI2 GL provider for screen 0
[    67.862] (II) intel(0): Setting screen physical size to 270 x 203
[    68.162] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    68.162] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    68.162] (**) Power Button: Applying InputClass "keyboard-all"
[    68.162] (II) LoadModule: "evdev"
[    68.162] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    68.183] (II) Module evdev: vendor="X.Org Foundation"
[    68.183] 	compiled for 1.12.1, module version = 2.7.0
[    68.183] 	Module class: X.Org XInput Driver
[    68.183] 	ABI class: X.Org XInput driver, version 16.0
[    68.183] (II) Using input driver 'evdev' for 'Power Button'
[    68.183] (**) Power Button: always reports core events
[    68.183] (**) evdev: Power Button: Device: "/dev/input/event3"
[    68.183] (--) evdev: Power Button: Vendor 0 Product 0x1
[    68.183] (--) evdev: Power Button: Found keys
[    68.183] (II) evdev: Power Button: Configuring as keyboard
[    68.183] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    68.183] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    68.183] (**) Option "xkb_rules" "evdev"
[    68.183] (**) Option "xkb_model" "evdev"
[    68.183] (**) Option "xkb_layout" "us"
[    68.183] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    68.197] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    68.197] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    68.197] (**) Video Bus: Applying InputClass "keyboard-all"
[    68.197] (II) Using input driver 'evdev' for 'Video Bus'
[    68.197] (**) Video Bus: always reports core events
[    68.197] (**) evdev: Video Bus: Device: "/dev/input/event7"
[    68.197] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    68.197] (--) evdev: Video Bus: Found keys
[    68.197] (II) evdev: Video Bus: Configuring as keyboard
[    68.197] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    68.197] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    68.197] (**) Option "xkb_rules" "evdev"
[    68.197] (**) Option "xkb_model" "evdev"
[    68.197] (**) Option "xkb_layout" "us"
[    68.197] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    68.197] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    68.197] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    68.197] (**) Power Button: Applying InputClass "keyboard-all"
[    68.197] (II) Using input driver 'evdev' for 'Power Button'
[    68.197] (**) Power Button: always reports core events
[    68.197] (**) evdev: Power Button: Device: "/dev/input/event2"
[    68.197] (--) evdev: Power Button: Vendor 0 Product 0x1
[    68.197] (--) evdev: Power Button: Found keys
[    68.198] (II) evdev: Power Button: Configuring as keyboard
[    68.198] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    68.198] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    68.198] (**) Option "xkb_rules" "evdev"
[    68.198] (**) Option "xkb_model" "evdev"
[    68.198] (**) Option "xkb_layout" "us"
[    68.198] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    68.198] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event6)
[    68.198] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    68.198] (II) Using input driver 'evdev' for 'PixArt Microsoft USB Optical Mouse'
[    68.198] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[    68.198] (**) evdev: PixArt Microsoft USB Optical Mouse: Device: "/dev/input/event6"
[    68.198] (--) evdev: PixArt Microsoft USB Optical Mouse: Vendor 0x45e Product 0x782
[    68.198] (--) evdev: PixArt Microsoft USB Optical Mouse: Found 3 mouse buttons
[    68.198] (--) evdev: PixArt Microsoft USB Optical Mouse: Found scroll wheel(s)
[    68.198] (--) evdev: PixArt Microsoft USB Optical Mouse: Found relative axes
[    68.198] (--) evdev: PixArt Microsoft USB Optical Mouse: Found x and y relative axes
[    68.198] (II) evdev: PixArt Microsoft USB Optical Mouse: Configuring as mouse
[    68.198] (II) evdev: PixArt Microsoft USB Optical Mouse: Adding scrollwheel support
[    68.198] (**) evdev: PixArt Microsoft USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    68.198] (**) evdev: PixArt Microsoft USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    68.198] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input6/event6"
[    68.198] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 9)
[    68.198] (II) evdev: PixArt Microsoft USB Optical Mouse: initialized for relative axes.
[    68.198] (**) PixArt Microsoft USB Optical Mouse: (accel) keeping acceleration scheme 1
[    68.198] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration profile 0
[    68.198] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[    68.198] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[    68.198] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/mouse0)
[    68.198] (II) No input driver specified, ignoring this device.
[    68.198] (II) This device may have been added with another device file.
[    68.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event4)
[    68.198] (II) No input driver specified, ignoring this device.
[    68.198] (II) This device may have been added with another device file.
[    68.198] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
[    68.198] (II) No input driver specified, ignoring this device.
[    68.198] (II) This device may have been added with another device file.
[    68.199] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[    68.199] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    68.199] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[    68.199] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    68.199] (**) AT Translated Set 2 keyboard: always reports core events
[    68.199] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event1"
[    68.199] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    68.199] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    68.199] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    68.199] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[    68.199] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    68.199] (**) Option "xkb_rules" "evdev"
[    68.199] (**) Option "xkb_model" "evdev"
[    68.199] (**) Option "xkb_layout" "us"
[    68.199] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    68.199] (II) config/udev: Adding input device Speakup (/dev/input/event0)
[    68.199] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[    68.199] (**) Speakup: Applying InputClass "keyboard-all"
[    68.199] (II) Using input driver 'evdev' for 'Speakup'
[    68.199] (**) Speakup: always reports core events
[    68.199] (**) evdev: Speakup: Device: "/dev/input/event0"
[    68.199] (--) evdev: Speakup: Vendor 0 Product 0
[    68.199] (--) evdev: Speakup: Found keys
[    68.199] (II) evdev: Speakup: Configuring as keyboard
[    68.199] (**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
[    68.199] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 11)
[    68.199] (**) Option "xkb_rules" "evdev"
[    68.199] (**) Option "xkb_model" "evdev"
[    68.199] (**) Option "xkb_layout" "us"
[    68.199] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
 
Old 08-07-2013, 11:58 AM   #28
WhiteWolf1776
Member
 
Registered: Oct 2010
Location: Bowling Green, KY
Distribution: Slackware
Posts: 288

Rep: Reputation: 95
You are kidding... you didn't need a conf file.... oh wow... I mean... who would have thought that would work... < sarcasm button stuck >
 
Old 08-07-2013, 12:00 PM   #29
loper43
LQ Newbie
 
Registered: Aug 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Yea but i still cant set 1280x1024 resolution.
 
Old 08-07-2013, 12:07 PM   #30
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Try forcing the driver to use 1280x1024:

https://wiki.archlinux.org/index.php...ed_resolutions

Adam
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Benchmarks Of NVIDIA's New Linux GPU Driver LXer Syndicated Linux News 0 04-11-2013 03:10 PM
LXer: NVIDIA 313.09 Linux GPU Driver Benchmarks LXer Syndicated Linux News 0 12-16-2012 08:00 PM
LXer: NVIDIA Fixes Linux GPU Driver Security Hole LXer Syndicated Linux News 0 08-04-2012 04:20 PM
LXer: The Linux GPU Driver Limitations For Opera 12 LXer Syndicated Linux News 0 10-14-2011 02:30 AM
LXer: S3 Announces New GPU, Magical Linux Driver LXer Syndicated Linux News 0 11-21-2008 07:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration