Marcellus
OC Addicted
|
Ich hab auch ka wieso, aber ich hatte das problem auch, ich hab "kernel /boot/kernelimage" einfach auf "kernel /kernelimage" geändert und es hat geklappt, ich glaub das hängt damit zusammen, ob man /dev/hda1 beim entpacken des stage archives bereits gemountet hatte oder nicht.
Mir kommt jedenfalls vor, dass der softlink in boot "boot" fehlt und er deswegen das kernel image nicht findet. Kann natürlich auch sein, dass der kernel wirklich nicht da ist, wo er sein sollte.
Wenn du ganz sicher gehen willst kannst du auch anfangen mit "kernel=(hd0,0)/kernelimage"
Aber auch mal wieder schön eine nackte menu.lst zu sehen, wenn das system erstmal läuft vergiss nicht bootsplash und suspend 2 auf den vanilla kernel draufzupathen, framebuffer wär natürlich auch kein fehler, dann hat das gentoo erst seine sexyness ^^
EDIT: wenn du im grub "c" drückst kannst du die befehle von hand eingeben, da kommst du leichter was schief geht, in der grub console einmal "help" eingeben und du siehst alles was geht und ja du kommst um das ami keyboard layout nicht herum, kliner tipp "-" ist "/"
|
dio
Here to stay
|
Heyho, danke für eure Antworten. Hab dann einfach auf LILO zurückgegriffen, Hauptsache es funktioniert. Vielleicht spiel ich mich später noch ein mal damit. Derzeit beschäftigt mich allerdings ein anderes Problem; vielleicht könnt ihr mir ja hierbei auch helfen. Und zwar bekomm ich es nicht zusammen, eine Auflösung >1024x768 einzustellen. Hierzu meine xorg.conf: # /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoDDC" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Ist mehr oder weniger von der Ubuntu 6.10 LiveCD übernommen, da es dort funktioniert. Dazu die passende Xorg Log: X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux neptun 2.6.21-gentoo #1 SMP Sun May 6 18:43:16 Local time zone must be set--see zic m i686
Build Date: 05 May 2007
Before reporting problems, check [url]http://wiki.x.org[/url]
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: Sun May 6 15:52:02 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "NVIDIA Corporation NVIDIA Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
Entry deleted from font path.
(WW) FontPath is completely invalid. Using compiled-in default.
(==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81dc6a0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.2
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,29a0 card 1043,81ea rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,29a1 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1a:0: chip 8086,2834 card 1043,81ec rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2835 card 1043,81ec rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,283a card 1043,81ec rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2847 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2830 card 1043,81ec rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2831 card 1043,81ec rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2832 card 1043,81ec rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,2836 card 1043,81ec rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev f2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2810 card 1043,81ec rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2820 card 1043,81ec rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,283e card 1043,81ec rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2825 card 1043,81ec rev 02 class 01,01,85 hdr 00
(II) PCI: 01:00:0: chip 10de,0392 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 197b,2363 card 1043,81e4 rev 02 class 01,06,01 hdr 80
(II) PCI: 02:00:1: chip 197b,2363 card 1043,81e4 rev 02 class 01,01,85 hdr 00
(II) PCI: 03:00:0: chip 10ec,8168 card 1043,81aa rev 01 class 02,00,00 hdr 00
(II) PCI: 05:02:0: chip 1102,0002 card 1102,8061 rev 07 class 04,01,00 hdr 80
(II) PCI: 05:02:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), 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-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00008000 - 0x00008fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfa800000 - 0xfe8fffff (0x4100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xbfe00000 - 0xdfdfffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:3), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:4), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:30:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 5 I/O range:
[0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation G70 [GeForce 7600 GS] rev 161, Mem @ 0xfd000000/24, 0xc0000000/28, 0xfc000000/24, I/O @ 0x8c00/7, BIOS @ 0xfe8e0000/17
(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 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[1] -1 0 0xfe9fe000 - 0xfe9fffff (0x2000) MX[B]
[2] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]
[3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[4] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[5] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[6] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[8] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[9] -1 0 0x0000b880 - 0x0000b89f (0x20) IX[B]
[10] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[11] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[12] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[13] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[14] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[15] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[16] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[17] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[18] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[19] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[20] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[21] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[22] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[23] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[24] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[25] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[26] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[27] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[28] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[29] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[30] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[31] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[32] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[33] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[34] -1 0 0x00008c00 - 0x00008c7f (0x80) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0 0x88000000 - 0x880000ff (0x100) MX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[1] -1 0 0xfe9fe000 - 0xfe9fffff (0x2000) MX[B]
[2] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]
[3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[4] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[5] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[6] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[7] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[8] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[9] -1 0 0x0000b880 - 0x0000b89f (0x20) IX[B]
[10] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[11] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[12] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[13] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[14] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[15] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[16] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[17] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[18] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[19] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[20] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[21] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[22] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[23] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[24] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[25] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[26] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[27] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[28] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[29] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[30] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[31] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[32] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[33] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[34] -1 0 0x00008c00 - 0x00008c7f (0x80) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0x88000000 - 0x880000ff (0x100) MX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[5] -1 0 0xfe9fe000 - 0xfe9fffff (0x2000) MX[B]
[6] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]
[7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[8] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[12] -1 0 0x88000000 - 0x880000ff (0x100) MX[B]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[16] -1 0 0x0000b880 - 0x0000b89f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[18] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[19] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[20] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[21] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[22] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[23] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[24] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[25] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[26] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[27] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[28] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[29] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[30] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[31] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[32] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[33] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[34] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[35] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[36] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[37] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[38] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[39] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[40] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[41] -1 0 0x00008c00 - 0x00008c7f (0x80) IX[B](B)
(II) LoadModule: "i2c"(II) Module already built-in
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(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 1.3.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(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.9755
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 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.9755
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(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 dlloader X Driver 1.0-9755 Mon Feb 26 23:23:13 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) 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 1.3.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/extensions//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[5] -1 0 0xfe9fe000 - 0xfe9fffff (0x2000) MX[B]
[6] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]
[7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[8] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[12] -1 0 0x88000000 - 0x880000ff (0x100) MX[B]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[16] -1 0 0x0000b880 - 0x0000b89f (0x20) IX[B]
[17] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[18] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[19] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[20] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[21] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[22] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[23] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[24] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[25] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[26] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[27] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[28] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[29] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[30] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[31] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[32] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[33] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[34] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[35] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[36] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[37] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[38] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[39] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[40] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[41] -1 0 0x00008c00 - 0x00008c7f (0x80) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[5] -1 0 0xfe9fe000 - 0xfe9fffff (0x2000) MX[B]
[6] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]
[7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[8] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[11] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[12] -1 0 0x88000000 - 0x880000ff (0x100) MX[B]
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[19] -1 0 0x0000b880 - 0x0000b89f (0x20) IX[B]
[20] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[21] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[22] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[23] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[24] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[25] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[26] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[27] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[28] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[29] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[30] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[31] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[32] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[33] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[34] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[35] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[36] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[37] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[38] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[39] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[40] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[41] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[42] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[43] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[44] -1 0 0x00008c00 - 0x00008c7f (0x80) IX[B](B)
[45] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[46] 0 0 0x000003c0 - 0x000003df (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): Option "NoDDC" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(WW) NVIDIA(0):
(WW) NVIDIA(0): The IgnoreEDID and NoDDC options have been deprecated. The
(WW) NVIDIA(0): NVIDIA X driver makes use of a display device's EDID
(WW) NVIDIA(0): during construction of its modePool. It is recommended
(WW) NVIDIA(0): that you allow the X driver to make use of any available
(WW) NVIDIA(0): EDID. If, however, you know what you are doing and have
(WW) NVIDIA(0): good reason to do so, you can disable the X driver's use
(WW) NVIDIA(0): of EDIDs by setting the "UseEDID" X configuration option
(WW) NVIDIA(0): to FALSE; e.g.,
(WW) NVIDIA(0):
(WW) NVIDIA(0): Option "UseEDID" "FALSE"
(WW) NVIDIA(0):
(WW) NVIDIA(0): Note that, rather than globally disable all uses of the EDID,
(WW) NVIDIA(0): you can individually disable each particular use of the
(WW) NVIDIA(0): EDID; e.g.,
(WW) NVIDIA(0):
(WW) NVIDIA(0): Option "UseEDIDFreqs" "FALSE"
(WW) NVIDIA(0): Option "UseEDIDDpi" "FALSE"
(WW) NVIDIA(0): Option "ModeValidation" "NoEdidModes"
(WW) NVIDIA(0):
(WW) NVIDIA(0): See Appendix D: X Config Options in the README for details on
(WW) NVIDIA(0): each of these options.
(WW) NVIDIA(0):
(WW) NVIDIA(GPU-0): The EDID read for display device CRT-1 is invalid
(II) NVIDIA(0): NVIDIA GPU GeForce 7600 GS at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.73.22.40.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7600 GS at PCI:1:0:0:
(--) NVIDIA(0): CRT-1
(--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0): "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-1's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(--) 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 - 0xfcffffff (0x1000000) MX[B]
[1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
[2] 0 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[8] -1 0 0xfe9fe000 - 0xfe9fffff (0x2000) MX[B]
[9] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]
[10] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[11] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[15] -1 0 0x88000000 - 0x880000ff (0x100) MX[B]
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] 0 0 0x00008c00 - 0x00008c7f (0x80) IX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[23] -1 0 0x0000b880 - 0x0000b89f (0x20) IX[B]
[24] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[25] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[26] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[27] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[28] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[29] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[30] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[31] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[32] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[33] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[34] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[35] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[36] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[37] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[38] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[39] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[40] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[41] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[42] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[43] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[44] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[45] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[46] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[47] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[48] -1 0 0x00008c00 - 0x00008c7f (0x80) IX[B](B)
[49] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[50] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(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
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(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 XAccessControlExtension
(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
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "XkbOptions" "lv3:ralt_switch"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
(EE) No Input driver matching `wacom'
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "CRT-1:1024x768_60@1024x768+0+0"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Was ich bis jetzt versucht habe: auf Anraten von colo Option "NoDDC" auf true; half leider nichts. Frequenzen anpassen, interessiert den XServer allerdings anscheinend nicht. Any suggestions?
|
dio
Here to stay
|
Hiho, danke für eure Antworten. Ja, ich benutze den proprietären Treiber. Wenn ich nur mit nv fahre, ist schon bei 800x600 Schluss und die Frequenz ist nicht mehr im richtigen Bereich. Warum auch immer, ich gebe die Frequenz ja selbst an @that: habe die Option nun hinzugefügt, hat sich leider nichts geändert. Er verzichtet zwar nun darauf, 1280x1024 habe ich dennoch nicht zur Verfügung. Hier der relevante Abschnitt der Xorg Conf (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): Option "UseEDID" "false"
(**) NVIDIA(0): Option "NoDDC" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(WW) NVIDIA(0):
(WW) NVIDIA(0): The IgnoreEDID and NoDDC options have been deprecated. The
(WW) NVIDIA(0): NVIDIA X driver makes use of a display device's EDID
(WW) NVIDIA(0): during construction of its modePool. It is recommended
(WW) NVIDIA(0): that you allow the X driver to make use of any available
(WW) NVIDIA(0): EDID. If, however, you know what you are doing and have
(WW) NVIDIA(0): good reason to do so, you can disable the X driver's use
(WW) NVIDIA(0): of EDIDs by setting the "UseEDID" X configuration option
(WW) NVIDIA(0): to FALSE; e.g.,
(WW) NVIDIA(0):
(WW) NVIDIA(0): Option "UseEDID" "FALSE"
(WW) NVIDIA(0):
(WW) NVIDIA(0): Note that, rather than globally disable all uses of the EDID,
(WW) NVIDIA(0): you can individually disable each particular use of the
(WW) NVIDIA(0): EDID; e.g.,
(WW) NVIDIA(0):
(WW) NVIDIA(0): Option "UseEDIDFreqs" "FALSE"
(WW) NVIDIA(0): Option "UseEDIDDpi" "FALSE"
(WW) NVIDIA(0): Option "ModeValidation" "NoEdidModes"
(WW) NVIDIA(0):
(WW) NVIDIA(0): See Appendix D: X Config Options in the README for details on
(WW) NVIDIA(0): each of these options.
(WW) NVIDIA(0):
(**) NVIDIA(0): Ignoring EDIDs
(II) NVIDIA(GPU-0): Not probing EDID on CRT-1.
(II) NVIDIA(0): NVIDIA GPU GeForce 7600 GS at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.73.22.40.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7600 GS at PCI:1:0:0:
(--) NVIDIA(0): CRT-1
(--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(WW) NVIDIA(0): No valid modes for "1280x1024"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0): "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-1's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(--) 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 - 0xfcffffff (0x1000000) MX[B]
[1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
[2] 0 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[8] -1 0 0xfe9fe000 - 0xfe9fffff (0x2000) MX[B]
[9] -1 0 0xfebff800 - 0xfebffbff (0x400) MX[B]
[10] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
[11] -1 0 0xfe8e0000 - 0xfe8fffff (0x20000) MX[B](B)
[12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
[14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
[15] -1 0 0x88000000 - 0x880000ff (0x100) MX[B]
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] 0 0 0x00008c00 - 0x00008c7f (0x80) IX[B]
[20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[23] -1 0 0x0000b880 - 0x0000b89f (0x20) IX[B]
[24] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[25] -1 0 0x00009400 - 0x0000940f (0x10) IX[B]
[26] -1 0 0x00009480 - 0x00009483 (0x4) IX[B]
[27] -1 0 0x00009800 - 0x00009807 (0x8) IX[B]
[28] -1 0 0x00009880 - 0x00009883 (0x4) IX[B]
[29] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[30] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B]
[31] -1 0 0x0000c880 - 0x0000c88f (0x10) IX[B]
[32] -1 0 0x0000cc00 - 0x0000cc03 (0x4) IX[B]
[33] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[34] -1 0 0x0000d080 - 0x0000d083 (0x4) IX[B]
[35] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[36] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
[37] -1 0 0x0000e080 - 0x0000e08f (0x10) IX[B]
[38] -1 0 0x0000e400 - 0x0000e40f (0x10) IX[B]
[39] -1 0 0x0000e480 - 0x0000e483 (0x4) IX[B]
[40] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[41] -1 0 0x0000e880 - 0x0000e883 (0x4) IX[B]
[42] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[43] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
[44] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
[45] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
[46] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
[47] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
[48] -1 0 0x00008c00 - 0x00008c7f (0x80) IX[B](B)
[49] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[50] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(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
edit: @Marcellus: da steht einiges an Mist drinnen in der Config. Ist, wie gesagt, 1:1 übernommen von der Ubuntu Live CD, dort hats zumindest funktioniert. Ich krieg noch Augenkrebs hier.
Bearbeitet von dio am 06.05.2007, 17:36
|