habe ein problem mit XFree86 und meiner nvidia karte.
es handelt sich um eine geforce go 6400 in einem sony vaio notebook.
Habe den nvidia treiber gebaut und alles schien gut zu laufen, bis auf den
Umstand, dass ich die Farbtiefe nicht aendern kann! Wenn ich eine andere
Farbtiefe als 8 verwende startet der xserver nicht und ich bekomme folgenden
fehler:
Code: Alles auswählen
(II) Setting vga for screen 0.
(EE) NVIDIA(0): No Display subsection in Screen section "Screen0" for depth/fbbpp 8/8
(II) UnloadModule: "nvidia"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
wo liegt hier mein problem und kann ich was dagegen tun, bzw. was? denn mit farbtiefe 8
ist eigentlich gar nichts anzufangen, arbeite zwar gerade unter x allerdings im w3m,
denn wenn ich beispielsweise firefox ausfuehre flimmert das bild etwas, schrift ist gar nicht
zu lesen und alles wird unbrauchbar dargestellt.
ich hoffe mir kann jemand helfen, bin etwas ratlos im moment.
hier noch meine XF86config
Code: Alles auswählen
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 28.0 - 110.0
VertRefresh 43.0 - 90.0
Modeline "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
Option "DPMS"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "nVidia gefore go 6400"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection