]-Low-[
Enthusiast
Thread Starter
- Mitglied seit
- 28.07.2003
- Beiträge
- 3.937
- Ort
- /home/low1337
- Laptop
- Lenovo P14s Gen2
- Prozessor
- Ryzen 7 Pro 5800U
- Speicher
- 32GB DDR4
- Keyboard
- Sharkoon Purewriter
- Mouse
- Corsair Ironclaw RGB
- Betriebssystem
- Windows 11
- Webbrowser
- Chrome
- Internet
- ▼100Mbit ▲42Mbit
Hey leute,
ich habe ein Lenovo T420 mit Intel HD3000 und Nvidia NVS 4100 Grafik auf Fedora 15 beta.
So nun zu meinen Problem.
Ich habe Fedora mit aktivierter Intel Grafik installiert und ich hatte auch 3D Effekte und den neuen Gnome 3 Desktop.
Weil die Treiber aber noch ein bisschen ruckeln habe ich die Nvidia Grafik aktiviert aber die schluckt um einiges mehr an Strom. ( über zwei Stunden weniger Akku )
Nun wollte ich die Nvidia wieder deaktivieren und die Intel benutzen aber nun habe ich keine 3D Effekte mehr. Ich habe schon alle Nvidia Pakete deinstalliert und die xorg angepasst.
Hier ein paar Auszüge:
lspci | grep VGA
xorg.con
lsmod
Letzte Xorg.0.log
In den Xorg Logs sieht man das noch Nvidia Module geladen werden. Sind die evnt Schuld?
Der Intel Treiber wird ja korrekt geladen so weit ich das sehen. Es ist auch die Version 2.14 die SandyBridge unterstützt.
Danke für eure Hilfe
Gruß
low1337
ich habe ein Lenovo T420 mit Intel HD3000 und Nvidia NVS 4100 Grafik auf Fedora 15 beta.
So nun zu meinen Problem.
Ich habe Fedora mit aktivierter Intel Grafik installiert und ich hatte auch 3D Effekte und den neuen Gnome 3 Desktop.
Weil die Treiber aber noch ein bisschen ruckeln habe ich die Nvidia Grafik aktiviert aber die schluckt um einiges mehr an Strom. ( über zwei Stunden weniger Akku )
Nun wollte ich die Nvidia wieder deaktivieren und die Intel benutzen aber nun habe ich keine 3D Effekte mehr. Ich habe schon alle Nvidia Pakete deinstalliert und die xorg angepasst.
Hier ein paar Auszüge:
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 0126 (rev 09)
xorg.con
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "record"
Load "dri"
Load "dri2"
Load "dbe"
Load "extmod"
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" "enable"
Option "DRI" "true"
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<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>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor1"
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
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
ModulePath "/usr/lib64/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "record"
Load "dri"
Load "dri2"
Load "dbe"
Load "extmod"
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" "enable"
Option "DRI" "true"
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<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>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor1"
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
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
lsmod
Module Size Used by
tcp_lp 12663 0
fuse 70196 3
sunrpc 212171 1
cpufreq_ondemand 13846 4
acpi_cpufreq 13417 1
freq_table 13675 2 cpufreq_ondemand,acpi_cpufreq
mperf 12649 1 acpi_cpufreq
ip6t_REJECT 12976 2
nf_conntrack_ipv6 14329 8
nf_defrag_ipv6 14195 1 nf_conntrack_ipv6
ip6table_filter 12815 1
ip6_tables 22998 1 ip6table_filter
arc4 12529 2
uvcvideo 59153 0
videodev 76554 1 uvcvideo
media 20483 1 videodev
v4l2_compat_ioctl32 16677 1 videodev
microcode 31412 0
snd_hda_codec_conexant 57455 1
snd_hda_intel 28982 2
snd_hda_codec 90103 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13556 1 snd_hda_codec
snd_seq 57136 0
iwlagn 393194 0
snd_seq_device 14129 1 snd_seq
mac80211 264704 1 iwlagn
joydev 17567 0
snd_pcm 85160 2 snd_hda_intel,snd_hda_codec
cfg80211 149668 2 iwlagn,mac80211
iTCO_wdt 17808 0
iTCO_vendor_support 13474 1 iTCO_wdt
i2c_i801 17765 0
rfkill 21604 1 cfg80211
snd_timer 29082 2 snd_seq,snd_pcm
e1000e 181869 0
snd 70398 12 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore 14523 1 snd
snd_page_alloc 14039 2 snd_hda_intel,snd_pcm
wmi 18697 0
uinput 17675 0
ipv6 309521 49 ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6
sdhci_pci 14153 0
firewire_ohci 36351 0
sdhci 23996 1 sdhci_pci
mmc_core 82803 1 sdhci
firewire_core 53403 1 firewire_ohci
crc_itu_t 12579 1 firewire_core
i915 372356 2
drm_kms_helper 36242 1 i915
drm 204636 3 i915,drm_kms_helper
i2c_algo_bit 13246 1 i915
i2c_core 33947 6 videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video 19130 1 i915
tcp_lp 12663 0
fuse 70196 3
sunrpc 212171 1
cpufreq_ondemand 13846 4
acpi_cpufreq 13417 1
freq_table 13675 2 cpufreq_ondemand,acpi_cpufreq
mperf 12649 1 acpi_cpufreq
ip6t_REJECT 12976 2
nf_conntrack_ipv6 14329 8
nf_defrag_ipv6 14195 1 nf_conntrack_ipv6
ip6table_filter 12815 1
ip6_tables 22998 1 ip6table_filter
arc4 12529 2
uvcvideo 59153 0
videodev 76554 1 uvcvideo
media 20483 1 videodev
v4l2_compat_ioctl32 16677 1 videodev
microcode 31412 0
snd_hda_codec_conexant 57455 1
snd_hda_intel 28982 2
snd_hda_codec 90103 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13556 1 snd_hda_codec
snd_seq 57136 0
iwlagn 393194 0
snd_seq_device 14129 1 snd_seq
mac80211 264704 1 iwlagn
joydev 17567 0
snd_pcm 85160 2 snd_hda_intel,snd_hda_codec
cfg80211 149668 2 iwlagn,mac80211
iTCO_wdt 17808 0
iTCO_vendor_support 13474 1 iTCO_wdt
i2c_i801 17765 0
rfkill 21604 1 cfg80211
snd_timer 29082 2 snd_seq,snd_pcm
e1000e 181869 0
snd 70398 12 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore 14523 1 snd
snd_page_alloc 14039 2 snd_hda_intel,snd_pcm
wmi 18697 0
uinput 17675 0
ipv6 309521 49 ip6t_REJECT,nf_conntrack_ipv6,nf_defrag_ipv6
sdhci_pci 14153 0
firewire_ohci 36351 0
sdhci 23996 1 sdhci_pci
mmc_core 82803 1 sdhci
firewire_core 53403 1 firewire_ohci
crc_itu_t 12579 1 firewire_core
i915 372356 2
drm_kms_helper 36242 1 i915
drm 204636 3 i915,drm_kms_helper
i2c_algo_bit 13246 1 i915
i2c_core 33947 6 videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video 19130 1 i915
Letzte Xorg.0.log
[ 2118.283]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 2118.284] X Protocol Version 11, Revision 0
[ 2118.284] Build Operating System: x86-15 2.6.32-71.14.1.el6.x86_64
[ 2118.284] Current Operating System: Linux low1337-mobile 2.6.39-0.rc5.git5.0.fc16.x86_64 #1 SMP Mon May 2 03:13:00 UTC 2011 x86_64
[ 2118.284] Kernel command line: ro root=UUID=97b80a5d-2200-4953-8a3a-75db8fc3208f rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=de-latin1 rhgb quiet
[ 2118.284] Build Date: 21 April 2011 05:44:19PM
[ 2118.284] Build ID: xorg-x11-server 1.10.1-11.fc15
[ 2118.284] Current version of pixman: 0.20.2
[ 2118.284] Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
[ 2118.284] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2118.285] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 3 19:32:30 2011
[ 2118.285] (==) Using config file: "/etc/X11/xorg.conf"
[ 2118.285] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2118.285] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2118.286] (==) No Layout section. Using the first Screen section.
[ 2118.286] (**) |-->Screen "Screen1" (0)
[ 2118.286] (**) | |-->Monitor "<default monitor>"
[ 2118.286] (**) | |-->Device "Card0"
[ 2118.287] (==) No monitor specified for screen "Screen1".
Using a default monitor configuration.
[ 2118.287] (==) Automatically adding devices
[ 2118.287] (==) Automatically enabling devices
[ 2118.287] (**) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 2118.287] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 2118.287] (**) Extension "Composite" is enabled
[ 2118.287] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2118.287] (II) Loader magic: 0x7d3740
[ 2118.287] (II) Module ABI versions:
[ 2118.287] X.Org ANSI C Emulation: 0.4
[ 2118.287] X.Org Video Driver: 10.0
[ 2118.287] X.Org XInput driver : 12.2
[ 2118.287] X.Org Server Extension : 5.0
[ 2118.291] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21d0 rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 2118.292] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) LoadModule: "glx"
[ 2118.294] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 2118.297] (II) Module glx: vendor="NVIDIA Corporation"
[ 2118.297] compiled for 4.0.2, module version = 1.0.0
[ 2118.297] Module class: X.Org Server Extension
[ 2118.297] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:10:15 PDT 2011
[ 2118.297] (II) Loading extension GLX
[ 2118.297] (II) LoadModule: "record"
[ 2118.298] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 2118.298] (II) Module record: vendor="X.Org Foundation"
[ 2118.298] compiled for 1.10.1, module version = 1.13.0
[ 2118.298] Module class: X.Org Server Extension
[ 2118.298] ABI class: X.Org Server Extension, version 5.0
[ 2118.298] (II) Loading extension RECORD
[ 2118.298] (II) LoadModule: "dri"
[ 2118.300] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 2118.300] (II) Module dri: vendor="X.Org Foundation"
[ 2118.300] compiled for 1.10.1, module version = 1.0.0
[ 2118.300] ABI class: X.Org Server Extension, version 5.0
[ 2118.300] (II) Loading extension XFree86-DRI
[ 2118.300] (II) LoadModule: "dri2"
[ 2118.301] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 2118.301] (II) Module dri2: vendor="X.Org Foundation"
[ 2118.301] compiled for 1.10.1, module version = 1.2.0
[ 2118.301] ABI class: X.Org Server Extension, version 5.0
[ 2118.301] (II) Loading extension DRI2
[ 2118.301] (II) LoadModule: "dbe"
[ 2118.303] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 2118.303] (II) Module dbe: vendor="X.Org Foundation"
[ 2118.303] compiled for 1.10.1, module version = 1.0.0
[ 2118.303] Module class: X.Org Server Extension
[ 2118.303] ABI class: X.Org Server Extension, version 5.0
[ 2118.303] (II) Loading extension DOUBLE-BUFFER
[ 2118.303] (II) LoadModule: "extmod"
[ 2118.304] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 2118.304] (II) Module extmod: vendor="X.Org Foundation"
[ 2118.304] compiled for 1.10.1, module version = 1.0.0
[ 2118.304] Module class: X.Org Server Extension
[ 2118.305] ABI class: X.Org Server Extension, version 5.0
[ 2118.305] (II) Loading extension SELinux
[ 2118.305] (II) Loading extension MIT-SCREEN-SAVER
[ 2118.305] (II) Loading extension XFree86-VidModeExtension
[ 2118.305] (II) Loading extension XFree86-DGA
[ 2118.305] (II) Loading extension DPMS
[ 2118.305] (II) Loading extension XVideo
[ 2118.305] (II) Loading extension XVideo-MotionCompensation
[ 2118.305] (II) Loading extension X-Resource
[ 2118.305] (II) LoadModule: "intel"
[ 2118.305] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 2118.305] (II) Module intel: vendor="X.Org Foundation"
[ 2118.305] compiled for 1.10.1, module version = 2.14.0
[ 2118.305] Module class: X.Org Video Driver
[ 2118.305] ABI class: X.Org Video Driver, version 10.0
[ 2118.305] (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
[ 2118.307] (--) using VT number 7
[ 2118.316] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 2118.317] drmOpenDevice: node name is /dev/dri/card0
[ 2118.318] drmOpenDevice: open result is 8, (OK)
[ 2118.318] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 2118.318] drmOpenDevice: node name is /dev/dri/card0
[ 2118.318] drmOpenDevice: open result is 8, (OK)
[ 2118.318] drmOpenByBusid: drmOpenMinor returns 8
[ 2118.319] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 2118.319] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 2118.319] (==) intel(0): RGB weight 888
[ 2118.319] (==) intel(0): Default visual is TrueColor
[ 2118.319] (**) intel(0): Option "AccelMethod" "enable"
[ 2118.319] (**) intel(0): Option "DRI" "true"
[ 2118.319] (**) intel(0): Option "XvMC"
[ 2118.320] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge
[ 2118.320] (--) intel(0): Chipset: "Sandybridge"
[ 2118.320] (**) intel(0): Tiling enabled
[ 2118.320] (**) intel(0): SwapBuffers wait disabled
[ 2118.320] (==) intel(0): video overlay key set to 0x101fe
[ 2118.321] (II) intel(0): Output LVDS1 has no monitor section
[ 2118.323] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 2118.323] (II) intel(0): Output VGA1 has no monitor section
[ 2118.323] (II) intel(0): EDID for output LVDS1
[ 2118.323] (II) intel(0): Manufacturer: AUO Model: 213e Serial#: 0
[ 2118.323] (II) intel(0): Year: 2010 Week: 33
[ 2118.323] (II) intel(0): EDID Version: 1.4
[ 2118.323] (II) intel(0): Digital Display Input
[ 2118.323] (II) intel(0): 6 bits per channel
[ 2118.324] (II) intel(0): Digital interface is undefined
[ 2118.324] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 2118.324] (II) intel(0): Gamma: 2.20
[ 2118.324] (II) intel(0): No DPMS capabilities specified
[ 2118.324] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 2118.324] (II) intel(0): First detailed timing is preferred mode
[ 2118.324] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 2118.324] (II) intel(0): redX: 0.610 redY: 0.350 greenX: 0.320 greenY: 0.560
[ 2118.324] (II) intel(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329
[ 2118.324] (II) intel(0): Manufacturer's mask: 0
[ 2118.324] (II) intel(0): Supported detailed timing:
[ 2118.324] (II) intel(0): clock: 110.0 MHz Image Size: 309 x 174 mm
[ 2118.324] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
[ 2118.324] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 2118.324] (II) intel(0): Supported detailed timing:
[ 2118.324] (II) intel(0): clock: 73.3 MHz Image Size: 309 x 174 mm
[ 2118.324] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
[ 2118.324] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 2118.324] (II) intel(0): AUO
[ 2118.324] (II) intel(0): B140RW02 V1
[ 2118.324] (II) intel(0): EDID (in hex):
[ 2118.324] (II) intel(0): 00ffffffffffff0006af3e2100000000
[ 2118.324] (II) intel(0): 21140104901f11780261959c59528f26
[ 2118.324] (II) intel(0): 21505400000001010101010101010101
[ 2118.324] (II) intel(0): 010101010101f82a409a61840c30402a
[ 2118.324] (II) intel(0): 330035ae10000018a51c409a61840c30
[ 2118.324] (II) intel(0): 402a330035ae10000018000000fe0041
[ 2118.324] (II) intel(0): 554f0a202020202020202020000000fe
[ 2118.324] (II) intel(0): 004231343052573032205631200a00d0
[ 2118.324] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2118.324] (II) intel(0): Printing DDC gathered Modelines:
[ 2118.325] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2118.325] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2118.325] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Printing probed modes for output LVDS1
[ 2118.325] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2118.325] (II) intel(0): Modeline "1600x900"x40.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2118.325] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 2118.325] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 2118.325] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 2118.325] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 2118.325] (II) intel(0): EDID for output VGA1
[ 2118.325] (II) intel(0): Output LVDS1 connected
[ 2118.325] (II) intel(0): Output VGA1 disconnected
[ 2118.325] (II) intel(0): Using exact sizes for initial modes
[ 2118.325] (II) intel(0): Output LVDS1 using initial mode 1600x900 +0+0
[ 2118.325] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 2118.325] (II) intel(0): Kernel page flipping support detected, enabling
[ 2118.325] (**) intel(0): Display dimensions: (310, 170) mm
[ 2118.325] (**) intel(0): DPI set to (131, 134)
[ 2118.325] (II) Loading sub module "fb"
[ 2118.325] (II) LoadModule: "fb"
[ 2118.326] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 2118.326] (II) Module fb: vendor="X.Org Foundation"
[ 2118.326] compiled for 1.10.1, module version = 1.0.0
[ 2118.327] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2118.327] (II) Loading sub module "dri2"
[ 2118.327] (II) LoadModule: "dri2"
[ 2118.328] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 2118.328] (II) Module dri2: vendor="X.Org Foundation"
[ 2118.328] compiled for 1.10.1, module version = 1.2.0
[ 2118.328] ABI class: X.Org Server Extension, version 5.0
[ 2118.328] (==) Depth 24 pixmap format is 32 bpp
[ 2118.328] (==) intel(0): VideoRam: 262144 KB
[ 2118.328] (II) intel(0): [DRI2] Setup complete
[ 2118.328] (II) intel(0): [DRI2] DRI driver: i965
[ 2118.328] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[ 2118.330] (II) UXA(0): Driver registered support for the following operations:
[ 2118.330] (II) solid
[ 2118.330] (II) copy
[ 2118.330] (II) composite (RENDER acceleration)
[ 2118.330] (II) put_image
[ 2118.330] (II) get_image
[ 2118.330] (==) intel(0): Backing store disabled
[ 2118.330] (==) intel(0): Silken mouse enabled
[ 2118.330] (II) intel(0): Initializing HW Cursor
[ 2118.331] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 2118.344] (==) intel(0): DPMS enabled
[ 2118.344] (**) intel(0): Intel XvMC decoder enabled
[ 2118.345] (II) intel(0): Set up textured video
[ 2118.345] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 2118.345] (II) intel(0): direct rendering: DRI2 Enabled
[ 2118.345] (==) intel(0): hotplug detection: "enabled"
[ 2118.432] (--) RandR disabled
[ 2118.432] (II) Initializing built-in extension Generic Event Extension
[ 2118.432] (II) Initializing built-in extension SHAPE
[ 2118.432] (II) Initializing built-in extension MIT-SHM
[ 2118.432] (II) Initializing built-in extension XInputExtension
[ 2118.432] (II) Initializing built-in extension XTEST
[ 2118.432] (II) Initializing built-in extension BIG-REQUESTS
[ 2118.433] (II) Initializing built-in extension SYNC
[ 2118.433] (II) Initializing built-in extension XKEYBOARD
[ 2118.433] (II) Initializing built-in extension XC-MISC
[ 2118.433] (II) Initializing built-in extension XINERAMA
[ 2118.433] (II) Initializing built-in extension XFIXES
[ 2118.433] (II) Initializing built-in extension RENDER
[ 2118.433] (II) Initializing built-in extension RANDR
[ 2118.433] (II) Initializing built-in extension COMPOSITE
[ 2118.433] (II) Initializing built-in extension DAMAGE
[ 2118.433] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 2118.436] (II) SELinux: Disabled on system
[ 2118.444] (II) intel(0): Setting screen physical size to 423 x 238
[ 2118.522] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 2118.522] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 2118.522] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 2118.522] (II) LoadModule: "evdev"
[ 2118.524] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.524] (II) Module evdev: vendor="X.Org Foundation"
[ 2118.524] compiled for 1.10.0, module version = 2.6.0
[ 2118.524] Module class: X.Org XInput Driver
[ 2118.524] ABI class: X.Org XInput driver, version 12.2
[ 2118.524] (II) Using input driver 'evdev' for 'Power Button'
[ 2118.524] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.524] (**) Power Button: always reports core events
[ 2118.524] (**) Power Button: Device: "/dev/input/event2"
[ 2118.524] (--) Power Button: Found keys
[ 2118.524] (II) Power Button: Configuring as keyboard
[ 2118.524] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 2118.525] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 2118.525] (**) Option "xkb_rules" "evdev"
[ 2118.525] (**) Option "xkb_model" "pc105"
[ 2118.525] (**) Option "xkb_layout" "de"
[ 2118.525] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.573] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 2118.573] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 2118.573] (**) Video Bus: Applying InputClass "system-setup-keyboard"
[ 2118.573] (II) Using input driver 'evdev' for 'Video Bus'
[ 2118.573] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.573] (**) Video Bus: always reports core events
[ 2118.573] (**) Video Bus: Device: "/dev/input/event6"
[ 2118.582] (--) Video Bus: Found keys
[ 2118.582] (II) Video Bus: Configuring as keyboard
[ 2118.582] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6"
[ 2118.582] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 2118.582] (**) Option "xkb_rules" "evdev"
[ 2118.582] (**) Option "xkb_model" "pc105"
[ 2118.582] (**) Option "xkb_layout" "de"
[ 2118.582] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.641] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 2118.641] (II) No input driver/identifier specified (ignoring)
[ 2118.642] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 2118.642] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 2118.642] (**) Sleep Button: Applying InputClass "system-setup-keyboard"
[ 2118.642] (II) Using input driver 'evdev' for 'Sleep Button'
[ 2118.642] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.642] (**) Sleep Button: always reports core events
[ 2118.642] (**) Sleep Button: Device: "/dev/input/event1"
[ 2118.652] (--) Sleep Button: Found keys
[ 2118.652] (II) Sleep Button: Configuring as keyboard
[ 2118.652] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 2118.652] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 2118.652] (**) Option "xkb_rules" "evdev"
[ 2118.652] (**) Option "xkb_model" "pc105"
[ 2118.652] (**) Option "xkb_layout" "de"
[ 2118.652] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.669] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 2118.669] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 2118.669] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 2118.669] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.669] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 2118.669] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 2118.670] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 2118.670] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 2118.670] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 2118.670] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 2118.670] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input4/event4"
[ 2118.670] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[ 2118.671] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 2118.673] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 2118.673] (II) No input driver/identifier specified (ignoring)
[ 2118.675] (II) config/udev: Adding input device Integrated Camera (/dev/input/event7)
[ 2118.675] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 2118.675] (**) Integrated Camera: Applying InputClass "system-setup-keyboard"
[ 2118.675] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 2118.675] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.675] (**) Integrated Camera: always reports core events
[ 2118.675] (**) Integrated Camera: Device: "/dev/input/event7"
[ 2118.675] (--) Integrated Camera: Found keys
[ 2118.675] (II) Integrated Camera: Configuring as keyboard
[ 2118.675] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input7/event7"
[ 2118.675] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD)
[ 2118.675] (**) Option "xkb_rules" "evdev"
[ 2118.675] (**) Option "xkb_model" "pc105"
[ 2118.675] (**) Option "xkb_layout" "de"
[ 2118.676] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.697] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 2118.697] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 2118.697] (**) AT Translated Set 2 keyboard: Applying InputClass "system-setup-keyboard"
[ 2118.697] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 2118.697] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.697] (**) AT Translated Set 2 keyboard: always reports core events
[ 2118.697] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 2118.698] (--) AT Translated Set 2 keyboard: Found keys
[ 2118.698] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 2118.698] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 2118.698] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 2118.698] (**) Option "xkb_rules" "evdev"
[ 2118.698] (**) Option "xkb_model" "pc105"
[ 2118.698] (**) Option "xkb_layout" "de"
[ 2118.698] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.700] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[ 2118.701] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 2118.701] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 2118.701] (II) LoadModule: "synaptics"
[ 2118.704] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 2118.704] (II) Module synaptics: vendor="X.Org Foundation"
[ 2118.704] compiled for 1.10.0, module version = 1.4.0
[ 2118.704] Module class: X.Org XInput Driver
[ 2118.704] ABI class: X.Org XInput driver, version 12.2
[ 2118.704] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 2118.704] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 2118.704] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2118.704] (**) Option "Device" "/dev/input/event5"
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2118.705] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[ 2118.705] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 2118.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 2118.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 2118.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 2118.706] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 2118.707] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 2118.707] (II) No input driver/identifier specified (ignoring)
[ 2118.708] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event8)
[ 2118.708] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 2118.708] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 2118.708] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.708] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 2118.708] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
[ 2118.708] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 2118.708] (--) TPPS/2 IBM TrackPoint: Found relative axes
[ 2118.708] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 2118.708] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[ 2118.708] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 2118.709] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 2118.709] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event8"
[ 2118.709] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[ 2118.709] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 2118.710] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 2118.710] (II) No input driver/identifier specified (ignoring)
[ 2118.761] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2118.761] (II) intel(0): Printing DDC gathered Modelines:
[ 2118.761] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2118.761] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.198] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.198] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.198] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.198] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.201] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.201] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.201] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.201] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.203] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.203] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.203] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.203] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.205] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.205] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.205] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.205] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2124.227] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2124.227] (II) intel(0): Printing DDC gathered Modelines:
[ 2124.227] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2124.227] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2124.231] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2124.231] (II) intel(0): Printing DDC gathered Modelines:
[ 2124.231] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2124.231] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2124.233] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2124.233] (II) intel(0): Printing DDC gathered Modelines:
[ 2124.233] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2124.233] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2125.592] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2125.592] (II) intel(0): Printing DDC gathered Modelines:
[ 2125.592] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2125.592] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
X.Org X Server 1.10.1
Release Date: 2011-04-15
[ 2118.284] X Protocol Version 11, Revision 0
[ 2118.284] Build Operating System: x86-15 2.6.32-71.14.1.el6.x86_64
[ 2118.284] Current Operating System: Linux low1337-mobile 2.6.39-0.rc5.git5.0.fc16.x86_64 #1 SMP Mon May 2 03:13:00 UTC 2011 x86_64
[ 2118.284] Kernel command line: ro root=UUID=97b80a5d-2200-4953-8a3a-75db8fc3208f rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=de-latin1 rhgb quiet
[ 2118.284] Build Date: 21 April 2011 05:44:19PM
[ 2118.284] Build ID: xorg-x11-server 1.10.1-11.fc15
[ 2118.284] Current version of pixman: 0.20.2
[ 2118.284] Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
[ 2118.284] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2118.285] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 3 19:32:30 2011
[ 2118.285] (==) Using config file: "/etc/X11/xorg.conf"
[ 2118.285] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2118.285] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2118.286] (==) No Layout section. Using the first Screen section.
[ 2118.286] (**) |-->Screen "Screen1" (0)
[ 2118.286] (**) | |-->Monitor "<default monitor>"
[ 2118.286] (**) | |-->Device "Card0"
[ 2118.287] (==) No monitor specified for screen "Screen1".
Using a default monitor configuration.
[ 2118.287] (==) Automatically adding devices
[ 2118.287] (==) Automatically enabling devices
[ 2118.287] (**) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 2118.287] (**) ModulePath set to "/usr/lib64/xorg/modules"
[ 2118.287] (**) Extension "Composite" is enabled
[ 2118.287] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2118.287] (II) Loader magic: 0x7d3740
[ 2118.287] (II) Module ABI versions:
[ 2118.287] X.Org ANSI C Emulation: 0.4
[ 2118.287] X.Org Video Driver: 10.0
[ 2118.287] X.Org XInput driver : 12.2
[ 2118.287] X.Org Server Extension : 5.0
[ 2118.291] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21d0 rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 2118.292] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 2118.292] (II) LoadModule: "glx"
[ 2118.294] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 2118.297] (II) Module glx: vendor="NVIDIA Corporation"
[ 2118.297] compiled for 4.0.2, module version = 1.0.0
[ 2118.297] Module class: X.Org Server Extension
[ 2118.297] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:10:15 PDT 2011
[ 2118.297] (II) Loading extension GLX
[ 2118.297] (II) LoadModule: "record"
[ 2118.298] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 2118.298] (II) Module record: vendor="X.Org Foundation"
[ 2118.298] compiled for 1.10.1, module version = 1.13.0
[ 2118.298] Module class: X.Org Server Extension
[ 2118.298] ABI class: X.Org Server Extension, version 5.0
[ 2118.298] (II) Loading extension RECORD
[ 2118.298] (II) LoadModule: "dri"
[ 2118.300] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 2118.300] (II) Module dri: vendor="X.Org Foundation"
[ 2118.300] compiled for 1.10.1, module version = 1.0.0
[ 2118.300] ABI class: X.Org Server Extension, version 5.0
[ 2118.300] (II) Loading extension XFree86-DRI
[ 2118.300] (II) LoadModule: "dri2"
[ 2118.301] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 2118.301] (II) Module dri2: vendor="X.Org Foundation"
[ 2118.301] compiled for 1.10.1, module version = 1.2.0
[ 2118.301] ABI class: X.Org Server Extension, version 5.0
[ 2118.301] (II) Loading extension DRI2
[ 2118.301] (II) LoadModule: "dbe"
[ 2118.303] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 2118.303] (II) Module dbe: vendor="X.Org Foundation"
[ 2118.303] compiled for 1.10.1, module version = 1.0.0
[ 2118.303] Module class: X.Org Server Extension
[ 2118.303] ABI class: X.Org Server Extension, version 5.0
[ 2118.303] (II) Loading extension DOUBLE-BUFFER
[ 2118.303] (II) LoadModule: "extmod"
[ 2118.304] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 2118.304] (II) Module extmod: vendor="X.Org Foundation"
[ 2118.304] compiled for 1.10.1, module version = 1.0.0
[ 2118.304] Module class: X.Org Server Extension
[ 2118.305] ABI class: X.Org Server Extension, version 5.0
[ 2118.305] (II) Loading extension SELinux
[ 2118.305] (II) Loading extension MIT-SCREEN-SAVER
[ 2118.305] (II) Loading extension XFree86-VidModeExtension
[ 2118.305] (II) Loading extension XFree86-DGA
[ 2118.305] (II) Loading extension DPMS
[ 2118.305] (II) Loading extension XVideo
[ 2118.305] (II) Loading extension XVideo-MotionCompensation
[ 2118.305] (II) Loading extension X-Resource
[ 2118.305] (II) LoadModule: "intel"
[ 2118.305] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 2118.305] (II) Module intel: vendor="X.Org Foundation"
[ 2118.305] compiled for 1.10.1, module version = 2.14.0
[ 2118.305] Module class: X.Org Video Driver
[ 2118.305] ABI class: X.Org Video Driver, version 10.0
[ 2118.305] (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
[ 2118.307] (--) using VT number 7
[ 2118.316] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 2118.317] drmOpenDevice: node name is /dev/dri/card0
[ 2118.318] drmOpenDevice: open result is 8, (OK)
[ 2118.318] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 2118.318] drmOpenDevice: node name is /dev/dri/card0
[ 2118.318] drmOpenDevice: open result is 8, (OK)
[ 2118.318] drmOpenByBusid: drmOpenMinor returns 8
[ 2118.319] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 2118.319] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 2118.319] (==) intel(0): RGB weight 888
[ 2118.319] (==) intel(0): Default visual is TrueColor
[ 2118.319] (**) intel(0): Option "AccelMethod" "enable"
[ 2118.319] (**) intel(0): Option "DRI" "true"
[ 2118.319] (**) intel(0): Option "XvMC"
[ 2118.320] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge
[ 2118.320] (--) intel(0): Chipset: "Sandybridge"
[ 2118.320] (**) intel(0): Tiling enabled
[ 2118.320] (**) intel(0): SwapBuffers wait disabled
[ 2118.320] (==) intel(0): video overlay key set to 0x101fe
[ 2118.321] (II) intel(0): Output LVDS1 has no monitor section
[ 2118.323] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 2118.323] (II) intel(0): Output VGA1 has no monitor section
[ 2118.323] (II) intel(0): EDID for output LVDS1
[ 2118.323] (II) intel(0): Manufacturer: AUO Model: 213e Serial#: 0
[ 2118.323] (II) intel(0): Year: 2010 Week: 33
[ 2118.323] (II) intel(0): EDID Version: 1.4
[ 2118.323] (II) intel(0): Digital Display Input
[ 2118.323] (II) intel(0): 6 bits per channel
[ 2118.324] (II) intel(0): Digital interface is undefined
[ 2118.324] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 2118.324] (II) intel(0): Gamma: 2.20
[ 2118.324] (II) intel(0): No DPMS capabilities specified
[ 2118.324] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 2118.324] (II) intel(0): First detailed timing is preferred mode
[ 2118.324] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 2118.324] (II) intel(0): redX: 0.610 redY: 0.350 greenX: 0.320 greenY: 0.560
[ 2118.324] (II) intel(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329
[ 2118.324] (II) intel(0): Manufacturer's mask: 0
[ 2118.324] (II) intel(0): Supported detailed timing:
[ 2118.324] (II) intel(0): clock: 110.0 MHz Image Size: 309 x 174 mm
[ 2118.324] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
[ 2118.324] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 2118.324] (II) intel(0): Supported detailed timing:
[ 2118.324] (II) intel(0): clock: 73.3 MHz Image Size: 309 x 174 mm
[ 2118.324] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0
[ 2118.324] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0
[ 2118.324] (II) intel(0): AUO
[ 2118.324] (II) intel(0): B140RW02 V1
[ 2118.324] (II) intel(0): EDID (in hex):
[ 2118.324] (II) intel(0): 00ffffffffffff0006af3e2100000000
[ 2118.324] (II) intel(0): 21140104901f11780261959c59528f26
[ 2118.324] (II) intel(0): 21505400000001010101010101010101
[ 2118.324] (II) intel(0): 010101010101f82a409a61840c30402a
[ 2118.324] (II) intel(0): 330035ae10000018a51c409a61840c30
[ 2118.324] (II) intel(0): 402a330035ae10000018000000fe0041
[ 2118.324] (II) intel(0): 554f0a202020202020202020000000fe
[ 2118.324] (II) intel(0): 004231343052573032205631200a00d0
[ 2118.324] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2118.324] (II) intel(0): Printing DDC gathered Modelines:
[ 2118.325] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2118.325] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2118.325] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 2118.325] (II) intel(0): Printing probed modes for output LVDS1
[ 2118.325] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2118.325] (II) intel(0): Modeline "1600x900"x40.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2118.325] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 2118.325] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 2118.325] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 2118.325] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 2118.325] (II) intel(0): EDID for output VGA1
[ 2118.325] (II) intel(0): Output LVDS1 connected
[ 2118.325] (II) intel(0): Output VGA1 disconnected
[ 2118.325] (II) intel(0): Using exact sizes for initial modes
[ 2118.325] (II) intel(0): Output LVDS1 using initial mode 1600x900 +0+0
[ 2118.325] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 2118.325] (II) intel(0): Kernel page flipping support detected, enabling
[ 2118.325] (**) intel(0): Display dimensions: (310, 170) mm
[ 2118.325] (**) intel(0): DPI set to (131, 134)
[ 2118.325] (II) Loading sub module "fb"
[ 2118.325] (II) LoadModule: "fb"
[ 2118.326] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 2118.326] (II) Module fb: vendor="X.Org Foundation"
[ 2118.326] compiled for 1.10.1, module version = 1.0.0
[ 2118.327] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2118.327] (II) Loading sub module "dri2"
[ 2118.327] (II) LoadModule: "dri2"
[ 2118.328] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 2118.328] (II) Module dri2: vendor="X.Org Foundation"
[ 2118.328] compiled for 1.10.1, module version = 1.2.0
[ 2118.328] ABI class: X.Org Server Extension, version 5.0
[ 2118.328] (==) Depth 24 pixmap format is 32 bpp
[ 2118.328] (==) intel(0): VideoRam: 262144 KB
[ 2118.328] (II) intel(0): [DRI2] Setup complete
[ 2118.328] (II) intel(0): [DRI2] DRI driver: i965
[ 2118.328] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[ 2118.330] (II) UXA(0): Driver registered support for the following operations:
[ 2118.330] (II) solid
[ 2118.330] (II) copy
[ 2118.330] (II) composite (RENDER acceleration)
[ 2118.330] (II) put_image
[ 2118.330] (II) get_image
[ 2118.330] (==) intel(0): Backing store disabled
[ 2118.330] (==) intel(0): Silken mouse enabled
[ 2118.330] (II) intel(0): Initializing HW Cursor
[ 2118.331] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 2118.344] (==) intel(0): DPMS enabled
[ 2118.344] (**) intel(0): Intel XvMC decoder enabled
[ 2118.345] (II) intel(0): Set up textured video
[ 2118.345] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 2118.345] (II) intel(0): direct rendering: DRI2 Enabled
[ 2118.345] (==) intel(0): hotplug detection: "enabled"
[ 2118.432] (--) RandR disabled
[ 2118.432] (II) Initializing built-in extension Generic Event Extension
[ 2118.432] (II) Initializing built-in extension SHAPE
[ 2118.432] (II) Initializing built-in extension MIT-SHM
[ 2118.432] (II) Initializing built-in extension XInputExtension
[ 2118.432] (II) Initializing built-in extension XTEST
[ 2118.432] (II) Initializing built-in extension BIG-REQUESTS
[ 2118.433] (II) Initializing built-in extension SYNC
[ 2118.433] (II) Initializing built-in extension XKEYBOARD
[ 2118.433] (II) Initializing built-in extension XC-MISC
[ 2118.433] (II) Initializing built-in extension XINERAMA
[ 2118.433] (II) Initializing built-in extension XFIXES
[ 2118.433] (II) Initializing built-in extension RENDER
[ 2118.433] (II) Initializing built-in extension RANDR
[ 2118.433] (II) Initializing built-in extension COMPOSITE
[ 2118.433] (II) Initializing built-in extension DAMAGE
[ 2118.433] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 2118.436] (II) SELinux: Disabled on system
[ 2118.444] (II) intel(0): Setting screen physical size to 423 x 238
[ 2118.522] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 2118.522] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 2118.522] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 2118.522] (II) LoadModule: "evdev"
[ 2118.524] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.524] (II) Module evdev: vendor="X.Org Foundation"
[ 2118.524] compiled for 1.10.0, module version = 2.6.0
[ 2118.524] Module class: X.Org XInput Driver
[ 2118.524] ABI class: X.Org XInput driver, version 12.2
[ 2118.524] (II) Using input driver 'evdev' for 'Power Button'
[ 2118.524] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.524] (**) Power Button: always reports core events
[ 2118.524] (**) Power Button: Device: "/dev/input/event2"
[ 2118.524] (--) Power Button: Found keys
[ 2118.524] (II) Power Button: Configuring as keyboard
[ 2118.524] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 2118.525] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 2118.525] (**) Option "xkb_rules" "evdev"
[ 2118.525] (**) Option "xkb_model" "pc105"
[ 2118.525] (**) Option "xkb_layout" "de"
[ 2118.525] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.573] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 2118.573] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 2118.573] (**) Video Bus: Applying InputClass "system-setup-keyboard"
[ 2118.573] (II) Using input driver 'evdev' for 'Video Bus'
[ 2118.573] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.573] (**) Video Bus: always reports core events
[ 2118.573] (**) Video Bus: Device: "/dev/input/event6"
[ 2118.582] (--) Video Bus: Found keys
[ 2118.582] (II) Video Bus: Configuring as keyboard
[ 2118.582] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6"
[ 2118.582] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 2118.582] (**) Option "xkb_rules" "evdev"
[ 2118.582] (**) Option "xkb_model" "pc105"
[ 2118.582] (**) Option "xkb_layout" "de"
[ 2118.582] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.641] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 2118.641] (II) No input driver/identifier specified (ignoring)
[ 2118.642] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 2118.642] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 2118.642] (**) Sleep Button: Applying InputClass "system-setup-keyboard"
[ 2118.642] (II) Using input driver 'evdev' for 'Sleep Button'
[ 2118.642] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.642] (**) Sleep Button: always reports core events
[ 2118.642] (**) Sleep Button: Device: "/dev/input/event1"
[ 2118.652] (--) Sleep Button: Found keys
[ 2118.652] (II) Sleep Button: Configuring as keyboard
[ 2118.652] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 2118.652] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 2118.652] (**) Option "xkb_rules" "evdev"
[ 2118.652] (**) Option "xkb_model" "pc105"
[ 2118.652] (**) Option "xkb_layout" "de"
[ 2118.652] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.669] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event4)
[ 2118.669] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 2118.669] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 2118.669] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.669] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 2118.669] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event4"
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 2118.669] (--) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 2118.670] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 2118.670] (II) Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 2118.670] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 2118.670] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 2118.670] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input4/event4"
[ 2118.670] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
[ 2118.671] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 2118.671] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 2118.673] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
[ 2118.673] (II) No input driver/identifier specified (ignoring)
[ 2118.675] (II) config/udev: Adding input device Integrated Camera (/dev/input/event7)
[ 2118.675] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 2118.675] (**) Integrated Camera: Applying InputClass "system-setup-keyboard"
[ 2118.675] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 2118.675] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.675] (**) Integrated Camera: always reports core events
[ 2118.675] (**) Integrated Camera: Device: "/dev/input/event7"
[ 2118.675] (--) Integrated Camera: Found keys
[ 2118.675] (II) Integrated Camera: Configuring as keyboard
[ 2118.675] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input7/event7"
[ 2118.675] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD)
[ 2118.675] (**) Option "xkb_rules" "evdev"
[ 2118.675] (**) Option "xkb_model" "pc105"
[ 2118.675] (**) Option "xkb_layout" "de"
[ 2118.676] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.697] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 2118.697] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 2118.697] (**) AT Translated Set 2 keyboard: Applying InputClass "system-setup-keyboard"
[ 2118.697] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 2118.697] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.697] (**) AT Translated Set 2 keyboard: always reports core events
[ 2118.697] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 2118.698] (--) AT Translated Set 2 keyboard: Found keys
[ 2118.698] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 2118.698] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 2118.698] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 2118.698] (**) Option "xkb_rules" "evdev"
[ 2118.698] (**) Option "xkb_model" "pc105"
[ 2118.698] (**) Option "xkb_layout" "de"
[ 2118.698] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 2118.700] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[ 2118.701] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 2118.701] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 2118.701] (II) LoadModule: "synaptics"
[ 2118.704] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 2118.704] (II) Module synaptics: vendor="X.Org Foundation"
[ 2118.704] compiled for 1.10.0, module version = 1.4.0
[ 2118.704] Module class: X.Org XInput Driver
[ 2118.704] ABI class: X.Org XInput driver, version 12.2
[ 2118.704] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 2118.704] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 2118.704] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2118.704] (**) Option "Device" "/dev/input/event5"
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 2118.705] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 2118.705] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[ 2118.705] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[ 2118.705] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 2118.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 2118.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 2118.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 2118.706] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 2118.707] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 2118.707] (II) No input driver/identifier specified (ignoring)
[ 2118.708] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event8)
[ 2118.708] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 2118.708] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 2118.708] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 2118.708] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 2118.708] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
[ 2118.708] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 2118.708] (--) TPPS/2 IBM TrackPoint: Found relative axes
[ 2118.708] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 2118.708] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[ 2118.708] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 2118.709] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 2118.709] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event8"
[ 2118.709] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[ 2118.709] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 2118.709] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 2118.710] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 2118.710] (II) No input driver/identifier specified (ignoring)
[ 2118.761] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2118.761] (II) intel(0): Printing DDC gathered Modelines:
[ 2118.761] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2118.761] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.198] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.198] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.198] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.198] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.201] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.201] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.201] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.201] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.203] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.203] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.203] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.203] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2119.205] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2119.205] (II) intel(0): Printing DDC gathered Modelines:
[ 2119.205] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2119.205] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2124.227] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2124.227] (II) intel(0): Printing DDC gathered Modelines:
[ 2124.227] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2124.227] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2124.231] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2124.231] (II) intel(0): Printing DDC gathered Modelines:
[ 2124.231] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2124.231] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2124.233] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2124.233] (II) intel(0): Printing DDC gathered Modelines:
[ 2124.233] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2124.233] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
[ 2125.592] (II) intel(0): EDID vendor "AUO", prod id 8510
[ 2125.592] (II) intel(0): Printing DDC gathered Modelines:
[ 2125.592] (II) intel(0): Modeline "1600x900"x0.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz)
[ 2125.592] (II) intel(0): Modeline "1600x900"x0.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz)
In den Xorg Logs sieht man das noch Nvidia Module geladen werden. Sind die evnt Schuld?
Der Intel Treiber wird ja korrekt geladen so weit ich das sehen. Es ist auch die Version 2.14 die SandyBridge unterstützt.
Danke für eure Hilfe
Gruß
low1337
Zuletzt bearbeitet: