Kirjoittaja Aihe: Resoluutio ongelma ei vaan ratkea  (Luettu 2416 kertaa)

pbman

  • Käyttäjä
  • Viestejä: 10
    • Profiili
Resoluutio ongelma ei vaan ratkea
« : 21.10.05 - klo:20.38 »
Uusin ubuntu ei suostu käyttämään 1024 resoa. Alunperin ainoa vaihtoehto oli 640 ja kun jonkun ohjeen mukaan vaihdoin xorg.conf:iin ajuriksi "vesa" niin resoihin tuli kaksi vaihtoehtoa 640 ja 800. Ideoita?

Näytönohjein on integroitu Nvidia:n nForce, joka tunnistautuu seuraavasti: "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]". Alunperin  tuossa driver kohdassa luki "nv". Ekaa päivää Ubuntu kehissä ja näyttää kyllä lupaavalta. Linuxista on kokemusta jonkin verran.

Koodia: [Valitse]
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
Driver "vesa"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "Q15"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX - nForce GPU]"
Monitor "Q15"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

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

juuso65

  • Käyttäjä
  • Viestejä: 195
    • Profiili
Re: Resoluutio ongelma ei vaan ratkea
« Vastaus #1 : 22.10.05 - klo:09.40 »
mietin että rajoittaako esim. tunnistettu näyttö ??

koska sinulla ei ole noita horiz ja vetical lukuja ollenkaan ....

pbman

  • Käyttäjä
  • Viestejä: 10
    • Profiili
Re: Resoluutio ongelma ei vaan ratkea
« Vastaus #2 : 22.10.05 - klo:18.46 »
mietin että rajoittaako esim. tunnistettu näyttö ??

koska sinulla ei ole noita horiz ja vetical lukuja ollenkaan ....

Ei ole ei.. mitenkäs tuon korjaisi? Voinhan mä heittää siihen jotkut universaalit säädöt.. tietäs vaan mitkä on sopivat arvot ja miten ne tuohon esitetään.

Erikoistahan tuossa on sekin että virkistystaajuus on kiinteät vissiin 78 hertsiä joka on paneelille aika kova. Näytön natiivi on vissiin 60, eli siinäkin siis tuo pakotettu on väärä.

juuso65

  • Käyttäjä
  • Viestejä: 195
    • Profiili
Re: Resoluutio ongelma ei vaan ratkea
« Vastaus #3 : 22.10.05 - klo:20.04 »
jaahas mulla on slackwaren xorg.conf  tämmönen kohta....

Section "Monitor"

Identifier   "Monitor0"

VendorName   "Monitor Vendor"

ModelName    "Monitor Model"

   HorizSync    28.0 - 110.0

   VertRefresh  50.0 - 200.0

EndSection



en tiijä käykö miten ubuntuun mkun mulla tässä ubuntukoneessa on tunnistettu nnäyttö....

ootas palaan asiaan kun käyn lkattoon tosta toisesta koneesta...
 ;)

juuso65

  • Käyttäjä
  • Viestejä: 195
    • Profiili
Re: Resoluutio ongelma ei vaan ratkea
« Vastaus #4 : 22.10.05 - klo:20.08 »
jees tässä ton celleronkoneen xorg.conf

siinä on integroitu näytönohjain ja joku vanha näyttö  jota ei tunnisteta ....

toivottavasti tästä olisi apua :)

# /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/CID"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/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"
EndSection

Section "Module"
        Load    "GLcore"
        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"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Intel Corporation 82810E DC-133 CGC [Chipset Graphics
Controller]"
        Driver          "i810"
        BusID           "PCI:0:1:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-40
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82810E DC-133 CGC [Chipset Graphics
Controller]"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection