opensuse 11.3 Nvidia 310M

Hilfe !
Benötige Hilfe zur Nvidia 3D Aktivierung bei einem Laptop Lenovo B560 (P6100, Intel Graphik → i915 und Nvidia 310M eingebaut)
Habe jetzt wieder mit den NVidia Repo über Yast den Nvidia Treiber installier.
sysinfo im Konqueror sagt: 2D, 3D ok, Treiber(260.19.29) nvidia, Chip Nvidia 310M (GT218)
Es ist unglaublich!
Wenn ich in der von Xorg -configure erstellten xorg.conf in den Device Sections die Bezeichnungen der Karte (card0 <–> card1) austausche läuft KDE (vorher nur Blackscreen). Allerdings kann ich nicht den Composite Typ von XRander auf OpenGL umstellen. KDE meckert und meint die X-Server Einstellungen wären falssch. Deshalb ist auch nicht die volle 3D Unterstützung nutzbar.

Hat jemand eine Idee ???

hier meine (teilweise funktionierende) xorg.conf:

Section “ServerLayout”
Identifier “X.org Configured”
Screen 0 “Screen0” 0 0
Screen 1 “Screen1” RightOf “Screen0”
InputDevice “Mouse0” “CorePointer”
InputDevice “Keyboard0” “CoreKeyboard”

Option “ignoreABI” " on"

EndSection

Section “Files”
ModulePath “/usr/lib64/xorg/modules/updates”
ModulePath “/usr/lib64/xorg/modules”
FontPath “/usr/share/fonts/misc:unscaled”
FontPath “/usr/share/fonts/TTF/”
FontPath “/usr/share/fonts/OTF/”
FontPath “/usr/share/fonts/Type1/”
FontPath “/usr/share/fonts/100dpi:unscaled”
FontPath “/usr/share/fonts/75dpi:unscaled”
FontPath “/usr/share/fonts/URW/”
FontPath “/usr/share/fonts/cyrillic:unscaled”
FontPath “/usr/share/fonts/misc/sgi:unscaled”
FontPath “/usr/share/fonts/truetype/”
EndSection

Section “Module”
Load “glx”
Load “dbe”
Load “glx”
Load “dri2”
Load “record”
Load “dri”
Load “extmod”
Load “vnc”
Load “drm”
EndSection

Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
EndSection

Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5 6 7”
EndSection

Section “Monitor”
Identifier “Monitor0”
VendorName “Monitor Vendor”
ModelName “Monitor Model”
EndSection

Section “Monitor”
Identifier “Monitor1”
VendorName “Monitor Vendor”
ModelName “Monitor Model”
EndSection

Section “Device”
Identifier “Card1”

Driver “nouveau”

Driver “nvidia”
VendorName “nVidia Corporation”
BoardName “GT218 [GeForce 310M]”
BusID “PCI:2:0:0”
EndSection

Section “Device”

Available Driver options are:-

Values: <i>: integer, <f>: float, <bool>: “True”/“False”,

<string>: “String”, <freq>: “<f> Hz/kHz/MHz”

[arg]: arg optional

#Option “NoAccel” # <bool>]
#Option “SWcursor” # <bool>]
#Option “ColorKey” # <i>
#Option “CacheLines” # <i>
#Option “Dac6Bit” # <bool>]
#Option “DRI” # <bool>]
#Option “NoDDC” # <bool>]
#Option “ShowCache” # <bool>]
#Option “XvMCSurfaces” # <i>
#Option “PageFlip” # <bool>]
Identifier “Card0”
Driver “intellegacy”
VendorName “Intel Corporation”
BoardName “Core Processor Integrated Graphics Controller”
BusID “PCI:0:2:0”
EndSection

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

Section “Screen”
Identifier “Screen1”
Device “Card1”
Monitor “Monitor1”
SubSection “Display”
Viewport 0 0
Depth 1
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 4
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 8
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 15
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 16
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection

Nvidia Optimus funktioniert unter linux leider nicht

Ich hab bei einem dieser Laptops bis jetzt nur eine brauchbare Möglichkeit gefunden die Nvidia zum laufen zu bewegen, indem man die Intel Karte im Bios einfach abstellt
dan hat bei mir alles ohne probleme funktioniert

Fals man den Laptop nur zum arbeiten benutzt sollte man eher die Nvidia Karte abdrehen, für Desktopeffekte reicht auch die Intel,
jedoch war bei mir der unterschied bei der Laufzeit nur marginal aber das sollte man dan selber testen

Vielen Dank !
Ich glaube mit der Situation werde ich leben müssen.
Wird Optimus vom nächsten NVIDIA Treiber unterstützt werden ??

Am 21.01.2011 11:06, schrieb a scheib:
>
> Vielen Dank !
> Ich glaube mit der Situation werde ich leben müssen.
> Wird Optimus vom nächsten NVIDIA Treiber unterstützt werden ??
>
>

Bisher spricht nichts dafür.
Schau dich dazu mal im Forum von NVNews um.


openSUSE official member
LXDE team

Zum Beispiel unter
Optimus support for Linux - nV News Forums
AaronP (NVIDIA Corporation, 2010/10/02, 05:47 PM ):

We have no plans to support Optimus on Linux at this time.

Interessant könnte auch folgendes Forum sein:

Aber dort scheinen auch eher Beispiele für offene Fragen zu existieren:
https://lists.launchpad.net/hybrid-graphics-linux/msg00423.html

Schade.

pistazienfresser