Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2009-10-17 15:04:39

  zborus - Użytkownik

zborus
Użytkownik
Zarejestrowany: 2009-10-10

zmiana rozdzielczośći..

hej mam taki problem mianowicie, zainstalowalem xorga potem stery Nvidi i  środowisko fluxbox i chcę ustawic rozdzielczosc natywna dla monitora.. no ale nie moge moj xorg :

Kod:

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/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "dri2"
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   "Monitor Vendor"
        ModelName    "Monitor Model"
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     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV43 [GeForce 6600]"
        BusID       "PCI:2:0:0"
EndSection

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

cos mi sie wydaje ze caly xorg jest zly..

Offline

 

#2  2009-10-17 15:34:56

  blinki - Użytkownik

blinki
Użytkownik
Skąd: Wschowa/Gdańsk
Zarejestrowany: 2009-04-09
Serwis

Re: zmiana rozdzielczośći..

a niema niczego na stronie nvidii? naprzyklad ich starowniki do twojej karty graficznej.. sterowniki producenta zawsze beda lepsze niz zamienniki


Platforma Systemowa: Debian 5.0 lenny | KDE 4.3.2
PC: FS Amilo li 3710 | DualCore 2.0GHz/3GB/Intel GMA X4500
Przeglądarka: Opera (Firefox sux^^)

Offline

 

#3  2009-10-17 15:41:15

  zborus - Użytkownik

zborus
Użytkownik
Zarejestrowany: 2009-10-10

Re: zmiana rozdzielczośći..

nooo zainstalowałem sterowniki od producenta, ściągniete ze strony :>

Offline

 

#4  2009-10-17 16:09:19

  blinki - Użytkownik

blinki
Użytkownik
Skąd: Wschowa/Gdańsk
Zarejestrowany: 2009-04-09
Serwis

Re: zmiana rozdzielczośći..

znalazlem cos dla gforce4 mx 440

Kod:

Section "Screen"
      Identifier      "Default Screen"
      Device            "nVidia Corporation NV17 [GeForce4 MX 440]"
      Monitor            "Generic Monitor"
      Defaultdepth      24
      SubSection "Display"
            Depth      1
            Modes            "1600x1200"      "1280x1024"      "1024x768"      "800x600"      "720x400"      "640x480"
      EndSubSection
      SubSection "Display"
            Depth      4
            Modes            "1600x1200"      "1280x1024"      "1024x768"      "800x600"      "720x400"      "640x480"
      EndSubSection
      SubSection "Display"
            Depth      8
            Modes            "1600x1200"      "1280x1024"      "1024x768"      "800x600"      "720x400"      "640x480"
      EndSubSection
      SubSection "Display"
            Depth      15
            Modes            "1600x1200"      "1280x1024"      "1024x768"      "800x600"      "720x400"      "640x480"
      EndSubSection
      SubSection "Display"
            Depth      16
            Modes            "1600x1200"      "1280x1024"      "1024x768"      "800x600"      "720x400"      "640x480"
      EndSubSection
      SubSection "Display"
            Depth      24
            Modes            "1600x1200"      "1280x1024"      "1024x768"      "800x600"      "720x400"      "640x480"
      EndSubSection
EndSection

a link do ego tematu kiedys dostalem od moda dug moze ci w czyms pomoze
http://debian.linux.pl/viewtopic.php?t=492


Platforma Systemowa: Debian 5.0 lenny | KDE 4.3.2
PC: FS Amilo li 3710 | DualCore 2.0GHz/3GB/Intel GMA X4500
Przeglądarka: Opera (Firefox sux^^)

Offline

 

#5  2009-10-17 16:52:25

  k4misiek - Green Reaper

k4misiek
Green Reaper
Skąd: Poznań
Zarejestrowany: 2006-11-11

Re: zmiana rozdzielczośći..

Dodaj DefaultDepth 24 do sekcji "Screen". Możesz jeszcze usunąć wszystkie SubSection "Display" z wyjątkiem ostatniej gdzie masz rozdzielczość ustawioną (pierwszy post). Dodaj jeszcze odstęp między "x" bo nie jestem pewien czy taka składnia jaką obecnie masz jest akceptowana.

Ostatnio edytowany przez sp3cu (2009-10-17 16:55:26)


You are registered as user #464141 with the Linux Counter

Offline

 

#6  2009-10-17 20:00:03

  rychu - elektryk dyżurny

rychu
elektryk dyżurny
Skąd: gdańsk/kalmar
Zarejestrowany: 2004-12-28

Re: zmiana rozdzielczośći..

zborus napisał(-a):

nooo zainstalowałem sterowniki od producenta, ściągniete ze strony :>

uruchom sobie jako root nvidia-settings


linux regd. user #248790

Offline

 

#7  2009-10-17 22:45:37

  zborus - Użytkownik

zborus
Użytkownik
Zarejestrowany: 2009-10-10

Re: zmiana rozdzielczośći..

hehe no dobra :) rzekomo jest natywna rozdzielczosc monitora ;) ale jakis duzy mam pasek w fluxboxie :P

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)