simodias Napisano Kwiecień 14, 2007 Zgłoszenie Share Napisano Kwiecień 14, 2007 Witam, Wiem, że temat był poruszany wielokrotnie, ale nie znalazłem sprawy pasującej do mojej, a być może ktoś z Was ma podobny (albo taki sam) sprzęt jak ja i mógłby po prostu skopiować swoje xorg.conf ;-) Otóż mam notebooka Acer 3692 WLMI z zintegrowaną kartą graficzną "Intel Graphics Media Accelerator 950" (tak przynajmniej mam napisane na naklejce, którą mam pod prawą dłonią ;-) ) Problem polega na tym, że nawet nie mogę ustawić (ani znaleźć) dokładnie sterownika pod takie numery karty graficznej... Maksymalna rozdzielczość jaką mogę ustawić to 1024x768. Przeglądałem forum, szukałem podobnych przypadków, nauczyłem się konfigurowania paru rzeczy poprzez texty w etc (w Mandrivie takich bajerów nie było, dlatego nie mam zamiaru do niej wracać ;-) ) nie mniej chciałbym w końcu zakończyć tą nieudolną batalię o rozdzielczość 1280x800 i nacieszyć się w pełni możliwościami mojego notebooka na najciekawszym systemie z jakim narazie miałem do czynienia ;-) Oto mój xorg.conf. Jeśli ktoś z Was może powiedzieć co w nim powinienem zmienić, albo podesłałby mi ewentualnie proponowany tekst, będę niezmiernie wdzięczny: # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "CorePointer" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" ModelName "LCD Panel 1280x800" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 31.5 - 90.0 VertRefresh 59.9 - 60.1 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "i810" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
InIrudeBwoy Napisano Kwiecień 14, 2007 Zgłoszenie Share Napisano Kwiecień 14, 2007 Pierwsze co mogę poradzić to instalacja najnowszego kernela i X-ów. Po drugie wklejam swojego xorg.conf. Co prawda mam inną kartę ale rozdzielczość tą samą. # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 ([email protected]) nie mar 18 10:01:14 CET 2007 # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "CorePointer" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules/extensions/nvidia" ModulePath "/usr/lib64/xorg/modules" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" ModelName "LCD Panel 1280x800" DisplaySize 361 225 ### Comment all HorizSync and VertSync values to use DDC: HorizSync 31.5 - 90.0 VertRefresh 59.9 - 60.1 ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" Option "HWcursor" "True" Option "AddARGBGLXVisuals" "True" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" EndSubSection EndSection Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Mariusz77 Napisano Kwiecień 14, 2007 Zgłoszenie Share Napisano Kwiecień 14, 2007 Witam, a ja mam identyczna karte graficzna i jedyne przez co idalo mi sie osiagnac rozdzielczosc panoramiczna to przez sterownik Intel. Niestety przelaczenie do trybu TV-out moze sie skonczyc zwisem X-ow. Na TV-out polecam sterownik i810 a jak uda Ci sie uzyskac kolor na TV-out to daj znac jak to zrobiles. a to moj Xorg # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "CorePointer" EndSection Section "Module" Load "type1" Load "freetype" Load "glx" Load "dbe" Load "extmod" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" ModelName "LCD Panel 1280x800" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 31.5 - 90.0 VertRefresh 59.9 - 60.1 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "intel" Option "TwinView" "true" Option "TwinViewOrientation" "Clone" Option "TVOutFormat" "S-VIDEO" Option "TVStandard" "PAL-B" Option "SecondMonitorHorizSync" "30-90" Option "SecondMonitorVertRefresh" "60" Option "MetaModes" "1280x800,1280x800;1024x768,1024x768;800x600,800x600;640x480,640x480" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Zainteresuj sie sekcjami Module,Monitor, Device, Screen. Niektore wpisy w sekcji Device moga byc skasowane bo probowalem na nich eksperymentowac. Niestety bezskutecznie. Pozdrawiam Mario Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
simodias Napisano Kwiecień 14, 2007 Autor Zgłoszenie Share Napisano Kwiecień 14, 2007 Dzięki za wszytsko :-D Muszę powiedzieć Mario, że X11 od Ciebie działa wyśmienicie ;-) Jeśli tylko znajdę sposób na TV-out, od razu daję cynk ;-) Pozdrawiam - Simodias. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się