Paules-PC-Forum.de Anzeige:

Microsoft Windows Intune: PC-Verwaltung und -Sicherheit in der Cloud: Updateverwaltung, Anti-Virus und vieles mehr!


Zurück   Paules-PC-Forum.de > Betriebssysteme > Linux

Linux Hier geht es um das Betriebssystem Linux.

EM-Tippspiel

Paule bei Facebook


Paule bei Twitter


Letzte Forenthemen
Gehe zum ersten neuen Beitrag avs4you_com Lizenz oder Abo?
Aufrufe: 59, Antworten: 4
Gehe zum ersten neuen Beitrag Bundesliga-Tippspiel Saision...
Aufrufe: 7609, Antworten: 184
Gehe zum ersten neuen Beitrag Von Live CD Windowspfad...
Aufrufe: 177, Antworten: 16
Gehe zum ersten neuen Beitrag PPF - Shoppingwahn
Aufrufe: 50921, Antworten: 1395
Gehe zum ersten neuen Beitrag PPF - Spiel "Wörter weiter...
Aufrufe: 26831, Antworten: 4213
Gehe zum ersten neuen Beitrag Hamachi deinstallieren
Aufrufe: 40, Antworten: 4
Gehe zum ersten neuen Beitrag PPF Blödstückchen Teil 3
Aufrufe: 22142, Antworten: 864
Gehe zum ersten neuen Beitrag Pc lahmt plötzlich
Aufrufe: 176, Antworten: 5
Gehe zum ersten neuen Beitrag Rechner fährt herunter,...
Aufrufe: 126, Antworten: 7
Gehe zum ersten neuen Beitrag Microsoft: Mehr Datenschutz...
Aufrufe: 25, Antworten: 0
Zeige:





Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 20.12.2009, 20:43   #1 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard Problem mit Xorg

Moin,

ich hab ein Problem mit Xorg. Wenn ich in der Xorg.conf das "record"-Modul lade, kann ich spiele wie Sauerbraten oder Filme ohne Probleme anschauen. Allerdings hat dann Iceweasel (firefox-bin) und X eine hohe CPU Auslastung beim Serven, sodass hier im Forum einen Post zu schreiben schon fast unmöglich ist. Lade ich das "record"-Modul nicht, dann kann ich ohne große Probleme serven, allerdings ruckelt Sauerbraten auf niedrigsten Einstellungen und auch Filme lassen sich nur sehr ruckelig abspielen.
Informationen zum System:
CPU: Intel Celeron D351, 3,2 GHZ
2GB DDR2 Ram
Asus 775Dual-VGA
NVidia Geforce 6800GS
NVIDIA Driver Version: 190.42
Code:
$ uname -r
2.6.28-5.slh.3-sidux-686
Code:
$ cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Tue Oct 20 21:01:12 PDT 2009


Section "ServerLayout"
    Identifier    "MainLayout"
    Screen          0    "MainScreen"    0    0
    InputDevice    "MainKeyboard"    "CoreKeyboard"
    InputDevice    "MainMouse"    "CorePointer"
#    Option        "BlankTime"    "0"            # Blank the screen after X minutes (Fake)
#    Option        "StandbyTime"    "0"            # Turn off screen after X minutes (DPMS)
#    Option        "SuspendTime"    "0"            # Full suspend after X minutes
#    Option        "OffTime"    "0"            # Turn off after X minutes
#    Option        "Xinerama"     "0"            # entfernen für Max nur auf einem Bildschirm
EndSection

Section "Module"
    Load    "dbe"                        #Aktiviert die Double-Buffering-Erweiterung im Server. Sinnvoll für Animationen und Video-Operationen 
    Load    "extmod"                    #Aktiviert viele traditionelle und oft verwendete Erweiterungen, wie nichtrechteckige Fenster, gemeinsamer Speicher, Video-Modus-Umschaltung, DGA und Xv 
#    Load    "v4l"                        #Video for Linux
#    Load    "type1"                        #Font-Rasterer ;; Wird von freetype geladen
    Load    "freetype"                    #Font-Rasterer
    Load    "bitmap"                    #Font-Rasterer
#    Load    "speedo"                    #Anscheinend auch Fonts
    Load    "glx"                        #Unterstützung für das Rendern mittels OpenGL 
    Load    "record"                    #Implementiert die RECORD-Erweiterung, oft für Server-Tests verwendet 
    Load    "ddc"                        #Unterstützung für den Datenanzeigekanal (Data Display Channel). Erlaubt die Abfrage der Monitoreigenschaften mittels der Grafikkarte
    Load    "dri"                        #Unterstützung für DRI (Direct Rendering Infrastructure) im X-Server 
#    Load    "int10"                        #Real-Mode-x86-Emulator zum Softboot sekundärer VGA-Karten. Sollte aktiviert sein, wenn vbe aktiviert ist 
#    Load    "vbe"                        #Unterstützung für VESA-BIOS-Erweiterungen. Erlaubt die Abfrage der Monitoreigenschaften mittels der Grafikkarte 
#    Load    "synaptics"                    #Maybe Synaptics Treiber?
#    Load    "xtrap"                #facilitates the capturing of server protocol and synthesizing core input events?!?
    Load    "i2c"                        #Sensor
EndSection

Section "InputDevice"
    Identifier    "MainMouse"
    Driver        "mouse"
    Option        "Protocol"        "auto"
    Option        "Device"        "/dev/psaux"
    Option        "Emulate3Buttons"    "no"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "InputDevice"
    Identifier    "MainKeyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "de"                    #"de,us"
    Option        "XkbOptions"    "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
#    Option        "XkbVariant"    "nodeadkeys"
#    Option        "XkbOptions"    "ctrl:nocaps"
EndSection

Section "Monitor"
    Identifier    "226BW"
    VendorName    "Samsung 226BW"
    ModelName    "Samsung SyncMaster"
    HorizSync    30.0 - 81.0
    VertRefresh    56.0 - 75.0
    DisplaySize    474    296
    Option        "DPMS"                #Turn off after X minutes
EndSection

Section "Device"
    Identifier    "6800GS"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName    "GeForce 6800 GS"
    BusID        "PCI:3:0:0"
#    VideoRam    "262144"
#    Option        "RandRRotation"        "no"    #Desktop drehen
#    Option        "RegistryDwords"    "PowerMizerLevelAC=0x1"
#    Option        "RegistryDwords"    "PowerMizerLevel=0x1"
    Option        "Coolbits"        "1"

#Für einen hardwarebeschleunigten Desktop (Xgl) oder den Einsatz eines Composite-Managers sind zusätzliche Optionen nötig.
    Option        "NvAgp"            "1"        #aktiviert die AGP-Unterstützung des Treibers. 
    Option        "RenderAccel"        "true"        #aktiviert die Hardware-Beschleunigung der RENDER-Erweiterung des Xservers 
#    Option        "AllowGLXWithComposite" "true"        #nötig, um gleichzeitig OpenGL-Anwendungen und Composite (s.u.) zu nutzen. Stabilitätsprobleme sind möglich. 
EndSection

Section "Screen"
    Identifier    "MainScreen"
    Device        "6800GS"
    Monitor        "226BW"
    DefaultDepth    16
#    Option        "TwinView"            "1"
#    Option        "TwinViewOrientation"        "LeftOf"    #Right, Clone
#    Option        "TwinViewXineramaInfoOrder"    "DFP-0"
#    Option        "metamodes"            "CRT: 1280x1024 +0+0, DFP: 1680x1050 +1280+0"
    SubSection    "Display"
        Depth    16
    EndSubSection
EndSection

Section "ServerFlags"
    Option        "DontZap"    "true"
    Option        "DontZoom"    "true"
EndSection

Section "DRI"
    Mode        0666
EndSection

#Section "Extensions"
#    Option    "Composite"    "Enable"
#    Option    "RENDER"    "true"
#    Option    "DAMAGE"    "true"
#EndSection
Code:
$ cat /var/log/Xorg.0.log

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10)
Current Operating System: Linux SimonsPC 2.6.28-5.slh.3-sidux-686 #1 SMP PREEMPT Sat Feb 14 14:20:51 UTC 2009 i686
Build Date: 09 January 2009  02:57:16AM
 
    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 Dec 20 19:16:10 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "MainLayout"
(**) |-->Screen "MainScreen" (0)
(**) |   |-->Monitor "226BW"
(**) |   |-->Device "6800GS"
(**) |-->Input Device "MainKeyboard"
(**) |-->Input Device "MainMouse"
(**) Option "DontZap" "true"
(**) Option "DontZoom" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e38c0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0308 card 1849,0308 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1308 card 1849,1308 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2308 card 1849,2308 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3208 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4308 card 1849,4308 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:5: chip 1106,5308 card 1849,5308 rev 00 class 08,00,20 hdr 80
(II) PCI: 00:00:7: chip 1106,7308 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1106,a208 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 1106,0591 card 1849,0591 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1849,0571 rev 07 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1849,3038 rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1849,3104 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3337 card 1849,3337 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:7: chip 1106,287e card 1106,337e rev 00 class 06,00,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1849,3065 rev 7c class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 1106,337b card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 02:01:0: chip 1106,3288 card 1849,0888 rev 10 class 04,03,00 hdr 00
(II) PCI: 03:00:0: chip 10de,00c0 card 10de,0339 rev a2 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,3), 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: 0x0007 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xf7c00000 - 0xf7cfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:2:0), (0,3,3), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 3 non-prefetchable memory range:
    [0] -1    0    0xf7e00000 - 0xfbefffff (0x4100000) MX[B]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0xbff00000 - 0xdfefffff (0x20000000) 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)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:19:0), (0,2,2), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xf7d00000 - 0xf7dfffff (0x100000) MX[B]
(--) PCI:*(3:0:0) nVidia Corporation NV41 [GeForce 6800 GS] rev 162, Mem @ 0xfa000000/24, 0xc0000000/28, 0xf9000000/24, BIOS @ 0xfbee0000/17
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xfc000000 from 0xfdffffff to 0xfbffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
    [1] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
    [2] -1    0    0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
    [3] -1    0    0xfc000000 - 0xfbffffff (0x0) MX[B]O
    [4] -1    0    0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
    [5] -1    0    0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
    [6] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [7] -1    0    0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
    [8] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [9] -1    0    0x0000d080 - 0x0000d09f (0x20) IX[B]
    [10] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [11] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[B]
    [12] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [13] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [14] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [15] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[B]
    [16] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[B]
    [17] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[B]
    [18] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[B]
    [19] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
    [1] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
    [2] -1    0    0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
    [3] -1    0    0xfc000000 - 0xfbffffff (0x0) MX[B]O
    [4] -1    0    0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
    [5] -1    0    0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
    [6] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [7] -1    0    0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
    [8] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [9] -1    0    0x0000d080 - 0x0000d09f (0x20) IX[B]
    [10] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [11] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[B]
    [12] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [13] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [14] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [15] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[B]
    [16] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[B]
    [17] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[B]
    [18] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[B]
    [19] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
    [5] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
    [6] -1    0    0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
    [7] -1    0    0xfc000000 - 0xfbffffff (0x0) MX[B]O
    [8] -1    0    0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
    [9] -1    0    0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
    [10] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [11] -1    0    0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
    [12] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [13] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [14] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [15] -1    0    0x0000d080 - 0x0000d09f (0x20) IX[B]
    [16] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [17] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[B]
    [18] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [19] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [20] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [21] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[B]
    [22] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[B]
    [23] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[B]
    [24] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[B]
    [25] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(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 1.4.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  190.42  Tue Oct 20 20:55:08 PDT 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(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.0
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.3.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  190.42  Tue Oct 20 20:26:00 PDT 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 03:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
    [5] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
    [6] -1    0    0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
    [7] -1    0    0xfc000000 - 0xfbffffff (0x0) MX[B]O
    [8] -1    0    0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
    [9] -1    0    0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
    [10] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [11] -1    0    0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
    [12] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [13] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [14] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [15] -1    0    0x0000d080 - 0x0000d09f (0x20) IX[B]
    [16] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [17] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[B]
    [18] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [19] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [20] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [21] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[B]
    [22] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[B]
    [23] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[B]
    [24] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[B]
    [25] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[B]
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
    [5] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
    [6] -1    0    0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
    [7] -1    0    0xfc000000 - 0xfbffffff (0x0) MX[B]O
    [8] -1    0    0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
    [9] -1    0    0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
    [10] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [11] -1    0    0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [17] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [18] -1    0    0x0000d080 - 0x0000d09f (0x20) IX[B]
    [19] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [20] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[B]
    [21] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [22] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [23] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [24] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[B]
    [25] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[B]
    [26] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[B]
    [27] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[B]
    [28] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [29] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [30] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) Dec 20 19:16:13 NVIDIA(0): Enabling RENDER acceleration
(**) Dec 20 19:16:13 NVIDIA(0): Use of NVIDIA internal AGP requested
(II) Dec 20 19:16:13 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Dec 20 19:16:13 NVIDIA(0):     enabled.
(II) Dec 20 19:16:13 NVIDIA(0): NVIDIA GPU GeForce 6800 GS (NV41) at PCI:3:0:0 (GPU-0)
(--) Dec 20 19:16:13 NVIDIA(0): Memory: 262144 kBytes
(--) Dec 20 19:16:13 NVIDIA(0): VideoBIOS: 05.41.02.49.04
(II) Dec 20 19:16:13 NVIDIA(0): Detected PCI Express Link width: 4X
(--) Dec 20 19:16:13 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Dec 20 19:16:13 NVIDIA(0): Connected display device(s) on GeForce 6800 GS at PCI:3:0:0:
(--) Dec 20 19:16:13 NVIDIA(0):     Samsung SyncMaster (DFP-0)
(--) Dec 20 19:16:13 NVIDIA(0): Samsung SyncMaster (DFP-0): 155.0 MHz maximum pixel clock
(--) Dec 20 19:16:13 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Single Link TMDS
(II) Dec 20 19:16:13 NVIDIA(0): Assigned Display Device: DFP-0
(==) Dec 20 19:16:13 NVIDIA(0): 
(==) Dec 20 19:16:13 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Dec 20 19:16:13 NVIDIA(0):     will be used as the requested mode.
(==) Dec 20 19:16:13 NVIDIA(0): 
(II) Dec 20 19:16:13 NVIDIA(0): Validated modes:
(II) Dec 20 19:16:13 NVIDIA(0):     "nvidia-auto-select"
(II) Dec 20 19:16:13 NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) Dec 20 19:16:13 NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
(--) Dec 20 19:16:13 NVIDIA(0):     option
(==) Dec 20 19:16:13 NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [4] -1    0    0xf7dfc000 - 0xf7dfffff (0x4000) MX[B]
    [5] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[B]
    [6] -1    0    0xfbfff800 - 0xfbfff8ff (0x100) MX[B]
    [7] -1    0    0xfc000000 - 0xfbffffff (0x0) MX[B]O
    [8] -1    0    0xfbee0000 - 0xfbefffff (0x20000) MX[B](B)
    [9] -1    0    0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
    [10] -1    0    0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [11] -1    0    0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
    [12] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [13] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [14] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [15] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [16] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [17] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [18] -1    0    0x0000d080 - 0x0000d09f (0x20) IX[B]
    [19] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [20] -1    0    0x0000d480 - 0x0000d49f (0x20) IX[B]
    [21] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [22] -1    0    0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [23] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [24] -1    0    0x0000e400 - 0x0000e40f (0x10) IX[B]
    [25] -1    0    0x0000e480 - 0x0000e483 (0x4) IX[B]
    [26] -1    0    0x0000e800 - 0x0000e807 (0x8) IX[B]
    [27] -1    0    0x0000e880 - 0x0000e883 (0x4) IX[B]
    [28] -1    0    0x0000ec00 - 0x0000ec07 (0x8) IX[B]
    [29] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [30] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Dec 20 19:16:13 NVIDIA(0): Initialized GPU GART.
(II) Dec 20 19:16:13 NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) Dec 20 19:16:13 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Dec 20 19:16:13 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) MainKeyboard: always reports core events
(**) Option "Protocol" "standard"
(**) MainKeyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) MainKeyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) MainKeyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) MainKeyboard: XkbLayout: "de"
(**) Option "XkbOptions" "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
(**) MainKeyboard: XkbOptions: "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
(**) Option "CustomKeycodes" "off"
(**) MainKeyboard: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) MainMouse: Device: "/dev/psaux"
(**) MainMouse: Protocol: "auto"
(**) Option "CorePointer"
(**) MainMouse: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) MainMouse: ZAxisMapping: buttons 4 and 5
(**) MainMouse: Buttons: 9
(**) MainMouse: Sensitivity: 1
(II) evaluating device (MainKeyboard)
(II) XINPUT: Adding extended input device "MainKeyboard" (type: KEYBOARD)
(II) evaluating device (MainMouse)
(II) XINPUT: Adding extended input device "MainMouse" (type: MOUSE)
(--) MainMouse: PnP-detected protocol: "ExplorerPS/2"
(II) MainMouse: ps2EnableDataReporting: succeeded
SetClientVersion: 0 9
SetKbdSettings - type: -1217593834 rate: 30 delay: 500 snumlk: 216
Die ~/.nvidia-settings-rc wird bei jedem Start geladen
Code:
$ cat ~/.nvidia-settings-rc 
#
# /home/simon/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Tue Dec  1 16:11:01 2009
#

# ConfigProperties:

RcFileLocale = C
ToolTips = Yes
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = Yes
ShowQuitDialog = No
Timer = PowerMizer_Monitor_(GPU_0),No,60000
Timer = Thermal_Monitor_(GPU_0),No,60000

# Attributes:

0/CursorShadow=0
0/CursorShadowAlpha=64
0/CursorShadowRed=0
0/CursorShadowGreen=0
0/CursorShadowBlue=0
0/CursorShadowXOffset=4
0/CursorShadowYOffset=2
0/SyncToVBlank=1 #0
0/LogAniso=0
0/FSAA=0
0/TextureSharpen=0
0/AllowFlipping=0 #1
0/FSAAAppControlled=1
0/LogAnisoAppControlled=1
0/OpenGLImageSettings=3
0/RedBrightness=0.000000
0/GreenBrightness=0.000000
0/BlueBrightness=0.000000
0/RedContrast=0.000000
0/GreenContrast=0.000000
0/BlueContrast=0.000000
0/RedGamma=1.000000
0/GreenGamma=1.000000
0/BlueGamma=1.000000
0/DigitalVibrance[DFP-0]=0
0/ImageSharpening[DFP-0]=0
0/GPUScaling[DFP-0]=65537
0/XVideoTextureSyncToVBlank=1 #0
0/XVideoBlitterSyncToVBlank=0 #0
0/XVideoSyncToDisplay=65536

0/GPUOverclockingState=1
0/GPU2DClockFreqs=425,1000
0/GPU3DClockFreqs=425,1000 #514, 1175
Achja, ich nutze nicht den aktuellsten Kernel, da bei einem aktuelleren mein WLan Stick nicht funktioniert.
Wenn jemand noch Informationen will, kann er sich gerne melden

Geändert von Schwert (20.12.2009 um 20:45 Uhr)
Schwert ist offline   Mit Zitat antworten
Werbung

Windows 7 Tipps und Tricks in Bildern

Alt 20.12.2009, 21:54   #2 (Direktlink)
Super-Moderator
 
Benutzerbild von Bassboy
 
Registriert seit: 29.08.2006
Ort: München
Beiträge: 3.233
Standard

Welche Distribution verwendest du? Benutzt du den offiziellen nVidia-Treiber von Willkommen bei NVIDIA - dem weltweiten Marktführer für Visual-Computing-Technologien oder einen aus den Repositorys?
__________________
Only wimps use tape backup: real men just upload their important stuff on ftp,
and let the rest of the world mirror it
.... -- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi // reModding.de // twitter
Bassboy ist offline   Mit Zitat antworten
Alt 20.12.2009, 21:57   #3 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard

Ja, ich benutze den offiziellen von nVidia.
Ich benutze Sidux, steht auch oben bei uname -r

Code:
~$ cat /proc/version
Linux version 2.6.28-5.slh.3-sidux-686 (Debian 2.6.28-29) (s.l-h@gmx.de) (gcc version 4.3.3 (Debian 4.3.3-3) ) #1 SMP PREEMPT Sat Feb 14 14:20:51 UTC 2009
Schwert ist offline   Mit Zitat antworten
Alt 21.12.2009, 15:24   #4 (Direktlink)
Super-Moderator
 
Benutzerbild von Bassboy
 
Registriert seit: 29.08.2006
Ort: München
Beiträge: 3.233
Standard

Hast du dein X schonmal neu installiert? Sind alle nötigen Kernelmodule geladen?
__________________
Only wimps use tape backup: real men just upload their important stuff on ftp,
and let the rest of the world mirror it
.... -- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi // reModding.de // twitter
Bassboy ist offline   Mit Zitat antworten
Alt 21.12.2009, 15:30   #5 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard

X neuinstallieren bringt nichts
Welche Module wären das den?
Schwert ist offline   Mit Zitat antworten
Werbung

Windows 7 Tipps und Tricks in Bildern

Alt 21.12.2009, 15:47   #6 (Direktlink)
Super-Moderator
 
Benutzerbild von Bassboy
 
Registriert seit: 29.08.2006
Ort: München
Beiträge: 3.233
Standard

Kann ich dir leider nicht sagen, das ist abhängig vom Treiber (ich habe leider momentan keine nVidia ). Wie installierst du X neu? Purgest du das richtig?
__________________
Only wimps use tape backup: real men just upload their important stuff on ftp,
and let the rest of the world mirror it
.... -- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi // reModding.de // twitter
Bassboy ist offline   Mit Zitat antworten
Alt 21.12.2009, 19:43   #7 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard

jap, genau

Edit: Ok, jetzt scheint alles zu funktionieren, ich hab mir den allerneusten nVidia Treiber besorgt, also staat dem 190.42 den 190.53. Allerdings hab ich auch noch ein paar andere Sachen Kamikazemäßig verändert, dass ich jetzt garnicht sagen kann, woran es lag. Ich hofffe das es so bleibt, wenn nicht meld ich mich nochmal

Geändert von Schwert (21.12.2009 um 19:51 Uhr)
Schwert ist offline   Mit Zitat antworten
Alt 22.12.2009, 19:49   #8 (Direktlink)
Super-Moderator
 
Benutzerbild von Bassboy
 
Registriert seit: 29.08.2006
Ort: München
Beiträge: 3.233
Standard

Super!

Bei Fragen kannst du dich gerne nochmal bei uns melden
__________________
Only wimps use tape backup: real men just upload their important stuff on ftp,
and let the rest of the world mirror it
.... -- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi // reModding.de // twitter
Bassboy ist offline   Mit Zitat antworten
Alt 25.12.2009, 04:57   #9 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard

Ok, für alle die ähnliche Probleme hatten/haben und durch suchen auf diesen Thread gestoßen sind, hier meine aktuelle xorg.conf

Code:
Section "ServerLayout"
	Identifier	"MainLayout"
	Screen	      0	"MainScreen"	0	0
	InputDevice	"MainKeyboard"	"CoreKeyboard"
	InputDevice	"MainMouse"	"CorePointer"
#	Option		"BlankTime"	"0"			# Blank the screen after X minutes (Fake)
#	Option		"StandbyTime"	"0"			# Turn off screen after X minutes (DPMS)
#	Option		"SuspendTime"	"0"			# Full suspend after X minutes
#	Option		"OffTime"	"0"			# Turn off after X minutes
#	Option		"Xinerama" 	"0"			# entfernen für Max nur auf einem Bildschirm
EndSection

Section "Files"
	RgbPath		"/etc/X11/rgb"
	ModulePath	"/usr/lib/xorg/modules"
EndSection

Section "Module"
	Load	"glx"						#Unterstützung für das Rendern mittels OpenGL :: 3D layer
	Load	"dbe"						#Aktiviert die Double-Buffering-Erweiterung im Server. Sinnvoll für Animationen und Video-Operationen 
	SubSection "extmod"
		Option "omit xfree86-dga"	#disable ca. v4l in extmod	#Load	"extmod"	#Aktiviert viele traditionelle und oft verwendete Erweiterungen, wie nichtrechteckige Fenster, gemeinsamer Speicher, Video-Modus-Umschaltung, DGA und Xv 
	EndSubSection
	Load	"freetype"					#Font-Rasterer :: font rendering
	Load	"record"					#Implementiert die RECORD-Erweiterung, oft für Server-Tests verwendet 
	Load	"i2c"						#Sensor
#	Load	"bitmap"					#Font-Rasterer
#	Load	"dri"						#Laut NVidia auskommentieren :: Unterstützung für DRI (Direct Rendering Infrastructure) im X-Server 
#	Load	"ddc"						#Unterstützung für den Datenanzeigekanal (Data Display Channel). Erlaubt die Abfrage der Monitoreigenschaften mittels der Grafikkarte
#	Load	"vbe"						#Unterstützung für VESA-BIOS-Erweiterungen. Erlaubt die Abfrage der Monitoreigenschaften mittels der Grafikkarte 
#	Load	"int10"						#Warmstart :: Real-Mode-x86-Emulator zum Softboot sekundärer VGA-Karten. Sollte aktiviert sein, wenn vbe aktiviert ist 
#	Load	"synaptics"					#Maybe Synaptics Treiber?
#	Load	"xtrap"				#facilitates the capturing of server protocol and synthesizing core input events?!?
#	Load	"xtt"						#Veraltete Fonts
#	Load	"speedo"					#Veraltete Fonts
#       Load    "GLcore"					#Laut NVidia auskommentieren :: render OpenGL in software
#	Load	"v4l"						#TV-Karte kann das Videosignal direkt in den Grafikkartenspeicher schieben
#EE	Load	"type1"						#Font-Rasterer ;; Wird von freetype geladen
EndSection

Section "InputDevice"
	Identifier	"MainMouse"
	Driver		"mouse"
	Option		"Protocol"		"auto"
	Option		"Device"		"/dev/psaux"
	Option		"Emulate3Buttons"	"no"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"MainKeyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"							#"de,us"
	Option		"XkbOptions"	"lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
#	Option		"XkbVariant"    "nodeadkeys"
#	Option		"XkbOptions"    "ctrl:nocaps"
EndSection

Section "Monitor"
	Identifier	"226BW"
	VendorName	"Samsung 226BW"
	ModelName	"Samsung SyncMaster"
	HorizSync	30.0 - 81.0
	VertRefresh	56.0 - 75.0
#	DisplaySize	474	296
	Option		"DPMS"				#Turn off after X minutes
EndSection

Section "Device"
	Identifier	"6800GS"
	Driver		"nvidia"
	VendorName	"NVIDIA Corporation"
	BoardName	"GeForce 6800 GS"
	BusID		"PCI:3:0:0"
#	VideoRam	"262144"
	Option		"NoLogo" 		"true"
#	Option		"RandRRotation"		"yes"			#Desktop drehen
#	Option		"RegistryDwords"	"PowerMizerLevelAC=0x1"
#	Option		"RegistryDwords"	"PowerMizerLevel=0x1"
	Option		"Coolbits"		"1"
#	Option		"NoDDC"			"1"			#verhindert dass die Graka Infos über den angeschlossenen Monitor ausgeliest
#	Option		"NoRenderExtension"	"true"		#Deaktivieren der RENDER-Erweiterung
#	Option		"NoFlip"		"true"		#Deaktiviert OpenGL-Flipping
#	Option		"DigitalVibrance"	"0-255"		#Aktiviert Digital Vibrance Control
#	Option		"CIOverlay"		"true"		#Aktiviert Farbindex-Workstation-Overlaygrafik
#	Option		"XAANoOffscreenPixmaps"	"true"
#	Option		"AccelMethod"		"XAA"

	Option		"AddARGBGLXVisuals"	"true"
	Option		"AllowGLXWithComposite"	"true"


#WW	Option		"TexturedVideo"		"on"
#WW	Option		"TexturedVideoSync"	"on"

#Für einen hardwarebeschleunigten Desktop (Xgl) oder den Einsatz eines Composite-Managers sind zusätzliche Optionen nötig.

	Option		"NvAgp"			"3"		#aktiviert die AGP-Unterstützung des Treibers; „0“:deaktiviert; „1“:NVAGP; „2“:AGPGART; „3“:erst if(!2) 1;
#	Option		"RenderAccel"		"true"		#EXPERIMENTALSTADIUM :: aktiviert die Hardware-Beschleunigung der RENDER-Erweiterung des Xservers 
#	Option		"AllowGLXWithComposite" "true"		#nötig, um gleichzeitig OpenGL-Anwendungen und Composite (s.u.) zu nutzen. Stabilitätsprobleme sind möglich. 
EndSection

Section "Screen"
	Identifier	"MainScreen"
	Device		"6800GS"
	Monitor		"226BW"
	DefaultDepth	16
#	Option		"TwinView"			"1"
#	Option		"TwinViewXineramaInfoOrder"	"DFP-0"		#erster Monitor
#	Option		"TwinViewOrientation"		"LeftOf"	#Right, Clone
#	Option		"metamodes"			"CRT: 1280x1024 +0+0, DFP: 1680x1050 +1280+0"
	SubSection	"Display"
		Depth	16
	EndSubSection
EndSection

Section "ServerFlags"
#	Option		"AIGLX"			"true"
#	Option		"DontZap"		"true"	#verhindert Strg+Alt+Backspace
	Option		"DontZoom"		"true"	#verhindert switchen von Grafikauflösungen durch Strg+Alt+Ziffernblock
#	Option		"AllowMouseOpenFail"		#X-Server startet auch, wenn die Maus nicht gefunden wurde
#	Option		"DontVTSwitch"		"true"	#verhindert switchen zur Konsole per Strg+Alt+Fx
#	Option		"NoTrapSignals"			#nix gfuna
#	Option		"DisableVidModeExtension"	#disables part of VidMode extension: Auflösung kann nix mehr geändert werden
#	Option		"DisableModInDev"		#xvidtune client kann keine karten und monitor Attributen mehr ändern
#	Option		"AllowNonLocalModInDev"		#enable the use of a non-local client to change the keyboard or mouse settings
EndSection

#Section "DRI"
#	Group		"simon"
#	Mode		0666
#EndSection

Section "Extensions"
	Option	"Composite"	"Enable"	#nur für den Einsatz eines Composite-Managers nötig, nicht aber für Xgl
	Option	"RENDER"	"true"		#nur für den Einsatz eines Composite-Managers nötig, nicht aber für Xgl
	Option	"DAMAGE"	"true"		#nur für den Einsatz eines Composite-Managers nötig, nicht aber für Xgl
#	Option	"XVideo"	"on"
EndSection
Bei mir läuft jetzt alles super!
Ich vermute, dass es an diesen Sachen lag:
extmod,dass ich jetzt ohne DGA lade
v4l, da nur für TV-Karte benötigen
Bei anderen Modulen konnte ich durch tests keinen großen Unterschied bemerken.
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "NvAgp" "3"

Zitat:
Zitat von Bassboy Beitrag anzeigen
Bei Fragen kannst du dich gerne nochmal bei uns melden
Ok Mich würde noch interessieren, ob die Kommentare stimmen, da ich das meiste gegoogelt und/oder aus dem englischem Übersetzt habe, bin ich mir da nicht so ganz sicher
Schwert ist offline   Mit Zitat antworten
Alt 25.12.2009, 15:47   #10 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard

Ok, mir fällt da noch eine Frage ein. Mit Google hab ich einiges gefunden, allerdings klappt das nicht so, wie ich will.
Und zwar dachte ich mir, dass es sinnvoll ist, 2 xserver zu starten, einer auf tty7 und einer auf tty8 für Spiele / Filme.
Bei
Code:
X :1
als root ausgeführt, kommt nur ein graugepunktetes Bild und eine Maus mit X -Symbol.
Bei
Code:
xinit :1 --config /etc/X11/xorg.conf
kommt auf tty8 ein root-Terminal.
Ich hatte es auch schon geschafft, einen xserver zu starten, aber der war dann als root angemeldet und das will ich ja wirklich nicht.
Ich will einfach nur einen xserver wie bei tty7, bloß ohne Autostart und mit anderer xorg.conf. Und er sollte nicht als root angemeldet sein

Jemand eine Ahnung wie ich das hinbekomme?
Schwert ist offline   Mit Zitat antworten
Werbung

Windows 7 Tipps und Tricks in Bildern

Alt 25.12.2009, 19:11   #11 (Direktlink)
Super-Moderator
 
Benutzerbild von Bassboy
 
Registriert seit: 29.08.2006
Ort: München
Beiträge: 3.233
Standard

Das kann zu Problemen mit deiner Grafikkarte führen, vor allem wenn du ein nicht allzu großzügiges Modell besitzt. Mit Crossfire ist das praktisch, dann hat einfach jede GraKa ein eigenes TTy und verwaltet auch nur ausschließlich dieses. Bei einer einzigen kleineren Grafikkarte muss die für 2 Instanzen wirken, was unter Umständen problematisch sein kann.
__________________
Only wimps use tape backup: real men just upload their important stuff on ftp,
and let the rest of the world mirror it
.... -- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi // reModding.de // twitter
Bassboy ist offline   Mit Zitat antworten
Alt 25.12.2009, 19:44   #12 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard

Zitat:
Mit Crossfire ist das praktisch, dann hat einfach jede GraKa ein eigenes TTy und verwaltet auch nur ausschließlich dieses
Wie würde das den ablaufen? Weil ich kann ja schlechte beide GraKas an den Bildschirm anschließen oder geht es, dass die eine GraKa über die andere das Video sendet?

Zitat:
Bei einer einzigen kleineren Grafikkarte muss die für 2 Instanzen wirken, was unter Umständen problematisch sein kann
Was kann den da passieren?

Ich hab vorhin mit 'xinit /usr/bin/thunar -- :1' auf tty8 den Dateimanager gestartet. Ich hatte das ganze völlig falsch verstanden, weil ich dachte, dass nur root xinit aufrufen kann und hatte versucht mit xinit "su ... -c ..." das ganze versucht.
Ich hatte dann auf tty7 gxine einen Film abspielen lassen, hab auf tty8 Sauerbraten im Vollbildmodus gespielt und mit "cat /proc/loadavg >> ./cpuinfo.txt" alle 20 Sek die CPU Last gespeichert. Der Ton vom Video war ok und hat nicht geruckelt und das Spiel, dass ich über den Dateimanager gestartet habe, war auch perfekt. Die CPU war nicht mal annähernd bei 100%. Sie stieg immer auf 100, als das ganze noch nicht geklappt hat mit der xorg.conf.

Ein Problem ist jetzt, dass ich, während thunar auf tty8 lief, ich keine Programme wie Konsole oä wie Icedove starten konnte. Alle anderen Programme, die schon gestartet waren, liefen aber perfekt. Auch nach beenden des xinits auf tty8 hat sich das nicht gebessert. Ein weiteres Problem: Auf tty8 klappt bei gxine das Vollbild nicht

Ich will auf tty8 dieses kleine Bashscript laufen lassen, um zu verhindern, dass jemand unfug treiben kann
Code:
#! /bin/bash
function signal()
{
	echo ""
}
trap signal SIGINT

while true;do
	echo Bitte wähle:
	echo 1 : Sauerbraten
	echo 2 : Teeworlds
	echo 9 : anderes
	read a
	
	case "$a" in
		1)
			cd ~/Desktop/Alles/games/sauerbraten/
			./sauerbraten_unix
		;;
		2)
			cd ~/Desktop/Alles/games/teeworlds-0.5.2-linux_x86
			./teeworlds
		;;
		9)
			cd ~
			su simon
		;;
		*) #default
			echo Das war wohl nix! Neuer Versuch
		;;
	esac
done
Mein Problem ist, dass es dort nicht in einem Terminal ausgeführt wird, sondern in tty1 wenn ich es mit 'xinit /home/x/.bash/tty8.sh -- :1' starte. Deswegen hab ich mir noch das tty8-pre.sh erstellt mit folgendem Inhalt:
Code:
#! /bin/bash
/usr/bin/exo-open --launch TerminalEmulator /home/simon/.bash/tty8.sh
Wenn ich es in tty7 aufrufe per Doppelklick, startet ein Terminal mit dem Skript, starte ich 'xinit /home/x/.bash/tty8-pre.sh -- :1', so startet es auf tty8 und beendet sich dann gleich wieder ohne Fehlermeldung

Geändert von Schwert (25.12.2009 um 20:53 Uhr)
Schwert ist offline   Mit Zitat antworten
Alt 25.12.2009, 21:31   #13 (Direktlink)
Super-Moderator
 
Benutzerbild von Bassboy
 
Registriert seit: 29.08.2006
Ort: München
Beiträge: 3.233
Standard

Ich mein nur: Es könnte unter Umständen problematisch sein. Ich habe leider selbst noch nicht über einen längeren Zeitraum produktiv mit zwei Instanzen von X11 gearbeitet. Das Problem das ich angesprochen hab lag darin, dass du für zwei X11-Instanzen schlicht die doppelte Grafikleistung erforderst.
__________________
Only wimps use tape backup: real men just upload their important stuff on ftp,
and let the rest of the world mirror it
.... -- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi // reModding.de // twitter

Geändert von Bassboy (25.12.2009 um 22:42 Uhr)
Bassboy ist offline   Mit Zitat antworten
Alt 25.12.2009, 22:10   #14 (Direktlink)
Weiß worum´s geht
 
Registriert seit: 31.03.2009
Ort: localhost
Beiträge: 222
Standard

achso, ok

Du hast auch keine Idee wie ich das Skript auf dem Terminal starten könnte?

Edit: Habs hinbekommen
Einfach /usr/bin/xterm nutzen.
Jetzt nur noch das mit den xorg.confs regeln

Geändert von Schwert (25.12.2009 um 22:21 Uhr)
Schwert ist offline   Mit Zitat antworten
Antwort

  Paules-PC-Forum.de > Betriebssysteme > Linux

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen erlaubt, neue Themen zu verfassen.
Es ist Ihnen erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Direct3D Problem NEUES PROBLEM Bonser Treiber-Forum 3 28.11.2007 14:42
Problem mit Game. Grafiktreiber Problem?!?! Chillers Hardware - Problemlösungen 4 16.05.2006 16:13
Counter Strike: Server Problem sowie Online Problem Simon@Xp Computerspiele 4 10.04.2006 14:30
Bildschirm friert ein - DirectX Problem - ATI-Problem LudBri Allgemein 1 01.01.2006 13:02
Problem (Keine Ahnung, welches Problem das ist) Der_Gast Hardware - Problemlösungen 3 11.10.2003 18:17



Alle Zeitangaben in WEZ +2. Es ist jetzt 21:35 Uhr.


Powered by vBulletin® Version 3.8.7 (Deutsch)
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Powered by vBCMS® 2.7.0 ©2002 - 2012 vbdesigns.de
(c) Paules-PC-Forum.de

::: Impressum :::

Search Engine Optimization by vBSEO 3.3.2