Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: rozdzielczosc
Forum PHP.pl > Inne > Komputery i oprogramowanie
trucksweb
kiedys mi to nie przeszkadzalo, ale teraz zaczyna.
Otoz na laptopie mam monitor 15' o rozdzielczosci max 1240 (w kazdym razie wiecie o co chodzi) gdy laduje sie bios i ekran powitalny mam 800x600 dopiero gdy wejdzie windows mam prawidlowa rozdzielczosc.
Teraz zaintalowalem linuxa ale u niego max rozdzielczosc to 800x600 i mam dosc duzy obszar poza glownym oknem co mnie wnerwia.
Wchodze do biosu ale tam jak to zwykle w laptopach nie ma zbyt wielu opcji a tym badziej do wystwietlania.

W jaki sposob mozna zwiekszyc rozdzeilczosc gdy laduje sie bios ? iw linuxie, bo normalnie sie nie da dry.gif Linux Aurox
sztosz
Jak sie nie da? W konfiguracji X'ów to można zmienić, albo już w samym grubie odpowiedni parametr dla kernela. Tyle że dla X'ów tez bedziesz musial to zmienic smile.gif
trucksweb
a mozesz powiedziec krok po kroku jak ? bo nie umiem nie lubie a musze dzialac w linuxie dry.gif
TomASS
W x'ach masz podobny do windowsa panel sterowania.
trucksweb
tylko ze nie mam tam opcji 1024 exclamation.gif tylko 800x600 i te mniejsze
Bastion
poszukaj w katalogu /etc/X11

pliku xorg.conf (jesli masz serwer x.org)
lub pliku xfree86.conf (jesli xfree)

znadz w nim sekcje

Kod
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"
    DefaultDepth 24

    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

i dodaj rozdzielczosci, potem po restarcie xow powinienes miec wyzsze rozdzielczosci do wybou
son
Być może nie masz sterowników które obsługują tą rozdzielczość. Wejdź na forum aurox'a i tam znajdziesz instrukcję jak uaktualnić stery.
trucksweb
ok, dzieki poszukam rolleyes.gif

//no to znalazlem, dodalem i nic sie nie zmienilo sad.gif
moj plik xorg.conf wraz ze zmianami

Cytat
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier    "Default Layout"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath      "/usr/X11R6/lib/X11/rgb"
FontPath    "unix/:7100"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
Load  "synaptics"
Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds"  "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier  "Keyboard0"
Driver      "kbd"
Option    "XkbModel" "pc105"
Option    "XkbLayout" "pl"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option    "Protocol" "IMPS/2"
Option    "Device" "/dev/input/mice"
Option    "ZAxisMapping" "4 5"
Option    "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
Identifier  "Synaptics"
Driver      "synaptics"
Option    "Device" "/dev/input/mice"
Option    "Protocol" "auto-dev"
Option    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier  "Monitor0"
VendorName  "Monitor Vendor"
ModelName    "Unknown monitor"
HorizSync    31.5 - 37.9
VertRefresh  50.0 - 70.0
Option    "dpms"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver      "i810"
VendorName  "Videocard vendor"
BoardName  "Intel 845"
EndSection

Section "Screen"
Identifier "Screen0"
Device    "Videocard0"
Monitor    "Monitor0"
DefaultDepth    24
SubSection "Display"
  Viewport  0 0
  Depth    16
  Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
  Viewport  0 0
  Depth    24
  Modes    "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group        0
Mode        0666
EndSection
Bastion
Podaj mi model laptopa smile.gif
trucksweb
Fujutsu Siemens
graf: INTEL ® 82845G

konkretnego numeru laptopa nie znam bo mam go w zastepstwie do pracy.

pod laptopem mam: AMILO L 6820
Bastion
zmien w sekcji monitor

HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0

na

HorizSync 30 - 61
VertRefresh 56 - 76

restart - i powinno byc
trucksweb
niestety nie jest sad.gif dokladnie jest tak jak bylo- 800x600 i moge zmienic tylko na nizsza rozdzielczosc.
Odswiezanie mam na 0 i tylko taka opcje sad.gif
bios tez uruchamia sie na 800x600 i moze to jest problem ?

//
poprawka zmienilem liczbe kolorow i dziala 1024x768 a nawet wieksze smile.gif
WIELKIE dzieki Bastion rolleyes.gif

//
zainstalowalem nowego linuxa :)SUSE i tez mam podobny problem.
Tym razek jednak rozdzielczosc jest ok, ale nie moge wybrac 32 bitow kolorow sad.gif mam tylko 24 max

oto plik xorg.conf
Cytat
# /.../
# SaX generated X11 config file
# Created on: 2006-03-25T23:38:00+0100.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath    "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/local"
  FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/URW"
  FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath    "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath    "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath    "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/CID"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath    "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath    "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath    "/opt/kde3/share/fonts"
  InputDevices "/dev/ttyS0"
  InputDevices "/dev/ttyS1"
  InputDevices "/dev/ttyS2"
  InputDevices "/dev/ttyS3"
  InputDevices "/dev/ttyS4"
  InputDevices "/dev/ttyS5"
  InputDevices "/dev/ttyS6"
  InputDevices "/dev/ttyS7"
  InputDevices "/dev/ttyS8"
  InputDevices "/dev/psaux"
  InputDevices "/dev/logibm"
  InputDevices "/dev/sunmouse"
  InputDevices "/dev/atibm"
  InputDevices "/dev/amigamouse"
  InputDevices "/dev/atarimouse"
  InputDevices "/dev/inportbm"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/mouse"
  InputDevices "/dev/usbmouse"
  InputDevices "/dev/adbmouse"
  InputDevices "/dev/input/mice"
  InputDevices "/dev/input/event0"
  InputDevices "/dev/pointer0"
  InputDevices "/dev/pointer1"
  InputDevices "/dev/pointer2"
  InputDevices "/dev/pointer3"
EndSection

Section "ServerFlags"
  Option      "AllowMouseOpenFail"
EndSection

Section "Module"
  Load        "dbe"
  Load        "type1"
  Load        "freetype"
  Load        "extmod"
  Load        "glx"
  Load        "v4l"
  Load        "dri"
EndSection

Section "InputDevice"
  Driver      "kbd"
  Identifier  "Keyboard[0]"
  Option      "Protocol" "Standard"
  Option      "XkbLayout" "pl"
  Option      "XkbModel" "pc104"
  Option      "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver      "mouse"
  Identifier  "Mouse[1]"
  Option      "Buttons" "11"
  Option      "Device" "/dev/input/mice"
  Option      "Name" "A4 Tech PS/2+USB Mouse"
  Option      "Protocol" "explorerps/2"
  Option      "Vendor" "Sysp"
  Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver      "synaptics"
  Identifier  "Mouse[3]"
  Option      "Device" "/dev/input/mice"
  Option      "Emulate3Buttons" "on"
  Option      "InputFashion" "Mouse"
  Option      "Name" "Synaptics;Touchpad"
  Option      "Protocol" "explorerps/2"
  Option      "SHMConfig" "on"
  Option      "Vendor" "Sysp"
  Option      "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  HorizSync    28-48
  Identifier  "Monitor[0]"
  ModelName    "1024X768@60HZ"
  Option      "DPMS"
  VendorName  "--> VESA"
  VertRefresh  50-60
  UseModes    "Modes[0]"
EndSection


Section "Modes"
  Identifier  "Modes[0]"
  Modeline  "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
  Modeline  "800x600" 36.88 800 832 912 1024 600 601 604 621
  Modeline  "768x576" 33.74 768 792 872 976 576 577 580 596
  Modeline  "640x480" 23.06 640 656 720 800 480 481 484 497
  Modeline  "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1024x768" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1024x768" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768" "800x600" "768x576" "640x480"
  EndSubSection
  Device      "Device[0]"
  Identifier  "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "i845"
  BusID        "0:2:0"
  Driver      "i810"
  Identifier  "Device[0]"
  VendorName  "Intel"
EndSection


Section "ServerLayout"
  Identifier  "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option      "Clone" "off"
  Option      "Xinerama" "off"
  Screen      "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode      0660
EndSection

Section "Extensions"
EndSection


czy ktos moze mi pomoc questionmark.gif
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.