Nieuws:

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

Auteur Topic: resolutie  (gelezen 3076 keer)

Charlo

  • Gast
resolutie
« Gepost op: 2007/09/13, 11:25:48 »
Ik had daarstraks nog de normale hogere schermresolutie (kan niet juist meer herinneren), en opeens begint alles over het scherm te dansen. Als ik met de muis op de onderste balk hing, werden de programmaschermen doorlopend gewisseld. Kortom, alles draaide wat in de soep.
Ik dacht dat een simpele reboot de boel wel zou oplossen, maar hij bleef hangen op hda7, rebootte weer, en nu krijg ik mijn resolutie niet hoger dan 1024x768.

Is dit een driverprobleem? Of is iets serieus naar de haaien? (die hd is waarschijnlijk aan inspectie toe, ja)

breukkie

  • Gast
resolutie
« Reactie #1 Gepost op: 2007/09/13, 12:05:07 »
kun je de uitkomst van je xorg.conf eens posten

Charlo

  • Gast
resolutie
« Reactie #2 Gepost op: 2007/09/13, 12:44:43 »
en hoe doe ik dat juist?

StevenD

  • Gast
resolutie
« Reactie #3 Gepost op: 2007/09/13, 14:49:31 »
in een terminal: gedit /etc/X11/xorg.conf (als je werkt met Ubuntu), voor Kubunt gedit vervangen door kate. Wat je krijgt hier posten.

Nelson

  • Gast
resolutie
« Reactie #4 Gepost op: 2007/09/13, 15:23:45 »
Beste Steven

Ik heb hetzelfde probleem als charlo, en ik heb alvast mijn xorg.conf eens opgezocht.

Ik heb al wat threads nagelezen, maar een hele hoop dingen zijn latijn voor mij...
bv wat is die 'sudo' die er dikwijls staat?
en als ik die dingen die achter die 'sudo' staan intik in terminal (bv dpkg-reconfigure xserver-xorg), komt er /usr/sbin/dpkg-reconfigure moet als root worden uitgevoerd

dus graag een uitgebreide handleiding :-)
Dit is m'n eerste dag met Ubuntu

alvast bedankt




# /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"   "be"
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"
   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   "ATI Technologies, Inc. ATI Default Card"
   Driver      "vesa"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. ATI Default Card"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "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"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
resolutie
« Reactie #5 Gepost op: 2007/09/13, 16:21:23 »
sudo betekent, dat je iets uitvoert met beheerdersrechten.

breukkie

  • Gast
resolutie
« Reactie #6 Gepost op: 2007/09/13, 20:44:58 »
Nelson,

Als je in de terminal sudo  gedit /etc/X11/xorg.conf intypt opent de  editor met je config van xorg.
Ik zie bij jou in de sectie  Section "Screen"  een resolutie van    "1024x768" "800x600" "640x480"  deze zou je kunnen aanpassen/vervangen  voor
"1600x1200"  "1280x1024" "1024x768"   "800x600"  "640x480"   deze regel voor alle Depths 1,4,8,15,16,24  aanpassen in de editor en op save/toepassen klikken vervolgens je bak opnieuw opstarten en kijken of je nu na inloggen via  System/systeem  preferences/instellingen screenresolution/schermresolutie deze omhoog kan schroeven.
Mocht het grafische gedeelte niet meer opstarten dan kun je  in save modem opstarten en  sudo dpkg-reconfigure xserver-xorg uitvoeren en alles met JA/ok  beantwoorden en opnieuw opstarten.
TIP schrijf  sudo dpkg-reconfigure xserver-xorg even op een papiertje voor het geval dat.

suc6

Charlo

  • Gast
resolutie
« Reactie #7 Gepost op: 2007/09/13, 21:48:49 »
Bon, bij mij geeft xorg.conf dit aan:

# /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"   "be"
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   "ATI Technologies, Inc. RV280 [Radeon 9200]"
   Driver      "ati"
   BusID      "PCI:3:0:0"
EndSection

Section "Monitor"
   Identifier   "Nokia 447Za"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. RV280 [Radeon 9200]"
   Monitor      "Nokia 447Za"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "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

Nelson

  • Gast
resolutie
« Reactie #8 Gepost op: 2007/09/13, 23:24:52 »
Ok, maar saven kan ik niet als ik die xorg.conf veranderd heb. Ik heb "no permission" om dat bestand te wijzigen.
Ik ben nogtans de enige "administrator"

PS
Ik merk nu ook juist dat de ene keer alles in het engels is, de andere keer alles in het nederlands...

Offline raggar

  • Lid
    • fietsen naar Tibet
resolutie
« Reactie #9 Gepost op: 2007/09/13, 23:53:35 »
Wanneer je een commando uitvoert met sudo ervoor zoals "sudo gedit /etc/X11/xorg.conf" (neem alles over dat tussen de " " staat) dan moet je je eigen wachtwoord in typen en kun je met administrator rechten het bestand wijzigen. Wanneer je dit niet doet heb je wel veel rechten maar nog geen administrator rechten. In linux werkt het een beetje anders als in windows waar alles aan een sessie (dus hoe je bent ingelogd) is gekoppeld.

Voor taal veranderen, ga naar het menu Systeem --> beheer --> taal instellen (of dat vertaald naar het engels) en daar kun je alles instellen. Daarvoor moet je wel je wachtwoord ingeven (dit doe je dan namelijk met root (= administrator of sudo) rechten. Wanneer nog niet alles is ingesteld wordt volgens mij ook alles in een keer geinstalleerd,.
Als dit niet werkt nederlands als standaard taal instellen en alles laten downloaden waar Ubuntu om vraagt.
Bij de volgende keer herstarten zal alles in het NL zijn.

Succes en trouwens, welkom bij Ubuntu! :)

Charlo

  • Gast
resolutie
« Reactie #10 Gepost op: 2007/09/14, 01:44:42 »
ok, het engelstalige ubuntu-forum geeft de volgende oplossing:

xserver opnieuw herconfigureren, daarna xserver heropstarten.
alles mooi gedaan, en ik kreeg opeens een pak meer opties qua resolutie.

1280x1024 for teh win!

markeer maar als "opgelost" wat mij betreft

Nelson

  • Gast
resolutie
« Reactie #11 Gepost op: 2007/09/14, 09:02:52 »
Mmm, ik begin het systeem te snappen.
Steven, bedankt trouwens voor je mail. Dat is een hele boterham, die moet ik nog verder doornemen.
Ik heb zoals voorgesteld in m'n xorg.conf "1680x1050" bijgevoegd, maar in systeem->voorkeuren->schermresolutie staan nog steeds enkel de keuzes "1024x768" "800x600" en "640x480"

Ik zal ook eens proberen met die "dpkg-reconfigure xserver-xorg"

Nelson

  • Gast
resolutie
« Reactie #12 Gepost op: 2007/09/14, 09:24:18 »
Ik heb sudo dpkg-reconfigure -phigh xserver-xorg gedaan.
Ik kreeg de keuze uit 'n hele hoop resoluties, en ik heb er een paar aangeduid.
die staan nu in de xorg.conf, maar niet in systeem->voorkeuren->schermresolutie. Daar staan nog steeds de drie oorspronkelijke.

Wat nu?

ziehier nogeens de xorg.conf

# /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"   "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

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   "ATI Technologies, Inc. ATI Default Card"
   Driver      "vesa"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. ATI Default Card"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1200x800" "1152x864" "1024x768" "800x600" "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"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
resolutie
« Reactie #13 Gepost op: 2007/09/14, 10:31:08 »
Je hebt een ATI-kaart, en die draait nu op de zeer beperkte Vesa-driver. ATI = ellende (nu nog). Schuld van ATI, niet van Ubuntu, maar jij als klant zit er maar mee....

Ik raad aan om er nu niet al teveel moeite aan te besteden. Op 18 oktober komt de nieuwe Ubuntu 7.10 Gutsy Gibbon uit, met nieuwe ATI drivers aan boord.

Ik zou zeggen: wacht een maand en installeer dan de nieuwe Ubuntu. Waarschijnlijk gaat dan alles meteen goed.

Groet, Pjotr.

Charlo

  • Gast
resolutie
« Reactie #14 Gepost op: 2007/09/14, 10:53:37 »
Nou ik zit ook met een ATI (9200) en die doet het best hoor. Hij werd toch herkend enzo.

Offline bartek

  • Lid
    • http://bartek.blogsome.com
resolutie
« Reactie #15 Gepost op: 2007/09/14, 17:01:45 »
Citaat van: Charlo
Section "Monitor"
   Identifier   "Nokia 447Za"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. RV280 [Radeon 9200]"
   Monitor      "Nokia 447Za"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection
huh? Monitor Nokia? klopt dat?
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

Charlo

  • Gast
resolutie
« Reactie #16 Gepost op: 2007/09/17, 02:51:00 »
Nee, niet meer. Die Nokia heeft de geest gegeven vorige week.

Ondertussen heb ik xorg.conf opnieuw geconfigged, en heeft die nu een "generic screen" gevonden. En je zou denken dat met die herconfiguratie de boel opgelost is qua x-herstarterij, maar nee hoor. Zit je net een film te bekijken, blam...terug naar login. Aargh, om het zo maar even te stellen.

nieuwe xorg.conf:


# /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   "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"   "be"
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   "ATI Technologies, Inc. RV280 [Radeon 9200]"
   Driver      "ati"
   BusID      "PCI:3:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   30-70
   VertRefresh   50-160
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. RV280 [Radeon 9200]"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "800x600" "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