X-Konfiguration unter Debian Woody
X-Konfiguration unter Debian Woody
Hallo,
ich installierte eben Debian Woody 3.or2 und habe den X-Server über debconfig eingerichtet. Nun wird mir aber, sobald ich startx eingebe, folgendes gemeldet: No Screens Found.
Während der Konfiguartion der Grafikkarte (Geforce 4 Ti4200) wurde ich nach einem bus identifier gefragt, welchen ich eingeben sollte. Da ich nicht weiß, worum es sich dabei handelt, habe ich dieses Feld einfach leerstehen lassen.
Liegt da möglicherweise die Ursache des Problems?
ich installierte eben Debian Woody 3.or2 und habe den X-Server über debconfig eingerichtet. Nun wird mir aber, sobald ich startx eingebe, folgendes gemeldet: No Screens Found.
Während der Konfiguartion der Grafikkarte (Geforce 4 Ti4200) wurde ich nach einem bus identifier gefragt, welchen ich eingeben sollte. Da ich nicht weiß, worum es sich dabei handelt, habe ich dieses Feld einfach leerstehen lassen.
Liegt da möglicherweise die Ursache des Problems?
- berlinerbaer
- Beiträge: 3339
- Registriert: 28.04.2003 01:29:55
- Wohnort: Sachsen, Krabatregion
Hast Du die den eingerichteten X-Server auch abgespeichert? No Screens found könnte auch heißen, dass er keine Konfigurationsdatei gefunden hat. an der freigelassenen Option kann es m.E. weniger liegen, wenn man ncht sicher, läßt man sowas immer frei und das Programm setzt das Seinige dafür ein.
Gruß
vom Bären
Endlich in Rente! Nur weg aus dem Irrenhaus.
vom Bären
Endlich in Rente! Nur weg aus dem Irrenhaus.
- peschmae
- Beiträge: 4844
- Registriert: 07.01.2003 12:50:33
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: nirgendwo im irgendwo
No Screens hatte ich driekt nach der Konfiguration mit debconf auch immer. k.A. wieso hat mich nie gross gekümmert. Ich habe jeweils dann
a) die Konfiguration von einem Knoppix kopiert oder
b) xf86config verwendet - das Tool ist zwar ultraarchaisch und nach jeder Fehleingabe musst du ganz von vorne anfangen aber am Ende lief die Konfig jeweils.
Btw - irgend ein spezieller Grund Woody zu verwenden und nicht Sarge (Testing)? Woody ist mittlerweile schon so 3 jährig - für Desktop Systeme nutzt das hier keiner (ok übertrieben fast keiner) mehr.
MfG Peschmä
a) die Konfiguration von einem Knoppix kopiert oder
b) xf86config verwendet - das Tool ist zwar ultraarchaisch und nach jeder Fehleingabe musst du ganz von vorne anfangen aber am Ende lief die Konfig jeweils.
Btw - irgend ein spezieller Grund Woody zu verwenden und nicht Sarge (Testing)? Woody ist mittlerweile schon so 3 jährig - für Desktop Systeme nutzt das hier keiner (ok übertrieben fast keiner) mehr.
MfG Peschmä
"er hätte nicht in die usa ziehen dürfen - die versauen alles" -- Snoopy
- berlinerbaer
- Beiträge: 3339
- Registriert: 28.04.2003 01:29:55
- Wohnort: Sachsen, Krabatregion
- rolo
- Beiträge: 2697
- Registriert: 29.08.2002 12:12:25
- Lizenz eigener Beiträge: neue BSD Lizenz
- Wohnort: hannover
ich würde dir empfehlen erstmal ein dist-upgrade auf sarge zumachen. damit umgehst du aufgrund des neueren xservers die installation der nvidia treiber von http://www.nvidia.com .
wenn du den xserver wie hier installierst
http://www.debianforum.de/wiki/?page=X1 ... stallation
was du aber vielleicht schon gemacht hast, kannst du ihn dann mit
dpkg-reconfigure xserver-xfree86
konfigurieren. nimm den nv treiber für deine karte, und achte darauf, das du beim framebuffer nein sagst.
wenn du den xserver wie hier installierst
http://www.debianforum.de/wiki/?page=X1 ... stallation
was du aber vielleicht schon gemacht hast, kannst du ihn dann mit
dpkg-reconfigure xserver-xfree86
konfigurieren. nimm den nv treiber für deine karte, und achte darauf, das du beim framebuffer nein sagst.
- rolo
- Beiträge: 2697
- Registriert: 29.08.2002 12:12:25
- Lizenz eigener Beiträge: neue BSD Lizenz
- Wohnort: hannover
du änderst die einträge in deiner
/etc/apt/sources.list
dort wo bei dir woody oder stable steht, trägst du sarge ein. etwa so:
deb http://ftp.de.debian.org/debian/sarge main non-free contrib
danach machst du ein
apt-get update
dann
apt-get dist-upgrade
falls du es noch nicht kennst, dieses buch ist oft sehr hilfreich:
http://debiananwenderhandbuch.de/
/etc/apt/sources.list
dort wo bei dir woody oder stable steht, trägst du sarge ein. etwa so:
deb http://ftp.de.debian.org/debian/sarge main non-free contrib
danach machst du ein
apt-get update
dann
apt-get dist-upgrade
falls du es noch nicht kennst, dieses buch ist oft sehr hilfreich:
http://debiananwenderhandbuch.de/
Zuletzt geändert von rolo am 16.04.2005 11:39:57, insgesamt 1-mal geändert.
-
- Beiträge: 429
- Registriert: 09.10.2003 16:17:33
- Wohnort: Ilmenau
-
Kontaktdaten:
Ich glaube nicht das ein update hier helfen würde! Du hast bestimmt in deiner XF86Config-4 nv und nicht nvidia als identifier und driver
hier mal meine datei im betreffenden abschnitt
die Datei ist im /etc/X11 ordner.
hier mal meine datei im betreffenden abschnitt
Code: Alles auswählen
Section "Device"
Identifier "nvidia"
Driver "nvidia"
Option "NvAGP" "3"
EndSection
Ich habe jetzt auf Sarge geupdatet und siehe da: Ohne das ich etwas an der Debconf ändern musste, funktioniert das X-System :)
Jetzt habe ich nur noch ein Problem. Wenn ich über dpkg -reconfigure xserver-xfree86 die Bildschirmauflösung ändern möchte, funktioniert das nicht. Ich kann die 1024*786 Pixel und mehr einfach nicht per Enter auswählen. Und irgendwie ist es schon gruselig, sich mit einer 800*600 Pixel Auflösung begnügen zu müssen... :?
Jetzt habe ich nur noch ein Problem. Wenn ich über dpkg -reconfigure xserver-xfree86 die Bildschirmauflösung ändern möchte, funktioniert das nicht. Ich kann die 1024*786 Pixel und mehr einfach nicht per Enter auswählen. Und irgendwie ist es schon gruselig, sich mit einer 800*600 Pixel Auflösung begnügen zu müssen... :?
Hier die Ausgabe:
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Nvidia Geforce4 Ti4200"
Driver "nv"
VideoRam 64000
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Nvidia Geforce4 Ti4200"
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"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
### END DEBCONF SECTION
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
# dpkg-reconfigure xserver-xfree86
# as root. Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Nvidia Geforce4 Ti4200"
Driver "nv"
VideoRam 64000
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-60
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Nvidia Geforce4 Ti4200"
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"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
### END DEBCONF SECTION