Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: 24.04.1 LTS (suositeltu, 29.8.2024) ja 24.10 - Ubuntun 20-vuotisjulkaisu! (10.10.2024).
gedit /etc/X11/xorg.conf
Komenna Koodia: [Valitse]gedit /etc/X11/xorg.conf ja kerro miltä tuo tiedosto näyttää. Laita se code -tageihin (tuo risuaita).Hyvä kun olet tutustunut Ubuntu Tutuksi wikikirjaan!
# /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 /etc/X11/xorg.conf manual page.# (Type "man /etc/X11/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 commands:## cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'# sudo dpkg-reconfigure xserver-xorgSection "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"EndSectionSection "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe"EndSectionSection "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fi"EndSectionSection "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5"EndSectionSection "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0"EndSectionSection "Device" Identifier "S3 Inc. ViRGE/MX" Driver "s3virge" BusID "PCI:0:8:0"EndSectionSection "Monitor" Identifier "Generic Monitor" Option "DPMS"EndSectionSection "Screen" Identifier "Default Screen" Device "S3 Inc. ViRGE/MX" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "800x600" EndSubSection SubSection "Display" Depth 4 Modes "800x600" EndSubSection SubSection "Display" Depth 8 Modes "800x600" EndSubSection SubSection "Display" Depth 15 Modes "800x600" EndSubSection SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "800x600" EndSubSectionEndSectionSection "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad"EndSectionSection "DRI" Mode 0666EndSection
Section "Monitor"Identifier "Generic Monitor"HorizSync 28.0 - 96.0VertRefresh 50.0 - 75.0Option "DPMS"EndSection
Laita kohtaan Section "Monitor" kohdat HorizSync ja VertRefresh. että se näyttää tältä: Koodia: [Valitse]Section "Monitor"Identifier "Generic Monitor"HorizSync 28.0 - 96.0VertRefresh 50.0 - 75.0Option "DPMS"EndSectionVaihda tietenkin arvot sinulle oikeiksi.
Näyttö ei tue parempaa kuin 800*600 tilaa. Ainoa vaan ettei ole mitään hajua virkistystaajuuksista. Olisko 50-60 hyvä?
Lainaus käyttäjältä: proffa - 28.11.06 - klo:22.13Näyttö ei tue parempaa kuin 800*600 tilaa. Ainoa vaan ettei ole mitään hajua virkistystaajuuksista. Olisko 50-60 hyvä?Ei kannata summassa laittaa, sillä X (graafinen ikkunamanageri) ei välttämättä käynnisty lainkaan, jos laitat väärät arvot. Normaalisti nuo arvot löytää valmistajan sivulta, mutta jos niitä arvoja ei löydy, ei kannata laittaa ollenkaan.
Tein just niin kuin käskit olemaan tekemättä Heitin arvot hatusta ja nyt on 800*600 resoluutio. Nyt saa alkaa harjoittelemaan, tosin kone on sen verran hidas, että Xfce tai vastaava tulee varmaan aika pian asennettua. Kiitoksia!