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.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »marbs« (07.04.2011, 15:49)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (29.03.2011, 01:38)
Quellcode |
|
1 2 3 4 |
[ 1229.535] Your xorg.conf file is /root/xorg.conf.new [ 1229.538] To test the server, run 'X -config /root/xorg.conf.new' |
Zitat
Also in Video Cards hatte ich bisher nur "radeon" drin stehen, das hab ich jetzt geändert, bringt aber leider auch keinen Erfolg.
Quellcode |
|
1 |
# emerge -avuDN @world |
von http://www.gentoo.org/doc/en/xorg-config.xmlZitat
The X server is designed to work out-of-the-box, with no need to manually edit Xorg's configuration files. It should detect and configure devices such as displays, keyboards, and mice.
You should first try starting X without editing any configuration files. If Xorg won't start, or there's some other problem, then you'll need to manually configure Xorg as shown in the next section.
Zitat
Wenn ich Xorg ohne config starte passiert leider das gleiche.
Quellcode |
|
1 2 |
[ 119.508] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »marbs« (30.03.2011, 23:33)
Zitat
Soll ich den nochmal von vorne anfangen? d.h nochmal xorg und kde deinstallieren und neu aufsetzen?
Oh ja sorry, da hab ich mich anscheinend verlesen.
Quellcode
1 2 /etc/init.d/udev status status:stopped
Quellcode
1 2 3 /etc/init.d/udev start The udev init-script is writeen for baselayout-2! Please do not use it with baselayout-1!
Wie kann ich den udev manuel starten?
Quellcode |
|
1 |
eix sys-apps/baselayout |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
[I] sys-apps/baselayout Available versions: [P]1.11.15-r3 1.12.13 1.12.14-r1 ~2.0.1 ~2.0.1-r1 {bootstrap build static unicode} Installed versions: 1.12.14-r1(09:08:11 02/24/11)(unicode -bootstrap -build -static) Homepage: http://www.gentoo.org/ Description: Filesystem baselayout and init scripts * sys-apps/baselayout-vserver Available versions: [M]1.11.14-r4 [M]~1.12.3 [M]~1.12.6 {bootstrap build static unicode} Homepage: http://www.gentoo.org/ Description: Filesystem baselayout and init scripts Found 2 matches. |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
Section "ServerFlags" Option "AutoAddDevices" "False" EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dri2" Load "glx" Load "dri" Load "record" Load "dbe" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "radeon" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection |
Quellcode |
|
1 2 3 4 5 |
# emerge --sync # emerge -avuDN @world # etc-update # env-update # revdep-rebuild -i |