Hej
jeg sidder og roder med lidt linux og er kommet til en mur som jeg ikke rigtig kan komme hen over eller forbi. Problemet består i at når jeg enten vil i KDE/Gnome eller Xfce GUI eller bare en ren X-server så kan jeg hverken få mit tastatur eller min mus til at virke - de fryser simpelthen.
Men når jeg er i tekstmode som jeg booter op i er der intet problem har sat min gpm op i tekst mode og jeg husker også at "kill" den når jeg evt vil ind i en af GUI'erne. Eneste måde at komme ud igen er at tage strømmen.
følgende conf filer så således ud:
QuoteDisplay Moremake.conf ->
USE="acpi apache2 apm berkdb cairo caps cdr css cups curl curlwrappers dbus dri dvd fbcon ftp firefox gdbm geoip gif hal hddtemp java jpeg kde ldap libnotify lirc lm_sensors matroska mmap nls opengl pdf png python qt3 qt4 rdesktop samba sdl smp snmp sockets sse sse2 ssl svg svga syslog tiff truetype truetype-fonts tryetype type1-fonts usb unicode vcd vhosts vnc vorbis X xv xml xinetd x264 zlib win32codec wmf -gtk -gnome"
GENTOO_MIRRORS="ftp://ftp.klid.dk/gentoo/"
SYNC="rsync://rsync.euopre.gentoo.org/gentoo-portage"
MAKEOPTS="-j3"
VIDEO_CARDS="intel fbdev glint mach64 vesa wmvare i810"
INPUT_DEVICES="endev keyboard mouse"
FEATURES="sandbox ccache"
CCACHE_DIR="/var/tmp/ccache"
AUTOCLEAN="yes"
LINGUAS="dk"
modules.autoload/kernel-2.6 ->
e1000
processor
i810fb
video
ahci
freq_table
intelfb
usbcore
output
input_polldev
fstab->(video resolution)
vga=0x31B video=vesafb:mtrr:3,ywrap
Xorg.conf->
Section "ServerLayout"
Identifier ""X.org Configured
Screen 0 "A19-3A" 0 0
InputDevice "USB Mouse"
InputDevice "USB Keyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/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 "dri"
Load "dbe"
Load "record"
Load "extmod"
Load "xtrap"
Load "glx"
EndSection
Section "InputDevice"
Identifier "USB Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
# Option "XkbOptions" "grp:toggle,grp_led:scrool"
# Option "XkbVariant" ",winkeys"
Option "XkbLayout" "dk"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "IMPS2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "SendCoreEvents" "true"
# Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "19tommer"
VendorName "Fujitsu-Siemens"
ModelName "A19-3A"
EndSection
Section "Device"
###Available Driver Options Are:-
###Values: <i>: integer, <f>: float, <bool>: "True"/"False",
###<string>: "String", <freq>: "<f> Hz/kHz/MHz"
###[arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFile" # [<bool>]
Identifier "Card0"
Driver "intel"
Vendorname "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "A19-3A"
Device "Card0"
Monitor "19tommer"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
End Section
help ??