Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: truhlik 06 Září 2007, 16:50:34
-
Dobry den,
jsem uz bezradny. Nemohu nastavit rozliseni 1280x1024 na monitoru BenQ pro grafickou kartu ATI HD 2400 XT. Neustale mam na vyber v polozce System -> Volby -> Rozliseni 1024x768,800x600 nevim kde to linux bere kdyz v Xorg o tom nemam zminku. Nemuze to byt chybejicima ovladacema pro grafarnu?
Muj Xorg vypada takto:
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" "cz"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Obecný monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
# 1280x1024 @ 61.00 Hz (GTF) hsync: 64.72 kHz; pclk: 110.80 MHz
Modeline "1280x1024_61.00" 110.80 1280 1360 1496 1712 1024 1025 1028 1061 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Default Card"
Monitor "Obecný monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024_61"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024_61"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024_61"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024_61"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024_61"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024_61"
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"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSectionHledal jsem zde na foru a vetsina veci mi nepomohla nebo nenajely X-ka vubec. Jestli nekdo poradite budu rad. diky
-
A co tohle?
http://forum.ubuntu.cz/viewtopic.php?id=13690
-
nejjednodušší způsob:
sudo apt-get install xorg-driver-fglrx
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo dpkg-reconfigure xserver-xorgProjdeš nastavení Xek. Vybereš ovladač grafické karty fglrx. A u výběru rozlišení si vyber jen to správné.
pak použijsudo rebootaby se to správně načetlo.
Jinak troška hledání a našel bys to.
-
Diky mrknu na to a pak dam vedet... Akorat nejsem ted u pocitace.
PS: Neboj ja jsem hledal, hlavne jsem ale zkousel menit xorg ale to nepomohlo.
-
Diky mrknu na to a pak dam vedet... Akorat nejsem ted u pocitace.
PS: Neboj ja jsem hledal, hlavne jsem ale zkousel menit xorg ale to nepomohlo.
No já teď zas nejsem u stroje s ATI kartou, to budu až v pondělí v práci.
Mám tam čerstvě dle návodů nainstalovaný ovladače fglrx. Teď podle dalších manuálů rozchodit 3D a spustit compiz fusion.
JJ, věřím, žes hledal.
-
reconfigure Xek pomohl, ale v xorg je stale ovladac vesa i kdyz jsem nastavil fglrx (nebo jak se to pise) kazdopadne rozliseni je ok takze to staci. VYRESENO