LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-10-2002, 10:07 AM   #1
k3v0
Member
 
Registered: Jul 2002
Location: cape coral, fl
Distribution: Gentoo 1.4_rc2
Posts: 47

Rep: Reputation: 15
Question slackware 8.1 colors


ok my desktop looks like 16bit(<-nasty ew) how do i go about changing the color bits higher?
 
Old 11-10-2002, 10:32 AM   #2
Mephisto
Member
 
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453

Rep: Reputation: 31
in /etc/X11/XF86Config fo to the "Screen" section. There should be a line "DefaultDepth" which is is what you are looking for. Make sure you have whatever color depth you choose defined in the sction immediately below "DefaultDepth" though.

Last edited by Mephisto; 11-10-2002 at 10:39 AM.
 
Old 11-10-2002, 04:44 PM   #3
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Rep: Reputation: 30
or you could type XF86CONFIG and set it there but know your video card type and amount of video ram, vertical and horizontal sync rates...
 
Old 11-10-2002, 08:09 PM   #4
k3v0
Member
 
Registered: Jul 2002
Location: cape coral, fl
Distribution: Gentoo 1.4_rc2
Posts: 47

Original Poster
Rep: Reputation: 15
neither of those worked here is my config file just tell me what i need to change in it


My XF86Config File
 
Old 11-11-2002, 02:26 AM   #5
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Rep: Reputation: 30
maybe you need to edit that other file called somethink like xf86config-4 or something like that. check that out in the same directory as your xf86config file.
 
Old 11-12-2002, 12:48 AM   #6
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
To be honest, I'm surprised your XF86Config file works at all. You don't
have any specification of the capabilities of your monitor, for one.

Try something like:

Code:
.
.
.

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31-96
    VertRefresh 55-160
EndSection
Section "Device"
        Identifier "Radeon"
        VendorName "ATI"
        Driver  "radeon"
        Option "AGPMode" "4"
        Option "AGPSize" "64"
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "My Video Card"
    Driver      "vga"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "Radeon"
    Monitor     "My Monitor"
    DefaultDepth 24
    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
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection
.
.
.
 
Old 11-12-2002, 01:53 PM   #7
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Rep: Reputation: 30
theres a different file that redhat and i guess mandrake uses, it's called something like xf86config-4 or somethin' like that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
'less' keep colors Dankles Slackware 3 10-28-2005 09:20 AM
What colors does it come in ? Trin ROCK 1 10-03-2005 01:27 AM
Only 256 colors on Slackware 9.1 Quartzophobia Linux - Laptop and Netbook 1 01-27-2004 04:26 PM
colors? there is no god Linux - Newbie 3 08-18-2003 08:04 PM
Colors jeremy LQ Suggestions & Feedback 4 06-26-2003 04:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration