Auf dem Laptop versuche ich gerade unter Gentoo ein KDE zu installieren. Das Drecksteil will aber nicht starten, egal ob mit startx oder über /etc/init.d/xdm.
Ergebnis von startx
Ergebnis von /etc/init.d/xdm
Lustigerweise ergibt ein ps -e | grep x nichts, was nach X server aussieht. Auch während dem startx-Versuch.
Die folgende Zeile
ergibt mir aber ein schönes schwarz-weiß Muster.
Weiß jemand Rat?
Edit: Okay, wenn ich den X Server mit X -config /etc/X11/xorg.conf starte und dann auf einer anderen Konsole DISPLAY=localhost:0.0 startkde ausführe startet der Dreck. Zwar kann ich danach nichts machen, weder Maus noch Tastatur funktionieren, aber das wäre ja ein Treiberproblem. Lustigerweise ist nach dem Ladebalken von KDE (die paar Symbole die langsam erscheinen) der Bildschirm komplett schwarz, mit Ausnahme der Maus. Hilft das weiter?
mfg benediktibk
# We always try and start X on a static VT. The various DMs normally default
# to using VT7. If you wish to use the xdm init script, then you should ensure
# that the VT checked is the same VT your DM wants to use. We do this check to
# ensure that you haven't accidentally configured something to run on the VT
# in your /etc/inittab file so that you don't get a dead keyboard.
CHECKVT=7
# What display manager do you use ? [ xdm | gdm | kdm | kdm-4.3 | gpe | entrance ]
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
#
# KDE-specific note:
# - If you are using kdeprefix go with "kdm-4.Y", e.g. "kdm-4.3".
# You can find possible versions by looking at the directories in /usr/kde/.
# - Else, if you are using KDE 3 enter "kdm-3.5"
# - Else, if you are using KDE 4 enter "kdm" without a version
DISPLAYMANAGER="kdm"
# to using VT7. If you wish to use the xdm init script, then you should ensure
# that the VT checked is the same VT your DM wants to use. We do this check to
# ensure that you haven't accidentally configured something to run on the VT
# in your /etc/inittab file so that you don't get a dead keyboard.
CHECKVT=7
# What display manager do you use ? [ xdm | gdm | kdm | kdm-4.3 | gpe | entrance ]
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
#
# KDE-specific note:
# - If you are using kdeprefix go with "kdm-4.Y", e.g. "kdm-4.3".
# You can find possible versions by looking at the directories in /usr/kde/.
# - Else, if you are using KDE 3 enter "kdm-3.5"
# - Else, if you are using KDE 4 enter "kdm" without a version
DISPLAYMANAGER="kdm"
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri2"
Load "dbe"
Load "glx"
Load "record"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri2"
Load "dbe"
Load "glx"
Load "record"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
[ 1320.740]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 1320.743] X Protocol Version 11, Revision 0
[ 1320.744] Build Operating System: Linux 3.0.6-gentoo x86_64 Gentoo
[ 1320.745] Current Operating System: Linux crub-gentoo 3.0.6-gentoo #16 SMP Tue Nov 15 15:38:59 CET 2011 x86_64
[ 1320.746] Kernel command line: BOOT_IMAGE=Gentoo-r10 ro root=803 video=uvesafb:mtrr,ywrap,1280x800
[ 1320.747] Build Date: 16 November 2011 09:37:27AM
[ 1320.748]
[ 1320.749] Current version of pixman: 0.22.2
[ 1320.750] Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
[ 1320.752] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1320.756] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 16 14:00:32 2011
[ 1320.757] (++) Using config file: "/etc/X11/xorg.conf"
[ 1320.758] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1320.759] (==) ServerLayout "X.org Configured"
[ 1320.759] (**) |-->Screen "Screen0" (0)
[ 1320.759] (**) | |-->Monitor "Monitor0"
[ 1320.759] (**) | |-->Device "Card0"
[ 1320.760] (**) |-->Input Device "Mouse0"
[ 1320.760] (**) |-->Input Device "Keyboard0"
[ 1320.760] (==) Automatically adding devices
[ 1320.760] (==) Automatically enabling devices
[ 1320.760] (**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 1320.760] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 1320.760] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 1320.760] (WW) Disabling Mouse0
[ 1320.760] (WW) Disabling Keyboard0
[ 1320.760] (II) Loader magic: 0x7d9160
[ 1320.760] (II) Module ABI versions:
[ 1320.760] X.Org ANSI C Emulation: 0.4
[ 1320.760] X.Org Video Driver: 10.0
[ 1320.760] X.Org XInput driver : 12.2
[ 1320.760] X.Org Server Extension : 5.0
[ 1320.761] (--) PCI:*(0:0:2:0) 8086:2a42:152d:0773 rev 7, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x00005110/8
[ 1320.761] (--) PCI: (0:0:2:1) 8086:2a43:152d:0773 rev 7, Mem @ 0x93500000/1048576
[ 1320.761] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1320.761] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) LoadModule: "extmod"
[ 1320.761] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 1320.761] (II) Module extmod: vendor="X.Org Foundation"
[ 1320.761] compiled for 1.10.4, module version = 1.0.0
[ 1320.761] Module class: X.Org Server Extension
[ 1320.761] ABI class: X.Org Server Extension, version 5.0
[ 1320.761] (II) Loading extension MIT-SCREEN-SAVER
[ 1320.761] (II) Loading extension XFree86-VidModeExtension
[ 1320.761] (II) Loading extension XFree86-DGA
[ 1320.761] (II) Loading extension DPMS
[ 1320.761] (II) Loading extension XVideo
[ 1320.761] (II) Loading extension XVideo-MotionCompensation
[ 1320.761] (II) Loading extension X-Resource
[ 1320.761] (II) LoadModule: "dri2"
[ 1320.761] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 1320.761] (II) Module dri2: vendor="X.Org Foundation"
[ 1320.761] compiled for 1.10.4, module version = 1.2.0
[ 1320.761] ABI class: X.Org Server Extension, version 5.0
[ 1320.761] (II) Loading extension DRI2
[ 1320.761] (II) LoadModule: "dbe"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 1320.762] (II) Module dbe: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.0.0
[ 1320.762] Module class: X.Org Server Extension
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (II) Loading extension DOUBLE-BUFFER
[ 1320.762] (II) LoadModule: "glx"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 1320.762] (II) Module glx: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.0.0
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (==) AIGLX enabled
[ 1320.762] (II) Loading extension GLX
[ 1320.762] (II) LoadModule: "record"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 1320.762] (II) Module record: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.13.0
[ 1320.762] Module class: X.Org Server Extension
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (II) Loading extension RECORD
[ 1320.762] (II) LoadModule: "dri"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 1320.762] (II) Module dri: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.0.0
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (II) Loading extension XFree86-DRI
[ 1320.762] (II) LoadModule: "intel"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 1320.763] (II) Module intel: vendor="X.Org Foundation"
[ 1320.763] compiled for 1.10.4, module version = 2.15.0
[ 1320.763] Module class: X.Org Video Driver
[ 1320.763] ABI class: X.Org Video Driver, version 10.0
[ 1320.763] (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
[ 1320.763] (--) using VT number 7
[ 1320.768] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 1320.768] drmOpenDevice: node name is /dev/dri/card0
[ 1320.768] drmOpenDevice: open result is 10, (OK)
[ 1320.768] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 1320.768] drmOpenDevice: node name is /dev/dri/card0
[ 1320.768] drmOpenDevice: open result is 10, (OK)
[ 1320.768] drmOpenByBusid: drmOpenMinor returns 10
[ 1320.768] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 1320.768] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 1320.768] (==) intel(0): RGB weight 888
[ 1320.768] (==) intel(0): Default visual is TrueColor
[ 1320.768] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[ 1320.768] (--) intel(0): Chipset: "GM45"
[ 1320.768] (**) intel(0): Relaxed fencing enabled
[ 1320.768] (**) intel(0): Framebuffer tiled
[ 1320.768] (**) intel(0): Pixmaps tiled
[ 1320.768] (**) intel(0): 3D buffers tiled
[ 1320.768] (**) intel(0): SwapBuffers wait enabled
[ 1320.768] (==) intel(0): video overlay key set to 0x101fe
[ 1320.768] (II) intel(0): Output LVDS1 using monitor section Monitor0
[ 1320.772] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 1320.787] (II) intel(0): Output VGA1 has no monitor section
[ 1320.806] (II) intel(0): Output HDMI1 has no monitor section
[ 1320.806] (II) intel(0): Output DP1 has no monitor section
[ 1320.807] (II) intel(0): Output DP2 has no monitor section
[ 1320.807] (II) intel(0): EDID for output LVDS1
[ 1320.807] (II) intel(0): Manufacturer: CMO Model: 1554 Serial#: 0
[ 1320.807] (II) intel(0): Year: 2007 Week: 40
[ 1320.807] (II) intel(0): EDID Version: 1.3
[ 1320.807] (II) intel(0): Digital Display Input
[ 1320.807] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
[ 1320.807] (II) intel(0): Gamma: 2.20
[ 1320.807] (II) intel(0): No DPMS capabilities specified
[ 1320.807] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1320.807] (II) intel(0): First detailed timing is preferred mode
[ 1320.807] (II) intel(0): redX: 0.602 redY: 0.340 greenX: 0.306 greenY: 0.530
[ 1320.807] (II) intel(0): blueX: 0.151 blueY: 0.120 whiteX: 0.313 whiteY: 0.329
[ 1320.807] (II) intel(0): Manufacturer's mask: 0
[ 1320.807] (II) intel(0): Supported detailed timing:
[ 1320.807] (II) intel(0): clock: 71.0 MHz Image Size: 331 x 207 mm
[ 1320.807] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
[ 1320.807] (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
[ 1320.807] (II) intel(0): N154I3-L03
[ 1320.807] (II) intel(0): CMO
[ 1320.807] (II) intel(0): N154I3-L03
[ 1320.807] (II) intel(0): EDID (in hex):
[ 1320.807] (II) intel(0): 00ffffffffffff000daf541500000000
[ 1320.807] (II) intel(0): 28110103802115780a07f59a574e8726
[ 1320.807] (II) intel(0): 1e505400000001010101010101010101
[ 1320.807] (II) intel(0): 010101010101bc1b00a0502017303020
[ 1320.807] (II) intel(0): 36004bcf10000018000000fe004e3135
[ 1320.807] (II) intel(0): 3449332d4c30330a2020000000fe0043
[ 1320.807] (II) intel(0): 4d4f0a202020202020202020000000fe
[ 1320.807] (II) intel(0): 004e31353449332d4c30330a202000a5
[ 1320.807] (II) intel(0): EDID vendor "CMO", prod id 5460
[ 1320.807] (II) intel(0): Printing DDC gathered Modelines:
[ 1320.807] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 1320.808] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Printing probed modes for output LVDS1
[ 1320.808] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 1320.808] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 1320.808] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 1320.808] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 1320.808] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 1320.824] (II) intel(0): EDID for output VGA1
[ 1320.843] (II) intel(0): EDID for output HDMI1
[ 1320.843] (II) intel(0): EDID for output DP1
[ 1320.844] (II) intel(0): EDID for output DP2
[ 1320.844] (II) intel(0): Output LVDS1 connected
[ 1320.844] (II) intel(0): Output VGA1 disconnected
[ 1320.844] (II) intel(0): Output HDMI1 disconnected
[ 1320.844] (II) intel(0): Output DP1 disconnected
[ 1320.844] (II) intel(0): Output DP2 disconnected
[ 1320.844] (II) intel(0): Using exact sizes for initial modes
[ 1320.844] (II) intel(0): Output LVDS1 using initial mode 1280x800
[ 1320.844] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 1320.844] (II) intel(0): Kernel page flipping support detected, enabling
[ 1320.844] (**) intel(0): Display dimensions: (330, 210) mm
[ 1320.844] (**) intel(0): DPI set to (98, 96)
[ 1320.844] (II) Loading sub module "fb"
[ 1320.844] (II) LoadModule: "fb"
[ 1320.844] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 1320.844] (II) Module fb: vendor="X.Org Foundation"
[ 1320.844] compiled for 1.10.4, module version = 1.0.0
[ 1320.844] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1320.844] (II) Loading sub module "dri2"
[ 1320.844] (II) LoadModule: "dri2"
[ 1320.845] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 1320.845] (II) Module dri2: vendor="X.Org Foundation"
[ 1320.845] compiled for 1.10.4, module version = 1.2.0
[ 1320.845] ABI class: X.Org Server Extension, version 5.0
[ 1320.845] (==) Depth 24 pixmap format is 32 bpp
[ 1320.845] (II) intel(0): [DRI2] Setup complete
[ 1320.845] (II) intel(0): [DRI2] DRI driver: i965
[ 1320.845] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[ 1320.854] (II) UXA(0): Driver registered support for the following operations:
[ 1320.854] (II) solid
[ 1320.854] (II) copy
[ 1320.854] (II) composite (RENDER acceleration)
[ 1320.854] (II) put_image
[ 1320.854] (II) get_image
[ 1320.854] (==) intel(0): Backing store disabled
[ 1320.854] (==) intel(0): Silken mouse enabled
[ 1320.854] (II) intel(0): Initializing HW Cursor
[ 1320.877] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 1320.899] (==) intel(0): DPMS enabled
[ 1320.899] (==) intel(0): Intel XvMC decoder enabled
[ 1320.899] (II) intel(0): Set up textured video
[ 1320.899] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 1320.899] (II) intel(0): direct rendering: DRI2 Enabled
[ 1320.899] (==) intel(0): hotplug detection: "enabled"
[ 1320.899] (--) RandR disabled
[ 1320.899] (II) Initializing built-in extension Generic Event Extension
[ 1320.899] (II) Initializing built-in extension SHAPE
[ 1320.899] (II) Initializing built-in extension MIT-SHM
[ 1320.899] (II) Initializing built-in extension XInputExtension
[ 1320.899] (II) Initializing built-in extension XTEST
[ 1320.899] (II) Initializing built-in extension BIG-REQUESTS
[ 1320.899] (II) Initializing built-in extension SYNC
[ 1320.899] (II) Initializing built-in extension XKEYBOARD
[ 1320.899] (II) Initializing built-in extension XC-MISC
[ 1320.899] (II) Initializing built-in extension XINERAMA
[ 1320.899] (II) Initializing built-in extension XFIXES
[ 1320.899] (II) Initializing built-in extension RENDER
[ 1320.899] (II) Initializing built-in extension RANDR
[ 1320.899] (II) Initializing built-in extension COMPOSITE
[ 1320.899] (II) Initializing built-in extension DAMAGE
[ 1320.908] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 1320.908] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 1320.908] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 1320.908] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 1320.908] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 1320.908] (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so
[ 1320.908] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1320.908] (II) intel(0): Setting screen physical size to 338 x 211
[ 1321.098] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 1321.098] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1321.098] (II) LoadModule: "evdev"
[ 1321.098] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.098] (II) Module evdev: vendor="X.Org Foundation"
[ 1321.098] compiled for 1.10.4, module version = 2.6.0
[ 1321.098] Module class: X.Org XInput Driver
[ 1321.098] ABI class: X.Org XInput driver, version 12.2
[ 1321.098] (II) Using input driver 'evdev' for 'Power Button'
[ 1321.098] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.098] (**) Power Button: always reports core events
[ 1321.098] (**) Power Button: Device: "/dev/input/event3"
[ 1321.098] (--) Power Button: Found keys
[ 1321.098] (II) Power Button: Configuring as keyboard
[ 1321.098] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 1321.098] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 1321.098] (**) Option "xkb_rules" "evdev"
[ 1321.098] (**) Option "xkb_model" "evdev"
[ 1321.098] (**) Option "xkb_layout" "us"
[ 1321.125] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 1321.125] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 1321.125] (II) Using input driver 'evdev' for 'Video Bus'
[ 1321.125] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.125] (**) Video Bus: always reports core events
[ 1321.125] (**) Video Bus: Device: "/dev/input/event4"
[ 1321.125] (--) Video Bus: Found keys
[ 1321.125] (II) Video Bus: Configuring as keyboard
[ 1321.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[ 1321.125] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 1321.125] (**) Option "xkb_rules" "evdev"
[ 1321.125] (**) Option "xkb_model" "evdev"
[ 1321.125] (**) Option "xkb_layout" "us"
[ 1321.147] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 1321.147] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1321.147] (II) Using input driver 'evdev' for 'Power Button'
[ 1321.147] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.147] (**) Power Button: always reports core events
[ 1321.147] (**) Power Button: Device: "/dev/input/event0"
[ 1321.147] (--) Power Button: Found keys
[ 1321.147] (II) Power Button: Configuring as keyboard
[ 1321.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 1321.147] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 1321.147] (**) Option "xkb_rules" "evdev"
[ 1321.147] (**) Option "xkb_model" "evdev"
[ 1321.147] (**) Option "xkb_layout" "us"
[ 1321.147] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 1321.147] (II) No input driver/identifier specified (ignoring)
[ 1321.148] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 1321.148] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 1321.148] (II) Using input driver 'evdev' for 'Sleep Button'
[ 1321.148] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.148] (**) Sleep Button: always reports core events
[ 1321.148] (**) Sleep Button: Device: "/dev/input/event2"
[ 1321.148] (--) Sleep Button: Found keys
[ 1321.148] (II) Sleep Button: Configuring as keyboard
[ 1321.148] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[ 1321.148] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 1321.148] (**) Option "xkb_rules" "evdev"
[ 1321.148] (**) Option "xkb_model" "evdev"
[ 1321.148] (**) Option "xkb_layout" "us"
[ 1321.155] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 1321.155] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 1321.155] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 1321.155] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.155] (**) AT Translated Set 2 keyboard: always reports core events
[ 1321.155] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[ 1321.155] (--) AT Translated Set 2 keyboard: Found keys
[ 1321.155] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 1321.155] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 1321.155] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 1321.155] (**) Option "xkb_rules" "evdev"
[ 1321.155] (**) Option "xkb_model" "evdev"
[ 1321.155] (**) Option "xkb_layout" "us"
[ 1332.474] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 1334.176] (II) AT Translated Set 2 keyboard: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Sleep Button: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Power Button: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Video Bus: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Power Button: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 1320.743] X Protocol Version 11, Revision 0
[ 1320.744] Build Operating System: Linux 3.0.6-gentoo x86_64 Gentoo
[ 1320.745] Current Operating System: Linux crub-gentoo 3.0.6-gentoo #16 SMP Tue Nov 15 15:38:59 CET 2011 x86_64
[ 1320.746] Kernel command line: BOOT_IMAGE=Gentoo-r10 ro root=803 video=uvesafb:mtrr,ywrap,1280x800
[ 1320.747] Build Date: 16 November 2011 09:37:27AM
[ 1320.748]
[ 1320.749] Current version of pixman: 0.22.2
[ 1320.750] Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
[ 1320.752] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1320.756] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 16 14:00:32 2011
[ 1320.757] (++) Using config file: "/etc/X11/xorg.conf"
[ 1320.758] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1320.759] (==) ServerLayout "X.org Configured"
[ 1320.759] (**) |-->Screen "Screen0" (0)
[ 1320.759] (**) | |-->Monitor "Monitor0"
[ 1320.759] (**) | |-->Device "Card0"
[ 1320.760] (**) |-->Input Device "Mouse0"
[ 1320.760] (**) |-->Input Device "Keyboard0"
[ 1320.760] (==) Automatically adding devices
[ 1320.760] (==) Automatically enabling devices
[ 1320.760] (**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/,
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 1320.760] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 1320.760] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 1320.760] (WW) Disabling Mouse0
[ 1320.760] (WW) Disabling Keyboard0
[ 1320.760] (II) Loader magic: 0x7d9160
[ 1320.760] (II) Module ABI versions:
[ 1320.760] X.Org ANSI C Emulation: 0.4
[ 1320.760] X.Org Video Driver: 10.0
[ 1320.760] X.Org XInput driver : 12.2
[ 1320.760] X.Org Server Extension : 5.0
[ 1320.761] (--) PCI:*(0:0:2:0) 8086:2a42:152d:0773 rev 7, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x00005110/8
[ 1320.761] (--) PCI: (0:0:2:1) 8086:2a43:152d:0773 rev 7, Mem @ 0x93500000/1048576
[ 1320.761] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1320.761] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 1320.761] (II) LoadModule: "extmod"
[ 1320.761] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 1320.761] (II) Module extmod: vendor="X.Org Foundation"
[ 1320.761] compiled for 1.10.4, module version = 1.0.0
[ 1320.761] Module class: X.Org Server Extension
[ 1320.761] ABI class: X.Org Server Extension, version 5.0
[ 1320.761] (II) Loading extension MIT-SCREEN-SAVER
[ 1320.761] (II) Loading extension XFree86-VidModeExtension
[ 1320.761] (II) Loading extension XFree86-DGA
[ 1320.761] (II) Loading extension DPMS
[ 1320.761] (II) Loading extension XVideo
[ 1320.761] (II) Loading extension XVideo-MotionCompensation
[ 1320.761] (II) Loading extension X-Resource
[ 1320.761] (II) LoadModule: "dri2"
[ 1320.761] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 1320.761] (II) Module dri2: vendor="X.Org Foundation"
[ 1320.761] compiled for 1.10.4, module version = 1.2.0
[ 1320.761] ABI class: X.Org Server Extension, version 5.0
[ 1320.761] (II) Loading extension DRI2
[ 1320.761] (II) LoadModule: "dbe"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 1320.762] (II) Module dbe: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.0.0
[ 1320.762] Module class: X.Org Server Extension
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (II) Loading extension DOUBLE-BUFFER
[ 1320.762] (II) LoadModule: "glx"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 1320.762] (II) Module glx: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.0.0
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (==) AIGLX enabled
[ 1320.762] (II) Loading extension GLX
[ 1320.762] (II) LoadModule: "record"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 1320.762] (II) Module record: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.13.0
[ 1320.762] Module class: X.Org Server Extension
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (II) Loading extension RECORD
[ 1320.762] (II) LoadModule: "dri"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 1320.762] (II) Module dri: vendor="X.Org Foundation"
[ 1320.762] compiled for 1.10.4, module version = 1.0.0
[ 1320.762] ABI class: X.Org Server Extension, version 5.0
[ 1320.762] (II) Loading extension XFree86-DRI
[ 1320.762] (II) LoadModule: "intel"
[ 1320.762] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 1320.763] (II) Module intel: vendor="X.Org Foundation"
[ 1320.763] compiled for 1.10.4, module version = 2.15.0
[ 1320.763] Module class: X.Org Video Driver
[ 1320.763] ABI class: X.Org Video Driver, version 10.0
[ 1320.763] (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
[ 1320.763] (--) using VT number 7
[ 1320.768] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 1320.768] drmOpenDevice: node name is /dev/dri/card0
[ 1320.768] drmOpenDevice: open result is 10, (OK)
[ 1320.768] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 1320.768] drmOpenDevice: node name is /dev/dri/card0
[ 1320.768] drmOpenDevice: open result is 10, (OK)
[ 1320.768] drmOpenByBusid: drmOpenMinor returns 10
[ 1320.768] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 1320.768] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 1320.768] (==) intel(0): RGB weight 888
[ 1320.768] (==) intel(0): Default visual is TrueColor
[ 1320.768] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
[ 1320.768] (--) intel(0): Chipset: "GM45"
[ 1320.768] (**) intel(0): Relaxed fencing enabled
[ 1320.768] (**) intel(0): Framebuffer tiled
[ 1320.768] (**) intel(0): Pixmaps tiled
[ 1320.768] (**) intel(0): 3D buffers tiled
[ 1320.768] (**) intel(0): SwapBuffers wait enabled
[ 1320.768] (==) intel(0): video overlay key set to 0x101fe
[ 1320.768] (II) intel(0): Output LVDS1 using monitor section Monitor0
[ 1320.772] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 1320.787] (II) intel(0): Output VGA1 has no monitor section
[ 1320.806] (II) intel(0): Output HDMI1 has no monitor section
[ 1320.806] (II) intel(0): Output DP1 has no monitor section
[ 1320.807] (II) intel(0): Output DP2 has no monitor section
[ 1320.807] (II) intel(0): EDID for output LVDS1
[ 1320.807] (II) intel(0): Manufacturer: CMO Model: 1554 Serial#: 0
[ 1320.807] (II) intel(0): Year: 2007 Week: 40
[ 1320.807] (II) intel(0): EDID Version: 1.3
[ 1320.807] (II) intel(0): Digital Display Input
[ 1320.807] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
[ 1320.807] (II) intel(0): Gamma: 2.20
[ 1320.807] (II) intel(0): No DPMS capabilities specified
[ 1320.807] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1320.807] (II) intel(0): First detailed timing is preferred mode
[ 1320.807] (II) intel(0): redX: 0.602 redY: 0.340 greenX: 0.306 greenY: 0.530
[ 1320.807] (II) intel(0): blueX: 0.151 blueY: 0.120 whiteX: 0.313 whiteY: 0.329
[ 1320.807] (II) intel(0): Manufacturer's mask: 0
[ 1320.807] (II) intel(0): Supported detailed timing:
[ 1320.807] (II) intel(0): clock: 71.0 MHz Image Size: 331 x 207 mm
[ 1320.807] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
[ 1320.807] (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
[ 1320.807] (II) intel(0): N154I3-L03
[ 1320.807] (II) intel(0): CMO
[ 1320.807] (II) intel(0): N154I3-L03
[ 1320.807] (II) intel(0): EDID (in hex):
[ 1320.807] (II) intel(0): 00ffffffffffff000daf541500000000
[ 1320.807] (II) intel(0): 28110103802115780a07f59a574e8726
[ 1320.807] (II) intel(0): 1e505400000001010101010101010101
[ 1320.807] (II) intel(0): 010101010101bc1b00a0502017303020
[ 1320.807] (II) intel(0): 36004bcf10000018000000fe004e3135
[ 1320.807] (II) intel(0): 3449332d4c30330a2020000000fe0043
[ 1320.807] (II) intel(0): 4d4f0a202020202020202020000000fe
[ 1320.807] (II) intel(0): 004e31353449332d4c30330a202000a5
[ 1320.807] (II) intel(0): EDID vendor "CMO", prod id 5460
[ 1320.807] (II) intel(0): Printing DDC gathered Modelines:
[ 1320.807] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 1320.808] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 1320.808] (II) intel(0): Printing probed modes for output LVDS1
[ 1320.808] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
[ 1320.808] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 1320.808] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 1320.808] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 1320.808] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 1320.824] (II) intel(0): EDID for output VGA1
[ 1320.843] (II) intel(0): EDID for output HDMI1
[ 1320.843] (II) intel(0): EDID for output DP1
[ 1320.844] (II) intel(0): EDID for output DP2
[ 1320.844] (II) intel(0): Output LVDS1 connected
[ 1320.844] (II) intel(0): Output VGA1 disconnected
[ 1320.844] (II) intel(0): Output HDMI1 disconnected
[ 1320.844] (II) intel(0): Output DP1 disconnected
[ 1320.844] (II) intel(0): Output DP2 disconnected
[ 1320.844] (II) intel(0): Using exact sizes for initial modes
[ 1320.844] (II) intel(0): Output LVDS1 using initial mode 1280x800
[ 1320.844] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 1320.844] (II) intel(0): Kernel page flipping support detected, enabling
[ 1320.844] (**) intel(0): Display dimensions: (330, 210) mm
[ 1320.844] (**) intel(0): DPI set to (98, 96)
[ 1320.844] (II) Loading sub module "fb"
[ 1320.844] (II) LoadModule: "fb"
[ 1320.844] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 1320.844] (II) Module fb: vendor="X.Org Foundation"
[ 1320.844] compiled for 1.10.4, module version = 1.0.0
[ 1320.844] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1320.844] (II) Loading sub module "dri2"
[ 1320.844] (II) LoadModule: "dri2"
[ 1320.845] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 1320.845] (II) Module dri2: vendor="X.Org Foundation"
[ 1320.845] compiled for 1.10.4, module version = 1.2.0
[ 1320.845] ABI class: X.Org Server Extension, version 5.0
[ 1320.845] (==) Depth 24 pixmap format is 32 bpp
[ 1320.845] (II) intel(0): [DRI2] Setup complete
[ 1320.845] (II) intel(0): [DRI2] DRI driver: i965
[ 1320.845] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
[ 1320.854] (II) UXA(0): Driver registered support for the following operations:
[ 1320.854] (II) solid
[ 1320.854] (II) copy
[ 1320.854] (II) composite (RENDER acceleration)
[ 1320.854] (II) put_image
[ 1320.854] (II) get_image
[ 1320.854] (==) intel(0): Backing store disabled
[ 1320.854] (==) intel(0): Silken mouse enabled
[ 1320.854] (II) intel(0): Initializing HW Cursor
[ 1320.877] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 1320.899] (==) intel(0): DPMS enabled
[ 1320.899] (==) intel(0): Intel XvMC decoder enabled
[ 1320.899] (II) intel(0): Set up textured video
[ 1320.899] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 1320.899] (II) intel(0): direct rendering: DRI2 Enabled
[ 1320.899] (==) intel(0): hotplug detection: "enabled"
[ 1320.899] (--) RandR disabled
[ 1320.899] (II) Initializing built-in extension Generic Event Extension
[ 1320.899] (II) Initializing built-in extension SHAPE
[ 1320.899] (II) Initializing built-in extension MIT-SHM
[ 1320.899] (II) Initializing built-in extension XInputExtension
[ 1320.899] (II) Initializing built-in extension XTEST
[ 1320.899] (II) Initializing built-in extension BIG-REQUESTS
[ 1320.899] (II) Initializing built-in extension SYNC
[ 1320.899] (II) Initializing built-in extension XKEYBOARD
[ 1320.899] (II) Initializing built-in extension XC-MISC
[ 1320.899] (II) Initializing built-in extension XINERAMA
[ 1320.899] (II) Initializing built-in extension XFIXES
[ 1320.899] (II) Initializing built-in extension RENDER
[ 1320.899] (II) Initializing built-in extension RANDR
[ 1320.899] (II) Initializing built-in extension COMPOSITE
[ 1320.899] (II) Initializing built-in extension DAMAGE
[ 1320.908] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 1320.908] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 1320.908] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 1320.908] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 1320.908] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 1320.908] (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so
[ 1320.908] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1320.908] (II) intel(0): Setting screen physical size to 338 x 211
[ 1321.098] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 1321.098] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1321.098] (II) LoadModule: "evdev"
[ 1321.098] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.098] (II) Module evdev: vendor="X.Org Foundation"
[ 1321.098] compiled for 1.10.4, module version = 2.6.0
[ 1321.098] Module class: X.Org XInput Driver
[ 1321.098] ABI class: X.Org XInput driver, version 12.2
[ 1321.098] (II) Using input driver 'evdev' for 'Power Button'
[ 1321.098] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.098] (**) Power Button: always reports core events
[ 1321.098] (**) Power Button: Device: "/dev/input/event3"
[ 1321.098] (--) Power Button: Found keys
[ 1321.098] (II) Power Button: Configuring as keyboard
[ 1321.098] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 1321.098] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 1321.098] (**) Option "xkb_rules" "evdev"
[ 1321.098] (**) Option "xkb_model" "evdev"
[ 1321.098] (**) Option "xkb_layout" "us"
[ 1321.125] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 1321.125] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 1321.125] (II) Using input driver 'evdev' for 'Video Bus'
[ 1321.125] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.125] (**) Video Bus: always reports core events
[ 1321.125] (**) Video Bus: Device: "/dev/input/event4"
[ 1321.125] (--) Video Bus: Found keys
[ 1321.125] (II) Video Bus: Configuring as keyboard
[ 1321.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[ 1321.125] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 1321.125] (**) Option "xkb_rules" "evdev"
[ 1321.125] (**) Option "xkb_model" "evdev"
[ 1321.125] (**) Option "xkb_layout" "us"
[ 1321.147] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 1321.147] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1321.147] (II) Using input driver 'evdev' for 'Power Button'
[ 1321.147] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.147] (**) Power Button: always reports core events
[ 1321.147] (**) Power Button: Device: "/dev/input/event0"
[ 1321.147] (--) Power Button: Found keys
[ 1321.147] (II) Power Button: Configuring as keyboard
[ 1321.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 1321.147] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 1321.147] (**) Option "xkb_rules" "evdev"
[ 1321.147] (**) Option "xkb_model" "evdev"
[ 1321.147] (**) Option "xkb_layout" "us"
[ 1321.147] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 1321.147] (II) No input driver/identifier specified (ignoring)
[ 1321.148] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 1321.148] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 1321.148] (II) Using input driver 'evdev' for 'Sleep Button'
[ 1321.148] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.148] (**) Sleep Button: always reports core events
[ 1321.148] (**) Sleep Button: Device: "/dev/input/event2"
[ 1321.148] (--) Sleep Button: Found keys
[ 1321.148] (II) Sleep Button: Configuring as keyboard
[ 1321.148] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[ 1321.148] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 1321.148] (**) Option "xkb_rules" "evdev"
[ 1321.148] (**) Option "xkb_model" "evdev"
[ 1321.148] (**) Option "xkb_layout" "us"
[ 1321.155] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 1321.155] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 1321.155] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 1321.155] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 1321.155] (**) AT Translated Set 2 keyboard: always reports core events
[ 1321.155] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[ 1321.155] (--) AT Translated Set 2 keyboard: Found keys
[ 1321.155] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 1321.155] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 1321.155] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 1321.155] (**) Option "xkb_rules" "evdev"
[ 1321.155] (**) Option "xkb_model" "evdev"
[ 1321.155] (**) Option "xkb_layout" "us"
[ 1332.474] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 1334.176] (II) AT Translated Set 2 keyboard: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Sleep Button: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Power Button: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Video Bus: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
[ 1334.176] (II) Power Button: Close
[ 1334.176] (II) UnloadModule: "evdev"
[ 1334.176] (II) Unloading evdev
Code:
hostname: Unkown host
xauth: file /home/benediktibk/.serverauth.15226 does not exist
xinit: giving up
xinit: unable to connect to X server: Connection refused
Code:
* Stopping kdm ... [ ok ]
* Setting up kdm ... [ ok ]
Die folgende Zeile
Code:
X -retro -config /etc/X11/xorg.conf
Weiß jemand Rat?
Edit: Okay, wenn ich den X Server mit X -config /etc/X11/xorg.conf starte und dann auf einer anderen Konsole DISPLAY=localhost:0.0 startkde ausführe startet der Dreck. Zwar kann ich danach nichts machen, weder Maus noch Tastatur funktionieren, aber das wäre ja ein Treiberproblem. Lustigerweise ist nach dem Ladebalken von KDE (die paar Symbole die langsam erscheinen) der Bildschirm komplett schwarz, mit Ausnahme der Maus. Hilft das weiter?
mfg benediktibk
Zuletzt bearbeitet: