Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

27.09.2004, 22:21

[gelöst] xorg cofig

Hallo zusammen,

habe ein Problem mit meiner xorg.conf.
Habe gentoo nach Anleitung installiert und deshalb wohl xorg schon während der "normalen" Instalation installiert. Als ich dann nach KDE-Anleitung xfree installieren wollte kam eine Fehlermeldung das ich bereits ein x habe. Also installierte ich KDE. Und es läuft sogar, und das mit der richtigen Aufstellung. Nun wollte ich die USB maus noch konfigurieren und dazu muss ich ja das xorg.conf bearbeiten. Doch habe ich nirgends ein xorg.conf. Ein Kollege meinte dann, dass er automatisch die Grafikkarte nach der auflösung abfrage und so die xorg.conf nicht braucht.
Da ich nun aber meine USB Maus installieren will, brauche ich eine. Deshalb meine Frage, gibt es ein Tool welche mir vom funktionierenden X eine configdatei erstellte, welche genau so ist wie es im Moment läuft?

Denn ich habe schon verschiedenste xorg.confs erstellt, aber keine wollte laufen. Ansonsten muss ich wohl weiterprobieren.

PS: Habe ein Compaq NX7000 Notebook

2

27.09.2004, 22:29

also hast du XFree?
was sagt das hier?
[code:1]cat /var/log/XFree86.0.log | grep config[/code:1]

3

27.09.2004, 22:31

Also wenn du xorg hast, dann brauchst du kein xfree mehr.

Und ansonsten heißt das teil "xorgconfig". Einfach mal starten, und du hast deine xorg.conf. Die kannst du dann bearbeiten.

4

27.09.2004, 22:56

@hugO: Habe xorg. Ich erhalte folgende ausgabe:

Zitat


bash-2.05b# cat /var/log/Xorg.0.log | grep config
Markers: (--) probed, (**) from config file, (==) default setting,
(EE) Unable to locate/open config file
(II) PCI: Probing config type using method 1
Running "/usr/X11R6/bin/getconfig -X 60700000
-I
/etc/X11,/usr/X11R6/etc/X11,/usr/X11R6/lib/modules,/usr/X11R6/lib/X11/getconfig

-v 0x1002 -d 0x4c66 -r 0x01 -s 0x0e11 -b 0x0860 -c 0x0300"
(==) Using default built-in configuration (53 lines)
(==) --- Start of built-in configuration ---
(==) --- End of built-in configuration ---
Using the default mouse configuration.
Using the default keyboard configuration.


@Klaus: Habe schon mit xorgconfig probiert gehabt, habe aber nie eine Lauffähige config hinbekommen.

Da mein KDE und somit auch Xorg läuft ohne config Datei, möchte ich diese einfach aus dem X erstellen.
Habe auch schon ein Configdatei eines Kolleges der auch ein nx7000 hat probiert, lief aber auch nicht (bildschirm blinkte nur). War zwar ein XFree86 config, aber sollte ja trotzdem gehen.

5

27.09.2004, 23:05

guckst du hier: [code:1]
Section "Files"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/sharefont/"
FontPath "/usr/share/fonts/lfp-fix/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/unifont/"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "RandR" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "speedo"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
EndSection

Section "InputDevice"
Driver "Keyboard"
Identifier "Keyboard[0]"
Option "MapName" "Standard Keyboard [ pc105 ]"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Configured Mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Driver "mouse"
Identifier "USB Mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "imps/2"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
HorizSync 27-60
Identifier "Monitor[0]"
ModelName "1024X768@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 40-60
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 61.19 1024 1040 1216 1400 768 768 777 802
Modeline "800x600" 37.44 800 816 928 1072 600 600 609 626
Modeline "640x480" 23.96 640 656 720 864 480 480 489 501
Modeline "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "SiS650"
BusID "1:0:0"
Driver "sis"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
VendorName "SiS"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
# InputDevice "Mouse[3]" "SendCoreEvents"
# InputDevice "Mouse[3]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
[/code:1]

die geht bei mir. wenn du jedoch xorg mit ~x86 emerged hast, musst du den keyboardtreiber auf kbd umstellen.

gruß
eeknay

ps.: natürlich sind auch weiter anpassungen nötig. zb. die graka
Free the Weed

6

27.09.2004, 23:53

Danke, habe jetzt endlich eine laufende Xorg.conf hinbekommen.

Bin überglücklich.

7

27.09.2004, 23:58

bitte bitte.
Free the Weed

8

28.09.2004, 06:36

Ich bin da zwar nicht so sattelfest, aber das xorg ganz ohne config läuft ist höchst unwahrscheinlich.
Ich würde mal behaupten, Deine hieß bloß /etc/X11/XF86config.

9

28.09.2004, 11:30

@B4n4$u4
schau dir nochmal die ausgabe von
"cat /var/log/Xorg.0.log | grep config"
ein paar postings weiter oben an ;)

10

28.09.2004, 12:14

Hmpf. Hab' ich direkt überlesen. :oops:
Wusste nicht, dass xorg überhaupt startet, so ganz ohne config.

11

28.09.2004, 12:15

hätte ich auch nicht für möglich gehalten...