[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bildschirmauflösung



Am Sonntag 09 März 2008 17:53:40 schrieb Uwe Walter:
> Lars schrieb:
> > Hallo Uwe,
>
> Hallo Lars.
Hallo Lars, Hallo Uwe, Hallo Rest der Welt :-)

> > Wenn ich das richtig in der Datei xorg.conf sehe, dann beschreibt
> > folgendes den Grafik-Chip und den Treiber. Richtig?
> >
> > Section "Device"
> >    Identifier  "Intel Corporation Mobile 915GM/GMS/910GML Express
> > Graphics Controller"
> > 	Driver		"i810"
> > 	BusID		"PCI:0:2:0"
> > EndSection
>
Wir scheinen den selben Chip zu haben (mein Notebook: HP Compaq nx7400).
Bei meiner xorg.conf[1] steht aber bei Driver "intel".
Ich verwende kein etch, aber mit kubuntu bin ich nicht allzu weit weg :-)
Da klappt auch alles, auch 3D.

> | lsmod | grep i810
nix. Aber:
# lsmod | grep -i intel
snd_hda_intel         263712  3
snd_pcm                80388  3 snd_hda_intel,snd_pcm_oss
snd                    54660  13 snd_hda_intel,snd_pcm_oss,snd_pcm,--->
snd_mixer_oss,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
intel_agp              25620  1
agpgart                35016  3 drm,intel_agp

MfG, Chris.......

[1] (Kommentare entfernt)
# cat /etc/X11/xorg.conf

Section "Files"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
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"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizEdgeScroll"       "0"
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      "Intel Corporation Mobile 945GM/GMS, 943/940GML 
Express Integrated Graphics Controller"
        Driver          "intel"
        BusID           "PCI:0:2:0"
        Option          "NoDDC"
EndSection

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

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Mobile 945GM/GMS, 943/940GML 
Express Integrated Graphics Controller"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Modes           "1280x800"
        EndSubSection
EndSection

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


Reply to: