Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: Joelin 29 Srpna 2011, 14:26:17
-
Zdravím všechny Ubunťáky, mám asi dva sny Ubuntu 11.04 a hned se vyskytl problém. Nejsem žádný zkušený uživatel, ale poměrně rychle se učím a i přes 10 hodin googlování JAK SE NASTAVUJE "NÁSILÍM", jsem nic nenašla. Respektive našla, ale neumím to udělat :-\
Mám automaticky rozpoznané rozlišení 1024:768 60HZ. Problém je, že potřebuji rozlišení 1280:1024, 75HZ.
Díky googlu jsem našla ~/xorg.conf.new
našla jsem dokonce i arachnoid.com, kde jsem si vygenerovala text
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.18 kHz; pclk: 138.54 MHz
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
který, jestli jsem pochopila správně, mám vložit do toho "xorgu" k "monitor"
což nejde, protože prý mám soubor pouze ke čtení.
Nakonec jsem i našla jak se přihlásit jako správce (sudo -i) nebo tak nějak. Přesto tam nejde zapsat >:(
Dále Terminál vypisuje, že nemám VMWLegacy....což netuším co je, ani kde to najít (ani google nepomohl) a jestli je to nustné
v PC nemám žádné nesvobodné ovladače. Je tu integrovanej Intel.
Pomůžete mi prosím někdo? Už jsem fakt v koncích :( děkuju moc, Markéta - holka co se pere s Linuxem :D
-
mrkni sem (http://www.fornax.sk/~srnka/index.php?page=xorg)
gksu gedit /etc/X11/xorg.conf
-
mrkni sem (http://www.fornax.sk/~srnka/index.php?page=xorg)
gksu gedit /etc/X11/xorg.conf
xorg.conf je prázdný, po zápisu píše, že neexistuje....nechápu to >:(
napsala jsem tam tohle (to co tam bylo (nebylo tam ŽÁDNÉ modeline) + ty rozlišení, které tam taky nebyly), nejde to samozřejmě uložit, protože to neexistuje. Nebo to nemá zájem existovat...bože já sem lama ;D
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
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"
FontPath "built-ins"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "dri"
Load "extmod"
Load "dri2"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Samsung"
Modelname "SyncMaster172v"
Horizsync 140
Vertrefresh 120
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1024x768" 65.000 1024 1048 1065 1344 768 770 776 806 -vsync +hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
Gamma 1.0
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.18 kHz; pclk: 138.54 MHz
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "1024x768@70" "1024x768@60" "1024x768@75" "1280x960@60" "832x624@75" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60" "1280x1024@75"
EndSubSection
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card1"
Driver "fbdev"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card2"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
-
Takže, takhle
gksudo gedit /etc/X11/xorg.conf to vytvoří ten soubor, do něj poté vložit tohle Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x1024_75 +0+0; 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection restart
-
Takže, takhlegksudo gedit /etc/X11/xorg.conf to vytvoří ten soubor, do něj poté vložit tohle Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x1024_75 +0+0; 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection restart
Nejde to uložit (nelze najít soubor) ???
-
Teď jsem vyměnila redukci na monitor a chvilku bylo správné rozlišení. Teď je tam opět to špatné (1024x768) ??? Nechápu. Ani v "monitory" nepřibylo nové rozlišení, přesto chvilku pracoval správně.
-
Teď jsem vyměnila redukci na monitor a chvilku bylo správné rozlišení. Teď je tam opět to špatné (1024x768) ??? Nechápu. Ani v "monitory" nepřibylo nové rozlišení, přesto chvilku pracoval správně.
No, pokud ten LCD monitor máš připojený přes DVI, bude ho systém vidět jako digitální DFP zařízení a pak ho připojíš přes redukci VGA (předpokládám), tak ho bude systém vidět jako analogový CRT monitor - což je úplně jiné zařízení. Tož tak, chápeš? Mimochodem na co chceš zrovna 75Hz? U LCD je to úplně jedno.
A ten xorg od Rover623, který ti nešel uložit, už je uložený? A taky sem hoď výpis xrandr
-
pokud neexistuje, tak nejdriv zadej "sudo touch /etc/X11/xorg.conf" tim se vytvori a potom edituj jak je popsano nize
-
pokud neexistuje, tak nejdriv zadej "sudo touch /etc/X11/xorg.conf" tim se vytvori a potom edituj jak je popsano nize
Tím příkazem ho přece otevře, i když tam není. Když už vytvářet, tak raději sudo Xorg -configure, ať v něm něco má...
-
Tak pomocí
gksudo nautilus do umístění /etc/X11 vytvořit soubor xorg.conf a poté ho editovat postupem popsaným výše