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: Rozliseni 1280x800 az po restartu X  (Přečteno 2464 krát)

Cepela

  • Aktivní člen
  • *
  • Příspěvků: 212
Rozliseni 1280x800 az po restartu X
« kdy: 11 Ledna 2007, 15:47:14 »
Ahoj,
mam problem s laptopep Dell Inspirion 6400, uz nekolikrat sem se potykal s problemem kolem rozliseni 1280x800x16, vzdycky se mi to nejak povedlo vyresit ale ted uz si nevim rady. Bohuzel sem byl velice "sikovnej" kdyz sem chtel pres system nastavit powersaving displ... Timpadem se mi rozliseni zase rozhodilo, ale tentokrat uz ho nemuzu nastavit. Momentalne sem ve stadiu, ze mi po zapnuti nabehne rozliseni 1024x768, tak restartuju Xka (CTRL+ALT+BACKSPACE) a rozliseni nabehne OK. Po celkovem restartu sem ovsem zase v .... Nevite nekdo cim by to mohlo byt? Nikde sem to nenasel.... PS: v linuxu jeste moc neumim

3x3cut0r

  • Aktivní člen
  • *
  • Příspěvků: 178
Rozliseni 1280x800 az po restartu X
« Odpověď #1 kdy: 11 Ledna 2007, 16:35:34 »
A jak to nastavujes? Hod sem vystup z  /etc/X11/xorg.conf

Cepela

  • Aktivní člen
  • *
  • Příspěvků: 212
Rozliseni 1280x800 az po restartu X
« Odpověď #2 kdy: 11 Ledna 2007, 17:08:52 »
OK, splacal sem to zruznejch zdroju,
Kód: [Vybrat]
# /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 "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "record"
  Load "type1"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
  Load "i2c"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "us"
  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
  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    "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
    Driver        "i810"
    BusID        "PCI:0:2:0"
    VideoRam      65535
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-100
    VertRefresh    43-60
    Modeline     "1280x800@60"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x800@50"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x800@50"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x800@50"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x800@50"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x800@50"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x800@50"
    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

3x3cut0r

  • Aktivní člen
  • *
  • Příspěvků: 178
Rozliseni 1280x800 az po restartu X
« Odpověď #3 kdy: 11 Ledna 2007, 17:15:33 »
Ten Modeline "1280x800@60" tam mas od toho, aby si ho pouzil v tech Modes pod tim...tam mas ale samy "1280x800@50"...zkus to zmenit na 60 (staci u toho Depth 24) ... jestli to pomuze nevim, ale tohle je urcite spatne...

Cepela

  • Aktivní člen
  • *
  • Příspěvků: 212
Rozliseni 1280x800 az po restartu X
« Odpověď #4 kdy: 11 Ledna 2007, 17:19:58 »
Tak to nepomohlo, ani kdyz sem to udelal obracene....

Ondřej Surý

  • Host
Rozliseni 1280x800 az po restartu X
« Odpověď #5 kdy: 11 Ledna 2007, 18:33:25 »
Zkus nainstalovat 915resolution a v /etc/default/915resolution dat MODE=auto.

Mám taky Della (jiného) a normálně mi to v pořádku chodí.

Cepela

  • Aktivní člen
  • *
  • Příspěvků: 212
Rozliseni 1280x800 az po restartu X
« Odpověď #6 kdy: 11 Ledna 2007, 20:04:56 »
To vsechno mam, tri tydny mi to chodilo bez problemu, ale ted uz to nedokazu nahodit a nechce se mi zrovna kvuli tomu preinstalovavat cely Kubuntu....

 

Provoz zaštiťuje spolek OpenAlt.