Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: display settings ubuntu  (gelezen 2179 keer)

andame

  • Gast
display settings ubuntu
« Gepost op: 2006/10/22, 22:10:33 »
Probleempje

Ik heb net ubuntu geinstalleerd op een ibm 770 laptop. Ik kan alleen kiezen 800x600 of 640x480 en mijn scherm is 1024x768. Kan iemand mij vertellen waar ik dat kan aanpassen.

Alvast bedankt voor jullie reactie.

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
display settings ubuntu
« Reactie #1 Gepost op: 2006/10/22, 22:15:16 »
Welke videokaart heb je, en welk stuurprogramma gebruik je?

Kijk daarvoor eens in /etc/X11/xorg.conf

Groet, Pjotr.

andame

  • Gast
display settings ubuntu
« Reactie #2 Gepost op: 2006/10/22, 22:33:46 »
Hoi,

Hier is de output van xorg.conf

groeten Andre

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"      "pc104"
        Option          "XkbLayout"     "us"
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

EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
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      "Trident Microsystems Cyber 9397"
        Driver          "trident"
        BusID           "PCI:0:3:0"
EndSection

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

Section "Screen"
        Identifier      "Default Screen"
        Device          "Trident Microsystems Cyber 9397"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"


                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
 Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
display settings ubuntu
« Reactie #3 Gepost op: 2006/10/22, 23:28:49 »
OK. Wat je zou kunnen proberen is een nieuwe installatie van je video-instellingen; dat werkt soms beter. Tevens kiezen voor 16 bits kleuren, dat belast je videokaart minder en je ziet het verschil toch niet. Je hebt nu 24 bits.

Nieuwe video-instelling doe je zo:

Start Ubuntu in veilige modus (staat in Grub, tweede keuze). Typ in het terminalvenster in:
sudo dpkg-reconfigure xserver-xorg

Gevolgd door Enter.

Zeg op alle gepresenteerde opties "ja en amen" (op Enter drukken dus), op

budster

  • Gast
display settings ubuntu
« Reactie #4 Gepost op: 2006/10/23, 00:15:47 »
Als je reconfigure gaat doen wat Pjotter hierboven uitlegt, dan is het slim om de horizontale en vertikale sync rate van je monitor te zoeken. Dan kan je de maximale resoluties bij de maximale refreshrate halen.

andame

  • Gast
display settings ubuntu
« Reactie #5 Gepost op: 2006/10/26, 20:09:10 »
Het blijkt dat mijn scherm 16 bits aankan ipv 24 waar hij standaard op stond dus het enige wat ik hoefde te doen was van de 24  een 16 te make opnieuw starten en het werkt.

Section "Screen"
        Identifier      "Default Screen"
        Device          "Trident Microsystems Cyber 9397"
        Monitor         "Generic Monitor"
        DefaultDepth    :d 24 :d
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"

andame

  • Gast
display settings ubuntu
« Reactie #6 Gepost op: 2006/10/26, 20:10:34 »
Idacht dat de :d een smilie was. Maar de 24 tussen de :d moet je naar 16 zetten