Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Pracovní prostředí => Téma založeno: Pudas 07 Července 2008, 23:14:12

Název: vytvoření terminálu
Přispěvatel: Pudas 07 Července 2008, 23:14:12
Nazdárek, tak jsem si chtěl zkusit postavit terminál k PC vím jak nakonfigurovat xorg.conf ale mám tam blbosti. I kdyz připojím 2 monitory a jedou oba tak v xorg.conf se mi vypisuje jen jeden, nevíte někdo jak přimět systém aby vypisoval oba monitory zvlášť? mám ATI x1300
zde přiládám svůj 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_bksl"
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"
Driver "fglrx"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Název: Re: vytvoření terminálu
Přispěvatel: Kenji 07 Července 2008, 23:55:55
Na Googlu jsem našel tohle - http://www.google.cz/search?q=INSERT+INTO+%60tabulka%60+VALUES+(hodnota%2C+hodnota...)%3B&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a
Třeba ti to trochu pomůže.
Název: Re: vytvoření terminálu
Přispěvatel: Pudas 08 Července 2008, 22:11:30
No to jsi se asi trosku minul, vyhodilo mi to odkazy na SQL databaze...
Název: Re: vytvoření terminálu
Přispěvatel: Kenji 08 Července 2008, 22:37:50
No ale insertovat do MySQL je taky užitečné vědět :D
Jinak správný odkaz je tento - http://www.vanemery.com/Linux/Serial/serial-console.html
Název: Re: vytvoření terminálu
Přispěvatel: Pudas 08 Července 2008, 23:14:46
Dik za link, je to pekne ale neresi to muj problem ja nechci konzoli, ale xserver, a jedine co potrebuju poradit je jak donutit xorg.conf aby mi vypisoval realne pripojene monitory. A ja je pak mohl priradit na serverlayout pro terminal. Sorac mozna jsem to napsal blbe.
Název: Re: vytvoření terminálu
Přispěvatel: Kenji 09 Července 2008, 14:12:16
Tak s tím bohužel neporadím, nemám dva monitory. I když mám v plánu časem připojit druhý, pouze jako terminál. Zkus se možná porozhlédnout tady po fóru, po wiki a po Googlu, vsadím se, že na řešení narazíš.