You are not logged in.

#1 2009-04-04 22:19:15

liorc666
Member
Registered: 2009-03-28
Posts: 11

color depth wont apply

hey , i got a fresh install of arch linux and installed Xorg and LXDE and KDEMOD in both of LXDE and KDEMOD the color depth not seems to apply , im using the nvidia-173xx drivers and i see this : http://img4.imageshack.us/img4/5051/200 … 0x1024.png

how can i fix this problem so my screen will show sharp ? (tried Defaultdepth and nvidia-xconfig) also i know its not hardware problem.


xorg.conf :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon Mar  2 12:45:55 PST 2009                                                                          

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0     
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection                                   

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled" 
    FontPath        "/usr/share/fonts/TTF"            
    FontPath        "/usr/share/fonts/Type1"          
EndSection                                            

Section "Module"
    Load           "xtrap"
    Load           "dbe"  
    Load           "glx"  
    Load           "extmod"
    Load           "freetype"
EndSection                   

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection                       

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"      
EndSection                    

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse" 
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"  
EndSection                                   

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Proview"
    HorizSync       30.0 - 80.0
    VertRefresh     60.0 - 75.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV34 [GeForce FX 5500]"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5500"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by liorc666 (2009-04-04 22:20:14)

Offline

Board footer

Powered by FluxBB