Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - Pasi L

Sivuja: [1]
1
Sain ongelman korjatuksi.
Tiedoksi kaikille muille, joilla on mahd. sama ongelma, menkää biosiin ja antaakaa näytönohjainpiirille Advanced setupist 1 megan sijasta 8 megaa muistia. Tämä auttaa.

Kiitos kuitenkin kaikille auttaneille.

2
HUOH.
Jotenkin alkaa tuntua siltä, että Intelin integroitujen näyttispiirien kanssa on niin paljon ongelmia, että on helpointa laittaa koneeseen jokin agp-näyttis säätämisen sijaan. Ei oikein muuten tule mitään. Kiitos kuitenkin kaikille avusta. Ja voitte tietysti silti kertoa jos jonkun neronleimauksen saatte.

3
Eikös Xorgissa voi vaihtaa resoa painelemalla Ctrl + Alt + (+) / (-)? Kannattaa kokeilla.

Kokeiltu on (sitä kokeilin jo heti aluksi)

4
Kommentoi Horizsync ja Vertefresh pois.

Tein kyseisen muutoksen ja käynnistin X:n uudelleen, muuta mitään muutosta ei tapahtunut

oletko kokeillut komboa jossa nuo ovat aktiivisena, mutta DPMS on kommentoituna pois?

Juu, vaan eipä mitään muutosta tapahdu.

5
Kommentoi Horizsync ja Vertefresh pois.

Tein kyseisen muutoksen ja käynnistin X:n uudelleen, muuta mitään muutosta ei tapahtunut

6
Jaha jaha. Tuota saatkos sie sen nyt edes päälle. Yhtä voisit tietenkin kokeilla, on nimittäin joskus ollut ettei integroiduilla ole toiminut tuo 24-bittinen värisyvyys. Joten vaihda se suurin depht 24 -> 16. Ja jos et nyt pääse x:ään, mikä on hyvinkin mahdollista jos kerta xorg.confissa ei ole kuin yksi reso ja x ei ole aiemminkaan käynnistynyt sillä resolla niin luulempa että x ei käynnisty ja tulee vain virhe ilmoitus ei löydy sopivaa näyttötilaa(tai jotain vastaavaa ja englanniksi tietenkin)

Kyllä ihan hyvin toimii, mutta resoluutio on ja pysyy 640x480, vaikka xorg.conf näyttää seuraavalta:

Koodia: [Valitse]
# /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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/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 "type1"
Load "vbe"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

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

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

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

Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
HorizSync 30-81
VertRefresh 56-75
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "SyncMaster"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
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

7
Tein kaikki yllä ehdottamanne toimet ja käynnistin X:n aina välissä, välillä koko koneenkin, mutta näytön resoluutio on ja pysyy 640x480:ssä. Asensin ajurit, poistin xorg.conf:ista kaikki muut resoluutiot, kuin 1280x1024, mitään ei vaan tapahdu.  ??? ??? ??? :'(

Ja tiedoksi koneessani ON kyseinen 82845 G näyttispiiri.

8
Ok, tässä pyytämääne textipätkä xorg.conf:ista:

Koodia: [Valitse]
Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "SyncMaster"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
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

9
Asensin eilen Ubuntu 6.06:den. Kaikki sujui mainiosti, ei ongelmia. Internetyhteydenkin sain jaettua, mutta pieni, tai melko suuri ongelma ilmaantui. En saa näytön resoluutiota suuremmaksi, kuin 640x480.Näytön tarkkus-ohjelma ei näytä yhtäkään muuta vaihtoehtoa, kuin kyseisnen 640x480 ja virkistystaajus 75 Hz. Olen tarkistanut xorg.conf tiedoston ja tämä näyttää olevan kunnossa; näytön ja näytönohjaimen tiedot ovat oikein ja suuremmatkin resoluutiot löytyvät. Mutta en vain saa resoluutiota jostakin syystä vaihdettua suuremmaksi.  ???

Koneessani on celeron 2.4 GHz prossu, MSI:n emo Intelin integroidulla näyttiksellä ja 512 megaa muistia. Näyttö Samsungin 17'' SyncMaster 730BF.

Sivuja: [1]