The officially official Devuan Forum!

You are not logged in.

#1 Re: Installation » Black Screen on Devuan Ascii - acpi=off solves it (undesirable) » 2018-06-28 23:03:57

Upgraded again to Ascii.

First deleted ~/.Xauthority, disabled a line of script i had put in /etc/X11/Xsession  , then rebooted and started a desktop via SliM
Desktop turned out to be in mode 1024x768.
I then changed my ~/.Xprofile, it turned out that i had to change 'VGA1' in 'VGA-1' in that file.
Re-enabled my line in /etc/X11/Xsession
Lo and behold, after restarting X the correct resolution was activated!!

The only thing left to do now is to make a xorg.conf file because X isn't capable of detecting my Intel driver.

Thanks for the given suggestions , got me searching in the right direction smile

#2 Re: Installation » Black Screen on Devuan Ascii - acpi=off solves it (undesirable) » 2018-06-27 07:02:04

For now there seems to be no real solution for this, so i went back to Jessie.
What i don't understand is why an older machine like my i386 upgraded smoothly?, no hitch whatsoever.

I'll keep looking for a real solution of course smile

#3 Re: Installation » Black Screen on Devuan Ascii - acpi=off solves it (undesirable) » 2018-06-26 16:20:06

I've tried both, on root i got a display (1024x768)
As a regular user i got nothing.

#4 Re: Installation » Black Screen on Devuan Ascii - acpi=off solves it (undesirable) » 2018-06-26 15:06:01

I,ve installed elogind and libpam-elogind
Under root-account with 'startx' i get a UI in 1024x768

I can't change the display settings

Thank's for the help smile

#5 Re: Installation » Black Screen on Devuan Ascii - acpi=off solves it (undesirable) » 2018-06-26 13:15:34

I upgraded my other comp. (i386) from Jessie to Ascii, with no problems.
I tried (again) to upgrade my Intel i3, with no result, other then that SLIM failed to start X.

What i see in Xorg.0.log is that X is trying to use some driver called i965

[    20.577] (==) modeset(0): DPMS enabled
[    20.577] (II) modeset(0): [DRI2] Setup complete
[    20.577] (II) modeset(0): [DRI2]   DRI driver: i965
[    20.577] (II) modeset(0): [DRI2]   VDPAU driver: i965

While the kernel is talking about i915

[    5.054202] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[    5.273640] fbcon: inteldrmfb (fb0) is primary device
[    5.334795] Console: switching to colour frame buffer device 128x48
[    5.352751] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device

Is it possible to correct this situation, so that X is using the correct driver (i915 i presume)?

Greetz

#6 Re: Installation » Black Screen on Devuan Ascii - acpi=off solves it (undesirable) » 2018-06-22 19:23:16

Oké, thanks, i will try that one.
I have this old i386 machine, i will upgrade that one to experiment with smile

#8 Re: Installation » Black Screen on Devuan Ascii - acpi=off solves it (undesirable) » 2018-06-22 17:25:10

[    43.712] (EE) modeset(0): drmSetMaster failed: Permission denied
[    43.712] (EE)
Fatal server error:
[    43.712] (EE) AddScreen/ScreenInit failed for driver 0

Upgraded to Ascii yesterday and also got this in Xorg.0.log.
Tried everything mentioned in previous posts with no result, downgraded back to Jessie (for now smile )

Is there a way out of this mess?

#9 Re: Installation » [Solved]display resolution » 2017-06-03 07:02:03

smoki wrote:

Cool, but hm i can't say what is the difference smile Maybe only VertRefresh, you can try to cap it to 60 instead of 76 so that does not go up for any res or something like that happen it seems.

I think the difference is not so much in the used xrandr commands but more that the changes are invoked by the user or by the whole system, if you put this file in '/etc/X11' and source it in Xsessions like so;

test -f /etc/X11/.xprofile && . /etc/X11/.xprofile

I could leave the '--rate 60 setting' out and it still would work.

#10 Re: Installation » [Solved]display resolution » 2017-06-02 23:02:27

smoki wrote:
Sanssystemd wrote:

I've tried everything suggested but alas nothing worked, if i start a terminal and use xrandr newmode, addmode and output i get the desired setting of 1280x1024, but not at startup.

Thanks for the suggestions

If xrandr works, well remove xorg.conf if you have any first (as that takes priority over .d dir) and try like this:

sudo nano /etc/X11/xorg.conf.d/10-prefmode.conf

Section "Monitor"
	Identifier  "Monitor-VGA1"
	VendorName	"HP"
	ModelName	"L1906"
	HorizSync	30 - 83
	VertRefresh	50 - 76    
	Modeline	"1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync    
	Option		"PreferredMode"  "1280x1024"
EndSection

I guess PreferredMode would force this, hopefully.

I've tried your suggestion but this didn't work either.
But i found another solution and that did the trick smile
I first created the file xprofile in my home directory, with these xrandr commands in it;

xrandr --newmode "1280x1024"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -Hsync +Vsync

xrandr --addmode VGA1 1280x1024

xrandr --output VGA1 --mode 1280x1024  --rate 60

And then i put this in my /etc/X11/Xsessions;

test -f ~/.xprofile && . ~/xprofile

I bumped in to this while searching for answers
But anyway thanks for the help smile

#11 Re: Installation » [Solved]display resolution » 2017-06-01 23:55:07

I've tried everything suggested but alas nothing worked, if i start a terminal and use xrandr newmode, addmode and output i get the desired setting of 1280x1024, but not at startup.

Thanks for the suggestions

#12 Re: Installation » [Solved]display resolution » 2017-06-01 23:46:09

Smoki

You are right about the logs so here is my X log

X.Org X Server 1.16.4
Release Date: 2014-12-20
[    13.939] X Protocol Version 11, Revision 0
[    13.939] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    13.939] Current Operating System: Linux xxxx-desktop 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64
[    13.939] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=7076ed60-dbb7-4360-9ba5-6816204a3312 ro quiet
[    13.939] Build Date: 11 February 2015  12:32:02AM
[    13.939] xorg-server 2:1.16.4-1 (http://www.debian.org/support) 
[    13.939] Current version of pixman: 0.32.6
[    13.939] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.939] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.940] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun  2 01:22:36 2017
[    13.951] (==) Using config file: "/etc/X11/xorg.conf"
[    13.951] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.037] (==) ServerLayout "X.org Configured"
[    14.037] (**) |-->Screen "Screen0" (0)
[    14.037] (**) |   |-->Monitor "Monitor0"
[    14.050] (**) |   |-->Device "Card0"
[    14.050] (**) |-->Input Device "Mouse0"
[    14.050] (**) |-->Input Device "Keyboard0"
[    14.050] (==) Automatically adding devices
[    14.050] (==) Automatically enabling devices
[    14.050] (==) Automatically adding GPU devices
[    14.087] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    14.087] 	Entry deleted from font path.
[    14.099] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    14.099] 	Entry deleted from font path.
[    14.099] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    14.099] 	Entry deleted from font path.
[    14.099] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    14.099] (**) ModulePath set to "/usr/lib/xorg/modules"
[    14.099] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    14.099] (WW) Disabling Mouse0
[    14.099] (WW) Disabling Keyboard0
[    14.099] (II) Loader magic: 0x5646901acd80
[    14.099] (II) Module ABI versions:
[    14.099] 	X.Org ANSI C Emulation: 0.4
[    14.099] 	X.Org Video Driver: 18.0
[    14.099] 	X.Org XInput driver : 21.0
[    14.099] 	X.Org Server Extension : 8.0
[    14.100] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.101] (--) PCI:*(0:0:2:0) 8086:0102:8086:201b rev 9, Mem @ 0xfe000000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
[    14.101] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    14.101] (II) LoadModule: "dri"
[    14.102] (II) Module "dri" already built-in
[    14.102] (II) LoadModule: "dri2"
[    14.102] (II) Module "dri2" already built-in
[    14.102] (II) LoadModule: "extmod"
[    14.102] (II) Module "extmod" already built-in
[    14.102] (II) LoadModule: "dbe"
[    14.102] (II) Module "dbe" already built-in
[    14.102] (II) LoadModule: "glx"
[    14.103] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.274] (II) Module glx: vendor="X.Org Foundation"
[    14.274] 	compiled for 1.16.4, module version = 1.0.0
[    14.274] 	ABI class: X.Org Server Extension, version 8.0
[    14.274] (==) AIGLX enabled
[    14.274] (II) LoadModule: "record"
[    14.274] (II) Module "record" already built-in
[    14.274] (II) LoadModule: "intel"
[    14.274] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    14.330] (II) Module intel: vendor="X.Org Foundation"
[    14.330] 	compiled for 1.15.99.904, module version = 2.21.15
[    14.330] 	Module class: X.Org Video Driver
[    14.330] 	ABI class: X.Org Video Driver, version 18.0
[    14.330] (II) intel: Driver for Intel(R) 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, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    14.331] (++) using VT number 7

[    14.335] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    14.335] (==) intel(0): RGB weight 888
[    14.335] (==) intel(0): Default visual is TrueColor
[    14.335] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
[    14.336] (**) intel(0): Relaxed fencing enabled
[    14.336] (**) intel(0): Wait on SwapBuffers? enabled
[    14.336] (**) intel(0): Triple buffering? enabled
[    14.336] (**) intel(0): Framebuffer tiled
[    14.336] (**) intel(0): Pixmaps tiled
[    14.336] (**) intel(0): 3D buffers tiled
[    14.336] (**) intel(0): SwapBuffers wait enabled
[    14.336] (==) intel(0): video overlay key set to 0x101fe
[    14.352] (II) intel(0): Output VGA1 using monitor section Monitor0
[    14.378] (II) intel(0): Output HDMI1 has no monitor section
[    14.432] (II) intel(0): Output DP1 has no monitor section
[    14.432] (II) intel(0): Output HDMI2 has no monitor section
[    14.433] (II) intel(0): Output HDMI3 has no monitor section
[    14.433] (II) intel(0): Output DP2 has no monitor section
[    14.433] (II) intel(0): Output DP3 has no monitor section
[    14.448] (II) intel(0): EDID for output VGA1
[    14.448] (II) intel(0): Printing probed modes for output VGA1
[    14.448] (II) intel(0): Modeline "1280x1024_60.00"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    14.448] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.448] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.448] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.448] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    14.448] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[    14.474] (II) intel(0): EDID for output HDMI1
[    14.528] (II) intel(0): EDID for output DP1
[    14.528] (II) intel(0): EDID for output HDMI2
[    14.529] (II) intel(0): EDID for output HDMI3
[    14.529] (II) intel(0): EDID for output DP2
[    14.529] (II) intel(0): EDID for output DP3
[    14.529] (II) intel(0): Output VGA1 connected
[    14.529] (II) intel(0): Output HDMI1 disconnected
[    14.529] (II) intel(0): Output DP1 disconnected
[    14.529] (II) intel(0): Output HDMI2 disconnected
[    14.529] (II) intel(0): Output HDMI3 disconnected
[    14.529] (II) intel(0): Output DP2 disconnected
[    14.529] (II) intel(0): Output DP3 disconnected
[    14.529] (II) intel(0): Using exact sizes for initial modes
[    14.529] (II) intel(0): Output VGA1 using initial mode 1024x768
[    14.529] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    14.529] (II) intel(0): Kernel page flipping support detected, enabling
[    14.530] (==) intel(0): DPI set to (96, 96)
[    14.530] (II) Loading sub module "fb"
[    14.530] (II) LoadModule: "fb"
[    14.530] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.544] (II) Module fb: vendor="X.Org Foundation"
[    14.544] 	compiled for 1.16.4, module version = 1.0.0
[    14.544] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.544] (II) Loading sub module "dri2"
[    14.544] (II) LoadModule: "dri2"
[    14.544] (II) Module "dri2" already built-in
[    14.544] (==) Depth 24 pixmap format is 32 bpp
[    14.555] (II) intel(0): [DRI2] Setup complete
[    14.555] (II) intel(0): [DRI2]   DRI driver: i965
[    14.555] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[    14.570] (II) UXA(0): Driver registered support for the following operations:
[    14.570] (II)         solid
[    14.570] (II)         copy
[    14.570] (II)         composite (RENDER acceleration)
[    14.570] (II)         put_image
[    14.570] (II)         get_image
[    14.570] (==) intel(0): Backing store enabled
[    14.570] (==) intel(0): Silken mouse enabled
[    14.575] (II) intel(0): Initializing HW Cursor
[    14.575] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    14.577] (**) intel(0): DPMS enabled
[    14.577] (==) intel(0): Intel XvMC decoder enabled
[    14.577] (II) intel(0): Set up textured video
[    14.578] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    14.578] (II) intel(0): direct rendering: DRI2 Enabled
[    14.578] (==) intel(0): hotplug detection: "enabled"
[    14.596] (--) RandR disabled
[    14.605] (II) SELinux: Disabled on system
[    14.746] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    14.746] (II) AIGLX: enabled GLX_ARB_create_context
[    14.746] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    14.746] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    14.746] (II) AIGLX: enabled GLX_INTEL_swap_event
[    14.746] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    14.746] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    14.746] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    14.746] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    14.746] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    14.746] (II) AIGLX: Loaded and initialized i965
[    14.746] (II) GLX: Initialized DRI2 GL provider for screen 0
[    14.747] (II) intel(0): Setting screen physical size to 270 x 203
[    15.149] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    15.149] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    15.149] (II) LoadModule: "evdev"
[    15.170] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    15.201] (II) Module evdev: vendor="X.Org Foundation"
[    15.201] 	compiled for 1.16.0, module version = 2.9.0
[    15.201] 	Module class: X.Org XInput Driver
[    15.201] 	ABI class: X.Org XInput driver, version 21.0
[    15.201] (II) Using input driver 'evdev' for 'Power Button'
[    15.201] (**) Power Button: always reports core events
[    15.201] (**) evdev: Power Button: Device: "/dev/input/event4"
[    15.201] (--) evdev: Power Button: Vendor 0 Product 0x1
[    15.201] (--) evdev: Power Button: Found keys
[    15.201] (II) evdev: Power Button: Configuring as keyboard
[    15.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4"
[    15.201] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.201] (**) Option "xkb_rules" "evdev"
[    15.201] (**) Option "xkb_model" "pc105"
[    15.201] (**) Option "xkb_layout" "us"
[    15.201] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    15.201] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    15.201] (II) Using input driver 'evdev' for 'Power Button'
[    15.201] (**) Power Button: always reports core events
[    15.201] (**) evdev: Power Button: Device: "/dev/input/event3"
[    15.201] (--) evdev: Power Button: Vendor 0 Product 0x1
[    15.201] (--) evdev: Power Button: Found keys
[    15.201] (II) evdev: Power Button: Configuring as keyboard
[    15.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event3"
[    15.202] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    15.202] (**) Option "xkb_rules" "evdev"
[    15.202] (**) Option "xkb_model" "pc105"
[    15.202] (**) Option "xkb_layout" "us"
[    15.202] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event0)
[    15.202] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    15.202] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard'
[    15.202] (**) NOVATEK USB Keyboard: always reports core events
[    15.202] (**) evdev: NOVATEK USB Keyboard: Device: "/dev/input/event0"
[    15.202] (--) evdev: NOVATEK USB Keyboard: Vendor 0x461 Product 0x10
[    15.202] (--) evdev: NOVATEK USB Keyboard: Found keys
[    15.202] (II) evdev: NOVATEK USB Keyboard: Configuring as keyboard
[    15.202] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:0461:0010.0001/input/input3/event0"
[    15.202] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id 8)
[    15.202] (**) Option "xkb_rules" "evdev"
[    15.202] (**) Option "xkb_model" "pc105"
[    15.202] (**) Option "xkb_layout" "us"
[    15.203] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event1)
[    15.203] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    15.203] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard'
[    15.203] (**) NOVATEK USB Keyboard: always reports core events
[    15.203] (**) evdev: NOVATEK USB Keyboard: Device: "/dev/input/event1"
[    15.203] (--) evdev: NOVATEK USB Keyboard: Vendor 0x461 Product 0x10
[    15.203] (--) evdev: NOVATEK USB Keyboard: Found keys
[    15.203] (II) evdev: NOVATEK USB Keyboard: Configuring as keyboard
[    15.203] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.1/0003:0461:0010.0002/input/input4/event1"
[    15.203] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id 9)
[    15.203] (**) Option "xkb_rules" "evdev"
[    15.203] (**) Option "xkb_model" "pc105"
[    15.203] (**) Option "xkb_layout" "us"
[    15.203] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event2)
[    15.203] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    15.203] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[    15.203] (**) Logitech USB Optical Mouse: always reports core events
[    15.203] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event2"
[    15.203] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05a
[    15.203] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
[    15.203] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
[    15.203] (--) evdev: Logitech USB Optical Mouse: Found relative axes
[    15.203] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
[    15.203] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
[    15.204] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
[    15.204] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    15.204] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    15.204] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/0003:046D:C05A.0003/input/input5/event2"
[    15.204] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 10)
[    15.204] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
[    15.204] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[    15.204] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[    15.204] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[    15.204] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[    15.204] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[    15.204] (II) No input driver specified, ignoring this device.
[    15.204] (II) This device may have been added with another device file.
[    15.204] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[    15.204] (II) No input driver specified, ignoring this device.
[    15.204] (II) This device may have been added with another device file.
[    15.205] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[    15.205] (II) No input driver specified, ignoring this device.
[    15.205] (II) This device may have been added with another device file.
[    15.205] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[    15.205] (II) No input driver specified, ignoring this device.
[    15.205] (II) This device may have been added with another device file.
[    15.205] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[    15.205] (II) No input driver specified, ignoring this device.
[    15.205] (II) This device may have been added with another device file.
[    15.205] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[    15.205] (II) No input driver specified, ignoring this device.
[    15.205] (II) This device may have been added with another device file.
[    15.206] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    15.206] (II) No input driver specified, ignoring this device.
[    15.206] (II) This device may have been added with another device file.
[    15.206] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    15.206] (II) No input driver specified, ignoring this device.
[    15.206] (II) This device may have been added with another device file.
[    15.206] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    15.206] (II) No input driver specified, ignoring this device.
[    15.206] (II) This device may have been added with another device file.
[    15.206] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[    15.206] (II) No input driver specified, ignoring this device.
[    15.206] (II) This device may have been added with another device file.
[    15.206] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    15.206] (II) No input driver specified, ignoring this device.
[    15.206] (II) This device may have been added with another device file.
[    53.702] (II) intel(0): Allocated new frame buffer 1280x1024 stride 5120, tiled

#13 Installation » [Solved]display resolution » 2017-06-01 15:45:49

Sanssystemd
Replies: 12

Hi;

I've recently installed Jessie 1.0 on my i3 machine and it works great, but there is a slight problem with the
resolution of my monitor (HP L1906) i the machine doesn't seem to detect  the correct resoluton of my monitor (1280x1024).

I've tried several ways to correct the situation without any result.
Up till now i use a with cvt generated mode-line to set the right resolution after login.

Is there a way to tell the xserver to use the correct resolution?, i've tried xorg.conf, xinitrc, xprofile, with no result.

thanks in advance for any help on this matter.

Board footer

Forum Software