Forum » Operacijski sistemi » Težave z resolucijo na Linux sistemu
Težave z resolucijo na Linux sistemu
Meizu ::
Živijo. Imam Linux Ubuntu Studio in imam problem z resolucijo, saj mi jo dovoli zvišati na le 1024x768. Moj zaslon pa 100% zmore 1280x1024. Obstaja kakšna možnost višanja, saj pride malce zrnasto vse skupaj?
Aja, povem naj še, da gonilniov nisem nameščal nobenih.
Aja, povem naj še, da gonilniov nisem nameščal nobenih.
- premaknil iz Pomoč in nasveti: gkovac ()
gregaster ::
Jaz sem imel podoben problem na centosu. Rešil sem tako da sem v nastavitvah za zaslon nastavil, da imam lcd zaslon z resolucijo 1280*1024.
lp
grega
lp
grega
overlord_tm ::
/etc/X11/xorg.conf
Potem pa pod section screen nastavis katere resolucije vse bi rad imel ;)
Potem pa pod section screen nastavis katere resolucije vse bi rad imel ;)
Meizu ::
Am, res hvala, ampak sem res "frišen" uporabnik Linux sistema, danes sem ga prvič v življenju zagnal in uporabil. Bi lahko prosim overlord natančneje opisal to stvar? Hvala
overlord_tm ::
Greš v konzolo, potem pa vtipkaš:
[najlubši editor] /etc/X11/xorg.conf
Recimo: nano /etc/X11/xorg.conf
Potem pa mas nekak tako:
In tam pod modes vnesi tvoje resolucije ;)
Pa vse to moraš delati kot root ;). Ali se že prijaviš kot root v komp, bolje da v konzoli napišeš su in vtipkaš password.
[najlubši editor] /etc/X11/xorg.conf
Recimo: nano /etc/X11/xorg.conf
Potem pa mas nekak tako:
Section "Screen" ... Subsection "Display" Depth 24 Modes "1680x1050" "1024x768" "800x600" ViewPort 0 0 EndSubsection ... EndSection
In tam pod modes vnesi tvoje resolucije ;)
Pa vse to moraš delati kot root ;). Ali se že prijaviš kot root v komp, bolje da v konzoli napišeš su in vtipkaš password.
Meizu ::
Ja, sem našel. Vpišem tisti ukaz nano /etc/X11/xorg.conf in me vrže v nek GNU nano 2.0.2. No, grem malce dol in najdem tele resolucije. Imam kar 6 tipov resolucij. Spisane so ena pod drugo in vse so enake. (hmmm kako ti opisal...) no, v glavnem, spremenim taprvi spisek resolucij, vendar sedaj nevem kako stvar shranit? Prosim pomagaj
overlord_tm ::
Si potem dodal tisto resolucijo, ki jo rabiš?
Dodaj jo v vse tiste subsectione, ali pa najman v tistega ki je default ;).
Shraniš z ctrl+x, pa vpraša write changes, daš y in stisneš enter.
Dodaj jo v vse tiste subsectione, ali pa najman v tistega ki je default ;).
Shraniš z ctrl+x, pa vpraša write changes, daš y in stisneš enter.
Meizu ::
Ja, zdej sm ugotovil, da nisem prijavljen kot root
Sem šel, vtipkal v konzoli "su". Me vpraša za password. Ko pa hočem pass vtipkat, pa se črke sploh ne prikažejo... Nakaj ni prou tle... Mogče veš za kaj gre? Namreč, le še to mi manjka, pa bom gotovo rešil stvar
Sem šel, vtipkal v konzoli "su". Me vpraša za password. Ko pa hočem pass vtipkat, pa se črke sploh ne prikažejo... Nakaj ni prou tle... Mogče veš za kaj gre? Namreč, le še to mi manjka, pa bom gotovo rešil stvar
WarpedGone ::
To je by design. Ti le skoncentrirano odtipkaj geslo in stisni ENTER.
Zbogom in hvala za vse ribe
Meizu ::
Super, hvala lepa, sem rešil stvar, shranilo je, ampak še zmeraj ne prikaže "predelane" resolucije. Stvar sem celo resetiral, vendar ne spremeni resolucije. Še vedno je enaka kot prej. Imate še kakšno idejo, oz. popravek, kjer sem se jaz zmotil?
Meizu ::
Torej celotna koda je sedaj takšna:
# /etc/X11/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(5) 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 "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "lv3:ralt_switch"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:2:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Seveda sem modificiral. Lahko vidite, kako so spremenjene resolucije, pa mi še vedno nič ne spremeni situacije...
# /etc/X11/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(5) 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 "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "lv3:ralt_switch"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:2:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Seveda sem modificiral. Lahko vidite, kako so spremenjene resolucije, pa mi še vedno nič ne spremeni situacije...
karafeka ::
Si boš moral še gonilnike za grafično inštalirat. (kot vidim imaš samo vesa).
Ali pa poglej v navodila monitorja, in iz njih prepiši frekvence osveževanja (vertikalno in horizontalno) in zamenjaj tele cifre (samo cifre):
HorizSync 28-51
VertRefresh 43-60
v sekciji Monitor.
Samo vprašanje, če vesa gonilniki sploh podpirajo tako visoko resolucijo.
Ali pa poglej v navodila monitorja, in iz njih prepiši frekvence osveževanja (vertikalno in horizontalno) in zamenjaj tele cifre (samo cifre):
HorizSync 28-51
VertRefresh 43-60
v sekciji Monitor.
Samo vprašanje, če vesa gonilniki sploh podpirajo tako visoko resolucijo.
Meizu ::
Ja, razumem, se je tudi meni to zdelo. Sem potegnil točne gonilnike za moj komp. So .run zapisa, vendar mi vedno javi napako, češ da stvari ne morem inštalirat z določenim Encodingom. Poskusim drugega - isto, Tretji - isto. Prikateremkkoli encodingu poskusim, tam mi javi error. Uporabljam pa gedit program za odpiranje datotek,
Meizu ::
Grafična kartica je Club 3D-jev X800RX (v glavnem od ATIJA) in Acerjev monitor LCD TFT, kateri naj bi podpiral najvišjo resolucijo 1280x1024 s 75HZ osveževanjem.
INVICTRA ::
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | ATI linux gonilnliki in resolucijaOddelek: Operacijski sistemi | 2052 (1939) | roli |
» | radeon 9200 suse10 brightness problemOddelek: Operacijski sistemi | 1958 (1774) | roli |
» | Gentoo setup problemOddelek: Operacijski sistemi | 1752 (1576) | G2 |
» | suse 9.1 in radeon 9800PROOddelek: Operacijski sistemi | 1734 (1606) | jurre |
» | Suse 8.2 težave z grafično...Oddelek: Operacijski sistemi | 1799 (1687) | norvalk |