Вы находитесь здесь

Форум

Problem z rozdzielczo

Автор Replies
romano73 Thursday 1 May 2008 at 10:42
romano73Anonymous

Witam! Niestety znowu mam problem. Wlaczam jakikolwiek program przez POL otwiera mi sie gigantyczne okno.

Jak zmienic rozdzielczosc w POL?

Pozdrawiam

Edited by romano73

parox Thursday 1 May 2008 at 17:44
parox

moze daj screena, bedzie łatwiej stwierdzić co to :P

Umieć żyć, znaczy walczyć i zwyciężać!
romano73 Friday 2 May 2008 at 0:31
romano73Anonymous

Ciężko dać screena z tego. Poprostu okno danego odpalanego programu czy też np. ustawień wine jest tak duże że ja widze na monitorze jakiej 1/4 jej wielkości.

Podejrzewam że poprostu przestawia sobie rozdzielczość ale nie wiem gdzie to moge zmienić.
parox Friday 2 May 2008 at 0:39
parox

Jeśli chcesz odpalać grę to tego nie zmienisz. Gry mają własne rozdzielczości. Mam tak samo. Jednak na niektórych grach jak masz tę 1/4 naciśnij Spację i gra normalnie zacznie działać :P np. Serie GTA tak mają.

Umieć żyć, znaczy walczyć i zwyciężać!
romano73 Friday 2 May 2008 at 9:47
romano73Anonymous

ok. Sprawdze to.
LongeR Friday 2 May 2008 at 21:11
LongeR

wklej tu zawartość pliku /etc/X11/xorg.conf

LongeR rządzi, LongeR radzi, LongeR nigdy cię nie zdradzi!!
romano73 Sunday 4 May 2008 at 10:11
romano73Anonymous

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
     Identifier     "Generic Keyboard"
     Driver          "kbd"
     Option          "XkbRules"     "xorg"
     Option          "XkbModel"     "pc105"
     Option          "XkbLayout"     "pl"
EndSection

Section "InputDevice"
     Identifier     "Configured Mouse"
     Driver          "vmmouse"
EndSection

Section "Device"
     Identifier     "Configured Video Device"
     Driver          "nvidia"
     Option           "AddARGBGLXVisuals" "true"
     Option          "no GLXFBConfig for depth 32"
EndSection

Section "Monitor"
     Identifier     "Configured Monitor"
EndSection

Section "Screen"
     Identifier     "Default Screen"
     Monitor          "Configured Monitor"
     Device          "Configured Video Device"
     Defaultdepth     24
EndSection

Section "ServerLayout"
     Identifier     "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
     Load          "glx"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
LongeR Sunday 4 May 2008 at 13:37
LongeR

dziwne nie masz rozdzielczości w ogóle ustawione... zobacz jak to wygląda u mnie

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 5 19:29:10 PDT 2007

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"

# Uncomment if you have a wacom tablet
#     InputDevice "stylus"     "SendCoreEvents"
#     InputDevice "cursor"     "SendCoreEvents"
#     InputDevice "eraser"     "SendCoreEvents"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"          # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"          # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"          # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "ASUS VW192S˙"
Option "DPMS"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "ASUS VW192S˙"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x1440" "1440x900" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

jako root polecenie dpkg-reconfigure xserver-xorg i tam jest wybór rozdzielczości wybierz odpowiednią dla Twojego monitora i powinno się w xorg zmienić zobacz czy tak się stanie.

LongeR rządzi, LongeR radzi, LongeR nigdy cię nie zdradzi!!
romano73 Sunday 4 May 2008 at 22:49
romano73Anonymous

Jak próbuje to robić to mi cały czas konfiguruje klawiature
LongeR Monday 5 May 2008 at 17:27
LongeR

Tak a potem przechodzi di konfiguracji ustawień monitora http://debian.linux.pl/viewtopic.php?t=492 tu masz wszystkie kroki po koleij opisane!:]

LongeR rządzi, LongeR radzi, LongeR nigdy cię nie zdradzi!!
Вы находитесь здесь: Index > Problemy > Problem z rozdzielczo