Kirjoittaja Aihe: Xubuntu 7.10: Firefoxin liintännäiset? Paneelit OK!  (Luettu 7842 kertaa)

makel58

  • Käyttäjä
  • Viestejä: 806
    • Profiili
Vs: Xubuntu 7.10:n liintännäiset? Paneelit OK!
« Vastaus #20 : 09.11.07 - klo:16.56 »
Eli sait jostain syystä X:n rikki. Oho.
Kokeilepa vaikka poistaa (tai kommentoida #:lla) nuo lisäämäsi FontPath-rivit xorg.confista, kirjaudu ulos ja käynnistä X uudelleen esim. Ctrl-Alt-backspace. Jos ei auta niin voit poistaa tuon Xft.dpi: 96 kohdan myös.
(Niin kai lisäsit nuo font-pathit sinne files-osion väliin?)

X rikki? Tein niin kuin minua neuvottiin. Itse asiassa pari kertaa on tullut tuo, jossa lukee "Ubuntu is running in low-graphics mode". Kun viimeiseksi se tuli, muutin resoluutiota 800x600 viekistystaajuudeksi 60 MHz. Mutta nyt kun taas avasin koneen, oli fontit taas - liian isoina. Sain niitä kuitenki säätämällä pienemmäksi. Eli ei tämä kunnolla vieläkään toimi. Taitaa kohta olla paras joko asentaa koko systeemi uudestaan, tai vaihtaa Ubuntuun.   

Tuossa alapuolella  xorg.conf -lista:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "fi"
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 "Device"
   Identifier   "Failsafe Device"
   Boardname   "vesa"
   Busid      "PCI:1:0:0"
   Driver      "vesa"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "Failsafe Monitor"
   Vendorname   "Generic LCD Display"
   Modelname   "LCD Panel 800x600"
   Horizsync   31.5-37.9
   Vertrefresh   56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Failsafe Device"
   Monitor      "Failsafe Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   800   600
      Modes      "800x600@60"   "800x600@56"   "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
EndSection
Section "ServerFlags"
EndSection


ok. Miksi sitten 800x600 resoluutio? Sen perusteella ajattelin että näyttösi olisi vuodelta -95...
Jos laittaisit resoluutioksi vaikka 1024x768 tai 1152x852 niin dpi nousisi samalla.

Resoluutio 800x600 on minulla aina ollut tietokoneella. Olen joskus kokeillut 1024x768, mutta kaikki menee niin pieniksi. Esimerkiksi kun katson vaikka kuvia  netistä, ova ne paljon pienempiä, kuin 800x600:ssa.

audi

  • Käyttäjä
  • Viestejä: 1124
    • Profiili
Vs: Xubuntu 7.10:n liintännäiset? Paneelit OK!
« Vastaus #21 : 09.11.07 - klo:17.11 »
Resoluutio 800x600 on minulla aina ollut tietokoneella. Olen joskus kokeillut 1024x768, mutta kaikki menee niin pieniksi. Esimerkiksi kun katson vaikka kuvia  netistä, ova ne paljon pienempiä, kuin 800x600:ssa.

Monitorit kehittyvät, mutta resoluutio pysyy samana. Tietenkin näkö-/ makuasia mitä tarkkuutta käyttää. Suuremmalla resoluutiolla fontit voi (kannattaa) säätää isommalle, että luettavuus pysyisi hyvänä.
Mozillazine

A1398 ym romua,  macOS 10.13
Linux Mint 18, Mate

jemaku

  • Käyttäjä
  • Viestejä: 328
    • Profiili
Vs: Xubuntu 7.10:n liintännäiset? Paneelit OK!
« Vastaus #22 : 09.11.07 - klo:19.12 »
Koodia: [Valitse]
Section "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection

Eli tuo on sen low-graphics moden hätäpäissään väsäämä hätäconffi.
Komento
Koodia: [Valitse]
sudo dpkg-reconfigure -phigh xserver-xorg
tekee uuden automaatticonffin, joka on yhtä hyvä tai huono kuin suoraan uudelleenasennuksesta...

Luultavasti /etc/X11/ hakemistossa on varmuuskopioita aiemmin käytössä olleista conffeista. Sieltä voit vaikka tiedostoselaimella käydä katsomassa päivämääriä ja sisältöjä. Kai sulle on joskus neuvottukin varmuuskopion palauttaminen:
Koodia: [Valitse]
sudo cp /etc/X11/xorg.conf-vara /etc/X11/xorg.conf(jossa siis xorg.conf-vara korvataan varmuuskopion oikealla nimellä.)

makel58

  • Käyttäjä
  • Viestejä: 806
    • Profiili
Vs: Xubuntu 7.10: Firefoxin liintännäiset? Paneelit OK!
« Vastaus #23 : 10.11.07 - klo:00.11 »
Lainaus
Koodia: [Valitse]
sudo dpkg-reconfigure -phigh xserver-xorgtekee uuden automaatticonffin, joka on yhtä hyvä tai huono kuin suoraan uudelleenasennuksesta...

Tuo palautti resot ym, entiselleen.

Kokeilin vielä tästä samasta ketjusta kopioimalla fonttitunnisteet xorg.confiin ja ne ovat tuossa Section "Files" -osiossa ensimmäisenä. Ei kuitenkaan mikään muuttunut. Fontit ovat taas pienet. Kyllä niitä säätämällä jonkunlaiseksi saa, mutta ei tarpeeksi hyviksi.

Kyllä tämä alkaa lievästi sanottuna kyllästyttää. Ei juuri muuta pysty tekemään, kuin säätämään, säätämään ja säätämään...ja mikään ei muutu. Alkaa olla pää tyhjä. Olisiko vielä jotain mielessä?


# 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 "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 "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "fi"
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   "ATI Technologies Inc 3D Rage IIC AGP"
   Driver      "ati"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "K-700"
   Option      "DPMS"
   HorizSync   28-64
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc 3D Rage IIC AGP"
   Monitor      "K-700"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection