You are not logged in.

#1 2010-12-21 20:21:49

itisteve
Member
Registered: 2010-07-15
Posts: 24

Can't get graphics drivers to work.

I have a LG Flattron M198WDP.

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)

pacman -Q | grep intel 
intel-dri 7.9.0.git20101207-2
xf86-video-intel 2.13.0-4

xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        61.0* 
   640x480        60.0

xorg.conf.d/10-monitor.conf:

# Monitor stuff here

Section "Monitor"
    Identifier    "Monitor0"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "vesa" #Choose the driver used for this monitor
EndSection

Section "Screen"
    Identifier    "Screen0"  #Collapse Monitor and Device section to Screen section
    Device        "Device0"
    Monitor       "Monitor0"
    DefaultDepth  16 #Choose the depth (16||24)
    SubSection "Display"
        Depth     16 
        Modes     "1024x768_75.00" #Choose the resolution
    EndSubSection
EndSection

When I change "vesa" to "intel" after GRUB I just see a blank screen, then the computer reboots. If I change these settings then restart xorg manually then I get an error about updating too fast - x is disabled for 5 minutes.

I am also using SLiM if that should make any difference.

The optimal resolution for this monitor is 1440x900, I am currently stuck in 800x600 and xrandr sheds no light.

Offline

#2 2010-12-21 21:02:44

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Can't get graphics drivers to work.

paste your menu.lst


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2010-12-21 21:14:48

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Can't get graphics drivers to work.

# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS 
#
#  Linux           Grub
# -------------------------
#  /dev/fd0        (fd0)
#  /dev/sda        (hd0)
#  /dev/sdb2       (hd1,1)
#  /dev/sda3       (hd0,2)
#

#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 640x480    800x600    1024x768   1280x1024
#      ----+--------------------------------------------
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
#     +-------------------------------------------------+
#  for more details and different resolutions see
#  http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution 

# general configuration:
timeout   2
default   0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 nomodeset vga=773 ro
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 nomodeset vga=773 ro
initrd /kernel26-fallback.img

# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1

Offline

#4 2010-12-21 21:23:43

Dogmeat
Member
From: Slovak Republic
Registered: 2009-02-24
Posts: 193

Re: Can't get graphics drivers to work.

Remove "nomodeset vga=773" from the kernel line because intel needs KMS.

Offline

#5 2010-12-22 13:51:01

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Can't get graphics drivers to work.

Ok, I have removed the relevant bit from my kernel modeline, and have also
updated my system, and now I cannot  get X to run at all. I have removed the
SLiM daemon from starting, and can get into a tty, but xinit fails.

$ xinit
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/delldesk:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.9.2
Release Date: 2010-10-30
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.35-ARCH i686 
Current Operating System: Linux delldesk 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010 i686
Kernel command line: root=/dev/sda3 ro
Build Date: 01 November 2010  10:35:30PM
 
Current version of pixman: 0.20.0
    Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 22 12:48:47 2010
(==) Using config directory: "/etc/X11/xorg.conf.d"
(EE) Microsoft Natural® Ergonomic Keyboard 4000: failed to initialize for relative axes.
(EE) Logitech USB Receiver: failed to initialize for relative axes.
xinit: connection to X server lost

waiting for X server to shut down 

The full Xorg.0.log is here:

[   378.719] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
[   378.720] _XSERVTransOpen: transport open failed for inet6/delldesk:0
[   378.720] _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
[   378.721] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[   378.721] X Protocol Version 11, Revision 0
[   378.721] Build Operating System: Linux 2.6.35-ARCH i686 
[   378.721] Current Operating System: Linux delldesk 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010 i686
[   378.721] Kernel command line: root=/dev/sda3 ro
[   378.721] Build Date: 01 November 2010  10:35:30PM
[   378.721]  
[   378.721] Current version of pixman: 0.20.0
[   378.721]     Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
[   378.721] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   378.722] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 22 12:50:53 2010
[   378.722] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   378.722] (==) No Layout section.  Using the first Screen section.
[   378.722] (**) |-->Screen "Screen0" (0)
[   378.722] (**) |   |-->Monitor "Monitor0"
[   378.722] (**) |   |-->Device "Device0"
[   378.722] (==) Automatically adding devices
[   378.722] (==) Automatically enabling devices
[   378.722] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   378.722]     Entry deleted from font path.
[   378.722] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[   378.722] (==) ModulePath set to "/usr/lib/xorg/modules"
[   378.722] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   378.722] (II) Loader magic: 0x81f1f80
[   378.722] (II) Module ABI versions:
[   378.722]     X.Org ANSI C Emulation: 0.4
[   378.722]     X.Org Video Driver: 8.0
[   378.722]     X.Org XInput driver : 11.0
[   378.722]     X.Org Server Extension : 4.0
[   378.723] (--) PCI:*(0:0:2:0) 8086:29c2:1028:0238 rev 2, Mem @ 0xfdf00000/524288, 0xd0000000/268435456, 0xfdb00000/1048576, I/O @ 0x0000ff00/8
[   378.723] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   378.723] (II) LoadModule: "extmod"
[   378.724] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   378.724] (II) Module extmod: vendor="X.Org Foundation"
[   378.724]     compiled for 1.9.2, module version = 1.0.0
[   378.724]     Module class: X.Org Server Extension
[   378.724]     ABI class: X.Org Server Extension, version 4.0
[   378.724] (II) Loading extension MIT-SCREEN-SAVER
[   378.724] (II) Loading extension XFree86-VidModeExtension
[   378.724] (II) Loading extension XFree86-DGA
[   378.724] (II) Loading extension DPMS
[   378.724] (II) Loading extension XVideo
[   378.724] (II) Loading extension XVideo-MotionCompensation
[   378.724] (II) Loading extension X-Resource
[   378.724] (II) LoadModule: "dbe"
[   378.724] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   378.724] (II) Module dbe: vendor="X.Org Foundation"
[   378.724]     compiled for 1.9.2, module version = 1.0.0
[   378.724]     Module class: X.Org Server Extension
[   378.724]     ABI class: X.Org Server Extension, version 4.0
[   378.724] (II) Loading extension DOUBLE-BUFFER
[   378.725] (II) LoadModule: "glx"
[   378.725] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   378.725] (II) Module glx: vendor="X.Org Foundation"
[   378.725]     compiled for 1.9.2, module version = 1.0.0
[   378.725]     ABI class: X.Org Server Extension, version 4.0
[   378.725] (==) AIGLX enabled
[   378.725] (II) Loading extension GLX
[   378.725] (II) LoadModule: "record"
[   378.725] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   378.725] (II) Module record: vendor="X.Org Foundation"
[   378.725]     compiled for 1.9.2, module version = 1.13.0
[   378.725]     Module class: X.Org Server Extension
[   378.725]     ABI class: X.Org Server Extension, version 4.0
[   378.725] (II) Loading extension RECORD
[   378.725] (II) LoadModule: "dri"
[   378.726] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   378.726] (II) Module dri: vendor="X.Org Foundation"
[   378.726]     compiled for 1.9.2, module version = 1.0.0
[   378.726]     ABI class: X.Org Server Extension, version 4.0
[   378.726] (II) Loading extension XFree86-DRI
[   378.726] (II) LoadModule: "dri2"
[   378.726] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   378.726] (II) Module dri2: vendor="X.Org Foundation"
[   378.726]     compiled for 1.9.2, module version = 1.2.0
[   378.726]     ABI class: X.Org Server Extension, version 4.0
[   378.726] (II) Loading extension DRI2
[   378.726] (II) LoadModule: "intel"
[   378.726] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   378.726] (II) Module intel: vendor="X.Org Foundation"
[   378.726]     compiled for 1.9.0.901, module version = 2.13.0
[   378.726]     Module class: X.Org Video Driver
[   378.726]     ABI class: X.Org Video Driver, version 8.0
[   378.727] (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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
    Sandybridge, Sandybridge
[   378.727] (--) using VT number 3

[   378.732] drmOpenDevice: node name is /dev/dri/card0
[   378.732] drmOpenDevice: open result is 9, (OK)
[   378.732] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   378.732] drmOpenDevice: node name is /dev/dri/card0
[   378.732] drmOpenDevice: open result is 9, (OK)
[   378.732] drmOpenByBusid: drmOpenMinor returns 9
[   378.732] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   378.733] (**) intel(0): Depth 16, (--) framebuffer bpp 16
[   378.733] (==) intel(0): RGB weight 565
[   378.733] (==) intel(0): Default visual is TrueColor
[   378.733] (II) intel(0): Integrated Graphics Chipset: Intel(R) G33
[   378.733] (--) intel(0): Chipset: "G33"
[   378.733] (**) intel(0): Tiling enabled
[   378.733] (**) intel(0): SwapBuffers wait enabled
[   378.733] (==) intel(0): video overlay key set to 0x83e
[   378.741] (II) intel(0): Output VGA1 using monitor section Monitor0
[   378.757] (II) intel(0): EDID for output VGA1
[   378.757] (II) intel(0): Not using default mode "640x350" (vrefresh out of range)
[   378.757] (II) intel(0): Not using default mode "320x175" (doublescan mode not supported)
[   378.757] (II) intel(0): Not using default mode "640x400" (vrefresh out of range)
[   378.757] (II) intel(0): Not using default mode "320x200" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "720x400" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "360x200" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1024x768i" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "512x384i" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1280x960" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1280x1024" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1600x1200" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1792x1344" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1856x1392" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1920x1440" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "832x624" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "416x312" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1400x1050" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "2048x1536" (hsync out of range)
[   378.758] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   378.758] (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
[   378.758] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   378.758] (II) intel(0): Printing probed modes for output VGA1
[   378.758] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   378.758] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   378.758] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   378.758] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[   378.758] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[   378.758] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   378.759] (II) intel(0): Output VGA1 connected
[   378.759] (II) intel(0): Using fuzzy aspect match for initial modes
[   378.759] (II) intel(0): Output VGA1 using initial mode 1024x768
[   378.759] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   378.759] (II) intel(0): Kernel page flipping support detected, enabling
[   378.759] (==) intel(0): DPI set to (96, 96)
[   378.759] (II) Loading sub module "fb"
[   378.759] (II) LoadModule: "fb"
[   378.759] (II) Loading /usr/lib/xorg/modules/libfb.so
[   378.759] (II) Module fb: vendor="X.Org Foundation"
[   378.759]     compiled for 1.9.2, module version = 1.0.0
[   378.759]     ABI class: X.Org ANSI C Emulation, version 0.4
[   378.759] (==) intel(0): VideoRam: 262144 KB
[   378.759] (II) intel(0): [DRI2] Setup complete
[   378.759] (II) intel(0): [DRI2]   DRI driver: i915
[   378.759] (II) intel(0): Allocated new frame buffer 1024x768 stride 2048, tiled
[   378.759] (II) UXA(0): Driver registered support for the following operations:
[   378.759] (II)         solid
[   378.759] (II)         copy
[   378.759] (II)         composite (RENDER acceleration)
[   378.759] (II)         put_image
[   378.759] (II)         get_image
[   378.759] (==) intel(0): Backing store disabled
[   378.759] (==) intel(0): Silken mouse enabled
[   378.759] (II) intel(0): Initializing HW Cursor
[   378.769] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   378.769] (==) intel(0): DPMS enabled
[   378.769] (==) intel(0): Intel XvMC decoder disabled
[   378.769] (II) intel(0): Set up textured video
[   378.769] (II) intel(0): Set up overlay video
[   378.769] (II) intel(0): direct rendering: DRI2 Enabled
[   378.769] (--) RandR disabled
[   378.769] (II) Initializing built-in extension Generic Event Extension
[   378.769] (II) Initializing built-in extension SHAPE
[   378.769] (II) Initializing built-in extension MIT-SHM
[   378.769] (II) Initializing built-in extension XInputExtension
[   378.769] (II) Initializing built-in extension XTEST
[   378.769] (II) Initializing built-in extension BIG-REQUESTS
[   378.770] (II) Initializing built-in extension SYNC
[   378.770] (II) Initializing built-in extension XKEYBOARD
[   378.770] (II) Initializing built-in extension XC-MISC
[   378.770] (II) Initializing built-in extension SECURITY
[   378.770] (II) Initializing built-in extension XINERAMA
[   378.770] (II) Initializing built-in extension XFIXES
[   378.770] (II) Initializing built-in extension RENDER
[   378.770] (II) Initializing built-in extension RANDR
[   378.770] (II) Initializing built-in extension COMPOSITE
[   378.770] (II) Initializing built-in extension DAMAGE
[   378.785] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   378.785] (II) AIGLX: enabled GLX_INTEL_swap_event
[   378.785] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   378.785] (II) AIGLX: enabled GLX_SGI_make_current_read
[   378.785] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   378.785] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[   378.785] (II) GLX: Initialized DRI2 GL provider for screen 0
[   378.786] (II) intel(0): Setting screen physical size to 270 x 203
[   378.933] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   378.933] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   378.933] (II) LoadModule: "evdev"
[   378.933] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   378.933] (II) Module evdev: vendor="X.Org Foundation"
[   378.933]     compiled for 1.9.0, module version = 2.5.0
[   378.933]     Module class: X.Org XInput Driver
[   378.933]     ABI class: X.Org XInput driver, version 11.0
[   378.933] (**) Power Button: always reports core events
[   378.933] (**) Power Button: Device: "/dev/input/event1"
[   378.943] (--) Power Button: Found keys
[   378.943] (II) Power Button: Configuring as keyboard
[   378.943] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   378.943] (**) Option "xkb_rules" "evdev"
[   378.943] (**) Option "xkb_model" "evdev"
[   378.943] (**) Option "xkb_layout" "gb"
[   378.980] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   378.980] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   378.980] (**) Power Button: always reports core events
[   378.980] (**) Power Button: Device: "/dev/input/event0"
[   378.990] (--) Power Button: Found keys
[   378.990] (II) Power Button: Configuring as keyboard
[   378.990] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   378.990] (**) Option "xkb_rules" "evdev"
[   378.990] (**) Option "xkb_model" "evdev"
[   378.990] (**) Option "xkb_layout" "gb"
[   378.992] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event3)
[   378.992] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall"
[   378.992] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
[   378.992] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event3"
[   379.006] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys
[   379.006] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard
[   379.006] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD)
[   379.006] (**) Option "xkb_rules" "evdev"
[   379.006] (**) Option "xkb_model" "evdev"
[   379.006] (**) Option "xkb_layout" "gb"
[   379.007] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event4)
[   379.007] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall"
[   379.007] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
[   379.007] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event4"
[   379.033] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found 1 mouse buttons
[   379.033] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found scroll wheel(s)
[   379.033] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found relative axes
[   379.033] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found absolute axes
[   379.033] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys
[   379.033] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as mouse
[   379.033] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard
[   379.033] (**) Microsoft Natural® Ergonomic Keyboard 4000: YAxisMapping: buttons 4 and 5
[   379.033] (**) Microsoft Natural® Ergonomic Keyboard 4000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   379.033] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD)
[   379.033] (**) Option "xkb_rules" "evdev"
[   379.033] (**) Option "xkb_model" "evdev"
[   379.033] (**) Option "xkb_layout" "gb"
[   379.033] (EE) Microsoft Natural® Ergonomic Keyboard 4000: failed to initialize for relative axes.
[   379.033] (II) Microsoft Natural® Ergonomic Keyboard 4000: initialized for absolute axes.
[   379.034] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[   379.034] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[   379.034] (**) Logitech USB Receiver: always reports core events
[   379.034] (**) Logitech USB Receiver: Device: "/dev/input/event5"
[   379.060] (--) Logitech USB Receiver: Found 20 mouse buttons
[   379.060] (--) Logitech USB Receiver: Found scroll wheel(s)
[   379.060] (--) Logitech USB Receiver: Found relative axes
[   379.060] (--) Logitech USB Receiver: Found x and y relative axes
[   379.060] (II) Logitech USB Receiver: Configuring as mouse
[   379.060] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[   379.060] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   379.060] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
[   379.060] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[   379.060] (**) Logitech USB Receiver: (accel) acceleration profile 0
[   379.060] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[   379.060] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[   379.060] (II) Logitech USB Receiver: initialized for relative axes.
[   379.060] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[   379.060] (II) No input driver/identifier specified (ignoring)
[   379.061] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
[   379.061] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[   379.061] (**) Logitech USB Receiver: always reports core events
[   379.061] (**) Logitech USB Receiver: Device: "/dev/input/event6"
[   379.086] (--) Logitech USB Receiver: Found 1 mouse buttons
[   379.086] (--) Logitech USB Receiver: Found scroll wheel(s)
[   379.086] (--) Logitech USB Receiver: Found relative axes
[   379.086] (--) Logitech USB Receiver: Found absolute axes
[   379.086] (--) Logitech USB Receiver: Found keys
[   379.086] (II) Logitech USB Receiver: Configuring as mouse
[   379.086] (II) Logitech USB Receiver: Configuring as keyboard
[   379.086] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[   379.086] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   379.086] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[   379.086] (**) Option "xkb_rules" "evdev"
[   379.086] (**) Option "xkb_model" "evdev"
[   379.086] (**) Option "xkb_layout" "gb"
[   379.087] (EE) Logitech USB Receiver: failed to initialize for relative axes.
[   379.087] (II) Logitech USB Receiver: initialized for absolute axes.
[   379.088] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event2)
[   379.088] (II) No input driver/identifier specified (ignoring)
[   379.163] (II) Power Button: Close
[   379.163] (II) UnloadModule: "evdev"
[   379.186] (II) Power Button: Close
[   379.186] (II) UnloadModule: "evdev"
[   379.239] (II) Microsoft Natural® Ergonomic Keyboard 4000: Close
[   379.240] (II) UnloadModule: "evdev"
[   379.293] (II) Microsoft Natural® Ergonomic Keyboard 4000: Close
[   379.293] (II) UnloadModule: "evdev"
[   379.346] (II) Logitech USB Receiver: Close
[   379.346] (II) UnloadModule: "evdev"
[   379.399] (II) Logitech USB Receiver: Close
[   379.400] (II) UnloadModule: "evdev"

The only errors I seem to get are to do with my input devices, I'm at a bit of a
loss as to why this is.

Thanks for the help so far smile

Offline

#6 2010-12-22 14:17:16

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Can't get graphics drivers to work.

Try startx what output do you get, have you got an /etc/xorg.conf not all monitors will recognised

http://www.linuxforums.org/forum/deskto … ndows.html

Not sure if that will help.....


Mr Green

Offline

#7 2010-12-22 14:25:09

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Can't get graphics drivers to work.

startx gives me the exact same output minus the first 3 lines about inet6.
I don't have a xorg.conf.

sad

Offline

#8 2010-12-22 14:27:07

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Can't get graphics drivers to work.

Did the link shed any light on the problem?


Mr Green

Offline

#9 2010-12-22 14:31:39

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Can't get graphics drivers to work.

Not really, I am using a VGA cable (which I should have mentioned >.>), and that link is about DVI being the problem.

Offline

#10 2010-12-22 14:34:52

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Can't get graphics drivers to work.

There you go, the more info you give the better. Must admit it was only a quick search

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

Assume you have tried that ....


Mr Green

Offline

#11 2010-12-22 14:54:40

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Can't get graphics drivers to work.

I had read that - and assumed that KMS was "automagically done" -- however, after following the steps on that page regarding changing mkinitcp... stuff when I attempt to boot now after grub I see:

[ lots of text, seems to be about the CPU ]
Booting Node 0, Processor #1

which pauses and stays on screen for a few seconds, then lots of text scrolls for about 0.5 sec then the system reboots.

This is the same with i915.modeset=1 or =0 in the modeline.

Offline

#12 2010-12-22 15:18:38

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Can't get graphics drivers to work.

Don't disable kms. Paste the whole xorg log after a failed startx atempt.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#13 2010-12-22 15:35:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Can't get graphics drivers to work.

http://www.linuxforums.org/forum/deskto … post376980

Open up startx in a text editor, and find a line near the top that should be called serverargs, put -nolisten tcp into this, it should now look like serverargs="-nolisten tcp", now run startx again and it should be fixed.

This should get rid of the top lines starting with _XSERVT from xinit output.

You say the optimal resolution for this monitor is 1440x900, but you have 1024x768 in your xorg.conf.d/10-monitor.conf - why? Is it because vesa can't get 1440x900?

Last edited by karol (2010-12-22 15:41:24)

Offline

#14 2010-12-22 15:56:01

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Can't get graphics drivers to work.

Mr.Elendig wrote:

Don't disable kms. Paste the whole xorg log after a failed startx atempt.

I have to disable KMS in order to get to a login prompt (by disable I mean: remove the intel_agp i915 stuff from mkinitcpio.conf and run mkinitcpio again).

Here is the full log:

[    19.062] 
X.Org X Server 1.9.2
Release Date: 2010-10-30
[    19.062] X Protocol Version 11, Revision 0
[    19.062] Build Operating System: Linux 2.6.35-ARCH i686 
[    19.062] Current Operating System: Linux delldesk 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010 i686
[    19.062] Kernel command line: root=/dev/sda3 ro
[    19.062] Build Date: 01 November 2010  10:35:30PM
[    19.062]  
[    19.062] Current version of pixman: 0.20.0
[    19.063]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    19.063] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.063] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 22 15:40:54 2010
[    19.124] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    19.153] (==) No Layout section.  Using the first Screen section.
[    19.153] (**) |-->Screen "Screen0" (0)
[    19.153] (**) |   |-->Monitor "Monitor0"
[    19.153] (**) |   |-->Device "Device0"
[    19.153] (==) Automatically adding devices
[    19.153] (==) Automatically enabling devices
[    19.201] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    19.201]     Entry deleted from font path.
[    19.240] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    19.240] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.240] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.240] (II) Loader magic: 0x81f1f80
[    19.240] (II) Module ABI versions:
[    19.240]     X.Org ANSI C Emulation: 0.4
[    19.240]     X.Org Video Driver: 8.0
[    19.240]     X.Org XInput driver : 11.0
[    19.240]     X.Org Server Extension : 4.0
[    19.241] (--) PCI:*(0:0:2:0) 8086:29c2:1028:0238 rev 2, Mem @ 0xfdf00000/524288, 0xd0000000/268435456, 0xfdb00000/1048576, I/O @ 0x0000ff00/8
[    19.241] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    19.241] (II) LoadModule: "extmod"
[    19.329] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    19.339] (II) Module extmod: vendor="X.Org Foundation"
[    19.339]     compiled for 1.9.2, module version = 1.0.0
[    19.339]     Module class: X.Org Server Extension
[    19.339]     ABI class: X.Org Server Extension, version 4.0
[    19.339] (II) Loading extension MIT-SCREEN-SAVER
[    19.339] (II) Loading extension XFree86-VidModeExtension
[    19.339] (II) Loading extension XFree86-DGA
[    19.339] (II) Loading extension DPMS
[    19.339] (II) Loading extension XVideo
[    19.339] (II) Loading extension XVideo-MotionCompensation
[    19.339] (II) Loading extension X-Resource
[    19.339] (II) LoadModule: "dbe"
[    19.340] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    19.345] (II) Module dbe: vendor="X.Org Foundation"
[    19.345]     compiled for 1.9.2, module version = 1.0.0
[    19.345]     Module class: X.Org Server Extension
[    19.345]     ABI class: X.Org Server Extension, version 4.0
[    19.345] (II) Loading extension DOUBLE-BUFFER
[    19.345] (II) LoadModule: "glx"
[    19.345] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.352] (II) Module glx: vendor="X.Org Foundation"
[    19.352]     compiled for 1.9.2, module version = 1.0.0
[    19.352]     ABI class: X.Org Server Extension, version 4.0
[    19.353] (==) AIGLX enabled
[    19.353] (II) Loading extension GLX
[    19.353] (II) LoadModule: "record"
[    19.353] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    19.354] (II) Module record: vendor="X.Org Foundation"
[    19.354]     compiled for 1.9.2, module version = 1.13.0
[    19.354]     Module class: X.Org Server Extension
[    19.354]     ABI class: X.Org Server Extension, version 4.0
[    19.354] (II) Loading extension RECORD
[    19.354] (II) LoadModule: "dri"
[    19.354] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    19.371] (II) Module dri: vendor="X.Org Foundation"
[    19.371]     compiled for 1.9.2, module version = 1.0.0
[    19.372]     ABI class: X.Org Server Extension, version 4.0
[    19.372] (II) Loading extension XFree86-DRI
[    19.372] (II) LoadModule: "dri2"
[    19.372] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    19.372] (II) Module dri2: vendor="X.Org Foundation"
[    19.372]     compiled for 1.9.2, module version = 1.2.0
[    19.372]     ABI class: X.Org Server Extension, version 4.0
[    19.372] (II) Loading extension DRI2
[    19.372] (II) LoadModule: "intel"
[    19.373] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    19.384] (II) Module intel: vendor="X.Org Foundation"
[    19.384]     compiled for 1.9.0.901, module version = 2.13.0
[    19.384]     Module class: X.Org Video Driver
[    19.384]     ABI class: X.Org Video Driver, version 8.0
[    19.384] (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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
    Sandybridge, Sandybridge
[    19.384] (--) using VT number 3

[    19.390] drmOpenDevice: node name is /dev/dri/card0
[    19.390] drmOpenDevice: open result is 8, (OK)
[    19.390] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    19.390] drmOpenDevice: node name is /dev/dri/card0
[    19.390] drmOpenDevice: open result is 8, (OK)
[    19.390] drmOpenByBusid: drmOpenMinor returns 8
[    19.390] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    19.390] (**) intel(0): Depth 16, (--) framebuffer bpp 16
[    19.390] (==) intel(0): RGB weight 565
[    19.390] (==) intel(0): Default visual is TrueColor
[    19.390] (II) intel(0): Integrated Graphics Chipset: Intel(R) G33
[    19.390] (--) intel(0): Chipset: "G33"
[    19.390] (**) intel(0): Tiling enabled
[    19.390] (**) intel(0): SwapBuffers wait enabled
[    19.390] (==) intel(0): video overlay key set to 0x83e
[    19.414] (II) intel(0): Output VGA1 using monitor section Monitor0
[    19.431] (II) intel(0): EDID for output VGA1
[    19.431] (II) intel(0): Not using default mode "640x350" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "320x175" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "640x400" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "320x200" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "720x400" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "360x200" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "640x480" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "1024x768i" (vrefresh out of range)
[    19.435] (II) intel(0): Not using default mode "512x384i" (doublescan mode not supported)
[    19.435] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1280x960" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1280x1024" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1600x1200" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1792x1344" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1856x1392" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1920x1440" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "832x624" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "416x312" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1400x1050" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "2048x1536" (hsync out of range)
[    19.436] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    19.436] (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
[    19.436] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    19.436] (II) intel(0): Printing probed modes for output VGA1
[    19.436] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    19.436] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    19.436] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    19.436] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[    19.436] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[    19.436] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    19.436] (II) intel(0): Output VGA1 connected
[    19.436] (II) intel(0): Using fuzzy aspect match for initial modes
[    19.436] (II) intel(0): Output VGA1 using initial mode 1024x768
[    19.436] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    19.436] (II) intel(0): Kernel page flipping support detected, enabling
[    19.436] (==) intel(0): DPI set to (96, 96)
[    19.436] (II) Loading sub module "fb"
[    19.436] (II) LoadModule: "fb"
[    19.437] (II) Loading /usr/lib/xorg/modules/libfb.so
[    19.447] (II) Module fb: vendor="X.Org Foundation"
[    19.447]     compiled for 1.9.2, module version = 1.0.0
[    19.447]     ABI class: X.Org ANSI C Emulation, version 0.4
[    19.447] (==) intel(0): VideoRam: 262144 KB
[    19.447] (II) intel(0): [DRI2] Setup complete
[    19.447] (II) intel(0): [DRI2]   DRI driver: i915
[    19.447] (II) intel(0): Allocated new frame buffer 1024x768 stride 2048, tiled
[    19.482] (II) UXA(0): Driver registered support for the following operations:
[    19.482] (II)         solid
[    19.482] (II)         copy
[    19.482] (II)         composite (RENDER acceleration)
[    19.482] (II)         put_image
[    19.482] (II)         get_image
[    19.482] (==) intel(0): Backing store disabled
[    19.482] (==) intel(0): Silken mouse enabled
[    19.483] (II) intel(0): Initializing HW Cursor
[    19.488] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    19.488] (==) intel(0): DPMS enabled
[    19.488] (==) intel(0): Intel XvMC decoder disabled
[    19.488] (II) intel(0): Set up textured video
[    19.488] (II) intel(0): Set up overlay video
[    19.488] (II) intel(0): direct rendering: DRI2 Enabled
[    19.488] (--) RandR disabled
[    19.488] (II) Initializing built-in extension Generic Event Extension
[    19.488] (II) Initializing built-in extension SHAPE
[    19.488] (II) Initializing built-in extension MIT-SHM
[    19.488] (II) Initializing built-in extension XInputExtension
[    19.488] (II) Initializing built-in extension XTEST
[    19.488] (II) Initializing built-in extension BIG-REQUESTS
[    19.488] (II) Initializing built-in extension SYNC
[    19.488] (II) Initializing built-in extension XKEYBOARD
[    19.488] (II) Initializing built-in extension XC-MISC
[    19.488] (II) Initializing built-in extension SECURITY
[    19.488] (II) Initializing built-in extension XINERAMA
[    19.488] (II) Initializing built-in extension XFIXES
[    19.488] (II) Initializing built-in extension RENDER
[    19.488] (II) Initializing built-in extension RANDR
[    19.488] (II) Initializing built-in extension COMPOSITE
[    19.488] (II) Initializing built-in extension DAMAGE
[    19.633] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    19.634] (II) AIGLX: enabled GLX_INTEL_swap_event
[    19.634] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    19.634] (II) AIGLX: enabled GLX_SGI_make_current_read
[    19.634] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    19.634] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[    19.634] (II) GLX: Initialized DRI2 GL provider for screen 0
[    19.634] (II) intel(0): Setting screen physical size to 270 x 203
[    20.008] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    20.008] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.008] (II) LoadModule: "evdev"
[    20.008] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.015] (II) Module evdev: vendor="X.Org Foundation"
[    20.015]     compiled for 1.9.0, module version = 2.5.0
[    20.015]     Module class: X.Org XInput Driver
[    20.015]     ABI class: X.Org XInput driver, version 11.0
[    20.015] (**) Power Button: always reports core events
[    20.015] (**) Power Button: Device: "/dev/input/event1"
[    20.023] (--) Power Button: Found keys
[    20.023] (II) Power Button: Configuring as keyboard
[    20.023] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    20.023] (**) Option "xkb_rules" "evdev"
[    20.023] (**) Option "xkb_model" "evdev"
[    20.023] (**) Option "xkb_layout" "gb"
[    20.061] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    20.061] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.061] (**) Power Button: always reports core events
[    20.061] (**) Power Button: Device: "/dev/input/event0"
[    20.073] (--) Power Button: Found keys
[    20.073] (II) Power Button: Configuring as keyboard
[    20.073] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    20.073] (**) Option "xkb_rules" "evdev"
[    20.073] (**) Option "xkb_model" "evdev"
[    20.073] (**) Option "xkb_layout" "gb"
[    20.076] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event3)
[    20.076] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall"
[    20.076] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
[    20.076] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event3"
[    20.083] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys
[    20.083] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard
[    20.083] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD)
[    20.083] (**) Option "xkb_rules" "evdev"
[    20.083] (**) Option "xkb_model" "evdev"
[    20.083] (**) Option "xkb_layout" "gb"
[    20.084] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event4)
[    20.084] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall"
[    20.084] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
[    20.084] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event4"
[    20.100] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found 1 mouse buttons
[    20.100] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found scroll wheel(s)
[    20.100] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found relative axes
[    20.100] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found absolute axes
[    20.101] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys
[    20.101] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as mouse
[    20.101] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard
[    20.101] (**) Microsoft Natural® Ergonomic Keyboard 4000: YAxisMapping: buttons 4 and 5
[    20.101] (**) Microsoft Natural® Ergonomic Keyboard 4000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    20.101] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD)
[    20.101] (**) Option "xkb_rules" "evdev"
[    20.101] (**) Option "xkb_model" "evdev"
[    20.101] (**) Option "xkb_layout" "gb"
[    20.102] (EE) Microsoft Natural® Ergonomic Keyboard 4000: failed to initialize for relative axes.
[    20.102] (II) Microsoft Natural® Ergonomic Keyboard 4000: initialized for absolute axes.
[    20.103] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[    20.103] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    20.103] (**) Logitech USB Receiver: always reports core events
[    20.103] (**) Logitech USB Receiver: Device: "/dev/input/event5"
[    20.126] (--) Logitech USB Receiver: Found 20 mouse buttons
[    20.126] (--) Logitech USB Receiver: Found scroll wheel(s)
[    20.126] (--) Logitech USB Receiver: Found relative axes
[    20.126] (--) Logitech USB Receiver: Found x and y relative axes
[    20.126] (II) Logitech USB Receiver: Configuring as mouse
[    20.126] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    20.126] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    20.126] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
[    20.126] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    20.126] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    20.126] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    20.126] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    20.126] (II) Logitech USB Receiver: initialized for relative axes.
[    20.127] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    20.127] (II) No input driver/identifier specified (ignoring)
[    20.128] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
[    20.128] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    20.128] (**) Logitech USB Receiver: always reports core events
[    20.128] (**) Logitech USB Receiver: Device: "/dev/input/event6"
[    20.153] (--) Logitech USB Receiver: Found 1 mouse buttons
[    20.153] (--) Logitech USB Receiver: Found scroll wheel(s)
[    20.153] (--) Logitech USB Receiver: Found relative axes
[    20.153] (--) Logitech USB Receiver: Found absolute axes
[    20.153] (--) Logitech USB Receiver: Found keys
[    20.153] (II) Logitech USB Receiver: Configuring as mouse
[    20.153] (II) Logitech USB Receiver: Configuring as keyboard
[    20.153] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    20.153] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    20.153] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[    20.153] (**) Option "xkb_rules" "evdev"
[    20.153] (**) Option "xkb_model" "evdev"
[    20.153] (**) Option "xkb_layout" "gb"
[    20.153] (EE) Logitech USB Receiver: failed to initialize for relative axes.
[    20.153] (II) Logitech USB Receiver: initialized for absolute axes.
[    20.154] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event2)
[    20.154] (II) No input driver/identifier specified (ignoring)
[    22.000] (II) Power Button: Close
[    22.000] (II) UnloadModule: "evdev"
[    22.036] (II) Power Button: Close
[    22.036] (II) UnloadModule: "evdev"
[    22.090] (II) Microsoft Natural® Ergonomic Keyboard 4000: Close
[    22.090] (II) UnloadModule: "evdev"
[    22.143] (II) Microsoft Natural® Ergonomic Keyboard 4000: Close
[    22.143] (II) UnloadModule: "evdev"
[    22.196] (II) Logitech USB Receiver: Close
[    22.196] (II) UnloadModule: "evdev"
[    22.250] (II) Logitech USB Receiver: Close
[    22.250] (II) UnloadModule: "evdev"

Offline

Board footer

Powered by FluxBB