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: Rozlišení 1600x1050  (Přečteno 2228 krát)

macu

  • Stálý člen
  • **
  • Příspěvků: 1214
Rozlišení 1600x1050
« kdy: 03 Září 2007, 16:42:53 »
Dobrý den,
vím, že už tu byly podobné příspěvky, bohužel jsem podle nich jaksi neúspěšně zkoušel nastavit rozlišení pro můj nový monitor Samsung SyncMaster 223BW (22")
Nebyl by někdo z vás tak laskavý a pomohl by mi s přenastavením sekcí? GK: ATI X1600Pro






# /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 xorg.conf(5) 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 "ServerLayout"
   Identifier     "Default Layout"
   Screen         "Default Screen" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "stylus" "SendCoreEvents"
   InputDevice    "cursor" "SendCoreEvents"
   InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

   # path to defoma fonts
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/cyrillic"
   FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   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  "vbe"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "cz"
EndSection

Section "InputDevice"
   Identifier  "Configured Mouse"
   Driver      "mouse"
   Option       "CorePointer"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "ExplorerPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "ButtonMapping" "1 2 3 6 7"
   Option       "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
   Identifier  "stylus"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "stylus"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "eraser"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "eraser"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier  "cursor"
   Driver      "wacom"
   Option       "Device" "/dev/input/wacom"
   Option       "Type" "cursor"
   Option       "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier   "AOC A770"
   Option       "DPMS"
EndSection

Section "Device"
   Identifier  "ATI Technologies Inc ATI Default Card"
   Driver      "fglrx"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
   BusID       "PCI:2:0:0"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies Inc ATI Default Card"
   Monitor    "AOC A770"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection

Section "Extensions"
   Option       "Composite" "Disable"
EndSection
PC: Intel i5-6600K, 16 GB DDR4 RAM, Intel 530HD, ASUS Z170 Pro Gaming, , 2TB Toshiba HDD Sata III DT01ACA200, Ubuntu 23.10 64bit, Gnome Shell 3.45
Ntb: Toshiba L850-U12 - Intel i3 , 8 GB DDR3 RAM, Ubuntu 22.10 64bit, Gnome Shell 3.43

filo

  • Aktivní člen
  • *
  • Příspěvků: 454
Rozlišení 1600x1050
« Odpověď #1 kdy: 03 Září 2007, 17:31:31 »
Nestačilo by tohle
Modes    "1280x1024" "1024x768" "800x600" "640x480"
upravit na toto ?
Modes    "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"

PS: Předpokládám, že nadpis vlákna 1600x1050 je překlep.
MSI KT3 Ultra, Athl XP 2000+, GF4MX440, SBLive Value, LG 4167B - Prosím NEVYKAT

macu

  • Stálý člen
  • **
  • Příspěvků: 1214
Rozlišení 1600x1050
« Odpověď #2 kdy: 03 Září 2007, 17:51:19 »
jj, díky moc, takhle jsem to předtím psal a nějak mi to právě nejelo, tak nevím, kde jsem zase udělal chybu...no hlavní věc že to jede, ještě jednou díky moc

PS: v tom nadpise bylo "Rozlišení 1600x1050" ;-)
PC: Intel i5-6600K, 16 GB DDR4 RAM, Intel 530HD, ASUS Z170 Pro Gaming, , 2TB Toshiba HDD Sata III DT01ACA200, Ubuntu 23.10 64bit, Gnome Shell 3.45
Ntb: Toshiba L850-U12 - Intel i3 , 8 GB DDR3 RAM, Ubuntu 22.10 64bit, Gnome Shell 3.43

filo

  • Aktivní člen
  • *
  • Příspěvků: 454
Rozlišení 1600x1050
« Odpověď #3 kdy: 03 Září 2007, 22:42:38 »
Citace: macu
PS: v tom nadpise bylo "Rozlišení 1600x1050" ;-)
A má tam být 1680x1050
MSI KT3 Ultra, Athl XP 2000+, GF4MX440, SBLive Value, LG 4167B - Prosím NEVYKAT

macu

  • Stálý člen
  • **
  • Příspěvků: 1214
Rozlišení 1600x1050
« Odpověď #4 kdy: 04 Září 2007, 00:04:58 »
jj to má, máte pravdu, hold přepracovanost, to se stává (i když nemělo by :-(  )
PC: Intel i5-6600K, 16 GB DDR4 RAM, Intel 530HD, ASUS Z170 Pro Gaming, , 2TB Toshiba HDD Sata III DT01ACA200, Ubuntu 23.10 64bit, Gnome Shell 3.45
Ntb: Toshiba L850-U12 - Intel i3 , 8 GB DDR3 RAM, Ubuntu 22.10 64bit, Gnome Shell 3.43

Volis

  • Stálý člen
  • **
  • Příspěvků: 918
  • Impossible is nothing :o]
    • www.petrvolak.com
Rozlišení 1600x1050
« Odpověď #5 kdy: 04 Září 2007, 10:42:21 »
Ono kdyz dater nejake max rozliseni na zacaek radku System potom sam doplni ty mezi tim ktere jsou dostupne takze napr kokud date jen 1600*1200 tak se vam zobrazi dalsi moznosti jako 1280*1024 atd jen je vedet exaktni max rozliseni ktere chcete pouzivat nebo je zarizenim mozne zobrazit..
Unix is Unisex :-]

Ubuntu User: 16398 || Linux User: 451118.

 

Provoz zaštiťuje spolek OpenAlt.