Rozdzielczośc a monitor

Tutaj można zadać pytanie, jeśli Linuksa widzi się pierwszy raz w życiu ;)
zdesperowany
Piegowaty Guziec
Piegowaty Guziec
Posty: 4
Rejestracja: 31 sty 2011, 21:06
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86

Rozdzielczośc a monitor

Post autor: zdesperowany »

Wiem że temat był już wielokrotnie poruszany ale nie znalazłem odpowiedzi a mianowicie:
zainstalowałem sobie Ubuntu 10.10 (mój pierwszy Linux) zamiast Windowsa i po zainstalowaniu sterowników graficznych nVidia przez ten manager sterowników max rozdzielczość monitora to 640x480
nie da sie ustawic większej. Gdzieś znalazłem żeby edytować plik xorg.config ale on u mnie jest tylko do odczytu i nie da sie nic zrobic. Moja karta graficzna to gf fx5200. Po odinstalowaniu sterowników wszystko wraca do normy. Prosze o pomoc bo coś mi sie wydaje ze ten linux to narazie bedzie mój jedyny system a na tym standardowym sterowniku "troche zamula"
Awatar użytkownika
BlueMan
Piegowaty Guziec
Piegowaty Guziec
Posty: 14
Rejestracja: 03 maja 2007, 12:33
Płeć: Mężczyzna
Wersja Ubuntu: 14.04
Środowisko graficzne: Xfce
Architektura: x86_64
Kontakt:

Odp: Rozdzielczośc a monitor

Post autor: BlueMan »

plik xorg.config musisz edytować jak root. Czyli wywołaj edycje tego pliku z konsoli, poprzedzając polecenie słowem "sudo"
:w00t: www.BlueMan.pl - BlueMan devBlog
zdesperowany
Piegowaty Guziec
Piegowaty Guziec
Posty: 4
Rejestracja: 31 sty 2011, 21:06
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86

Odp: Rozdzielczośc a monitor

Post autor: zdesperowany »

tak tego teź próbowałem ale przy wtedy prosi o hasło i nic nie da sie wpisać
Awatar użytkownika
BlueMan
Piegowaty Guziec
Piegowaty Guziec
Posty: 14
Rejestracja: 03 maja 2007, 12:33
Płeć: Mężczyzna
Wersja Ubuntu: 14.04
Środowisko graficzne: Xfce
Architektura: x86_64
Kontakt:

Odp: Rozdzielczośc a monitor

Post autor: BlueMan »

oj :( widzę, musisz poczytać podstawowe podstawy podstaw, bo wszystkiego nie da się wytłumaczyć, a raczej Twój poziom wiedzy jest bardzo znikomy :(


PS.
Podpowiem: hasło się wpisuje, ale nie wyświetla na ekranie - to dodatkowe zabezpieczenia linuxa.
Wpisz dokładnie swoje hasło i wciśnij ENTER :]
:w00t: www.BlueMan.pl - BlueMan devBlog
zdesperowany
Piegowaty Guziec
Piegowaty Guziec
Posty: 4
Rejestracja: 31 sty 2011, 21:06
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86

Odp: Rozdzielczośc a monitor

Post autor: zdesperowany »

dobra tak łatwo sie nie poddam :> w tym xorg.conf mam coś takiego

Kod: Zaznacz cały

Section "Screen"
    Identifier    "Default Screen"
    DefaultDepth    24
EndSection

Section "Module"
    Load    "glx"
EndSection

Section "Device"
    Identifier    "Default Device"
    Driver    "nvidia"
    Option    "NoLogo"    "True"
EndSection
Awatar użytkownika
B.A.D.
Sędziwy Jeż
Sędziwy Jeż
Posty: 96
Rejestracja: 14 lis 2010, 21:16
Płeć: Mężczyzna
Wersja Ubuntu: 10.04
Środowisko graficzne: GNOME
Architektura: x86
Kontakt:

Odp: Rozdzielczośc a monitor

Post autor: B.A.D. »

na gf5200 wszystko śmiga aż miło wiem z doswiadczenia:)
najpierw wejdź do menu system->administracja->sterowniki i zainstaluj ten z numerkiem 173.
z terminala odpal

Kod: Zaznacz cały

sudo nvidia-xconfig
restart kompa i wszystko powinno działać:)
jeśli xconfig nie wygeneruje dobrze dodanych modułów to wklej tego i powinno chodzić

Kod: Zaznacz cały

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Sun Nov  8 21:50:38 PST 2009


#Section "ServerFlags"
#    Option        "AllowMouseOpenFail"    "true"    
#EndSection
#Section "InputDevice"
#    Identifier    "Serial Mouse"

#    Driver        "mouse"
#    Option        "Protocol"            "Microsoft"
#    Option        "Device"            "/dev/ttyS0"
#    Option        "Emulate3Buttons"    "true"

#    Option        "Emulate3Timeout"    "70"
#    Option        "SendCoreEvents"    "true"
#EndSection
#Section "InputDevice"
#    Identifier    "PS/2 Mouse"

#    Driver        "mouse"
#    Option        "Protocol"            "IMPS/2"
#    Option        "ZAxisMapping"        "4 5"
#    Option        "Device"            "/dev/psaux"

#    Option        "Emulate3Buttons"    "true"
#    Option        "Emulate3Timeout"    "70"
#    Option        "SendCoreEvents"    "true"
#EndSection

#Section "InputDevice"
#    Identifier    "ALPS TouchPad"
#    Driver        "synaptics"
#    Option        "Device"    "/dev/psaux"
#    Option        "Protocol"        "auto-dev"

#    Option        "LeftEdge"        "120"
#    Option        "RightEdge"        "830"
#    Option        "TopEdge"        "120"
#    Option        "BottomEdge"        "650"

#    Option        "FingerLow"        "14"
#    Option        "FingerHigh"        "15"
#    Option        "MaxTapTime"        "180"
#    Option        "MaxTapMove"        "110"

#    Option        "EmulateMidButtonTime"    "75"
#    Option        "VertScrollDelta"    "20"
#    Option        "HorizScrollDelta"    "20"
#    Option        "MinSpeed"        "0.7"

#    Option        "MaxSpeed"        "3"
#    Option        "AccelFactor"        "0.025"
#    Option        "EdgeMotionMinSpeed"    "15"
#    Option        "EdgeMotionMaxSpeed"    "15"

#    Option        "UpDownScrolling"    "1"
#    Option        "CircularScrolling"    "1"
#    Option        "CircScrollDelta"    "0.1"
#    Option        "CircScrollTrigger"    "2"

#EndSection
##########################################
## Auto-generated by sidux mkxf86config ##
##########################################

Section "ServerLayout"

    # ALPS TouchPad not detected

    # PS/2 Mouse not detected
    # Serial Mouse not detected
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"

    InputDevice    "USB Mouse" "CorePointer"
    InputDevice    "Synaptics TouchPad" "AlwaysCore"
EndSection

Section "Files"

    # path to defoma fonts

    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/100dpi"

    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection


Section "Module"

    #Load        "GLcore"
    Load           "ddc"        # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"

    Load           "glx"
    Load           "bitmap"    # bitmap-fonts
    Load           "type1"
    Load           "freetype"
    Load           "record"

    Load           "synaptics"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "CoreKeyboard"

    Option         "XkbRules" "xorg"
    Option         "XkbOptions" "altwin:super_win"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "pl"

EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"

    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "InputDevice"


    # Option        "Repeater"        "/dev/ps2mouse"
    # Option        "Emulate3Buttons"    "on"
    Identifier     "Synaptics TouchPad"
    Driver         "synaptics"

    Option         "Device" "/dev/input/mouse0"
    Option         "Protocol" "auto-dev"
    Option         "LeftEdge" "0"
    Option         "RightEdge" "5000"

    Option         "TopEdge" "2000"
    Option         "BottomEdge" "4000"
    Option         "FingerLow" "30"
    Option         "FingerHigh" "30"

    Option         "MaxTapTime" "130"
    Option         "MaxTapMove" "220"
    Option         "VertScrollDelta" "100"
    Option         "HorizScrollDelta" "100"

    Option         "MinSpeed" "0.06"
    Option         "MaxSpeed" "0.15"
    Option         "AccelFactor" "0.009"
    # Option        "SHMConfig"        "on"

EndSection

Section "Monitor"
 # Warning: This may fry old Monitors
 # Very conservative. May flicker.
#    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    #  Default modes distilled from

    #      "VESA and Industry Standards and Guide for Computer Display Monitor
    #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $

    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier     "Monitor0"
    HorizSync       28.0 - 96.0
    VertRefresh     50.0 - 75.0
    ModeLine       "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync

    ModeLine       "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine       "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine       "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync

    ModeLine       "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync

    ModeLine       "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync

    ModeLine       "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace

    ModeLine       "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync

    ModeLine       "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync

    ModeLine       "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync

    ModeLine       "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync

    ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync

    ModeLine       "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine       "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine       "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync

    ModeLine       "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine       "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine       "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync

    ModeLine       "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "640x480" 43.16 640 680 744 848 480 481 484 509 -hsync +vsync

    ModeLine       "768x576" 34.96 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine       "768x576" 42.93 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine       "768x576" 45.51 768 808 888 1008 576 577 580 602 -hsync +vsync

    ModeLine       "768x576" 51.84 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine       "768x576" 62.57 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine       "800x600" 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync

    ModeLine       "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync
    ModeLine       "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine       "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync

    ModeLine       "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine       "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine       "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync

    ModeLine       "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    ModeLine       "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine       "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync

    ModeLine       "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine       "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine       "1368x768" 85.86 1368 1440 1584 1800 768 769 772 795 -hsync +vsync

    ModeLine       "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine       "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine       "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync

    ModeLine       "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine       "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine       "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync

    ModeLine       "1440x1050" 126.27 1440 1536 1688 1936 1050 1051 1054 1087 -hsync +vsync
    ModeLine       "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    ModeLine       "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync

    ModeLine       "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
    Option         "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors

EndSection

Section "Device"

    # sw_cursor is needed for some ati and radeon cards
    #Option        "sw_cursor"
    #Option        "hw_cursor"
    #Option        "NoAccel"

    #Option        "ShowCache"
    #Option        "ShadowFB"
    #Option        "UseFBDev"
    #Option        "Rotate"
    # The following line is auto-generated by sidux mkxf86config

    #BusID        "PCI:1:0:0"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "All"
    BoardName      "All"
EndSection

Section "Screen"

    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "RenderAccel" "1"
    ### Available Driver options are:-

    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16

        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"

    EndSubSection
EndSection
możesz pozmieniać standardowe mody w ostatniej części xorga
-Ice cream... I like an ice cream.
-Yeah? What flawor?
-Doesn't matter... it's for my ass.
zdesperowany
Piegowaty Guziec
Piegowaty Guziec
Posty: 4
Rejestracja: 31 sty 2011, 21:06
Płeć: Mężczyzna
Wersja Ubuntu: 10.10
Środowisko graficzne: GNOME
Architektura: x86

Odp: Rozdzielczośc a monitor

Post autor: zdesperowany »

dobra dzięki za pomoc musiałem podmienić plik xorg na ten dodany przez B.A.D. (oczywiście z jego pomocą ) za co jestem mu wdzięczny!
ODPOWIEDZ

Wróć do „Przedszkole Linuksa”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 12 gości