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: Pomoc s nastavením xorg.conf na NX6310 [vyřešeno]  (Přečteno 1900 krát)

Jan.Bilek

  • Návštěvník
  • Příspěvků: 15
Pomoc s nastavením xorg.conf na NX6310 [vyřešeno]
« kdy: 04 Února 2007, 17:21:24 »
Dobrý den,
pokoušel jsem se nastavit dual screen na notebooku, ale bohužel jsem omylem vymazal zálohu xorg.conf, pokoušel jsem se vytvořit nový xorg.conf přes sudo dpkg-reconfigure -phigh xserver-xorg  ale X pořád nefungují :( Nevyznám se moc v xorg.conf, něco tam musí být špatně. Tady posílám xorg.conf, kdyby tam někdo viděl chybu. Díky moc za váš čas.
Notebook je hp nx6310 grafika Intel 950, ale detekovaná jako i810.

Kód: [Vybrat]
Section "Module"
Load "bitmap"
Load "ddc"
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"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 "Intel i950"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 16
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel i950"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "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"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

makl

  • Aktivní člen
  • *
  • Příspěvků: 241
Pomoc s nastavením xorg.conf na NX6310 [vyřešeno]
« Odpověď #1 kdy: 04 Února 2007, 17:34:53 »
Ještě můžete zkusit ten příkaz bez těch přepínačů (bez -phigh). A projít nastavení s tím průvodcem. Ale výsledek se asi moc lišit nebude.
"The box said that I needed to have Windows 98 or better ... so I installed Linux." --- LinuxNewbie.org
Acer TravelMate® 4672LMi, Ubuntu 7.04 Feisty Fawn

makl

  • Aktivní člen
  • *
  • Příspěvků: 241
Pomoc s nastavením xorg.conf na NX6310 [vyřešeno]
« Odpověď #2 kdy: 04 Února 2007, 17:39:19 »
Ještě jsem si všiml, že já mám v xorg.conf jednu sekci (hned první), která Vám chybí.
U mě vypadá takto:
Kód: [Vybrat]
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"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
"The box said that I needed to have Windows 98 or better ... so I installed Linux." --- LinuxNewbie.org
Acer TravelMate® 4672LMi, Ubuntu 7.04 Feisty Fawn

Jan.Bilek

  • Návštěvník
  • Příspěvků: 15
Pomoc s nastavením xorg.conf na NX6310 [vyřešeno]
« Odpověď #3 kdy: 04 Února 2007, 17:42:10 »
Už to jede. Nastavil sem identifier jako i810 a už to funguje. Díky

 

Provoz zaštiťuje spolek OpenAlt.