Quellcode |
|
1 2 |
cd /lib/modules/2.6.28-gentoo-r5/kernel/drivers/ char/ hid/ scsi/ video |
Quellcode |
|
1 2 3 4 5 6 7 |
$ grep ^CONFIG_FB .config.txt CONFIG_FB=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_MODE_HELPERS=y CONFIG_FB_UVESA=y |
Quellcode |
|
1 |
$ startx -- -config /PATH/TO/XORG.CONF |
Quellcode |
|
1 |
startx -- -config /PATH/TO/XORG.CONF |
hehehe ... das ist wohl der in-house WindowManager twm, der gestartet wird, wenn X11 nix anderes (wie Gnome oder KDE oder ..) findet.Zitat
kann nur root, dann sehe ich auch diese 3 weissen Fenster.
Zitat
..man das ist aber gans schön Krank.
Quellcode |
|
1 |
Anm.: du hast /PATH/TO/CONFIG schon mit einem Pfad auf eine xorg.conf ersetzt, gell? o_O |
Quellcode |
|
1 |
Was fährst du sonst für einen WM? Gnome? KDE? Xfce? Irgendeine *Box? |
xdm fahre ich als Windowmanager.
Quellcode |
|
1 |
Ich meinte nicht den Login Manager, sondern die Oberfläche "dahinter". Sprich: was erwartest du normalerweise, wenn du dich eingeloggt hast. |
Quellcode |
|
1 |
startx -- -config /etc/X11/xorg.conf |
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 |
# This file lists modules which will not be loaded by udev, # not at coldplugging and not on hotplug events. # Add your own entries to this file # in the format "blacklist <name of module>" # Some examples: # evbug is a debug tool and should be loaded explicitly blacklist evbug # Autoloading eth1394 most of the time re-orders your network # interfaces, and with buggy kernel 2.6.21, udev persistent-net # is not able to rename these devices, so you get eth?_rename devices # plus an exceeded 30sec boot timeout blacklist eth1394 # You probably want this to not get the console beep loud on every tab :) #blacklist pcspkr # these drivers are very simple, the HID drivers are usually preferred #blacklist usbmouse #blacklist usbkbd # Sometimes loading a framebuffer driver at boot gets the console black #install pci:v*d*sv*sd*bc03sc*i* /bin/true #blacklist fglrx blacklist radeon |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Michigen« (09.07.2009, 12:31)
das geht mit beiden nicht (root und user) ich hatte es
Wie? Du machst startx und es kommt FATAL ERROR?Zitat
bei flgrx kommt FATAL ERROR
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »dyle« (09.07.2009, 12:52)
Quellcode |
|
1 |
$ startx -- -config /etcX11/xorg.conf &> DA.IST.DER.OUTPUT |
Quellcode |
|
1 2 3 |
(++) Using config file: "/etc/X11/xorg.conf" (EE) Failed to load module "flgrx" (module does not exist, 0) (EE) No drivers available. |
Quellcode |
|
1 2 3 4 5 6 |
Fatal server error: Invalid argument for -config For non-root users, the file specified with -config must be a relative path and must not contain any ".." elements. Using default xorg.conf search path. |
Quellcode |
|
1 2 |
eselect kernel list uname -r |
Quellcode |
|
1 2 |
ls -lha /usr/src uname -r |