Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: 8.04 a xorg.conf - FS T4010  (Přečteno 1302 krát)

david

  • Aktivní člen
  • *
  • Příspěvků: 158
8.04 a xorg.conf - FS T4010
« kdy: 25 Října 2008, 23:21:50 »
Ahoj lidi,

nainstaloval jsem 8.04 na FS T4010. Bohužel mi nechodí výstup na externí monitor, lépe řečeno se systém zboří. Tady je výpis z mého xorg.conf :
Kód: [Vybrat]
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbVariant" "qwerty"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "Module"
        Load    "wacom"                 # add this line
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/ttyS0"
        Option          "ForceDevice"   "ISDV4"
        Option          "Type"          "cursor"
        Option          "Mode"          "absolute"
        Option          "Speed"         "1.0"
        Option          "Threshold"     "2"
#       Option          "DebugLevel"    "10"
#       Option          "MaxX"          "24576"
#       Option          "MaxY"          "18432"
Option          "Button1" "1"
        Option          "Button2" "2"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/ttyS0"
        Option          "Type"          "stylus"
        Option          "Mode"          "absolute"
#       Option          "Tilt"          "on"
#       Option          "TiltInvert"    "on"
        Option          "Threshold"     "2"
#       Option          "DebugLevel"    "10"
EndSection
Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/ttyS0"
        Option          "Type"          "eraser"
        Option          "Mode"          "absolute"
#       Option          "Tilt"          "on"
#       Option          "TiltInvert"    "on"
        Option          "Threshold"     "2"
#       Option          "DebugLevel"    "10"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
InputDevice     "cursor"        "SendCoreEvents"
        InputDevice     "stylus"        "SendCoreEvents"
        InputDevice     "eraser"        "SendCoreEvents"

EndSection


Pokud jde o grafiku mám:
Kód: [Vybrat]
[Před re00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
instalací všechno chodilo jak mělo./code]

Dík za pomoc.

David

TIBOR

  • Závislák
  • ***
  • Příspěvků: 6529
  • Som uzivatel linuxovej distribucie, som linuxak?
Re: 8.04 a xorg.conf - FS T4010
« Odpověď #1 kdy: 26 Října 2008, 07:19:55 »
V intel grafikach sa sice nevyznam ale ak si instaloval ovladac na gr. kartu nemal by si ho mat tu zapisany?
Kód: [Vybrat]
Section "Device"
Identifier "Configured Video Device"
EndSection
Skus zistit ci nejdes na standardnych ovladacoch instalovanych po instalacii ubuntu
HP Laptop 17-ca1xxx Ubuntu Mate 22.04 FF 64bit.
Asus X751LB-TY014H Ubuntu Mate 20.04.1 FF 64bit.
Linus, Lajnas, Línus, Luínus, Lajnus a je mi naozaj jedno, ako ľudia vyslovujú moje meno. Ale "Linux" je vždy "Linux". LINUS TORVALDS, tvorca Linuxového jadra.(V dokumente Revolution OS)

premet

  • Host
Re: 8.04 a xorg.conf - FS T4010
« Odpověď #2 kdy: 26 Října 2008, 08:37:44 »
Mám uplně naprosto stejnou grafiku jako ty. Nový Xserver si dokáže nastavit vše sám, takže pokud si neupravuješ xorg.conf tak on ti tam hodí to Configured video device a podobně. Mě externí monitor jede bez jakýhokoliv nastavení. Můj xorg.conf vypadá takhle
Kód: [Vybrat]
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "evdev"
    Option      "Device" "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse"
    Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Zkus si nainstalovat Grandr a tam si zapnout ten externí monitor  :). Pak ho mám v Systém -> správa -> multiple screen nevmí jak to bude u Ubuntu no, nebo se mrkni do Systém -> volby -> rozlišení obrazovky nebo ješte si zadej gksudo displayconfig-gtk

premet

  • Host
Re: 8.04 a xorg.conf - FS T4010
« Odpověď #3 kdy: 26 Října 2008, 08:39:47 »
Ovladač by jsi měl používat Intel  :). Tak si do sekce Device můžeš klidně přidat -> driver       "intel"

PS: Pokud by ti s tím externím monitorem začalo blbnout vypínání, restart nebo odhlášení, že ti to zůstane vyset na černé obrazovce a pomůže jen tvrdej restart tak mě to dělá asi od ovladačů 2.x.0 a zatím sem to nevyřešil. Pouze když sem používal starej ovladač i810.
« Poslední změna: 26 Října 2008, 08:43:27 od Premet »

 

Provoz zaštiťuje spolek OpenAlt.