"We are back" « oc.at

"koernige" farben

bluefoxx 21.07.2005 - 19:39 910 3
Posts

bluefoxx

Legend

Avatar
Registered: Oct 2001
Location: Vienna
Posts: 7088
hi,

folgendes problem:

kernel: 2.6.12-gentoo-r6
graka: nvidia 6800le 128MB

xserver, gnome

alles rennt, nur ist das bild, sag ma mal, koernig... also imho stimmt was mit der farbtiefe nicht. habe auch schon versucht im xorg.conf die variable "depth" umzustellenn (16 bzw. 24) hat auch nicht geholfen. nvidia-kernel und glx laufen auch... hier meine config, vlt kann mir ja jemand von euch helfen, big thx :)

Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
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/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
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"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mouse0"
        Option      "ZAxisMapping"      "4 5"
        Option      "CorePointer"
EndSection

Section "Monitor"
        #DisplaySize      340   270     # mm
        Identifier   "Monitor0"
        VendorName   "SAM"
        ModelName    "SyncMaster"
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 75.0
        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     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
        Option      "TwinView"
        Option      "NvAGP"     "3"
        Option      "NoLogo"    "false"
        Option      "ConnectedMonitor"  "CRT-1, DFP-0"
        Option      "HorizSync" "CRT-1: 30-81; DFP-0: 30-81"
        Option      "VertRefresh" "CRT-1: 56-75; DFP-0: 56-75"
        Option      "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
        Option      "TwinViewOrientation" "CRT-1 LeftOf DFP-0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Modes     "1280x1024"
                Depth     24
        EndSubSection
        SubSection "Display"
                Modes     "1280x1024"
                Depth     24
        EndSubSection
        SubSection "Display"
                Modes     "1280x1024"
                Depth     24
        EndSubSection
        SubSection "Display"
                Modes     "1280x1024"
                Depth     24
        EndSubSection
        SubSection "Display"
                Modes     "1280x1024"
                Depth     24
        EndSubSection
        SubSection "Display"
                Modes     "1280x1024"
                Depth     24
        EndSubSection
EndSection

is noch nicht so schoen, die config, hatte noch nicht viel zeit herumzuspielen, sys laeuft erst seit gestern :)
Bearbeitet von bluefoxx am 21.07.2005, 23:41

bluefoxx

Legend

Avatar
Registered: Oct 2001
Location: Vienna
Posts: 7088
HaHa Schurke! :D Hab den Fehler selber gefunden,...

ein simples

Code:
DefaultDepth  24

in der Section "Screen" (noch vor der Subsection) hat gefehlt, jetzt siehts alles fein aus :D

Lukas

Here to stay
Avatar
Registered: Feb 2004
Location: ~
Posts: 1883
Frage die hier ein bissl dazupasst...

Hab auch gestern Gentoo aufgesetzt und wollt jetz mal wissen was genau nvidia-kernel ist ? Ist dass der Treiber von nvidia oder was anderes ? wenn ich X starte kommt ja dieser weiße "NVIDIA" Screen nicht vor dem starten in den WM...

that

Hoffnungsloser Optimist
Avatar
Registered: Mar 2000
Location: MeidLing
Posts: 11344
Zitat von Lukas
Hab auch gestern Gentoo aufgesetzt und wollt jetz mal wissen was genau nvidia-kernel ist ? Ist dass der Treiber von nvidia oder was anderes ?

laut "emerge -s nvidia-kernel" handelt es sich dabei um:

Homepage: http://www.nvidia.com/
Description: Linux kernel module for the NVIDIA X11 driver
License: NVIDIA

Also: Ja, es ist der Treiber, bzw. eben der Kernel-Teil davon. Der zweite Teil heißt nvidia-glx (für X11 und OpenGL).
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz