Zdravim,
po upgrade kubuntu z EE na FF mi nechodi tyto dve veci
1) detekce monitoru - monitor jede max na 800x600@60Hz (predtim 1024x768@85), zjistil sem ze nefunguje detekce plug and play parametru monitoru, kdyz dam nastaveni systemu - monitor & display - hardware - administratorsky rezim - kliknu na nastavit monitor, tak vidim mimo jine plug n play, jenze detekuje parametry horizontal range - 28.0-33.0, vertical refresh - 43-72, coz je nesmysl. Nepomuze ani tlacitko detect monitor. Tento problem sem vyresil nastavenim monitoru natvrdo (vybral sem ze seznamu typ podobny memu a trochu jeste poupravil xorg.conf aby nesly pouzit rezimy ktere neumi), nicmene by se mi libilo kdyby to fungovalo jako predtim. Mam grafiku Nvidia Vanta s nesvobodnym ovladacem, direct rendering funguje bez problemu.
Prikladam vypisy stareho a noveho xorg.conf
Stary xorg.conf
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbOptions" "lv3:ralt_switch"
Option "XkbVariant" "qwerty"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV6 [Vanta/Vanta LT]"
Driver "nvidia"
Option "AllowGLXWithComposite" "true"
Option "NoLogo"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV6 [Vanta/Vanta LT]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x540" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x540" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x540" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x540" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x540" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x540" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Section "ServerFlags"
Option "StandbyTime" "5"
Option "SuspendTime" "10"
Option "OffTime" "15"
EndSectionNovy upraveny xorg.conf se kterym funguje ve FF 1024x768@85 (ten nazev monitoru sem si vymyslel)
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
load "glx"
load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
option "CoreKeyboard"
option "XkbRules" "xorg"
option "XkbModel" "pc105"
option "XkbLayout" "cz"
option "XkbOptions" "lv3:ralt_switch"
option "XkbVariant" "qwerty"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
option "Device" "/dev/wacom"# Change to
option "Type" "stylus"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
option "Device" "/dev/wacom"# Change to
option "Type" "eraser"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
option "Device" "/dev/wacom"# Change to
option "Type" "cursor"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "Device"
identifier "NVIDIA Corporation NV6 [Vanta/Vanta LT]"
boardname "nv"
busid "PCI:1:0:0"
driver "nvidia"
Option "AllowGLXWithComposite" "true"
Option "NoLogo"
screen 0
EndSection
Section "Monitor"
identifier "Generic Monitor"
vendorname "TCI"
modelname "Buger's monitor"
HorizSync 30-70
VertRefresh 50-130
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
# modeline "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
# modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
# modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
# modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
# modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV6 [Vanta/Vanta LT]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1024x768@85" "1024x768@75" "1024x768@70" "1024x768@60" "800x600@85" "800x600@75" "800x600@72" "800x600@60" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Section "ServerFlags"
option "StandbyTime" "5"
option "SuspendTime" "10"
option "OffTime" "15"
EndSection2) nefunguje automount USB disku s NTFS. Pokud disk pripojim, zobrazi se okno s dotazem jaka akce se ma provest (otevrit v okne, upload do digikamu, nic), v titulku ma jmenovku toho disku (samsung7g), ale kdyz kliknu otevrit v novem okne, nestane se nic (ani se u mysi neobevi ikonka startujiciho konqueroru). Rucni pripojeni je bez problemu, funguje i zapis pres ntfs-3g. S flashkou ktera je FAT32 to funguje normalne. V fstabu nemam ohledne tech usb disku nastavene nic. V EE to fungovalo normalne jak pro ntfs tak fat32...
Vypis dmesg (je v nem jak pripojeni flashky s FAT32, tak disku s NTFS)
[ 594.367978] usb 4-3: new high speed USB device using ehci_hcd and address 3
[ 594.500940] usb 4-3: configuration #1 chosen from 1 choice
[ 594.804542] usbcore: registered new interface driver libusual
[ 594.846525] Initializing USB Mass Storage driver...
[ 594.847306] scsi0 : SCSI emulation for USB Mass Storage devices
[ 594.847886] usb-storage: device found at 3
[ 594.847896] usb-storage: waiting for device to settle before scanning
[ 594.848670] usbcore: registered new interface driver usb-storage
[ 594.849134] USB Mass Storage support registered.
[ 599.847584] usb-storage: device scan complete
[ 599.849973] scsi 0:0:0:0: Direct-Access USB2.0 USB Flash Disk 0.00 PQ: 0 ANSI: 2
[ 599.910629] SCSI device sda: 512000 512-byte hdwr sectors (262 MB)
[ 599.912003] sda: Write Protect is off
[ 599.912016] sda: Mode Sense: 00 00 00 00
[ 599.912022] sda: assuming drive cache: write through
[ 599.914750] SCSI device sda: 512000 512-byte hdwr sectors (262 MB)
[ 599.916124] sda: Write Protect is off
[ 599.916136] sda: Mode Sense: 00 00 00 00
[ 599.916142] sda: assuming drive cache: write through
[ 599.917068] sda: sda1
[ 600.161959] sd 0:0:0:0: Attached scsi removable disk sda
[ 600.200407] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 621.830904] usb 4-1: new high speed USB device using ehci_hcd and address 4
[ 621.964384] usb 4-1: configuration #1 chosen from 1 choice
[ 621.965254] scsi1 : SCSI emulation for USB Mass Storage devices
[ 621.965396] usb-storage: device found at 4
[ 621.965427] usb-storage: waiting for device to settle before scanning
[ 626.962773] usb-storage: device scan complete
[ 626.966178] scsi 1:0:0:0: Direct-Access SAMSUNG SV0761D PA10 PQ: 0 ANSI: 0 CCS
[ 626.969658] SCSI device sdb: 14948640 512-byte hdwr sectors (7654 MB)
[ 626.970413] sdb: Write Protect is off
[ 626.970426] sdb: Mode Sense: 00 14 00 00
[ 626.970433] sdb: assuming drive cache: write through
[ 626.971840] SCSI device sdb: 14948640 512-byte hdwr sectors (7654 MB)
[ 626.972461] sdb: Write Protect is off
[ 626.972470] sdb: Mode Sense: 00 14 00 00
[ 626.972476] sdb: assuming drive cache: write through
[ 626.972485] sdb: sdb1
[ 626.977344] sd 1:0:0:0: Attached scsi disk sdb
[ 626.977453] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 668.958220] usb 4-1: USB disconnect, address 4
[ 680.788016] usb 4-1: new high speed USB device using ehci_hcd and address 5
[ 680.921152] usb 4-1: configuration #1 chosen from 1 choice
[ 680.921892] scsi2 : SCSI emulation for USB Mass Storage devices
[ 680.922030] usb-storage: device found at 5
[ 680.922037] usb-storage: waiting for device to settle before scanning
[ 685.919568] usb-storage: device scan complete
[ 685.922961] scsi 2:0:0:0: Direct-Access SAMSUNG SV0761D PA10 PQ: 0 ANSI: 0 CCS
[ 685.925447] SCSI device sdb: 14948640 512-byte hdwr sectors (7654 MB)
[ 685.926456] sdb: Write Protect is off
[ 685.926471] sdb: Mode Sense: 00 14 00 00
[ 685.926478] sdb: assuming drive cache: write through
[ 685.928331] SCSI device sdb: 14948640 512-byte hdwr sectors (7654 MB)
[ 685.929008] sdb: Write Protect is off
[ 685.929018] sdb: Mode Sense: 00 14 00 00
[ 685.929024] sdb: assuming drive cache: write through
[ 685.929036] sdb: sdb1
[ 685.941133] sd 2:0:0:0: Attached scsi disk sdb
[ 685.941243] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 3455.531433] usb 4-3: USB disconnect, address 3
[ 3455.537251] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537286] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537301] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537316] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537328] sda : READ CAPACITY failed.
[ 3455.537332] sda : status=0, message=00, host=1, driver=00
[ 3455.537339] sda : sense not available.
[ 3455.537352] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537363] sda: Write Protect is off
[ 3455.537369] sda: Mode Sense: 00 00 00 00
[ 3455.537375] sda: assuming drive cache: write through
[ 3455.537398] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537412] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537426] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537440] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537452] sda : READ CAPACITY failed.
[ 3455.537456] sda : status=0, message=00, host=1, driver=00
[ 3455.537462] sda : sense not available.
[ 3455.537473] scsi 0:0:0:0: rejecting I/O to dead device
[ 3455.537482] sda: Write Protect is off
[ 3455.537489] sda: Mode Sense: 00 00 00 00
[ 3455.537494] sda: assuming drive cache: write throughDiky vsem za odpovedi...