Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X11 R7 und Nvidia [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
Moonfire
Apprentice
Apprentice


Joined: 01 Jan 2006
Posts: 158
Location: Leipzig

PostPosted: Sun Mar 19, 2006 12:47 pm    Post subject: X11 R7 und Nvidia [solved] Reply with quote

hallo,

Ich habe mir nun nach reichlicher überlegung das R7 emerged, was auch wunderbar mit dem "nv" funzt.
da ich allerdings eine Nvidia karte besitze, ist es ja nur sinnvoll diese auch zu nutzen.
damit komme ich gleich zu meinem problem. mit dem Nvidia treiber bekomme ich meine karte nicht zum laufen.
ich habe die config daten zur karte und zu dem screens aus meiner alten R6 config übernommen, da ich
das komplette file ja nicht nutzen konnte.

hier nun die xorg.conf

Code:
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection


    Load        "freetype"
    Load       "glx"
    Load       "dri"
#    Load   "GLCore"

EndSection

Section "Files"

    RgbPath   "/usr/lib/X11/rgb"


    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/Type1"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"

   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/mikachan-font/"
   FontPath     "/usr/share/fonts/cyrillic/"
   FontPath     "/usr/share/fonts/monafont/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/freefont/"
   FontPath     "/usr/share/fonts/mplus/"
   FontPath     "/usr/share/fonts/sharefonts/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/xdtv/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/lib/modules"

EndSection

Section "ServerFlags"

#    Option "NoTrapSignals"

# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "de"
   Option       "XkbVariant" "nodeadkeys"
EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option       "Buttons" "7"
   Option       "Emulate3Buttons" "no"
   Option       "ZAxisMapping" "4 5"
EndSection


Section "InputDevice"
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/proc/bus/usb/devices"   # USB ONLY
   Option       "Type" "cursor"
   Option       "USB" "on"                  # USB ONLY
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/proc/bus/usb/devices"   # USB ONLY
   Option       "Type" "stylus"
   Option       "USB" "on"                  # USB ONLY
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/proc/bus/usb/devices"   # USB ONLY
   Option       "Type" "eraser"
   Option       "USB" "on"                  # USB ONLY
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************


Section "Monitor"
   Identifier   "Acer"
   HorizSync    31.5 - 79.0
   VertRefresh  50.0 - 70.0
EndSection

Section "Monitor"
   Identifier "TV"
   HorizSync   30.0-50.0
   VertRefresh   60.0-60.0
EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

#Section "Device" *
#    Identifier   "Standard VGA" *
#    VendorName   "Unknown" *
#    BoardName   "Unknown" *

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset   "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

#    Driver     "vga" *
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks   25.2 28.3

#EndSection *

# Device configured by xorgconfig:

#Section "Device" *
#    Identifier  "NVIDIA GeForce" *
#    Identifier "FX5500"
#    Driver      "nv" *
    #VideoRam    262144
    # Insert Clocks lines here if appropriate
#EndSection

Section "Device"

   Identifier     "FX5500"
   Driver         "nvidia"
   BoardName      "0x0326"
   Screen      0
   Option          "RenderAccel" "true"
#   Option      "RandRRotation"  "1"
   Option          "AllowGLXWithComposite" "true"
   Option      "TwinView" "on"
   Option          "SecondMonitorHorizSync"     "30-50"   
   Option          "SecondMonitorVertRefresh"   "60"
   Option          "MetaModes" "1280x1024, 1024x768; 1024x768, 1024x768; 1024x768, 800x600"
   Option      "TVStandard" "PAL-B"
   Option          "TVOutFormat" "Composite"
   Option       "ConnectedMonitor" "CRT, TV"
   Option          "IgnoreEDID" "true"
#       ChipSet   "GeForce FX 5500"
#   Option      "NvAGP"     "1"
   Option      "TVOverScan" "1.0"
   Option       "TwinViewOrientation" "Clone"
#   Option       "TwinViewOrientation" "RightOf"
#   Option "UseEdidFreqs" "FALSE"
       VideoRam    262144
# Insert Clocks lines here if appropriate
   # unsupported card
   BusID       "PCI:01:00:0"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
   Identifier   "TV1"
   Device      "FX5500"
#   Device      "NVIDIA GeForce"
   Monitor      "TV"
#   Option          "MetaModes" "1024x768, 1024x768; 1024x768, 800x600"
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device     "FX5500"
#   Device      "NVIDIA GeForce"
   Monitor    "Acer"
   DefaultDepth     24
#   Option          "MetaModes" "1280x1024, 1024x768, 1024x768; 1024x768, 800x600"
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

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

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

#Section "ServerLayout" *

# The Identifier line must be present
#    Identifier  "Simple Layout" *

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

#    Screen "Screen 1" *

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

#    InputDevice "Mouse1" "CorePointer" *
#    InputDevice "Keyboard1" "CoreKeyboard" *

#EndSection *

# Section "DRI"
#    Mode 0666
# EndSection

Section "DRI"
   Group        0
EndSection


und hier noch das logfile:

Code:

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.16-rc3 i686
Current Operating System: Linux moonX 2.6.16-rc3 #1 PREEMPT Wed Feb 15 22:11:27 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: Sun Mar 19 12:49:14 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Acer"
(**) |   |-->Device "FX5500"
(**) |-->Screen "TV1" (1)
(**) |   |-->Monitor "TV"
(**) |   |-->Device "FX5500"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1,/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/mikachan-font/,/usr/share/fonts/cyrillic/,/usr/share/fonts/monafont/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/freefont/,/usr/share/fonts/mplus/,/usr/share/fonts/sharefonts/,/usr/share/fonts/Type1/,/usr/share/fonts/xdtv/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
Couldn't open RGB_DB '/usr/lib/X11/rgb'
(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 1106,3099 card 1043,807f rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 105a,5275 card 1043,807e rev 01 class 01,04,85 hdr 00
(II) PCI: 00:07:0: chip 104c,8023 card 1043,808d rev 00 class 0c,00,10 hdr 00
(II) PCI: 00:09:0: chip 1106,3038 card 1043,8080 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:09:1: chip 1106,3038 card 1043,8080 rev 50 class 0c,03,00 hdr 80
(II) PCI: 00:09:2: chip 1106,3104 card 1043,8080 rev 51 class 0c,03,20 hdr 80
(II) PCI: 00:0d:0: chip 109e,036e card 0070,13eb rev 02 class 04,00,00 hdr 80
(II) PCI: 00:0d:1: chip 109e,0878 card 0070,13eb rev 02 class 04,80,00 hdr 80
(II) PCI: 00:0e:0: chip 104c,9066 card 104c,9067 rev 00 class 02,80,00 hdr 00
(II) PCI: 00:0f:0: chip 1073,0010 card 1073,0010 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3147 card 1043,808c rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1043,808c rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 1043,808c rev 23 class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 1043,808c rev 23 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0326 card 1462,911a rev a1 class 03,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,1), 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   0xdd000000 - 0xde7fffff (0x1800000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xdff00000 - 0xefffffff (0x10100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:13:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xdf000000/12
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5500] rev 161, Mem @ 0xdd000000/24, 0xe0000000/28, BIOS @ 0xdffe0000/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   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   0xd9800000 - 0xd9807fff (0x8000) MX[B]
   [1] -1   0   0xda000000 - 0xda01ffff (0x20000) MX[B]
   [2] -1   0   0xda800000 - 0xda801fff (0x2000) MX[B]
   [3] -1   0   0xde800000 - 0xde800fff (0x1000) MX[B]
   [4] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [5] -1   0   0xdb800000 - 0xdb803fff (0x4000) MX[B]
   [6] -1   0   0xdc000000 - 0xdc0007ff (0x800) MX[B]
   [7] -1   0   0xdc800000 - 0xdc803fff (0x4000) MX[B]
   [8] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [9] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [10] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [11] -1   0   0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
   [12] -1   0   0xdf000000 - 0xdf000fff (0x1000) MX[B](B)
   [13] -1   0   0x00009000 - 0x0000901f (0x20) IX[B]
   [14] -1   0   0x00009400 - 0x0000941f (0x20) IX[B]
   [15] -1   0   0x00009800 - 0x0000980f (0x10) IX[B]
   [16] -1   0   0x0000a000 - 0x0000a003 (0x4) IX[B]
   [17] -1   0   0x0000a400 - 0x0000a43f (0x40) IX[B]
   [18] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [19] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [20] -1   0   0x0000b400 - 0x0000b40f (0x10) IX[B]
   [21] -1   0   0x0000b800 - 0x0000b803 (0x4) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [23] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [24] -1   0   0x0000d800 - 0x0000d807 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xd9800000 - 0xd9807fff (0x8000) MX[B]
   [1] -1   0   0xda000000 - 0xda01ffff (0x20000) MX[B]
   [2] -1   0   0xda800000 - 0xda801fff (0x2000) MX[B]
   [3] -1   0   0xde800000 - 0xde800fff (0x1000) MX[B]
   [4] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [5] -1   0   0xdb800000 - 0xdb803fff (0x4000) MX[B]
   [6] -1   0   0xdc000000 - 0xdc0007ff (0x800) MX[B]
   [7] -1   0   0xdc800000 - 0xdc803fff (0x4000) MX[B]
   [8] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [9] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [10] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [11] -1   0   0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
   [12] -1   0   0xdf000000 - 0xdf000fff (0x1000) MX[B](B)
   [13] -1   0   0x00009000 - 0x0000901f (0x20) IX[B]
   [14] -1   0   0x00009400 - 0x0000941f (0x20) IX[B]
   [15] -1   0   0x00009800 - 0x0000980f (0x10) IX[B]
   [16] -1   0   0x0000a000 - 0x0000a003 (0x4) IX[B]
   [17] -1   0   0x0000a400 - 0x0000a43f (0x40) IX[B]
   [18] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [19] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [20] -1   0   0x0000b400 - 0x0000b40f (0x10) IX[B]
   [21] -1   0   0x0000b800 - 0x0000b803 (0x4) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [23] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [24] -1   0   0x0000d800 - 0x0000d807 (0x8) 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   0xd9800000 - 0xd9807fff (0x8000) MX[B]
   [6] -1   0   0xda000000 - 0xda01ffff (0x20000) MX[B]
   [7] -1   0   0xda800000 - 0xda801fff (0x2000) MX[B]
   [8] -1   0   0xde800000 - 0xde800fff (0x1000) MX[B]
   [9] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [10] -1   0   0xdb800000 - 0xdb803fff (0x4000) MX[B]
   [11] -1   0   0xdc000000 - 0xdc0007ff (0x800) MX[B]
   [12] -1   0   0xdc800000 - 0xdc803fff (0x4000) MX[B]
   [13] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [14] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [15] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [16] -1   0   0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
   [17] -1   0   0xdf000000 - 0xdf000fff (0x1000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x00009000 - 0x0000901f (0x20) IX[B]
   [21] -1   0   0x00009400 - 0x0000941f (0x20) IX[B]
   [22] -1   0   0x00009800 - 0x0000980f (0x10) IX[B]
   [23] -1   0   0x0000a000 - 0x0000a003 (0x4) IX[B]
   [24] -1   0   0x0000a400 - 0x0000a43f (0x40) IX[B]
   [25] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [26] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [27] -1   0   0x0000b400 - 0x0000b40f (0x10) IX[B]
   [28] -1   0   0x0000b800 - 0x0000b803 (0x4) IX[B]
   [29] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [30] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [31] -1   0   0x0000d800 - 0x0000d807 (0x8) IX[B]
(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: "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 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.8178
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.0.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/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(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.8178
   Module class: XFree86 Video Driver
(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: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver  1.0-8178  Wed Dec 14 16:24:14 PST 2005
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(WW) NVIDIA: More than one matching Device section for instances
   (BusID: PCI:1:0:0) found: FX5500
(--) 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   0xd9800000 - 0xd9807fff (0x8000) MX[B]
   [6] -1   0   0xda000000 - 0xda01ffff (0x20000) MX[B]
   [7] -1   0   0xda800000 - 0xda801fff (0x2000) MX[B]
   [8] -1   0   0xde800000 - 0xde800fff (0x1000) MX[B]
   [9] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [10] -1   0   0xdb800000 - 0xdb803fff (0x4000) MX[B]
   [11] -1   0   0xdc000000 - 0xdc0007ff (0x800) MX[B]
   [12] -1   0   0xdc800000 - 0xdc803fff (0x4000) MX[B]
   [13] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [14] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [15] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [16] -1   0   0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
   [17] -1   0   0xdf000000 - 0xdf000fff (0x1000) MX[B](B)
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x00009000 - 0x0000901f (0x20) IX[B]
   [21] -1   0   0x00009400 - 0x0000941f (0x20) IX[B]
   [22] -1   0   0x00009800 - 0x0000980f (0x10) IX[B]
   [23] -1   0   0x0000a000 - 0x0000a003 (0x4) IX[B]
   [24] -1   0   0x0000a400 - 0x0000a43f (0x40) IX[B]
   [25] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [26] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [27] -1   0   0x0000b400 - 0x0000b40f (0x10) IX[B]
   [28] -1   0   0x0000b800 - 0x0000b803 (0x4) IX[B]
   [29] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [30] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [31] -1   0   0x0000d800 - 0x0000d807 (0x8) 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   0xd9800000 - 0xd9807fff (0x8000) MX[B]
   [6] -1   0   0xda000000 - 0xda01ffff (0x20000) MX[B]
   [7] -1   0   0xda800000 - 0xda801fff (0x2000) MX[B]
   [8] -1   0   0xde800000 - 0xde800fff (0x1000) MX[B]
   [9] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [10] -1   0   0xdb800000 - 0xdb803fff (0x4000) MX[B]
   [11] -1   0   0xdc000000 - 0xdc0007ff (0x800) MX[B]
   [12] -1   0   0xdc800000 - 0xdc803fff (0x4000) MX[B]
   [13] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [14] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [15] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [16] -1   0   0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
   [17] -1   0   0xdf000000 - 0xdf000fff (0x1000) 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   0x00009000 - 0x0000901f (0x20) IX[B]
   [24] -1   0   0x00009400 - 0x0000941f (0x20) IX[B]
   [25] -1   0   0x00009800 - 0x0000980f (0x10) IX[B]
   [26] -1   0   0x0000a000 - 0x0000a003 (0x4) IX[B]
   [27] -1   0   0x0000a400 - 0x0000a43f (0x40) IX[B]
   [28] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [29] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [30] -1   0   0x0000b400 - 0x0000b40f (0x10) IX[B]
   [31] -1   0   0x0000b800 - 0x0000b803 (0x4) IX[B]
   [32] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [33] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [34] -1   0   0x0000d800 - 0x0000d807 (0x8) IX[B]
   [35] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [36] 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 "IgnoreEDID" "true"
(**) NVIDIA(0): Option "ConnectedMonitor" "CRT, TV"
(**) NVIDIA(0): Option "TVStandard" "PAL-B"
(**) NVIDIA(0): Option "TVOutFormat" "Composite"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "TwinView" "on"
(**) NVIDIA(0): Option "TwinViewOrientation" "Clone"
(**) NVIDIA(0): Option "SecondMonitorHorizSync" "30-50"
(**) NVIDIA(0): Option "SecondMonitorVertRefresh" "60"
(**) NVIDIA(0): Option "MetaModes" "1280x1024, 1024x768; 1024x768, 1024x768; 1024x768, 800x600"
(**) NVIDIA(0): Option "TVOverScan" "1.0"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): Forcing COMPOSITE video output
(**) NVIDIA(0): Ignoring EDIDs
(**) NVIDIA(0): ConnectedMonitor string: "CRT, TV"
(**) NVIDIA(0): TV Standard string: "PAL-B"
(**) NVIDIA(0): TwinView enabled
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xDD000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5500
(--) NVIDIA(0): VideoBIOS: 04.34.20.69.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(EE) NVIDIA(0): Failed to map registers.
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Using ConnectedMonitor string "CRT-0, TV-0"
(--) NVIDIA(0): CRT-0: maximum pixel clock: 350 MHz
(--) NVIDIA(0): Detected TV Encoder: NVIDIA
(--) NVIDIA(0): TV-0: maximum pixel clock: 350 MHz
(II) NVIDIA(0): Not probing EDIDs.
(II) NVIDIA(0): Frequency information for CRT-0:
(II) NVIDIA(0):   HorizSync   : 31.500-79.000 kHz
(II) NVIDIA(0):   VertRefresh : 50.000-70.000 Hz
(II) NVIDIA(0):      (HorizSync from HorizSync in X Config Monitor section)
(II) NVIDIA(0):      (VertRefresh from VertRefresh in X Config Monitor
(II) NVIDIA(0):      section)
(II) NVIDIA(0): Frequency information for TV-0:
(II) NVIDIA(0):   HorizSync   : 30.000-50.000 kHz
(II) NVIDIA(0):   VertRefresh : 60.000 Hz
(II) NVIDIA(0):      (HorizSync from SecondMonitorHorizSync X Config Option)
(II) NVIDIA(0):      (VertRefresh from SecondMonitorVertRefresh X Config
(II) NVIDIA(0):      Option)
(II) Loading sub module "int10"
(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) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(II) NVIDIA(0): Acer: Using hsync range of 31.50-79.00 kHz
(II) NVIDIA(0): Acer: Using vrefresh range of 50.00-70.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 "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (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 "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (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 "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x432" (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)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (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 "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 "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) 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 "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 "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": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Acer: Using hsync range of 30.00-50.00 kHz
(II) NVIDIA(0): Acer: Using vrefresh value of 60.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 "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (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 "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (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 "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync 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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync 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)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (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 "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 "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (vrefresh 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 "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(WW) NVIDIA(0): Not using mode "512x384" (not a valid TV mode)
(**) NVIDIA(0): Validated modes for display device TV-0:
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 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
(EE) NVIDIA(0): Failed to unmap registers.
(EE) NVIDIA(0): Failed to unmap registers.
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0):      from EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(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
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xe0000000 - 0xefffffff (0x10000000) MX[B]
   [1] 0   0   0xdd000000 - 0xddffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](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   0xd9800000 - 0xd9807fff (0x8000) MX[B]
   [8] -1   0   0xda000000 - 0xda01ffff (0x20000) MX[B]
   [9] -1   0   0xda800000 - 0xda801fff (0x2000) MX[B]
   [10] -1   0   0xde800000 - 0xde800fff (0x1000) MX[B]
   [11] -1   0   0xdb000000 - 0xdb0000ff (0x100) MX[B]
   [12] -1   0   0xdb800000 - 0xdb803fff (0x4000) MX[B]
   [13] -1   0   0xdc000000 - 0xdc0007ff (0x800) MX[B]
   [14] -1   0   0xdc800000 - 0xdc803fff (0x4000) MX[B]
   [15] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [16] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [17] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [18] -1   0   0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
   [19] -1   0   0xdf000000 - 0xdf000fff (0x1000) MX[B](B)
   [20] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [21] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [22] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] -1   0   0x00009000 - 0x0000901f (0x20) IX[B]
   [26] -1   0   0x00009400 - 0x0000941f (0x20) IX[B]
   [27] -1   0   0x00009800 - 0x0000980f (0x10) IX[B]
   [28] -1   0   0x0000a000 - 0x0000a003 (0x4) IX[B]
   [29] -1   0   0x0000a400 - 0x0000a43f (0x40) IX[B]
   [30] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [31] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [32] -1   0   0x0000b400 - 0x0000b40f (0x10) IX[B]
   [33] -1   0   0x0000b800 - 0x0000b803 (0x4) IX[B]
   [34] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [35] -1   0   0x0000d400 - 0x0000d403 (0x4) IX[B]
   [36] -1   0   0x0000d800 - 0x0000d807 (0x8) IX[B]
   [37] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [38] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(EE) NVIDIA(0): Unable to allocate DMA memory
(EE) NVIDIA(0): Push buffer DMA allocation failed
(EE) NVIDIA(0):  *** Aborting ***
(EE) NVIDIA(0): Failed to allocate DMA push buffer
(EE) NVIDIA(0):  *** Aborting ***
(EE) NVIDIA(0): Failed to unmap registers.
(EE) NVIDIA(0): Failed to unmap registers.
(EE) NVIDIA(0): Failed to free registers.

Fatal server error:
AddScreen/ScreenInit failed for driver 0



vielen dank im voraus


Last edited by Moonfire on Mon Mar 20, 2006 8:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
Moonfire
Apprentice
Apprentice


Joined: 01 Jan 2006
Posts: 158
Location: Leipzig

PostPosted: Sun Mar 19, 2006 8:02 pm    Post subject: Reply with quote

hat echt niemand eine idee? *seufz*
ich bin sicher nicht der einzige der dieses prob hat, evtl hat ja jemand eine lösung
plz help
Back to top
View user's profile Send private message
Appleonkel
n00b
n00b


Joined: 24 Jan 2006
Posts: 10
Location: Germany/Cologne

PostPosted: Sun Mar 19, 2006 8:21 pm    Post subject: Reply with quote

Hi Moonfire,

bei mir läufts auf meiner GeForce4 420 Go nur mit nvidia-glx-1.0.7174-r5
siehe mein HowTo

Viel Glück

Apple
Back to top
View user's profile Send private message
Moonfire
Apprentice
Apprentice


Joined: 01 Jan 2006
Posts: 158
Location: Leipzig

PostPosted: Sun Mar 19, 2006 9:45 pm    Post subject: Reply with quote

auch mit dem älteren nvidia-kernel ist keine besserung in sicht.
ich bekomme weiterhin folgenden fehler beim starten mit "startx"

Code:
(EE) NVIDIA(0): Unable to allocate DMA memory
(EE) NVIDIA(0): Push buffer DMA allocation failed
(EE) NVIDIA(0):  *** Aborting ***
(EE) NVIDIA(0): Failed to allocate DMA push buffer
(EE) NVIDIA(0):  *** Aborting ***
(EE) NVIDIA(0): Failed to unmap registers.
(EE) NVIDIA(0): Failed to unmap registers.
(EE) NVIDIA(0): Failed to free registers.

Fatal server error:
AddScreen/ScreenInit failed for driver 0


eventuell jemand ne idee?
Back to top
View user's profile Send private message
scourge
n00b
n00b


Joined: 13 Jun 2005
Posts: 51
Location: Germany

PostPosted: Mon Mar 20, 2006 11:50 am    Post subject: Reply with quote

Hm ich meine mal was bezüglich Problemen bei FX Karten gelesen zu haben, kanns aber nicht beschwören.
Versuchs dochmal mit einem stable Kernel (also kein -rc), und sicherstellen, daß MTRR aktiviert ist.
Ansonsten kannst höchsten noch bei http://www.nvnews.net/vbulletin/ (allerdings grad down) posten.
Wenn du nicht grade im "lol u suck, make my X work" O-Ton postest, versuchen dir die nVidia Leute eigentlich
immer zu helfen.
Back to top
View user's profile Send private message
klemi
Guru
Guru


Joined: 26 May 2004
Posts: 494
Location: Erbach b. Ulm

PostPosted: Mon Mar 20, 2006 5:34 pm    Post subject: Reply with quote

Hi,

ich möchte mal fragen, warum mal zur Zeit x11/xorg 7 benötigt?
Was ist daran besser?

Gruß

Klemi
_________________
Gentoo 2.6.16-r12; AMD Athlon 3GHz; NVidia GeForce 5700; Hauppauge nexus-s
Back to top
View user's profile Send private message
bbox
n00b
n00b


Joined: 28 Feb 2006
Posts: 48

PostPosted: Mon Mar 20, 2006 6:57 pm    Post subject: Reply with quote

Statt einem Metapaket gibt es jetzt metaviele kleine Pakete. Wenn eine "Abteilung" Fehler hat muss nicht mehr alles neu gebaut werden.
Back to top
View user's profile Send private message
Moonfire
Apprentice
Apprentice


Joined: 01 Jan 2006
Posts: 158
Location: Leipzig

PostPosted: Mon Mar 20, 2006 8:26 pm    Post subject: Reply with quote

darauf hat die welt gewartet *geil
hab mir heute früh den neuen kernel 2.6.16 gebaut und nun als ich heimkam einfach mal nvida.kernel neu gebaut.
hab die config angepaßt und es funzt, sowohl das "nvidia" modul als auch der TVout

für alle die meine xorg.conf interessiert hier mal meine config:

Code:
Section "Module"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection


    Load        "freetype"
    Load       "glx"
    Load       "dri"
#    Load   "GLCore"

EndSection

Section "Files"

    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/mikachan-font/"
   FontPath     "/usr/share/fonts/cyrillic/"
   FontPath     "/usr/share/fonts/monafont/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/freefont/"
   FontPath     "/usr/share/fonts/mplus/"
   FontPath     "/usr/share/fonts/sharefonts/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/xdtv/"

# The module search path.  The default path is shown here.


EndSection

Section "ServerFlags"

EndSection


Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "de"
   Option       "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/input/mice"
   Option       "Buttons" "7"
   Option       "Emulate3Buttons" "no"
   Option       "ZAxisMapping" "4 5"
EndSection


Section "InputDevice"
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/proc/bus/usb/devices"   # USB ONLY
   Option       "Type" "cursor"
   Option       "USB" "on"                  # USB ONLY
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/proc/bus/usb/devices"   # USB ONLY
   Option       "Type" "stylus"
   Option       "USB" "on"                  # USB ONLY
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/proc/bus/usb/devices"   # USB ONLY
   Option       "Type" "eraser"
   Option       "USB" "on"                  # USB ONLY
   Option       "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection


Section "Monitor"
   Identifier   "Acer"
   HorizSync    31.5 - 79.0
   VertRefresh  50.0 - 70.0
EndSection

Section "Monitor"
   Identifier "TV"
   HorizSync   30.0-50.0
   VertRefresh   60.0-60.0
EndSection

Section "Device"
#    Identifier  "NVIDIA GeForce" *
      Identifier "FX5200"
      Driver      "nvidia"
   BoardName      "0x0320"
   Screen      0
   Option          "RenderAccel" "true"
#   Option      "RandRRotation"  "1"
   Option          "AllowGLXWithComposite" "true"
   Option      "TwinView" "on"
   Option          "SecondMonitorHorizSync"     "30-50"   
   Option          "SecondMonitorVertRefresh"   "60"
   Option          "MetaModes" "1280x1024, 1024x768; 1024x768, 1024x768; 1024x768, 800x600"
   Option      "TVStandard" "PAL-B"
   Option          "TVOutFormat" "Composite"
   Option       "ConnectedMonitor" "CRT, TV"
   Option          "IgnoreEDID" "true"
#       ChipSet   "GeForce FX 5500"
#   Option      "NvAGP"     "1"
   Option      "TVOverScan" "1.0"
   Option       "TwinViewOrientation" "Clone"
#   Option   "NvAGP" "1"
#    VideoRam    262144
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
   Identifier   "TV1"
   Device      "FX5200"
#   Device      "NVIDIA GeForce"
   Monitor      "TV"
#   Option          "MetaModes" "1024x768, 1024x768; 1024x768, 800x600"
EndSection

Section "Screen"
   Identifier "Screen 1"
   Device     "FX5200"
#   Device      "NVIDIA GeForce"
   Monitor    "Acer"
   DefaultDepth     24
#   Option          "MetaModes" "1280x1024, 1024x768, 1024x768; 1024x768, 800x600"
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


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

Section "DRI"
    Mode 0666
EndSection
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