2006. 05. 9, kedd keltezéssel 10.37-kor Bernie Hoefer ezt írta:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Khiraly wrote:
> ===
> > How can I obtain the current launched X.org modline? There is a command
> > to print it out?
> ===
> I do not know, for sure, the answer to your question. So, perhaps
> I am leading you down a dead end. Yet, I wonder if you can figured out
> which modeline is being used by looking at the X server's log in
> /var/logs. When I execute the following command:
> more /var/log/Xorg.0.log | grep _active | more
>
> it gives me this:
>
> ===
> > (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end
> > 1440 h_border: 0
> > (II) RADEON(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823
> > v_border: 0
> ===
>
I dont have this lines, or something like this.
Why I am asking is that:
1. startx with an external monitor (Philips 190B) works
2. startx without any external monitor works too
What is NOT working:
1. I have started Xorg (startx), and *after* I plug my external monitor
(Philips 190B) to the external VGA connector. Then I use the Fn-F4
keyboard shortcut, I cant swith to my internal monitor.
2. I have started Xorg with external monitor plugged in. Than I want to
disconnect my external monitor and use the internal monitor (and move my
laptop to anoter room too), I cant switch to my internal monitor. There
is always a blank screen.
So switching between external and internal monitor is not possible. I
can use my external monitor if I connect before startx, and not
disconnect it.
I hoped that if I know the exact modelines for my internal and external
monitor (now its determinated via the nvidia driver), I cant switch
between those.
There is somebody who have successfully switched between the external
and internal monitor WITHOUT restarting Xorg server?
Best regards,
Khiraly
ps: here is my xorg.conf file, and my Xorg.0.log file too:
xorg.conf:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "ALPS" "CorePointer"
#InputDevice "Configured Mouse" "CorePointer"
InputDevice "usbmouse" "AlwaysCore"
#wacom
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
#Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
# Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
# Option "XkbOptions" "grp:switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "auto"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
EndSection
Section "InputDevice"
Identifier "usbmouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
# Option "Protocol" "ExplorerPS/2"
# Option "Buttons" "7"
# Option "ZAxisMapping" "6 7"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "ALPS"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
Option "AccelFactor" "0.015"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "0"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Type" "stylus"
Option "Mode" "Absolute"
Option "USB" "on"
Option "Threshold" "10"
Option "Tilt" "on"
Option "Device" "/dev/ttyUSB0"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "Mode" "Absolute"
Option "USB" "on"
Option "Tilt" "on"
Option "Threshold" "10"
Option "Device" "/dev/ttyUSB0"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
# Option "RenderAccel" "true"
# Option "XaaNoOffscreenPixmaps"
# Option "NvAGP" "0"
EndSection
Section "Monitor"
#Modeline "640x480" 31.50 640 660 724 840 480 481 484 500
# Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800
Identifier "LiteOn 15huvelyk"
HorizSync 31 - 60
VertRefresh 55 - 75
Option "DPMS"
EndSection
Section "Monitor"
#Modeline "640x480" 31.50 640 660 724 840 480 481 484 500
# Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800
Identifier "190B" #Philips
HorizSync 30 - 82
VertRefresh 56 - 76
Option "DPMS"
EndSection
Section "Monitor"
Identifier "nx9105"
HorizSync 30 - 82
VertRefresh 56 - 76
UseModes "[EMAIL PROTECTED]"
EndSection
Section "Modes"
Identifier "[EMAIL PROTECTED]"
#Modeline "[EMAIL PROTECTED]" 80.58 1280 1344 1480 1680 800 801 804 827 -HSync
-Vsync
#Modeline "[EMAIL PROTECTED]" 101.92 1280 1312 1696 1728 800 816 825 841
Modeline "[EMAIL PROTECTED]" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync
+vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "nx9105"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "nvidia-auto-select" "800x600"
#"[EMAIL PROTECTED]" "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
==================
Xorg.0.log:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/buza:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux buza 2.6.16-rc3p2 #1 Wed Feb 22 01:34:18 CET
2006 i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 13 14:57:57 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "nx9105"
(**) | |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "hu"
(**) XKB: layout: "hu"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "ALPS"
(**) |-->Input Device "usbmouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "eraser"
(**) FontPath set to
"/usr/share/fonts/X11/misc,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00d1 card 0000,0000 rev a4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00d0 card 10de,0c80 rev a6 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00d4 card 103c,006d rev a4 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00d7 card 10de,0c80 rev a5 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00d7 card 10de,0c80 rev a5 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00d8 card 10de,0c80 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,00da card 103c,006d rev a2 class 04,01,00 hdr 80
(II) PCI: 00:06:1: chip 10de,00d9 card 103c,006d rev a2 class 07,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,00d5 card 10de,0c80 rev a5 class 01,01,8a hdr 00
(II) PCI: 00:0a:0: chip 10de,00dd card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10de,00d2 card 0000,0000 rev a4 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0176 card 103c,006d rev a3 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 104c,8026 card 103c,006d rev 00 class 0c,00,10 hdr 00
(II) PCI: 02:01:0: chip 10ec,8139 card 103c,006b rev 10 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 14e4,4320 card 103c,12f4 rev 03 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac54 card 3000,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:04:1: chip 104c,ac54 card 3800,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:04:2: chip 104c,8201 card 103c,006d rev 01 class 08,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:10:0), (0,2,2), BCTRL: 0x0200 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00003000 - 0x00007fff (0x5000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xe8100000 - 0xe97fffff (0x1700000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x30000000 - 0x33ffffff (0x4000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000f (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xf8000000 - 0xfc0fffff (0x4100000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B]
[1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xe8400000 - 0xe87fffff (0x400000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x30000000 - 0x31ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:4:1), (2,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 7 I/O range:
[0] -1 0 0x00003800 - 0x000038ff (0x100) IX[B]
[1] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 7 non-prefetchable memory range:
[0] -1 0 0xe8c00000 - 0xe8ffffff (0x400000) MX[B]
(II) Bus 7 prefetchable memory range:
[0] -1 0 0x32000000 - 0x33ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 420 Go 32M] rev 163, Mem @
0xea000000/24, 0xf8000000/26, 0xfc000000/19
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to
0xefffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe8104000 - 0xe8105fff (0x2000) MX[B]
[1] -1 0 0xe8108800 - 0xe81088ff (0x100) MX[B]
[2] -1 0 0xe8100000 - 0xe8103fff (0x4000) MX[B]
[3] -1 0 0xe8108000 - 0xe81087ff (0x800) MX[B]
[4] -1 0 0xe8003000 - 0xe8003fff (0x1000) MX[B]
[5] -1 0 0xe8002000 - 0xe8002fff (0x1000) MX[B]
[6] -1 0 0xe8004000 - 0xe80040ff (0x100) MX[B]
[7] -1 0 0xe8001000 - 0xe8001fff (0x1000) MX[B]
[8] -1 0 0xe8000000 - 0xe8000fff (0x1000) MX[B]
[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[10] -1 0 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
[11] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[12] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
[13] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[14] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[15] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[16] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[17] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[18] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[19] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[20] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[21] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe8104000 - 0xe8105fff (0x2000) MX[B]
[1] -1 0 0xe8108800 - 0xe81088ff (0x100) MX[B]
[2] -1 0 0xe8100000 - 0xe8103fff (0x4000) MX[B]
[3] -1 0 0xe8108000 - 0xe81087ff (0x800) MX[B]
[4] -1 0 0xe8003000 - 0xe8003fff (0x1000) MX[B]
[5] -1 0 0xe8002000 - 0xe8002fff (0x1000) MX[B]
[6] -1 0 0xe8004000 - 0xe80040ff (0x100) MX[B]
[7] -1 0 0xe8001000 - 0xe8001fff (0x1000) MX[B]
[8] -1 0 0xe8000000 - 0xe8000fff (0x1000) MX[B]
[9] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[10] -1 0 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
[11] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[12] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
[13] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[14] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[15] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[16] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[17] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[18] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[19] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[20] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[21] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe8104000 - 0xe8105fff (0x2000) MX[B]
[6] -1 0 0xe8108800 - 0xe81088ff (0x100) MX[B]
[7] -1 0 0xe8100000 - 0xe8103fff (0x4000) MX[B]
[8] -1 0 0xe8108000 - 0xe81087ff (0x800) MX[B]
[9] -1 0 0xe8003000 - 0xe8003fff (0x1000) MX[B]
[10] -1 0 0xe8002000 - 0xe8002fff (0x1000) MX[B]
[11] -1 0 0xe8004000 - 0xe80040ff (0x100) MX[B]
[12] -1 0 0xe8001000 - 0xe8001fff (0x1000) MX[B]
[13] -1 0 0xe8000000 - 0xe8000fff (0x1000) MX[B]
[14] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[15] -1 0 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
[16] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[17] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[21] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[22] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[23] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[24] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[25] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[26] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[27] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[28] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol:
__glXLastContext
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (loader failed, 7)
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.0.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8756
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (module does not exist, 0)
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8756
Module class: X.Org Video Driver
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.4
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "wacom"
(WW) Warning, couldn't open module wacom
(II) UnloadModule: "wacom"
(EE) Failed to load module "wacom" (module does not exist, 0)
(II) NVIDIA X Driver 1.0-8756 Wed Mar 29 14:29:06 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe8104000 - 0xe8105fff (0x2000) MX[B]
[6] -1 0 0xe8108800 - 0xe81088ff (0x100) MX[B]
[7] -1 0 0xe8100000 - 0xe8103fff (0x4000) MX[B]
[8] -1 0 0xe8108000 - 0xe81087ff (0x800) MX[B]
[9] -1 0 0xe8003000 - 0xe8003fff (0x1000) MX[B]
[10] -1 0 0xe8002000 - 0xe8002fff (0x1000) MX[B]
[11] -1 0 0xe8004000 - 0xe80040ff (0x100) MX[B]
[12] -1 0 0xe8001000 - 0xe8001fff (0x1000) MX[B]
[13] -1 0 0xe8000000 - 0xe8000fff (0x1000) MX[B]
[14] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[15] -1 0 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
[16] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[17] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[21] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[22] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[23] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[24] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[25] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[26] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[27] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[28] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe8104000 - 0xe8105fff (0x2000) MX[B]
[6] -1 0 0xe8108800 - 0xe81088ff (0x100) MX[B]
[7] -1 0 0xe8100000 - 0xe8103fff (0x4000) MX[B]
[8] -1 0 0xe8108000 - 0xe81087ff (0x800) MX[B]
[9] -1 0 0xe8003000 - 0xe8003fff (0x1000) MX[B]
[10] -1 0 0xe8002000 - 0xe8002fff (0x1000) MX[B]
[11] -1 0 0xe8004000 - 0xe80040ff (0x100) MX[B]
[12] -1 0 0xe8001000 - 0xe8001fff (0x1000) MX[B]
[13] -1 0 0xe8000000 - 0xe8000fff (0x1000) MX[B]
[14] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[15] -1 0 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
[16] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[17] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[24] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[25] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[26] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[27] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[28] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[29] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[30] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[31] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
[32] 0 0 0xfc0803b0 - 0xfc0803bb (0xc) IS[B]
[33] 0 0 0xfc0803c0 - 0xfc0803df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce4 420 Go 32M at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 32768 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.20.43.25
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 420 Go 32M at
(--) NVIDIA(0): PCI:1:0:0:
(--) NVIDIA(0): Seiko (DFP-0)
(--) NVIDIA(0): Seiko (DFP-0): 224 MHz maximum pixel clock
(--) NVIDIA(0): Seiko (DFP-0): Internal Single Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfc000000 - 0xfc07ffff (0x80000) MX[B]
[1] 0 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
[2] 0 0 0xea000000 - 0xeaffffff (0x1000000) MX[B]
[3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xe8104000 - 0xe8105fff (0x2000) MX[B]
[9] -1 0 0xe8108800 - 0xe81088ff (0x100) MX[B]
[10] -1 0 0xe8100000 - 0xe8103fff (0x4000) MX[B]
[11] -1 0 0xe8108000 - 0xe81087ff (0x800) MX[B]
[12] -1 0 0xe8003000 - 0xe8003fff (0x1000) MX[B]
[13] -1 0 0xe8002000 - 0xe8002fff (0x1000) MX[B]
[14] -1 0 0xe8004000 - 0xe80040ff (0x100) MX[B]
[15] -1 0 0xe8001000 - 0xe8001fff (0x1000) MX[B]
[16] -1 0 0xe8000000 - 0xe8000fff (0x1000) MX[B]
[17] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O
[18] -1 0 0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
[19] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[20] -1 0 0xea000000 - 0xeaffffff (0x1000000) MX[B](B)
[21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[27] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[28] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[29] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[30] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[31] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[32] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[33] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[34] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
[35] 0 0 0xfc0803b0 - 0xfc0803bb (0xc) IS[B]
[36] 0 0 0xfc0803c0 - 0xfc0803df (0x20) IS[B]
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
error opening security policy file /etc/X11/xserver/SecurityPolicy
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Generic Keyboard: XkbRules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "hu"
(**) Generic Keyboard: XkbLayout: "hu"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.4 (1404)
(--) ALPS auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(**) Option "LeftEdge" "120"
(**) Option "RightEdge" "830"
(**) Option "TopEdge" "120"
(**) Option "BottomEdge" "650"
(**) Option "FingerLow" "14"
(**) Option "FingerHigh" "15"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "110"
(**) Option "EmulateMidButtonTime" "75"
(**) Option "VertScrollDelta" "20"
(**) Option "HorizScrollDelta" "20"
(**) Option "EdgeMotionMinSpeed" "200"
(**) Option "EdgeMotionMaxSpeed" "200"
(**) Option "UpDownScrolling" "1"
(**) Option "CircularScrolling" "0"
(--) ALPS touchpad found
(**) Option "CorePointer"
(**) ALPS: Core Pointer
(**) Option "Protocol" "IMPS/2"
(**) usbmouse: Device: "/dev/input/mice"
(**) usbmouse: Protocol: "IMPS/2"
(**) Option "AlwaysCore"
(**) usbmouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(==) usbmouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) usbmouse: ZAxisMapping: buttons 4 and 5
(**) usbmouse: Buttons: 9
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
(II) XINPUT: Adding extended input device "usbmouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "ALPS" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) ALPS auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(--) ALPS touchpad found
(II) usbmouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/Type1/, removing from
list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!
SynapticsCtrl called.
SynapticsCtrl called.
=========
The end.;)
_______________________________________________
LinuxR3000 mailing list
[email protected]
http://lists.pcxperience.com/cgi-bin/mailman/listinfo/linuxr3000
Wiki at http://prinsig.se/weekee/