poprosil by som Vás o pomoc...
snažím sa rozbehať Debian 40r6 (Lenny) na notebooku Asus X51L s VGA x3100, no a toto je problém:
nedovolí mi vyššie rozlíšenie ako 1024x768 - vygooglil som informáciu, že je podivne naportovaní TV out a preto tento problém.
našiel som dve riešenie:
http://forum.ubuntu.cz/index.php?topic=25100.0
1.kód:
xrandr --output TV --off
ktoré mi pri debiane nefunguje...
2.prepísať xorg.conf - tu mi zase nenaštarujú Xká
za akúkolvek radu ďakujem...
xorg.conf
...
Section "Device"
Identifier "Všeobecná grafická karta"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Všeobecný monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Všeobecná grafická karta"
Monitor "Všeobecný monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection