Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nur 256 Farben
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Tue Jan 27, 2004 12:11 pm    Post subject: Nur 256 Farben Reply with quote

Hi,

Ich habe nur 256 Farben. Wo kann ich das einstellen?

Habe eine ATI Radeon Mobility M6 LY als Grafikkarte..
Habe x mit /usr/X11R6/bin/xf86cfg konfiguriert
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Tue Jan 27, 2004 12:14 pm    Post subject: Reply with quote

eben mit dem selben tool kannst du auch die farbtiefe einstellen. du musst nur aufmerksam lesen was es dir mitteilen will beim konfigurieren.
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Tue Jan 27, 2004 12:17 pm    Post subject: Reply with quote

ich habe xf86CFG benutzt nicht xf86config :/

Da mit xf86config gar nichts leuft
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Tue Jan 27, 2004 12:19 pm    Post subject: Reply with quote

da kannst du das imho auch einstellen.

aber fallst du dir /etc/X11/XF86Config mal mit einem editor anschauen willst, dann kannst du aus 8bit farbe einfach mal 24bit machen.
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
shermann
n00b
n00b


Joined: 04 May 2003
Posts: 50
Location: Troisdorf

PostPosted: Tue Jan 27, 2004 12:25 pm    Post subject: Reply with quote

toskala wrote:
da kannst du das imho auch einstellen.

aber fallst du dir /etc/X11/XF86Config mal mit einem editor anschauen willst, dann kannst du aus 8bit farbe einfach mal 24bit machen.



oder wenn er X per hand startet einfach ein
Code:
startx -- -bpp [8|16|24]


oder in der /etc/XF86Config folgendes setzen:

Code:

Section "Screen"
    Identifier  "Screen 1"
    Device      "** Intel i810 (generic)               [i810]"
    Monitor     "My Monitor"
###################
# change here the defaultdepth to 8, 16 or 24
##################
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


regards,

\sh
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum