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