Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg-x11-6.8.0-r1 schlechte Farbtiefe u. kein GLX (solved)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Oct 26, 2004 6:14 pm    Post subject: xorg-x11-6.8.0-r1 schlechte Farbtiefe u. kein GLX (solved) Reply with quote

Hallo Leute,

Problem. Habe mein von xorg-x11-6.7.0-r2 auf die aktuelle stable Release xorg-x11-6.8.0-r1 upgegraded konnte daraufhin meine bis zuletzt verwendete Config nicht mehr nutzen. Habe mir jetzt testweise eine von Xorg -config erstellen lassen.

Das Modul nvidia wurde automatisch in die xorg.conf aufgenommen nur leider leuft alles mit ner Farbtiefe von 4 Bit oder so. Totall uebell.

a) X startet totall langsam
b) sehr schleche Farbtiefe
c) GLX wird nicht gestartet. Fehlermeldung in xorg.log

Habe eben zu Testzwecken mal nvidia-glx und nvidia-kernel in der Vesion 1.0.6111 emerged, sind zwar masked aber wollte es testen. Leider auch ohne Erfolg.

Achja, die Einstellungen bzw. Option Depth in der Xorg.conf habe ich auch schon auf 16 gestellt, da in der Log dies bemaengelt wurde. Half aber nichts:(

Vielleicht koennt Ihr helfen?

xorg.conf
Code:

Section "ServerLayout"
 Identifier     "X.org Configured"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath     "/usr/share/fonts/misc/"
 FontPath     "/usr/share/fonts/TTF/"
 FontPath     "/usr/share/fonts/Type1/"
 FontPath     "/usr/share/fonts/CID/"
 FontPath     "/usr/share/fonts/75dpi/"
 FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
 Load  "glx"
 Load  "record"
 Load  "extmod"
 Load  "dbe"
 Load  "dri"
 Load  "xtrap"
 Load  "freetype"
 Load  "type1"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "kbd"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "auto"
 Option     "Device" "/dev/mouse"
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"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"     # <i>
        #Option     "NoFlip"              # [<bool>]
        #Option     "Dac8Bit"             # [<bool>]
        #Option     "NoLogo"              # [<bool>]
        #Option     "UBB"                 # [<bool>]
        #Option     "Stereo"              # <i>
        #Option     "SWcursor"            # [<bool>]
        #Option     "HWcursor"            # [<bool>]
        #Option     "VideoKey"            # <i>
        #Option     "NvAGP"               # <i>
        #Option     "IgnoreEDID"          # [<bool>]
        #Option     "NoDDC"               # [<bool>]
        #Option     "ConnectedMonitor"    # <str>
        #Option     "ConnectedMonitors"   # <str>
        #Option     "TVStandard"          # <str>
        #Option     "TVOutFormat"         # <str>
        #Option     "RenderAccel"         # [<bool>]
        #Option     "CursorShadow"        # [<bool>]
        #Option     "CursorShadowAlpha"   # <i>
        #Option     "CursorShadowXOffset"  # <i>
        #Option     "CursorShadowYOffset"  # <i>
        #Option     "UseEdidFreqs"        # [<bool>]
        #Option     "FlatPanelProperties"  # <str>
        #Option     "TwinView"            # [<bool>]
        #Option     "TwinViewOrientation"  # <str>
        #Option     "SecondMonitorHorizSync"  # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "MetaModes"           # <str>
        #Option     "UseInt10Module"      # [<bool>]
        #Option     "NoTwinViewXineramaInfo"  # [<bool>]
        #Option     "NoRenderExtension"   # [<bool>]
        #Option     "Overlay"             # [<bool>]
        #Option     "CIOverlay"           # [<bool>]
        #Option     "ForceEmulatedOverlay"  # [<bool>]
        #Option     "TransparentIndex"    # <i>
        #Option     "OverlayDefaultVisual"  # [<bool>]
        #Option     "NvEmulate"           # <i>
        #Option     "NoBandWidthTest"     # [<bool>]
        #Option     "CustomEDID-CRT-0"    # <str>
        #Option     "CustomEDID-CRT-1"    # <str>
        #Option     "CustomEDID-DFP-0"    # <str>
        #Option     "CustomEDID-DFP-1"    # <str>
        #Option     "CustomEDID-TV-0"     # <str>
        #Option     "CustomEDID-TV-1"     # <str>
        #Option     "TVOverScan"          # <f>
        #Option     "IgnoreDisplayDevices"  # <str>
        #Option     "MultisampleCompatibility"  # [<bool>]
        #Option     "RegistryDwords"      # <str>
        #Option     "NoPowerConnectorCheck"  # [<bool>]
        #Option     "AllowDFPStereo"      # [<bool>]
        #Option     "XvMCUsesTextures"    # [<bool>]
        #Option     "HorizSync"           # <str>
        #Option     "VertRefresh"         # <str>
 Identifier  "Card0"
 Driver      "nvidia"
 VendorName  "nVidia Corporation"
 BoardName   "NV17 [GeForce4 MX 440]"
 BusID       "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 SubSection "Display"
  Viewport   0 0
  Depth     1
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     4
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     8
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     15
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     16
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     24
 EndSubSection
EndSection



xorg.log
Code:


X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.8-gentoo-r3 i686 [ELF]
Current Operating System: Linux P4-Gentoo 2.6.8-gentoo-r3 #1 SMP Mon Sep 27 15:34:34 CEST 2004 i686
Build Date: 25 October 2004
   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: Tue Oct 26 19:58:09 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
 X.Org ANSI C Emulation: 0.2
 X.Org Video Driver: 0.7
 X.Org XInput driver : 0.4
 X.Org Server Extension : 0.2
 X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
 compiled for 6.8.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/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 1043,8070 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 12 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8028 rev 12 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8028 rev 12 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8028 rev 12 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8028 rev 12 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0171 card 1462,8611 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:0b:0: chip 1102,0002 card 1102,8040 rev 08 class 04,01,00 hdr 80
(II) PCI: 02:0b:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 02:0c:0: chip 109e,036e card 0070,13eb rev 02 class 04,00,00 hdr 80
(II) PCI: 02:0c:1: chip 109e,0878 card 0070,13eb rev 02 class 04,80,00 hdr 80
(II) PCI: 02:0e:0: chip 10ec,8139 card 1186,1391 rev 10 class 02,00,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,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xef700000 - 0xf7ffffff (0x8900000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
 [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
 [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]
 [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
 [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]
 [4] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
 [5] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [6] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [7] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xec800000 - 0xecffffff (0x800000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xee000000 - 0xef6fffff (0x1700000) MX[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 NV17 [GeForce4 MX 440] rev 163, Mem @ 0xed000000/24, 0xf0000000/27, 0xef800000/19, BIOS @ 0xef7e0000/17
(--) PCI: (2:12:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xee800000/12
(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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xec800000 - 0xec8000ff (0x100) MX[B]
   [1] -1   0   0xee000000 - 0xee000fff (0x1000) MX[B]
   [2] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [3] -1   0   0xee800000 - 0xee800fff (0x1000) MX[B](B)
   [4] -1   0   0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
   [5] -1   0   0xef800000 - 0xef87ffff (0x80000) MX[B](B)
   [6] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [7] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [8] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
 [9] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [10] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
 [11] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
 [12] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
 [13] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
 [14] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xec800000 - 0xec8000ff (0x100) MX[B]
 [1] -1 0 0xee000000 - 0xee000fff (0x1000) MX[B]
 [2] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [3] -1 0 0xee800000 - 0xee800fff (0x1000) MX[B](B)
 [4] -1 0 0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
 [5] -1 0 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
 [6] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
 [7] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B)
 [8] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
 [9] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
   [10] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [11] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [12] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [13] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [14] -1   0   0x0000b800 - 0x0000b80f (0x10) 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   0xec800000 - 0xec8000ff (0x100) MX[B]
   [6] -1   0   0xee000000 - 0xee000fff (0x1000) MX[B]
   [7] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [8] -1   0   0xee800000 - 0xee800fff (0x1000) MX[B](B)
   [9] -1   0   0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
   [10] -1   0   0xef800000 - 0xef87ffff (0x80000) MX[B](B)
   [11] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [16] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
   [17] -1   0   0x0000d800 - 0x0000d81f (0x20) IX[B]
   [18] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [19] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
 [20] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
 [21] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.6111
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
 compiled for 6.8.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: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.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: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
 compiled for 6.8.0, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
 compiled for 6.8.0, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
 compiled for 6.8.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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.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) Loading font CID
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6111
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6111  Tue Jul 27 07:56:22 PDT 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(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 0xec800000 - 0xec8000ff (0x100) MX[B]
 [6] -1 0 0xee000000 - 0xee000fff (0x1000) MX[B]
 [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [8] -1 0 0xee800000 - 0xee800fff (0x1000) MX[B](B)
 [9] -1 0 0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
 [10] -1 0 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
 [11] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
 [12] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B)
 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [15] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
 [16] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [17] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
   [18] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [19] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [20] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [21] -1   0   0x0000b800 - 0x0000b80f (0x10) 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   0xec800000 - 0xec8000ff (0x100) MX[B]
   [6] -1   0   0xee000000 - 0xee000fff (0x1000) MX[B]
   [7] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [8] -1   0   0xee800000 - 0xee800fff (0x1000) MX[B](B)
   [9] -1   0   0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
   [10] -1   0   0xef800000 - 0xef87ffff (0x80000) MX[B](B)
   [11] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
   [12] -1   0   0xed000000 - 0xedffffff (0x1000000) MX[B](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   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [19] -1   0   0x0000d400 - 0x0000d407 (0x8) IX[B]
 [20] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
 [21] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
 [22] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
 [23] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
 [24] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
 [25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
 compiled for 6.8.0, module version = 0.1.0
 ABI class: X.Org Video Driver, version 0.7
(==) NVIDIA(0): Depth 8, (==) framebuffer bpp 8
(==) NVIDIA(0): Default visual is PseudoColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xED000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 MX 440
(--) NVIDIA(0): VideoBIOS: 04.17.00.24.46
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 65536 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 350 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
 compiled for 6.8.0, module version = 1.0.0
 ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Monitor0: Using default hsync range of 30.00-80.00 kHz
(II) NVIDIA(0): Monitor0: Using default vrefresh range of 56.00-75.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x1024,Monitor0) mode clock 135MHz exceeds DDC maximum 130MHz
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Monitor0) mode clock 162MHz exceeds DDC maximum 130MHz
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(WW) NVIDIA(0): Not using mode "1600x1200" (width 1600 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1280)
(WW) NVIDIA(0): Not using mode "1400x1050" (width 1400 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1280)
(WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): Display dimensions: (340, 270) mm
(--) NVIDIA(0): DPI set to (95, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.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/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
 compiled for 6.8.0, module version = 0.1.0
 ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): OpenGL is only supported in depths 16 and 24
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0 0xef800000 - 0xef87ffff (0x80000) MX[B]
 [1] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
 [2] 0 0 0xed000000 - 0xedffffff (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 0xec800000 - 0xec8000ff (0x100) MX[B]
 [9] -1 0 0xee000000 - 0xee000fff (0x1000) MX[B]
 [10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [11] -1 0 0xee800000 - 0xee800fff (0x1000) MX[B](B)
 [12] -1 0 0xef7e0000 - 0xef7fffff (0x20000) MX[B](B)
 [13] -1 0 0xef800000 - 0xef87ffff (0x80000) MX[B](B)
 [14] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
 [15] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](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] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [21] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
 [22] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
 [23] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
 [24] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
 [25] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
 [26] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
 [27] -1 0 0x0000b800 - 0x0000b80f (0x10) IX[B]
 [28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
 [29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(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
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(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 LBX
(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
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(**) Mouse0: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard0: XkbModel: "pc101"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/CID/, removing from list!
SetClientVersion: 0 8



Gruss,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens


Last edited by benjamin200 on Tue Oct 26, 2004 7:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Tue Oct 26, 2004 6:24 pm    Post subject: Re: xorg-x11-6.8.0-r1 schlechte Farbtiefe u. kein GLX Reply with quote

hi!

warum konntest du deine alte config nicht mehr verwenden?
es kann ja auch nichts gehen, wenn du nicht die jeweiligen modes für die auflösungen einträgst :)

z.b.:
cut

Code:
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
 EndSubSection


nicht

Code:
 SubSection "Display"
  Viewport   0 0
  Depth     24
 EndSubSection


gruss, christian
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Oct 26, 2004 7:15 pm    Post subject: Reply with quote

Hi Christian

Code:

bash-2.05b$ glxgears
6633 frames in 5.0 seconds = 1326.600 FPS
7769 frames in 5.0 seconds = 1553.800 FPS
bash-2.05b$


Wie Du siehst läuft glx wieder - und auch DOOM3 lebt noch.
Ich danke Dir :)

Quote:

warum konntest du deine alte config nicht mehr verwenden?

Fehlermeldungen, hätte Config überarbeiten müssen:
Code:

.... ....
EE) No Input driver matching `Keyboard'
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse0: ps2EnableDataReporting: succeeded
No core keyboard

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
    at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


Quote:

es kann ja auch nichts gehen, wenn du nicht die jeweiligen modes für die auflösungen einträgst

Sorry Christian, bin leider noch nicht so der Gentoo bzw. Linux Crack. Bin immer noch dabei zu lernen, auch Grundlegende Sachen.

Für den Fall das dich die alte config interessiert:
xorg.conf-6.7.0-r2
Code:

Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen         "Screen 1" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/X11R6/lib/X11/fonts/local"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/Speedo"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/ukr"
EndSection

Section "Module"

   Load  "glx"
   Load  "dbe"     # Double buffer extension
   SubSection "extmod"
      Option       "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "type1"
   Load  "speedo"
    Load "freetype"
EndSection

Section "InputDevice"

   Identifier  "Keyboard"
   Driver      "Keyboard"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xfree86"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "de"
EndSection

Section "InputDevice"

   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/mouse"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

   Identifier   "My Monitor"
   HorizSync    31.5 - 64.3
   VertRefresh  50.0 - 70.0
EndSection

Section "Device"

   Identifier  "Standard VGA"
   Driver      "vga"
   VendorName  "Unknown"
   BoardName   "Unknown"
EndSection

Section "Device"

   Identifier  "** NVIDIA (generic)                   [nv]"
   Driver      "nvidia"
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device     "** NVIDIA (generic)                   [nv]"
   Monitor    "My Monitor"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024"
   EndSubSection
EndSection

Section "DRI"
   Group        0
EndSection



Gruß,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Tue Oct 26, 2004 7:36 pm    Post subject: Reply with quote

schön, dass es wieder funktioniert!
das mit "es kann ja auch nichts gehen, wenn du nicht die jeweiligen modes für die auflösungen einträgst " war nicht böse gemeint...deswegen auch der ":)"
ich bin auch noch am lernen.
denn man lernt nie aus :)
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Tue Oct 26, 2004 7:56 pm    Post subject: Reply with quote

Quote:

das mit "es kann ja auch nichts gehen, wenn du nicht die jeweiligen modes für die auflösungen einträgst " war nicht böse gemeint...deswegen auch der :)


Kein Problem, habe das auch nicht so aufgefasst. Wünsch Dir noch was.
Bis Bald :)
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Tue Oct 26, 2004 8:12 pm    Post subject: Reply with quote

ich wünsch dir auch was...bis ( bestimmt :) ) demnächst!
Back to top
View user's profile Send private message
frilled
Retired Dev
Retired Dev


Joined: 15 Mar 2004
Posts: 386
Location: Atlantis, inner city ring

PostPosted: Wed Oct 27, 2004 6:21 am    Post subject: Reply with quote

RealGeizt wrote:
schön, dass es wieder funktioniert!
das mit "es kann ja auch nichts gehen, wenn du nicht die jeweiligen modes für die auflösungen einträgst " war nicht böse gemeint...deswegen auch der ":)"
ich bin auch noch am lernen.
denn man lernt nie aus :)


BTW: Das funktioniert sehr wohl ohne Modes, WENN der Monitor sauber DDC macht ;-)
_________________
"Failure is not an option!"
"Sir, we are out of further options."
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Wed Oct 27, 2004 9:09 am    Post subject: Reply with quote

wgi wrote:
RealGeizt wrote:
schön, dass es wieder funktioniert!
das mit "es kann ja auch nichts gehen, wenn du nicht die jeweiligen modes für die auflösungen einträgst " war nicht böse gemeint...deswegen auch der ":)"
ich bin auch noch am lernen.
denn man lernt nie aus :)


BTW: Das funktioniert sehr wohl ohne Modes, WENN der Monitor sauber DDC macht ;-)


wusste ich nicht...was ist ddc? :)
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Wed Oct 27, 2004 9:19 am    Post subject: Reply with quote

moin RealGeizt,

Quote:

wusste ich nicht...was ist ddc?


Quote:

Direct Digital Control
direkte numerische Steuerung von Werkzeugmaschinen
Abkürzung für "Display-Data-Channel" (Monitor-Plug 'n' Play). Sind Monitor und Grafikkarte DDC-fähig, tauschen beide über das Betriebssystem ihre Informationen aus und stellen sich optimal aufeinander ein. Mittlerweile gibt es drei DDC-Varianten: DDC1, DDC2 und DDC2AB
DDC1-Standard: Der Monitor sendet seine Identifikationsdaten an die Grafikkarte, die die Daten steuert und anpaßt
DDC2-Standard: Monitor und Grafikkarten tauschen gegenseitig ihre Informationen aus und stellen sich automatisch aufeinander ein.

_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
RealGeizt
l33t
l33t


Joined: 22 Apr 2003
Posts: 700

PostPosted: Wed Oct 27, 2004 9:52 am    Post subject: Reply with quote

benjamin200 wrote:
moin RealGeizt,

Quote:

wusste ich nicht...was ist ddc?


Quote:

Direct Digital Control
direkte numerische Steuerung von Werkzeugmaschinen
Abkürzung für "Display-Data-Channel" (Monitor-Plug 'n' Play). Sind Monitor und Grafikkarte DDC-fähig, tauschen beide über das Betriebssystem ihre Informationen aus und stellen sich optimal aufeinander ein. Mittlerweile gibt es drei DDC-Varianten: DDC1, DDC2 und DDC2AB
DDC1-Standard: Der Monitor sendet seine Identifikationsdaten an die Grafikkarte, die die Daten steuert und anpaßt
DDC2-Standard: Monitor und Grafikkarten tauschen gegenseitig ihre Informationen aus und stellen sich automatisch aufeinander ein.


moin benjamin,
vielen dank!
naja, ich will lieber, dass der pc macht was ich will und nicht was er für gut empfindet :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum