Installationsprobleme bei grafischem Desktop

Post Reply
Message
Author
wittmann
Posts: 26
Joined: 06. Aug 2004 13:46

Installationsprobleme bei grafischem Desktop

#1 Post by wittmann »

Tach,

ich hatte mir ein neues Debian per Netinst - CD aufgezogen (64-BIt Rechner,Monitor: "BenQ FP783").
Nach Installation ließ sich der XServer nicht starten. Fehlende Module ließen sich mit "apt-get install xserver-xorg-input-mouse" und "apt-get install xserver-xorg-input-kdm" nachinstallieren.
Wenn ich jetzt startx eingebe kommt aber immer noch die Meldung:
(EE) No devices detected
Ich hoffe es ist ok, das ich meine "/etc/X11/xorg.conf" poste:

Code: Select all


Section "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/share/fonts/X11/cyrillic"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
    FontPath    "/usr/X11R6/lib/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    "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc105"
    Option      "XkbLayout" "de"
    Option      "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "ImPS/2"
    Option      "Emulate3Buttons"   "true"
EndSection

Section "Device"
    Identifier  "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
    Driver      "apm"
    BusID       "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier  "BenQ FP783"
    Option      "DPMS"
EndSection


Section "Screen"
    Identifier  "Default Screen"
    Device      "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
    Monitor     "BenQ FP783"
    DefaultDepth    24
    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"
EndSection

Section "DRI"
    Mode    0666
EndSection
Kann jemand sagen, was man verändern kann, um einen laufenden XServer hinzukriegen ?
Veränderungen in der "/etc/X11xorg.conf" ? andere Möglichkeiten ?

Hilfe , Hinweise wäre nett

Gruß

Wittmann

User avatar
poschl
Posts: 141
Joined: 19. Jun 2004 15:40
Location: Böblingen

#2 Post by poschl »

hi wittmann
hab den fp783 selber gut laufen. allerdings auf slack11, also
mit xorg-6.9.0
da du runlevel3 eh nicht verlassen kannst, bleib einfach in 3
und versuch ein xorgconfig, warscheinlich als root.
arbeite die gestellten fragen ab.
als kartentreiber empfehle ich mal erst vesa, der nv treiber macht
probleme beim switchen zwischen den virtuellen konsolen.
bei der monitor eingabe auf die horizontal & vertical sync's
achten. tft 's benötigen die hohen raten nicht.

bei mir sieht das folgendermasen aus:


# Any number of monitor sections may be present

Section "Monitor"

Identifier "benq fp783"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 31.5 - 64.3

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 50-70

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset "generic"

# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.

# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# Device configured by xorgconfig:

Section "Device"
Identifier "aopen fx5700 ultra"
Driver "vesa"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection

ich hoffe ich konnte ein wenig helfen, falls nicht, noch mal was posten :)
was du heute kannst erledigen - kannst du auch auf morgen legen :)

Post Reply