[Debian woody] 256 kleuren in X

Pagina: 1
Acties:

  • x-wolf
  • Registratie: December 2000
  • Laatst online: 01-05-2024
Ik zit al een tijdje te zoeken naar de oplossing maar kom er niet uit. Ik heb veel te weinig kleuren in X. Het zal wel een instelling zijn in XF86Config-4 maar hoe?
Dit is mijn huidige XF86Config-4
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "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  "pex5"
        Load  "record"
        Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "Buttons 3"
#       Option "ZAxisMapping" "4 5"
#       Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "IVM"
        ModelName    "1744"
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 100.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "NVidia"
        BoardName   "Riva TNT2"
        BusID       ""
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

  • real-0ne
  • Registratie: Juni 2001
  • Laatst online: 03-04-2024

real-0ne

Jah wat zal ik ervan maken

ik zal zeggen draai "XF86Config" opnieuw en stel je videokaart etc goed in...

De enige echte....


  • x-wolf
  • Registratie: December 2000
  • Laatst online: 01-05-2024
Heb ik al een aantal keren gedaan maar hij blijft maar 256 kleuren geven in deze resolutie. Het moet toch mogelijk zijn dit handmatig aan te passen in XF86Config-4?

  • imdos
  • Registratie: Maart 2000
  • Laatst online: 12:32

imdos

I use FreeNAS and Ubuntu

code:
1
DefaultDepth    16


invoegen tussen Monitor & Subsection

pvoutput. Waarom makkelijk doen, als het ook moeilijk kan! Every solution has a new problem