tmp
Ensign
- Registriert
- Feb. 2004
- Beiträge
- 253
hallo!
und zwar fällt mir das schon seit längerem auf.
ich benutze gentoo , xorg-x11-6.8.2-r6 , kde-3.4.3
ausserdem sind die neuesten nvidia treiber installiert.
3d beschleunigung funktioniert einwandfrei.
aber die oberfläche kommt mir sau lahm vor. d.h. wenn ich fenster verrücke,ziehen sie schlieren.
auch beim scrollen kommt mir der bildaufbau sehr lahm vor.
hier meine xorg.conf:
kennt jmd evlt eine lösung für das problem?
und zwar fällt mir das schon seit längerem auf.
ich benutze gentoo , xorg-x11-6.8.2-r6 , kde-3.4.3
ausserdem sind die neuesten nvidia treiber installiert.
3d beschleunigung funktioniert einwandfrei.
aber die oberfläche kommt mir sau lahm vor. d.h. wenn ich fenster verrücke,ziehen sie schlieren.
auch beim scrollen kommt mir der bildaufbau sehr lahm vor.
hier meine xorg.conf:
Code:
Section "ServerLayout"
Identifier "xinerama"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "1"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "extmod"
#Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "Razer Diamondback"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
#--------------------------------------------
Section "Device"
Identifier "Nvidia0"
VendorName "Gigabyte"
BoardName "GFORCE 6600GT"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
Option "ConnectedMonitor" "DFP"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Device"
Identifier "Nvidia1"
VendorName "Gigabyte"
BoardName "GFORCE 6600GT"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
Option "ConnectedMonitor" "CRT"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Nvidia0"
Monitor "TFT"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Nvidia1"
Monitor "CRT"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubsection
EndSection
Section "Monitor"
Identifier "TFT"
HorizSync 31.5 - 67
VertRefresh 50 - 75
EndSection
Section "Monitor"
Identifier "CRT"
HorizSync 30.0-75.0
VertRefresh 50-100
EndSection
kennt jmd evlt eine lösung für das problem?