Avevo salvato alcune impostazioni di xorg.conf, fstab e altro dalla precedente slack 12 che usavo, adesso dopo aver installato slack 14 mi ritrovo con alcuni problemi il primo è che non mi funge il touch, o meglio lo scroll verticale va bene ma quello orizontale no, poi per selezionare qualcosa(link o directory) non mi va premendo sul touch.
L'altro problema è eclipse o, ovvero meglio la jvm, dopo aver installato la jdk da konsol ottengo
Codice: Seleziona tutto
java -version
bash: java: command not found
e ricordo benissimo che appena ho installato la jdk questo comando mi dava in output la versione di java ecc ecc.
e se entro nella directory /opt/eclipse ed eseguo ./eclipse mi da questo:
Codice: Seleziona tutto
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Eclipse. No Java virtual machine
was found after searching the following locations:
/opt/eclipse/jre/bin/java
java in your current PATH
terzo problema che installando yakuake, nella konsole al posto di avere nomeUtente@nomePc:~$ ottengo bash-4.2$, e questo è un problemino perchè visto che navigo spesso tra le directory con la shell a volte non riesco a ricordare in che directory mi trovo.
config di xorg.conf, se qualcuno mi potesse dare un controllo in questo file, la mia scheda video è una x700 128mb
Codice: Seleziona tutto
Section "Module"
Load "dbe" # Double buffer extension
Load "dri"
Load "synaptics"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
#FontPath "/usr/share/fonts/local/"
#FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
#FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/cyrillic/"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
#Option "NoTrapSignals"
#Option "DontVTSwitch"
#Option "DontZap"
#Option "DontZoom"
#Option "DisableVidModeExtension"
#Option "AllowNonLocalXvidtune"
#Option "DisableModInDev"
#Option "AllowNonLocalModInDev"
#Option "blank time" "10" # 10 minutes
#Option "standby time" "20"
#Option "suspend time" "30"
#Option "off time" "60"
#Option "EstimateSizesAggresively" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
#Option "Protocol" "Xqueue"
#Option "AutoRepeat" "500 5"
#Option "Xleds" "1 2 3"
#Option "XkbDisable"
#Option "XkbModel" "pc102"
Option "XkbModel" "pc105"
#Option "XkbModel" "microsoft"
#Option "XkbModel" "pc104"
#Option "XkbLayout" "de"
#Option "XkbLayout" "de"
#Option "XkbVariant" "nodeadkeys"
#Option "XkbOptions" "ctrl:swapcaps"
#Option "XkbRules" "xorg"
Option "XkbLayout" "it"
#Option "XkbVariant" ""
#Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
#Option "Protocol" "Auto"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
#Option "Device" "/dev/psaux"
#Option "Device" "/dev/ttyS0"
#Option "Device" "/dev/ttyS1"
#Option "Protocol" "Xqueue"
#Option "BaudRate" "9600"
#Option "SampleRate" "150"
#Option "Emulate3Buttons"
#Option "Emulate3Timeout" "50"
#Option "ChordMiddle"
EndSection
Section "InputDevice"
Identifier "SynapticsMouse"
Driver "synaptics"
Option "SendCoreEvents" "yes"
# Option "Device" "/dev/input/event6"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.40"
Option "MaxSpeed" "0.55"
EndSection
Section "Monitor"
Identifier "LCD"
HorizSync 31.5 - 50.0
#HorizSync 30-64 # multisync
#HorizSync 31.5, 35.2 # multiple fixed sync frequencies
#HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
VertRefresh 40-90
EndSection
Section "Device"
Identifier "ATI"
Driver "ati"
VideoRam 131072
Option "XAANoOffdcreenPixmaps"
Option "AGPMode" "8"
Option "AccelMethod" "EXA"
Option "ColorTiling" "on"
Option "VideoOverlay" "on"
Option "DRI" "true"
BusID "01:0:0"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ATI"
Monitor "LCD"
#DefaultDepth 8
#DefaultDepth 16
DefaultDepth 24
#DefaultDepth 32
Subsection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "SynapticsMouse" "SendCoreEvent"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
grazie a tutti anticipatamente