Feisty, x11 hiba (megoldva)

Fórumok

Sziasztok!
Az lenne a problémám, hogy a stabil feisty-ben egyszerűen nem tudom átállítani a felbontást (800x600 a default).

Beta 1 kiadásban még tökéletesen működött: átírtam a xorg.conf-ban 1280x800-ra, és működött szépen. Azóta nem frissítettem az X-es csomagokat, és működött is, és most frissitésnél már nem megy :(

Találkozott már valaki ezzel a problémával? (via unichrome videókártya, vesa driverrel)

---------------------------
megoldás:
xorg.conf-ban manuális hs, vs értékeket kellett beállítani:

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

Hozzászólások

(II) VESA(0): Total Memory: 1024 64KB banks (65536kB)
(II) VESA(0): Generic Monitor: Using default hsync range of 31.50-37.90 kHz
(II) VESA(0): Generic Monitor: Using default vrefresh range of 50.00-70.00 Hz
(II) VESA(0): Not using built-in mode "1280x800" (hsync out of range)
(II) VESA(0): Not using mode "(pitch" (no mode of this name)
(II) VESA(0): Not using mode "1600)" (no mode of this name)
(II) VESA(0): Not using built-in mode "1600x1200" (hsync out of range)
(II) VESA(0): Not using built-in mode "1400x1050" (hsync out of range)
(II) VESA(0): Not using built-in mode "1280x1024" (hsync out of range)
(II) VESA(0): Not using built-in mode "1280x768" (hsync out of range)
(II) VESA(0): Not using built-in mode "1024x768" (hsync out of range)
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0): Built-in mode "800x600"
(**) VESA(0): Built-in mode "640x480"
(==) VESA(0): DPI set to (75, 75)
(II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (115)
(II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
(**) VESA(0): Using "Shadow Framebuffer"

(II) VESA(0): Generic Monitor: Using default hsync range of 31.50-37.90 kHz

Ezzel sztem nem is fog menni feljebb.

Pl.:
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

(A monitorod értékeit add meg HS és VR-nek.)

Option "DPMS"
legyen bent a monitornal es horizontalis es verticalis frekvenciahoz tartozo sorokat commentezd ki
talan segit

--
Those who do not understand Unix are condemned to reinvent it, poorly. (based on true story)

xfreen lattam mar olyat, hogy 800x600 fole nem volt hajlando menni

most mondanam, hogy probalj ki masik X verziot, de ubuntun nem igazan hiszem, hogy trivialis lecserelni (nem mintha mashol az lenne)

--
Those who do not understand Unix are condemned to reinvent it, poorly. (based on true story)

Ha jól tudom, az ilyen széles félbontásokhoz nem árt feltelepíteni az i915resolution csomagot. Volt már olyan, hogy csupán ez a lépés megoldotta a problémát.

Ezt most miért is írtad? Én csak annyit jeleztem, hogy nem kell az "i" a csomag nevében.

Amúgy pedig tessék:

http://packages.debian.org/stable/x11/915resolution

Telepítés után pedig az /etc/xorg.conf-ban írjad be a legnagyobb felbontásnak az "1280x800"-at, de szerintem nem is kell, mert úgy emlékszem, hogy restart után automatice beállítja, de ez nem 100%.

Valami egyedi modeline? Egy xorg.conf-ot dobsz nekünk ide?
--
"Trollhammaren sveper igen..."

Section "Files"
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"
# path to defoma fonts
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" "hu"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/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 "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "(pitch" "1600)"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "(pitch" "1600)"
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

800x600 az kegyetlen. Nekem 1024x768 a maximális. Már nem emlékszem, hogy hol rontottam el, de valahol nagyon elrontottam. Azóta tartogatok egy backup xorg.conf fájlt, de nem volt időm s kedvem kicserélni. De asszem, most kipróbálom.

If you don't know what it is, you don't need it.

Talán fordíts Unichrome drivert, hátha segít. Tesómnak is olyanja van (Ubuntu Edgy-n), leszedtem a forrást huh... azt hiszem a viaarenáról, lefordítottam, aztán azóta minden rendben, bár neki nem a felbontással voltak gondok, hanem vesa driverrel "szaggatott" az ablakkezelés Gnome alatt.

A viaarena-s fordításon most vagyok túl, de nem tudnám megmondani mivel csesztem el ennyi időt, hogy mitől működik most éppen rejtély, igaz ez openSUSE-n volt, de nem hinném, hogy sokat számít, mert ezt is támogatják...csak a leírásb néhol kicsit hiányos és néha nekem kellett megálmodni, meg a telepítőscriptből kibányászni a dolgokat. De így is olyan volt mint a mesében: hol volt, hol nem.
De van openchrome driver is, openchrome.org-on, meg (más unichrome-okhoz) unichrome driver sourceforge-on.

--
"Trollhammaren sveper igen..."